View Full Version : Multiple spell macros?
Meteor329
12-01-2014, 08:17 PM
How do I make a macro to cast multiple spells in a row, e.g. blink, stoneskin, phalanx? I've tried /wait and it either it won't cast next at all or will skip one. Thanks for input.
Meteor329
12-01-2014, 08:24 PM
Yeah, linkshell member just helped me figure it out. If anyone else wants to know /wait just has to be same time as casting time.
Shirai
12-01-2014, 08:27 PM
Perhaps the /wait is too short.
That said, why would you want to have those spells in a single macro?
While it might be handy to do this as an initial buff you're going to have to reapply them once they wear/are wiped seperately anyway.
Raydeus
12-02-2014, 09:22 AM
Also remember you can use <wait X> instead of /wait X to save macro lines like:
/ma Stoneskin <me> <wait x>
/ma Barwater <me> <wait x>
Etc.