Item Search
     
BG-Wiki Search
+ Reply to Thread
Page 15 of 18 FirstFirst ... 5 13 14 15 16 17 ... LastLast
Results 281 to 300 of 358

Thread: Gearswap Shop Thread     submit to reddit submit to twitter

  1. #281

    im using bokuras brd lua , and i have no clue how to get my marsyas and honor march to function. please help

  2. #282
    Salvage Bans
    Join Date
    Oct 2010
    Posts
    792
    BG Level
    5
    FFXI Server
    Sylph

    Anyone have some non-include (no motes stuff) pup luas they can share?

  3. #283
    CoP Dynamis
    Join Date
    Dec 2009
    Posts
    260
    BG Level
    4
    FFXI Server
    Cerberus

    Hey all!

    Returning for the Welcome Back Campaign after an almost 3 year break. I am familiar with .lua so the switch from Spellcast to Gearswap is one that I am happy with but I have a question that I couldn't find via the search function. Is there a way to export a gearset in the sets format? I am having to update each line individually for a number of jobs in order for all of my precast/midcast/aftercast swaps to work and wanted to see if any of you geniuses have a better/faster way to do it.

    Thanks for all of your valuable help!

  4. #284

    Q:
    1.I have a question that I couldn't find via the search function. Is there a way to export a gearset in the sets format?
    2.I am having to update each line individually for a number of jobs in order for all of my precast/midcast/aftercast swaps to work and wanted to see if any of you geniuses have a better/faster way to do it.

    A:
    1. look at Windower4\addons\GearSwap\beta_examples_and_inform ation\Variables.xlsx it contains all kinds of info about gearswap including the built in commands

    2. im not sure what your asking for but this is not the best place to do it go to https://www.bluegartr.com/threads/11...ap-Help-Thread!

  5. #285
    CoP Dynamis
    Join Date
    Dec 2009
    Posts
    260
    BG Level
    4
    FFXI Server
    Cerberus

    Thanks I will try there.

  6. #286
    Melee Summoner
    Join Date
    Mar 2014
    Posts
    25
    BG Level
    1

    Any of you have problem with ambuscade cape, i have both atm for my rdm.

    i use this for example for the nuke one, i get it from gs export.
    Code:
    gear.elecape={"Sucellos's Cape", augments={'INT+20','Mag. Acc.+20/Mag. Dmg.+20','"Mag.Atk.Bns."+10',}}
    but when i call my nuke set from :
    Code:
    sets.midcast['Elemental Magic'] = {
    		main="Grioavolr",sub="Niobid Strap",ammo="Pemphredo Tathlum",
    		head="Merlinic Hood",neck="Mizu. Kubikazari",ear1="Friomisi Earring",ear2="Strophadic Earring",
    		body="Seidr Cotehardie" ,hands="amalric Gages",ring1="Shiva Ring +1",ring2="Shiva Ring +1",
    		back=gear.elecape,waist="Yamabuki-no-Obi",legs="Merlinic shalwar",feet="Merlinic Crackows"}
    the cape don't swap, any clue ?

  7. #287

    Quote Originally Posted by psylo View Post
    Any of you have problem with ambuscade cape, i have both atm for my rdm.

    i use this for example for the nuke one, i get it from gs export.
    Code:
    gear.elecape={"Sucellos's Cape", augments={'INT+20','Mag. Acc.+20/Mag. Dmg.+20','"Mag.Atk.Bns."+10',}}
    but when i call my nuke set from :
    Code:
    sets.midcast['Elemental Magic'] = {
    		main="Grioavolr",sub="Niobid Strap",ammo="Pemphredo Tathlum",
    		head="Merlinic Hood",neck="Mizu. Kubikazari",ear1="Friomisi Earring",ear2="Strophadic Earring",
    		body="Seidr Cotehardie" ,hands="amalric Gages",ring1="Shiva Ring +1",ring2="Shiva Ring +1",
    		back=gear.elecape,waist="Yamabuki-no-Obi",legs="Merlinic shalwar",feet="Merlinic Crackows"}
    the cape don't swap, any clue ?
    1. did you use gs export to get the augments?
    2. is gear.elecape higher in your code then sets.midcast['Elemental Magic']?

  8. #288
    Melee Summoner
    Join Date
    Mar 2014
    Posts
    25
    BG Level
    1

    Yep, i use //gs export and nop, no use of gear.elecape before the midcast ele set.

    Ok i try that, put the full export instead of use a var for this and its work.

    Code:
    	sets.midcast['Elemental Magic'] = {
    		main="Grioavolr",sub="Niobid Strap",ammo="Pemphredo Tathlum",
    		head="Merlinic Hood",neck="Mizu. Kubikazari",ear1="Friomisi Earring",ear2="Strophadic Earring",
    		body="Seidr Cotehardie" ,hands="amalric Gages",ring1="Shiva Ring +1",ring2="Shiva Ring +1",
    		back={ name="Sucellos's Cape", augments={'INT+20','Mag. Acc+20 /Mag. Dmg.+20','"Mag.Atk.Bns."+10',}},
    		waist="Yamabuki-no-Obi",legs="Merlinic shalwar",feet="Merlinic Crackows"}

  9. #289

    I was hoping someone could hook me up with one or a few of my needed luas. I need the following:


    Nin (kikoku/metsu, oni's rules)
    drk (apoc/rag)
    blm (death set optimization, obi's rules)
    bst
    Blu

  10. #290
    i should really shut up
    You can safely ignore me I am a troll

    Join Date
    Sep 2011
    Posts
    6,757
    BG Level
    8
    FFXI Server
    Asura

    Quote Originally Posted by azagarth View Post
    I was hoping someone could hook me up with one or a few of my needed luas. I need the following:

    Blu
    You didn't like either of mine?

  11. #291

    didnt look at it! I assume its on your guide I will check it out tonight

  12. #292

    Not sure if anyone has ever asked but I was wondering if there was a way to add special chars to gearswap for the add_to_chat lines?
    I tried to use the chars addon and tried <note> but it didnt display the symbol.
    I just want to use chars like: →★☆『』
    or similar chars from the KaiTi font set.
    Just wondering.
    Thank you.

  13. #293
    BG Content
    Join Date
    Jul 2007
    Posts
    21,132
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    I can't seem to post the answer to your question because I trigger spam detection both here and on pastebin somehow.

    I also can't PM you the answer.

    Here, at least gist lets me post it:
    https://gist.github.com/Byrth/fdd1c4...5487fdb8c0c60e

  14. #294

    Thank you sir, that worked perfect.

  15. #295
    I stick my dick in Crayfish
    Join Date
    Oct 2014
    Posts
    911
    BG Level
    5

    Anyone else having problems with the skill up file?

    The file loads fine, and I fill in my table with the spells I want to use, but when typing "gs c start enhancing", I get the error:

    "...es (x86)(Windower4/addons/GearSwap/data/skillup.lua:262: attempt to index global 'res' (a nil value)"

  16. #296

    Quote Originally Posted by Inshiya View Post
    Anyone else having problems with the skill up file?

    The file loads fine, and I fill in my table with the spells I want to use, but when typing "gs c start enhancing", I get the error:

    "...es (x86)(Windower4/addons/GearSwap/data/skillup.lua:262: attempt to index global 'res' (a nil value)"
    im betting you need to re-download the file because you have eather a bad download or a vary old file

  17. #297
    I stick my dick in Crayfish
    Join Date
    Oct 2014
    Posts
    911
    BG Level
    5

    Ya, re-downloaded, works now. Odd.

  18. #298

    Hello,
    I am so grateful for this thread
    I've nearly learned how to use GS from scratch from here.

    I have the weirdest problem that I cannot solve for the life of me

    I play on a 75 server.
    GS works fine for every job. I have written a file for every job.

    My issue is on BLM:
    -First nuke applies all latents when it should (Obi/Sorcerer's Tonban/Sorc. Ring)
    -2nd nuke and any after only apply obi. No Sorcerer's Tonban or sorc ring.

    All the conditions are met. HP, Day of week, spell.
    I have never seen any error like this.

    My file:

    http://pastebin.com/Hkk6tbvX

    I swap to sorc ring HP by hitting ctrl F12 twice:
    Ctrl F12 once switches to idle.field.ConvertHP
    Ctrl F12 again switches back to idle.field, then I cast because im less than 76% HP.

    Again, the issue is strange.
    First nuke works like a charm.
    Any nuke after that does not apply sorcerer's ring and sorcerer's tonban +1

    Please assist! :D Thank you so much

    I hope my gear brings you some nostalgia

  19. #299
    Old Merits
    Join Date
    Nov 2015
    Posts
    1,181
    BG Level
    6
    FFXI Server
    Asura
    WoW Realm
    Cho'gall

    Quote Originally Posted by Pruviant View Post
    Hey all!

    Returning for the Welcome Back Campaign after an almost 3 year break. I am familiar with .lua so the switch from Spellcast to Gearswap is one that I am happy with but I have a question that I couldn't find via the search function. Is there a way to export a gearset in the sets format? I am having to update each line individually for a number of jobs in order for all of my precast/midcast/aftercast swaps to work and wanted to see if any of you geniuses have a better/faster way to do it.

    Thanks for all of your valuable help!
    The fastest way to do what you are wanting to do would be:
    1. Equip everything you want equipped for a certain gearset.
    2. Type: //gs export
    3. Check the GearSwap data folder for a folder named "Exports"
    4. Open the lua you find there
    5. Copy/Paste

    You can also do the same for your main inventory by typing: //gs export inventory

  20. #300
    Cerberus
    Join Date
    Nov 2008
    Posts
    419
    BG Level
    4
    FFXI Server
    Cerberus

    ok so I have a toggle setup for casting modes on paladin, one is basically if im idle not getting my face smashed in and another sports a nice mix of -dt gear
    Code:
    function user_setup()
        -- Options: Override default values
        options.OffenseModes = {'Normal', 'Acc'}
        options.DefenseModes = {'Normal', 'PDT'}
        options.WeaponskillModes = {'Normal', 'Acc'}
        options.CastingModes = {'Normal', 'DT'} 
    	send_command('bind f1 gs c cycle Casting')
    end
    Code:
    	sets.precast.FC = 
    
    	sets.precast.FC.DT =
    Code:
    function job_post_precast(spell, action, spellMap, eventArgs)
     
    end
    even when I cycle to DT/Normal it doesnt call the .DT set

    Nevermind its working, the spell I was testing with has its on freakin set sigh derp

Similar Threads

  1. Spellcast Shop Thread
    By Yugl in forum FFXI: Everything
    Replies: 232
    Last Post: 2014-03-18, 04:47
  2. ongoing attendance thread
    By berticus in forum FFXI: Everything
    Replies: 77
    Last Post: 2005-02-21, 09:55
  3. Wiffleball 2.0 [ Dynamis Attendance thread ]
    By Medic in forum FFXI: Everything
    Replies: 1
    Last Post: 2004-08-15, 21:30