Mouseover Healing

I need help if possible guys, i’m currently using this macro:

#showtooltip
/cast [@mouseover,harm,nodead] Tiger Palm; [@mouseover,help,nodead][@target,help] Soothing Mist; Tiger Palm

It works great. Heal my mouseover, damage my target. However, when I have nothing targeted it defaults to try and find a target to Tiger Palm. What I want is for to it heal myself at that point. Like the spell normally would do outside of a macro.

Thanks

#showtooltip
/cast [@mouseover,harm] [@target, harm] Tiger Palm;
/cast [@mouseover,help,nodead] [] Soothing Mist

Not behind a pc atm but pretty sure this would be it

Hey man, thanks for replying, unfortunately though the mouseover heal doesn’t work with this

#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] Soothing Mist; [@mouseover,harm,nodead] [harm] Tiger Palm; Soothing Mist

This is perfect thanks man

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