Item Search
     
BG-Wiki Search
+ Reply to Thread
Page 17 of 18 FirstFirst ... 7 15 16 17 18 LastLast
Results 321 to 340 of 358

Thread: Gearswap Shop Thread     submit to reddit submit to twitter

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

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

    Comprehensive PUP GS that isn't motes and doesn't use includes. Not to use, but just to compare against.

  2. #322
    So hard we fuck rocks
    Join Date
    Jan 2009
    Posts
    3,088
    BG Level
    7
    FFXI Server
    Sylph

    Currently using mote's DNC.lua but his command (which i assume is //gs c step) to perform which ever pre-selected step i've set, isn't working from the macro bar. If i manually type '//gs c step' into the chat, it works. Any suggestions?

  3. #323
    Relic Shield
    Join Date
    Mar 2007
    Posts
    1,789
    BG Level
    6
    FFXIV Character
    Rehn Valor
    FFXIV Server
    Sargatanas
    FFXI Server
    Ragnarok

    try "/console gs c step" if you use xi macro bars to execute gs stuff

  4. #324
    So hard we fuck rocks
    Join Date
    Jan 2009
    Posts
    3,088
    BG Level
    7
    FFXI Server
    Sylph

    Works like a champ, i appreciate it brother

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

    Quote Originally Posted by Rehn View Post
    try "/console gs c step" if you use xi macro bars to execute gs stuff
    can cut it down to "/con" instead of "/console" if character space is at a premium.

    /con gs c step

    works just as well. ^^

  6. #326
    Keeper of the Dance
    Join Date
    Jan 2018
    Posts
    14
    BG Level
    1
    FFXI Server
    Asura

    Quote Originally Posted by Nyarlko View Post
    can cut it down to "/con" instead of "/console" if character space is at a premium.

    /con gs c step

    works just as well. ^^
    ahh nice. DNC main myself, and new to gearswap in general. didn't know this alias existed.

    Also, how does one define auto use of spells/abilities. Like if I wanted to auto WS at 1k tp.

  7. #327
    Stalking you
    Join Date
    Dec 2007
    Posts
    402
    BG Level
    4
    FFXIV Character
    V' Mod
    FFXIV Server
    Atomos
    FFXI Server
    Quetzalcoatl

    //

  8. #328
    Smells like Onions
    Join Date
    Jun 2012
    Posts
    5
    BG Level
    0

    Anyone have a BLM lua that does not use mote or includes?

  9. #329
    Smells like Onions
    Join Date
    Jun 2018
    Posts
    2
    BG Level
    0

    Hi, I'm looking for way to set up a rule that would swap to a different ws set if I'm above 2000tp. I'm using it for upheaval

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

    Quote Originally Posted by Trashpanda View Post
    Hi, I'm looking for way to set up a rule that would swap to a different ws set if I'm above 2000tp. I'm using it for upheaval
    Code:
    elseif spell.prefix == '/weaponskill' then
    		if player.tp < 2750 then
    			equip(sets.WS["Base"],sets.WS[spell.english],{ear2="Moonshade Earring"})
    		else equip(sets.WS["Base"],sets.WS[spell.english])
    		end
    Adjust as needed. ^^

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

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

    Quote Originally Posted by Trashpanda View Post
    Hi, I'm looking for way to set up a rule that would swap to a different ws set if I'm above 2000tp. I'm using it for upheaval
    Use the Gearswap Help Thread instead.

    Quote Originally Posted by Nyarlko View Post
    Code:
    elseif spell.prefix == '/weaponskill' then
    		if player.tp < 2750 then
    			equip(sets.WS["Base"],sets.WS[spell.english],{ear2="Moonshade Earring"})
    		else equip(sets.WS["Base"],sets.WS[spell.english])
    		end
    Adjust as needed. ^^
    Wrong thread.

  12. #332

    Quote Originally Posted by Spicyryan View Post
    Use the Gearswap Help Thread instead.



    Wrong thread.
    i was just going to post that as this thread is where people can post there job files for others to use not a place to request help with coding for gearswap

  13. #333
    Smells like Onions
    Join Date
    Oct 2017
    Posts
    9
    BG Level
    0

    Hi - Anyone have a current THF lua they can share - much appreciated - thanks!

  14. #334
    Smells like Onions
    Join Date
    Oct 2017
    Posts
    9
    BG Level
    0

    Anyone have an updated (yet simple) GEO lua they can share?

  15. #335
    Smells like Onions
    Join Date
    Oct 2017
    Posts
    9
    BG Level
    0

    A lot of repositories online now for gearswap lua's but some are very customized / specialized and way beyond my technical understanding - not a coder at all and just recently getting into the world of gearswap - anyone that can share a link to an online repository of lua's that are easy to understand (ie: lua's for dummies lol) that would be awesome - thanks in advance

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

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

    Quote Originally Posted by Ferro View Post
    A lot of repositories online now for gearswap lua's but some are very customized / specialized and way beyond my technical understanding - not a coder at all and just recently getting into the world of gearswap - anyone that can share a link to an online repository of lua's that are easy to understand (ie: lua's for dummies lol) that would be awesome - thanks in advance
    If you take a functional one and just change all the gear, you don't need to know terribly much. At worst some trial and error sorts it out.

  17. #337
    Smells like Onions
    Join Date
    Oct 2018
    Posts
    3
    BG Level
    0

    Are the gearswaps on the OP still good choices? Recently returning and want to setup gearswaps for several jobs. Priority THF and DNC.

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

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

    Quote Originally Posted by DJC_06 View Post
    Are the gearswaps on the OP still good choices? Recently returning and want to setup gearswaps for several jobs. Priority THF and DNC.
    As long as they work for you.

    Not like the sets in them need to be up to date since you have your own gear.

  19. #339
    Fake Numbers
    Join Date
    Oct 2012
    Posts
    79
    BG Level
    2
    FFXI Server
    Lakshmi

    Geomancer:

    https://pastebin.com/jyd7t7zg


    Resubbed and was looking around to see if there was a simplified one, so here you go.

    Obviously update/replace gear.

  20. #340
    Special at 11:30 or w/e
    Sweaty Dick Punching Enthusiast

    Join Date
    Feb 2012
    Posts
    10,267
    BG Level
    9
    FFXIV Character
    Kalmado Espiritu
    FFXIV Server
    Gilgamesh
    FFXI Server
    Sylph
    Blog Entries
    4

    I know this is Gearswap and not ashitacast but I cannot find the answer to what I'd think is a simple question so figured I'd ask here. I can't figure out what the command is for equipping a precast set and then waiting a few seconds. It seems after cast is gearlock delay so I've at least got that one down!

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