Hello friends!
I’m playing Classic Cataclysm as Disc Priest. My main content is arena. So, to avoid “Polymorphs”, “Rex” etc, I need to Shadow Word: Death the target when he’s casting on me. If I’m with Divine Aegis or Power Word: Shield up, the dmg don’t hit me and I keep on CC.
I made the following macro:
/StopCasting /TargetEnemy
/cancelaura Divine Aegis
/cancelaura Power Word: Shield
/cast [target=mouseover] Shadow Word: Death
But when I use it, only Power Word Shield aura is removed, Divine Aeges keeps up.
Another info is that using only one cancel aura line, it works: if the macro is canceladura aegis + death, aegis is canceled. But when it is cancel aegis + cancel shield + death, only the shield cancels.
Someone knows how to help me?