Healing Macro Help!

I’ve finally reached 60 and switched to resto, so I’ve been trying to clean my bars up considering how many spells shamans have.

I’ve found a macro that works perfect for my play style, but I can’t seem to make a modifier work for it.

Macro that heals mouseover target first, clicked target second, or if no target, yourself:

#showtooltip Healing Wave(Rank 9)
/use [@mouseover,help,nodead][help,nodead][@player] Healing Wave(Rank 9)

What I’d like is to add an alt modifier to this for Rank 1 Healing Wave to get the Healing Way 3 stack buff without having another button for it. I’d like it to still work the same way as the macro above even if I’m pushing alt, just with a different rank.

Is this possible?
Thanks for any help! :slight_smile:

I just got help from one of the macro guru’s regarding a similar request.

What you would do, is replace mod:ctrl with mod:alt, and replace the appropriate spell names.

2 Likes

Thank you! :smiley: