Item Search
     
BG-Wiki Search
Page 98 of 302 FirstFirst ... 48 88 96 97 98 99 100 108 148 ... LastLast
Results 1941 to 1960 of 6036

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

  1. #1941
    Sea Torques
    Join Date
    Jun 2012
    Posts
    570
    BG Level
    5
    FFXI Server
    Asura
    WoW Realm
    The Scryers

    Quote Originally Posted by Diggerguy View Post
    I am using Moten's THF lua and am having issues with these error messages: Lua error .... gearswap.lua: lines 294, 273 and 407 - attempt to index field ? (a nil value)

    I have rerun the launcher a few times so I know that is up to date. I know some people in earlier posts have had the same error messages, is there something i need to do or is there a fix in progress ?

    These errors have only appeared today, before that everything was working perfectly. Thanks in advance for your help
    @Byrth
    1. If you log directly to 1 character you dont get any msg.
    2. if you log to a mule/other char before going to your main, for some reason you get those msg.

    Cant test it again unless I log out 1 or 2 accounts.. aaaaand not in the mod to do it...

  2. #1942
    BG Content
    Join Date
    Jul 2007
    Posts
    22,372
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    I found the reason why I couldn't generate those errors and other people could. It was because I fixed them in my own files and forgot to commit them to github!

    Now they're fixed.

  3. #1943
    Season of the Siccness
    Join Date
    Feb 2012
    Posts
    719
    BG Level
    5
    FFXIV Character
    Sicc Ward
    FFXIV Server
    Faerie
    FFXI Server
    Sylph

    I got some sleep, woke up and figured it out in a few min. At least I knew from the jump it was something simple...

    /console gs set OffenseMode Acc. Solved my issues.

    I can get Twilight set to lock w/ a similar command but I'd rather it do so automatically if I'm Weakened. I'll keep fkn with it.

  4. #1944
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Quote Originally Posted by Byrthnoth View Post
    I found the reason why I couldn't generate those errors and other people could. It was because I fixed them in my own files and forgot to commit them to github!

    Now they're fixed.
    As far as I could see, they were fixed indeed.
    Played an hourish on PUP and never got any of those errors I was randomly getting earlier.
    I don't remember if I muled though...

  5. #1945
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    Quote Originally Posted by Galahadx View Post
    Had an issue where luzaf's ring toggle wasn't working with Mote's COR GS and since I found the problem thought I'd share the fix:
    Inside the COR.lua file the job_toggle(field) function needs to be renamed to job_toggle_state(field). That should fix the problem for anyone else who was experiencing it (probably in other job files too that haven't been updated yet).
    Ah, thanks for noting that. Fixed in cor and dnc.


    A minor note, since this is pushed at the same time:

    All the Mote-* include files have been moved to GearSwap's libs directory. They will be automatically updated by the launcher. Inclues in the libs/ directory take precendence over files in the data/ directory, so the versions you currently have in the data/ directory will be ignored. You can just delete them and not worry about it.

    At the same time, they are being removed from my GearSwap-jobs repository, and moved into their own repository, Mote-libs (https://github.com/Kinematics/Mote-libs). If you want to track changes moving forward, you can look there.

    GearSwap-jobs repo now -only- has actual jobs files, though they are still dependent on the Mote-libs files.

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

    Is there a difference in how we include them now they are elsewhere?

    Or does
    include('Mote-stuff.lua')
    still work?

  7. #1947
    BG Content
    Join Date
    Jul 2007
    Posts
    22,372
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Yeah, that works. The difference is just that it will be auto-updated now.

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

    in reposting this so hopefully someone can help me
    sence friday the 30th these commands no longer work but thay worked with no issues before that update
    gs c tstavetouse <-- from my mage staves include
    gs c stepcount <-- from my subjob include
    the funny thing is that these commands work just fine
    gs c tstopsteps <-- from my subjob include
    gs c tchangemagestaff <-- from my mage staves include

    1. i do not use motes includes but it feels like the time i tried to use them when i first started with gearswap i could never get them to work
    2. i do not want to use motes includes for the same reason above
    3. i have tried this with all other addons and plugins disabled(with only gearswap loaded) and the issues still ocures

    here is my job lua
    http://pastebin.com/HMVBR4Wg <-- PLD.lua
    here are my includes
    http://pastebin.com/j1uY2YS2 <--mage staves include
    http://pastebin.com/RLE1wUvV <--weapon skill include
    http://pastebin.com/H3quw7j4 <-- sub job include

  9. #1949
    Smells like Onions
    Join Date
    Jun 2014
    Posts
    3
    BG Level
    0

    Hello

    I seem to be having a problem with Mote's THF gearswap. I only modified the gears and macro books, so I don't really know what's causing job ability precasts not to fire off (oddly enough, except for Sneak Attack/Trick Attack). I have both debugmode and showswaps on, so that I see what's happening.

    The full chunk of job abilities seem to be affected except for TA/SA. I started noticing it when my flee was running far too fast.

    [s]Here's my pastebin[/s] I can't post URL's yet I'm a newbie. Here are the lines affected:
    Code:
    sets.precast.JA['Collaborator'] = {head="Raider's Bonnet +2"}
    	sets.precast.JA['Accomplice'] = {head="Raider's Bonnet +2"}
    	sets.precast.JA['Flee'] = {feet="Pillager's Poulaines"}
    	sets.precast.JA['Hide'] = {body="Pillager's Vest"}
    	sets.precast.JA['Conspirator'] = {body="Raider's Vest +2"} 
    	sets.precast.JA['Steal'] = {head="Plunderer's Bonnet",hands="Pillager's Armlets +1",legs="Pillager's Culottes",feet="Pillager's Poulaines"}
    	sets.precast.JA['Despoil'] = {legs="Raider's Culottes +2",feet="Raider's Poulaines +2"}
    	sets.precast.JA['Perfect Dodge'] = {hands="Plunderer's Armlets +1"}

  10. #1950
    New Spam Forum
    Join Date
    Mar 2006
    Posts
    156
    BG Level
    3
    FFXI Server
    Gilgamesh

    Is it possible for lua to be coded so that for sam, if I were to equip Yoichinoyumi, gearswap would recognise that and equip a specific tp gear set?

  11. #1951
    Sea Torques
    Join Date
    Jun 2012
    Posts
    570
    BG Level
    5
    FFXI Server
    Asura
    WoW Realm
    The Scryers

    yea, using "player.equipment.range"

  12. #1952
    E. Body
    Join Date
    Nov 2008
    Posts
    2,048
    BG Level
    7
    FFXI Server
    Bismarck

    Quote Originally Posted by Nitecon View Post
    Is it possible for lua to be coded so that for sam, if I were to equip Yoichinoyumi, gearswap would recognise that and equip a specific tp gear set?

    yes, by
    Code:
    elseif player.equipment.range == 'Yoichinoyumi'  then equip(sets.nameofset)
    you can also take that further with other variables, like with my code for Ranger
    Code:
    if player.sub_job == 'SAM' then equip(sets.RangedTP.gun4hitsam)
    		send_command('@input /echo SAMURAI 4-HIT SET')
    		elseif player.equipment.main == 'Prester'  then equip(sets.RangedTP.gun4hitstaff)
    		send_command('@input /echo 4-HIT STAFF SET')
    		elseif player.equipment.main == 'Mekki Shakki' and buffactive == 'Samurai Roll' and player.sub_job == 'SAM' then equip(sets.RangedTP.gun3hit)
    		send_command('@input /echo NORMAL 3-HIT SET')

  13. #1953
    RIDE ARMOR
    Join Date
    May 2014
    Posts
    14
    BG Level
    1
    FFXI Server
    Fenrir
    WoW Realm
    Antonidas

    help

    okay i added this code
    Code:
    function buff_change(name,gain)
    	if name == "Feint" then
    		if gain then
    			enable("legs")
    			equip({legs="Plun. Culottes +1"})
    			disable("legs")
    		else
    			enable("legs")
    			equip(sets.Idle[Idle_Set_Names[Idle_Index]]) -- put you preferred gear set her for when Feint falls off or just remove this line if you dont want a specific gear set
    		end
    	end
    end
    and it does not lock my legs while buff is active here is my code in paste bin is there something i did wrong

    http://pastebin.com/NCrC4pg8

  14. #1954
    Salvage Bans
    Join Date
    Oct 2010
    Posts
    948
    BG Level
    5
    FFXI Server
    Valefor

    Edit: Scratch this, found a dumb error that fixed it.

  15. #1955
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    @dv8nxs:
    That's because that's not how disable() and enable() works. If you disable a slot, that blocks any attempt to equip an item in that slot, starting at the next attempt to actually equip said items (ie: at the end of the event that you entered the command in). In the above code, when you added the disable("legs") command, that meant that it was immediately impossible to equip anything in the legs slot, including within that event. Thus the Plunderer legs would never be equipped.

    Or at least, up until today that was the case.

    So many people have had trouble with enable/disable that I redid the logic a bit so that it behaves more naturally. Rather than only taking effect at the point that GearSwap actually attempts to equip the gear, it now takes effect immediately. So now if you enable>equip>disable, it will actually equip the piece specified before the disable call is made, while preventing any other attempts to equip that slot after disable is called. It will remain disabled until the next time you explicitly call enable (or change jobs, etc).

    It's a little like a mix between Spellcast's 'lock' and 'disable' commands. GearSwap's disable is now a bit more like 'lock', in that it dynamically changes what will or won't be equipped relative to any equip() commands; but it's also permanent, in that it remains in effect until re-enabled, whereas Spellcast's 'lock' only lasted through the current command pass.

    This is only active on -dev right now. Shouldn't be too long before it hits live, though.

  16. #1956
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    Quote Originally Posted by beaute View Post
    Hello

    I seem to be having a problem with Mote's THF gearswap. I only modified the gears and macro books, so I don't really know what's causing job ability precasts not to fire off (oddly enough, except for Sneak Attack/Trick Attack). I have both debugmode and showswaps on, so that I see what's happening.

    The full chunk of job abilities seem to be affected except for TA/SA. I started noticing it when my flee was running far too fast.

    [s]Here's my pastebin[/s] I can't post URL's yet I'm a newbie. Here are the lines affected:
    Code:
    sets.precast.JA['Collaborator'] = {head="Raider's Bonnet +2"}
    	sets.precast.JA['Accomplice'] = {head="Raider's Bonnet +2"}
    	sets.precast.JA['Flee'] = {feet="Pillager's Poulaines"}
    	sets.precast.JA['Hide'] = {body="Pillager's Vest"}
    	sets.precast.JA['Conspirator'] = {body="Raider's Vest +2"} 
    	sets.precast.JA['Steal'] = {head="Plunderer's Bonnet",hands="Pillager's Armlets +1",legs="Pillager's Culottes",feet="Pillager's Poulaines"}
    	sets.precast.JA['Despoil'] = {legs="Raider's Culottes +2",feet="Raider's Poulaines +2"}
    	sets.precast.JA['Perfect Dodge'] = {hands="Plunderer's Armlets +1"}
    Nothing there looks wrong, but it's also not terribly useful in determining any problems. Are you getting notifications of all the regular event phases when you attempt a JA? Like, you see the precast/midcast/aftercast notifications, but just aren't getting the gear equipped?

  17. #1957
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    @dlsmd:

    I can't see anything immediately wrong in your code. Can you try putting add_to_chat messages in your self_command function to make sure it's being called, and passing in the correct values?

  18. #1958
    Melee Summoner
    Join Date
    Mar 2014
    Posts
    25
    BG Level
    1

    Have a question about magic burst.

    Did a function exist who can get in the chat log a skillchain message and change auto the set to specific magic damage set ?

    It will be a nice add if not exist ^^

    Thks in advance

    And keep going your good work gearswap team !

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

    Do you have to wear the plunderer legs during the time it is on to have the added evasion ? I thought it was just on activation. I wish there was abetter way to find what needs to be equipped durin the effect and what just needs to be on the usage.

  20. #1960
    Sea Torques
    Join Date
    Jun 2012
    Posts
    570
    BG Level
    5
    FFXI Server
    Asura
    WoW Realm
    The Scryers

    Gearswap Help Thread!

    Nvm'd

Page 98 of 302 FirstFirst ... 48 88 96 97 98 99 100 108 148 ... LastLast

Similar Threads

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