2 spells 1 macro, mouseover and target

Hey everyone!

I’m trying to make a macro that combines Flash Heal and Heal into one macro, with a cmd modifier (yes I play on a Mac) for the Heal. I also need it to function as both a mouseover, and a target macro (and ideally healing myself when nothing is focussed, but I guess this will happen by default). This is the current macro that I have, which fulfils almost all the requirements, except that it doesn’t cast the mod:cmd Heal when I have a target selected; it works perfectly on mouseovers. Any ideas? Thank you!

/cast [@mouseover,help,nodead,mod:cmd] Heal; [@mouseover,help,nodead,nomod] [] Flash Heal

/cast [@mouseover,help,nodead,mod:cmd][help,nodead,mod:cmd] Heal; [@mouseover,help,nodead,nomod][] Flash Heal

That should do the trick, I believe.

#showtooltip
/cast [mod:cmd,@mouseover,help,nodead] [mod:cmd] Heal; [@mouseover,help,nodead] [] Flash Heal

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