Quick question. Need help making a macro

Exalt

Legend
I am trying to make a macro that will Purge my enemy if they are my target but if my target is a Friendly I want it it cast Cleanse Spirit. Is there a way to make this one button? without a shift mod?
 
/cast purge
/cast cleanse spirit

guess that should work if u already have em on target, not sure though.
 
#showtooltip
/cast [help] Cleanse Spirit; [harm] Purge

do you use modifier buttons for focus/self/mouseover? Those can easily be added to the macro. Personally I use shift for focus, alt for self, and ctrl for mouseover...
 
#showtooltip
/cast [help] Cleanse Spirit; [harm] Purge

do you use modifier buttons for focus/self/mouseover? Those can easily be added to the macro. Personally I use shift for focus, alt for self, and ctrl for mouseover...

thanks :D works perfect
 
Last edited by a moderator:
#showtooltip Purge
/cast [@Mouseover, exists, help] Purify Spirit; [help] Purify Spirit; [harm] Purge

This acts as primarily a mouseover cleanse but if you don't have a mouseover target then it turns into the macro that you're asking for. It's a huge help.
 

Users who are viewing this thread

Top