How would you write a macro to cast a spell ONLY when in stealth?
Example; Casting ambush but only when stealthed
How would you write a macro to cast a spell ONLY when in stealth?
Example; Casting ambush but only when stealthed
#showtooltip Ambush
/cast [stealth] Ambush
And if I made it @arena 1 would it be like this
/cast [Stealth] @arena1 Ambush
[this, and this]
[this] [or this]
#showtooltip Ambush
/cast [stealth,@arena1] Ambush
Also, Sinister Strike automatically becomes Ambush, so you can make it more of an all-in-one macro if you want.
#showtooltip
/cast [@arena1] Sinister Strike
Thank you!