Originally Posted by
Alderin
I read a couple of posts, saw a wall of text and skimmed over it so I apologise if I am repeating information here.
/ma "Sleep II"
/ma "Sleep"
without a wait command inbetween means that you would cast Sleep 2 on the mob it is up and you're good to go - having no wait command inbetween shows an error when trying to cast Sleep 1 saying "That action cannot be performed" (or something similar).. So Sleep 2 goes off, and Sleep 1 comes up with an error - meaning you only cast Sleep 2 on the mob..
If however your Sleep 2 timer is up, with no wait command inbetween means it will come up as an error for Sleep 2 saying "That action cannot be performed" (or something similar), however Sleep 1 would still go off - so in effect your forcing a broken macro to cast the teir of sleep that is available - starting with the highest teir...
You can do the same with all spells..
/ma Paralyze II
/ma Paralyze
for example.. The end result - 1 macro for 2x spells, while only casting the one that is up.
*edit* oh wait your probably right regarding <wait 1> .. can't jump on and check my macro's at the moment for obvious reasons.