HEAL/HARM MouseOver Macro Primordial Wave and Bag Of tricks

So far I’m using this format

#showtooltip Primordial Wave(Necrolord)
/cast [@mouseover, exists, help, nodead] [@focus, exists, nodead, help] [exists, nodead, help] [@player] Primordial Wave(Necrolord)

#showtooltip Bag of Tricks(Racial)
/cast [@mouseover, exists, help, nodead] [@focus, exists, nodead, help] [exists, nodead, help] [@player] Bag of Tricks(Racial)

but I want to be able to harm using the same spell (Primordial Wave / Bag Of Tricks) whenever I mouseover an enemy target

#showtooltip
/cast [@mouseover,exists,nodead] [@focus,exists,nodead] [] Primordial Wave(Necrolord)

Mouseover > Focus > Default - for both friends and enemies

#showtooltip
/cast [@mouseover,exists,nodead] [@focus,help,nodead] [] Primordial Wave(Necrolord)

Mouseover (both) > Focus (allies) > Default (both)

#showtooltip
/cast [@mouseover,exists,nodead] [@focus,help,nodead] [help] [@player] Primordial Wave(Necrolord)

Mouseover (both) > Focus (allies) > Target (allies) > Player

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.