Help Harm Macro with Self Cast (need assistance)

Anyone know how to make the following macro cast on self when not targeting a mob. It works great but sometimes I don’t have a target/mouseover, just need it to target self it nothing is selected. Thanks for the help!

#showtooltip
/use [@mouseover,nodead,help] Healing Surge; Lava Burst

Pins are your friend.

Simplified to what you’re doing now, without the modified self cast or mouseover LVB, it would be:

#showtooltip
/cast [@mouseover,help,nodead] Healing Surge; [harm] Lava Burst; Healing Surge
1 Like