Self Heal macro

I’ve tried making a macro that will Cast Penance when possible and Shadow Mend when Penance is off of CD. So far I have

#showtooltip
/cast [target=sevenlions] Penance
/cast [target=sevenlions] Shadow Mend

but all that does is stop at Penance.

Pins are your friend.

Also, you’re better off using player for the unit rather than your name:

#showtooltip
/cast [@player] Shadow Mend
1 Like