Macro trouble

Hello. I am having real trouble getting a macro to work. I am trying to cast both dispel and purify on the same bind ® with no modification, then only cast purify on myself with shift R then with ctrl R i want to cast either dispel magic or purify on my mouseover. This is what I have;

#showtooltip
/cast [nomod,harm] Dispel Magic;Purify
/cast [mod:shift,@player] Purify
/cast [mod:ctrl,target=mouseover] Purify
/cast [mod,ctrl,harm,target=mouseover] Dispel Magic

I know its rough, im sorry!

Any help appreciated, many thanks.

This is what I use. You could add shift @ players to it.

This is what you asked for, with support for Shadow.

#showtooltip
/cast [mod:shift,spec3,@player] [mod:ctrl,spec:3,@mouseover,help,nodead] Purify Disease; [mod:shift,@player] [mod:ctrl,@mouseover,help,nodead] Purify; [mod:ctrl,@mouseover,harm,nodead] [harm] Dispel Magic; [spec:3] Purify Disease; Purify
2 Likes

absolutely perfect. thank you so much

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