Help with a macro

I want to make a macro and can’t seem to make it work.
What it’s supposed to do:
No shift: cast Blessing of Might on Mouseover, if there is no Mouseover then cast on Target, if there is no Target then cast on Me.
Shift: cast Blessing of Wisdom on Mouseover, if there is no Mouseover then cast on Target, if there is no Target then cast on Me.

#showtooltip
/cast [mod:shift,@mouseover,help,nodead] [mod:shift] Blessing of Wisdom; [@mouseover,help,nodead] [] Blessing of Might

Make sure auto self cast is enabled.

Works great, thanks.

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