SMN Gearswapping Macro.

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » Jobs » Summoner » SMN gearswapping macro.
SMN gearswapping macro.
Offline
Posts: 271
By Mookies 2015-11-07 19:39:10
Link | Quote | Reply
 
I'm using a combination of in game macros + text macros. Just wanted to make sure I'm getting the benefit of the swaps, the wait times seem really tight.

/console exec PrecastSet
/wait .5
/pet "attack" <t> <wait1>
/console exec BPdamageGear
/wait 5
/console exec IdleGear


Not sure if I need the /wait after the /pet "attack".
 Asura.Pergatory
Offline
Server: Asura
Game: FFXI
user: Pergatory
Posts: 1322
By Asura.Pergatory 2015-11-08 12:11:18
Link | Quote | Reply
 
Yes, you do need the wait after the /pet command, although you might consider changing it to 0.5 seconds. I'm not sure the exact timing here, because I changed to Gearswap when they reduced BP ready time. It used to be 3 seconds, now it's more like 1.25 seconds. So with a wait of 1, a little bit of lag might prevent you from swapping into BP damage gear fast enough.

Along similar lines, the /wait 5 afterwards is unnecessarily long. A /wait 1 is probably sufficient, since you've already waited at least half a second before equipping the BP damage gear.

Another thing is you shouldn't need the /wait after equipping BP timer gear. The effect of that should be instant. Try it out and see if your BP timer remains at its correct value.