Purge, Greater Purge and dispell macro

Hi,
Im trying to make a macro where I have purge/greater purge and dispell on the same keybind.
I also want it to mouseover dispell, and to focus purge/greater purge.

Anyone have any idea how to make that sort of macro? To save macro text space I can just make two separate macros for enh/ele and for resto.

This is basicly what im trying to make, but it doesn’t work:
#showtooltip Cleanse Spirit
/cast [mod:shift,target=focus][known:378773,harm,nodead] [known:378773] Greater Purge
/cast [mod:shift,target=focus][harm,nodead] Purge
/cast [mod:alt@player][@mouseover,help,nodead] Cleanse Spirit

#showtooltip
/cast [mod:shift,known:378773,@focus,harm] Greater Purge; [mod:shift,known:370,@focus,harm] Purge; [mod:alt,@player] [@mouseover,help,nodead] Cleanse Spirit; [known:378773,harm] Greater Purge; [known:370,harm] Purge; Cleanse Spirit
1 Like

This is exactly what I wanted. Thank you so much, and appreciate the template!

1 Like

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