Macros

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » FFXI » General » Macros
Macros
 Garuda.Zyphos
Offline
Server: Garuda
Game: FFXI
user: Zyphos
Posts: 22
By Garuda.Zyphos 2010-03-06 16:52:45
Link | Quote | Reply
 
Ok, feeling stupid here, but I'm trying to use macros for swapping things in / out for spells and WS's, and I want to make sure I'll get the effect of the items I swap in or out of.

So, if I do:

/equip ____
/equip ____
/wait 1
/"WS or Spell"
/equip ____
/equip ____

Would I get the effect of the 1st 2 swapped in items? Or would it not work because it's all one macro?

Thanks in advance.
 Caitsith.Blurr
Offline
Server: Caitsith
Game: FFXI
user: blurr69
Posts: 786
By Caitsith.Blurr 2010-03-06 17:04:01
Link | Quote | Reply
 
nope. but if you...

/equip -
/equip
/ws or spell
/wait 1 or more
/equip
/equip

youd be golden. also if you try to equip like 2 snow rings..
ie
/equip ring1 "snow ring"
/equip ring2 "snow ring"

more time than not only one will actually equip.. for my two star rings in particular (only doubles i have), i need to put a /wait 2 in between them.
[+]
 Carbuncle.Sterling
Offline
Server: Carbuncle
Game: FFXI
user: Sterling
Posts: 1050
By Carbuncle.Sterling 2010-03-06 17:08:31
Link | Quote | Reply
 
There is a convo on it here!

Basically, they talk about how the /wait is not necessary between the first equip changes and the ws/spell and that it could be placed before the second equip change, but many people add the wait where you originally placed it just incase there are problems with lag (Campaign/Besieged, anyone?) and the WS happens to fire off before the equipment is able to swap.