Item Search
     
BG-Wiki Search
Page 207 of 302 FirstFirst ... 157 197 205 206 207 208 209 217 257 ... LastLast
Results 4121 to 4140 of 6036

Thread: Gearswap Help Thread!     submit to reddit submit to twitter

  1. #4121
    Relic Shield
    Join Date
    Jan 2013
    Posts
    1,868
    BG Level
    6

    Ok guys, if you have a Gearswap issue please post a link to your lua on pastebin (do not copy it into the thread) and you might can get help. Even If you think it is gearswap itself.

  2. #4122
    RIDE ARMOR
    Join Date
    Mar 2012
    Posts
    12
    BG Level
    1

    http://pastebin.com/NGMfRQDX <--- The BLU gearswap that's being problematic. Haven't tested or tried other jobs yet to see if I get the same issue with weird gear swapping.

  3. #4123
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by Rookie6256 View Post
    Alrighty then the Code is HatuWrbT @ pastebin
    ok i looked at it (mind you i have almost no knowledge how motes include works) but i cant see any looping issues next time it starts to not respond unload gearswap and see if the clears it up
    if it does then there might be something in eather gearswap or motes include thats causing it
    if it does not stop it i have no clue

    here is info on how a loop looks
    Code:
    function precast(spell)
        if spell.type == "WeaponSkill" then
            cancel_spell()
            send_command('input /ws "Fell Cleave" <t>')
            return
        end
    end
    but this code can easaly be fixed like this
    Code:
    function precast(spell)
        if spell.type == "WeaponSkill" and spell.name ~= "Fell Cleave" then
            cancel_spell()
            send_command('input /ws "Fell Cleave" <t>')
            return
        end
    end

  4. #4124
    Smells like Onions
    Join Date
    May 2015
    Posts
    5
    BG Level
    0

    Quote Originally Posted by dlsmd View Post
    ok i looked at it (mind you i have almost no knowledge how motes include works) but i cant see any looping issues next time it starts to not respond unload gearswap and see if the clears it up
    if it does then there might be something in eather gearswap or motes include thats causing it
    if it does not stop it i have no clue

    here is info on how a loop looks
    Code:
    function precast(spell)
        if spell.type == "WeaponSkill" then
            cancel_spell()
            send_command('input /ws "Fell Cleave" <t>')
            return
        end
    end
    but this code can easaly be fixed like this
    Code:
    function precast(spell)
        if spell.type == "WeaponSkill" and spell.name ~= "Fell Cleave" then
            cancel_spell()
            send_command('input /ws "Fell Cleave" <t>')
            return
        end
    end
    Tested it with gearswap unloaded and was able to play without incident, so reloaded gearswap and BAM crashed after using 10 or so JAs. not sure what else to do at this point.

  5. #4125
    Ridill
    Join Date
    Oct 2006
    Posts
    18,369
    BG Level
    9
    FFXIV Character
    Sath Fenrir
    FFXIV Server
    Cactuar
    FFXI Server
    Fenrir

    Whoever fixed the pet issues thank you so fucking much. I've been doing Escha all fucking day in ready gear with full duration reward timer.

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

    I have a problem with mug and despoil in gearswap, every time the primary action fails, stealing gil with mug for example, it doesn't hit my aftercast. I use mug to cure since I have JP in it, so this is annoying. Anyone have any suggestions?

  7. #4127
    Melee Summoner
    Join Date
    Jul 2014
    Posts
    44
    BG Level
    1
    FFXI Server
    Phoenix

    Anyone know how to add aspir III to geo lua, or spell.lua?

  8. #4128
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by gargurty View Post
    Anyone know how to add aspir III to geo lua, or spell.lua?
    are you talking about motes include or gs in general and what do you mean by spell.lua
    Quote Originally Posted by Rookie6256 View Post
    Tested it with gearswap unloaded and was able to play without incident, so reloaded gearswap and BAM crashed after using 10 or so JAs. not sure what else to do at this point.
    can you point out exactly what you changed

  9. #4129
    Sea Torques
    Join Date
    Nov 2007
    Posts
    694
    BG Level
    5
    FFXI Server
    Asura

    Quote Originally Posted by Quixacotl View Post
    Here ya go.
    Spoiler: show
    Code:
    function job_setup()
        state.Buff['Triple Shot'] = buffactive['Triple Shot'] or false
    end
    
    function init_gear_sets()
        sets.precast.JA['Triple Shot'] = {body="Chasseur's Frac +1"}
        sets.precast.RA = {body="Lak. Frac +1"}
        -- stuff
        sets.buff['Triple Shot'] = {body="Chasseur's Frac +1"}
    end
    
    ---------------------------------------------------------------------
    -- User code that supplements standard library decisions.
    ---------------------------------------------------------------------
    
    function customize_idle_set(idleSet)
        if buffactive['Triple Shot'] then
            idleSet = set_combine(idleSet, sets.buff['Triple Shot'])
        end
        
        return idleSet
    end
    
    function customize_melee_set(meleeSet)
        if buffactive['Triple Shot'] then
            meleeSet = set_combine(meleeSet, sets.buff['Triple Shot'])
        end
    
        return meleeSet
    end
    
    function customize_defense_set(defenseSet)
        if buffactive['Triple Shot'] then
            defenseSet = set_combine(defenseSet, sets.buff['Triple Shot'])
        end
    
        return defenseSet
    end
    This works for everything but replacing ranged attacks.

  10. #4130
    Melee Summoner
    Join Date
    Jul 2014
    Posts
    44
    BG Level
    1
    FFXI Server
    Phoenix

    For aspir 3 its the spell.lua in the following path:


    windower4-->res-->spells.lua

    Dont see it in the lines
    line 250 and 251:
    [247] = {id=247,en="Aspir",ja="アスピル",cast_time=3,e lement=7,icon_id=238,icon_id_nq=15,levels={[4]=25,[8]=20,[20]=36,[21]=30},mp_cost=10,prefix="/magic",range=12,recast=60,recast_id=247,requiremen ts=2,skill=37,targets=32,type="BlackMagic"},
    [248] = {id=248,en="Aspir II",ja="アスピルII",cast_time=3,element=7,icon _id=239,icon_id_nq=15,levels={[4]=83,[8]=78,[20]=97,[21]=90},mp_cost=5,prefix="/magic",range=12,recast=11,recast_id=248,requiremen ts=2,skill=37,targets=32,type="BlackMagic"},
    But there is no line for aspir 3.

    Hopes this makes a bit of sense

  11. #4131
    Smells like Onions
    Join Date
    May 2015
    Posts
    2
    BG Level
    0

    Anyone else having issues with skillup.lua not resting/continuing once you are out of mp?

  12. #4132
    Smells like Onions
    Join Date
    May 2015
    Posts
    1
    BG Level
    0

    i have just started using organizer and i have added the include to my gearswap files but when i type //gs org it says organizer starting... then i get an error Organizer: Lua runtime error: libs/extdata.lua:1325: attempt to preform arithmetic on local 'cur_val' ( a nil value ) and it wont grab any of my gear or anything

  13. #4133
    Relic Shield
    Join Date
    Jan 2013
    Posts
    1,868
    BG Level
    6

    Refresh my memory, whats the point of puttin the include for orangizer in gearswap?

  14. #4134
    Eli Manning is my Lord and Savior
    Join Date
    Dec 2007
    Posts
    6,097
    BG Level
    8
    FFXI Server
    Cerberus
    WoW Realm
    Greymane

    Quote Originally Posted by Terasan View Post
    http://pastebin.com/NGMfRQDX <--- The BLU gearswap that's being problematic. Haven't tested or tried other jobs yet to see if I get the same issue with weird gear swapping.
    My BLU gearswap is based off the same thing and it's having an issue that I just noticed where it's not swapping in any new gear. The items.lua file in res is up to date with all the empy reforged stuff yet I can't get my gearswap to swap any of it in, and my RUN file is a different base and has the same issue. I only reinstalled FF11 and Windower 2 weeks ago when I returned, and did some fresh installs again today of windower4 + gearswap and still can't get it to swap in Hashishin Kavuk for CA spells for example. While running debug mode GS is still trying to pull in Mavi Kavuk +2 despite no mention of that at all in my BLU gearswap file.

  15. #4135
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by Tepi View Post
    Anyone else having issues with skillup.lua not resting/continuing once you are out of mp?
    next time i get a chance ill look in to it

  16. #4136
    Relic Shield
    Join Date
    Jan 2013
    Posts
    1,868
    BG Level
    6

    EDIT: Weird i was posting on trust thread but it got put here.

  17. #4137
    Smells like Onions
    Join Date
    May 2015
    Posts
    2
    BG Level
    0

    Ok so I have been using GS for a few months now but am still pretty new. My problem is I just got Utsusemi: San today, now when I first tried to use the spell I noticed that none of my gear changes like it does with ichi or Ni. I used showswaps to make sure and still no gear changes (Precast/Mid/Aftercast). I asked ls mates they said its possible your GS is just outdated so I got one off a ls mate that had San rules etc and was more current then my previous lua. So I tried out my ls mates lua, everything works fine with it except once again no gear changes nothing when casting Utsu: San! Sooooo a ls mate said its probably your gs folder or something with Windower4. I deleted W4 and reinstalled W4 / GS files etc all that crap and fired up ffxi.....and it is still not working...anyone have an idea as to why? The ls mate I got the lua off of is having no issues with it he said, and so they told to post on here for an answer.

  18. #4138
    Hydra
    Join Date
    Feb 2005
    Posts
    141
    BG Level
    3
    FFXI Server
    Shiva

    Just came back from a long hiatus and started to look into converting all my XMLs to gearswap.

    Started with Monte's default sheets only swapping my Idle/TP gear and movement for NIN, and the feet do not properly change on dusk/dawn. Can't for the life of me figure out triggers like we used to use in SC and the place where it reads the time of day and actually changes feet. Halp?

  19. #4139
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by Ithorien View Post
    Just came back from a long hiatus and started to look into converting all my XMLs to gearswap.

    Started with Monte's default sheets only swapping my Idle/TP gear and movement for NIN, and the feet do not properly change on dusk/dawn. Can't for the life of me figure out triggers like we used to use in SC and the place where it reads the time of day and actually changes feet. Halp?
    with gearswap you donot need triggers just use gs commands

    if world.time >= <number> and world.time <= <number> then
    thats an example on inbetween a set of times

  20. #4140
    Hydra
    Join Date
    Feb 2005
    Posts
    141
    BG Level
    3
    FFXI Server
    Shiva

    Quote Originally Posted by dlsmd View Post
    with gearswap you donot need triggers just use gs commands

    if world.time >= <number> and world.time <= <number> then
    thats an example on inbetween a set of times
    Thanks. It seems like I need to use Byrth's sheets to start as Monte's are little bit over my head complicated as a first time user.

Page 207 of 302 FirstFirst ... 157 197 205 206 207 208 209 217 257 ... LastLast

Similar Threads

  1. Replies: 6547
    Last Post: 2014-07-08, 22:45