Advanced Healing Macro Help

Hey There, I recently gave healing a go after several years of not playing a healer.

I stumbled over this macro which I have to say I like a lot:

#showtooltip
/cast [mod:alt,@player][@mouseover,help,nodead][@mouseovertarget,help,nodead][h elp,nodead][@targettarget,help,nodead][@player] Name of Spell

Now what I would like to have, and I do not know if it is possible, is the exact macro above minus the [mod:alt,@player] and instead I would want the macro to use a different spell when i press different modifieres, so for example [mod:shift]Healing Wave;[mod:alt]Greater Healing Wave;Healing Surge but all of the spells should follow the above mentioned conditionals.

I’ve been trying different things now but nothing seems to work, can anyone help me out with that issue?

#showtooltip
/cast [mod:shift,@mouseover,help,nodead][mod:shift,@mouseovertarget,help,nodead][mod:shift,help,nodead][mod:shift,@targettarget,help,nodead][mod:shift,@player] Healing Wave; [mod:alt,@mouseover,help,nodead][mod:alt,@mouseovertarget,help,nodead][mod:alt,help,nodead][mod:alt,@targettarget,help,nodead][mod:alt,@player] Greater Healing Wave; [@mouseover,help,nodead][@mouseovertarget,help,nodead][help,nodead][@targettarget,help,nodead][@player] Healing Surge

Thanks mate I’ll try that out when I get home. hope this fits all in the macro.

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