Help with Cleanse Spirit/Purge Macro

I’ve looked at similar posts and read the stickies, but i can’t figure this out for the life of me. I have this macro set up with the expectation that it will 1: purge my enemy mouseover target , or 2: Cleanse my friendly mouseover target OR myself …

/cast [@mouseover,harm][@target] Purge;

[@mouseover, help, nodead][@player] Cleanse Spirit

the Purge part works like a charm, but the cleanse spirit, not so much. If i split the macro, the Cleanse Spirit part works the way i want. What am i doing wrong here?

Pins are your friend.

1 Like

Ahh, thanks! Is there a way to modify that so that if i’m targeting an enemy unit i could purge myself without having to mouseover myself? I would think inserting [player] somewhere in that would do the trick?

Hold alt to force self-cast.

#showtooltip
/cast [mod:alt,spec:3,@player] [spec:3,@mouseover,help,nodead] Purify Spirit; [mod:alt,@player] [@mouseover,help,nodead] Cleanse Spirit; [@mouseover,harm,nodead] [harm] Purge; [spec:3] Purify Spirit; Cleanse Spirit
1 Like