So I’m trying to make a macro for arena that targets harmful tent’s and kills them, i found a couple different ones that people have made already and i was trying to alter them a little bit to only target harmful ones. my current macro is
#showtooltip Purge the Wicked
/cleartarget
/targetexact Twisted Appendage
/targetlasttarget [noharm]
/cast Purge the Wicked
/stopmacro [harm,nodead]
/targetlasttarget
As I main priest/healers this is pretty nice except it also targets my dps’s tent proc that’s dead for about 10 seconds and doesn’t go back to my last target if its friendly/dead. Was wondering if anyone had a different macro or knew how to put [harm] in there somewhere to make it do what I want.