Mouseover healing

Now, I’m familiar with basic mouseover casting. What I’m looking for is a bit more advanced. I want a macro that would heal my mouseover target if I have one, otherwise it would heal my target if I have one, otherwise it would heal me.
Could something like this be achieved?

#showtooltip
/cast [@mouseover,help,nodead][] name of your spell

This assumes you have automatic self-cast on (cast on self if no target or hostile target). Otherwise you need the nerdier:

#showtooltip
/cast [@mouseover,help,nodead][help,nodead][@player] name of your spell
1 Like

Amazing. You’re a champ! Thanks!

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