Priest Macro

I’m trying to set up a macro for Abolish Disease and Dispel Magic
Here’s what i have so far

#showtooltip
/castsequence reset=target Dispel Magic, Abolish Disease

  1. Is there a way to make this macro work with mouse over?
    /cast [@mouseover,help,nodead][help,nodead][@player]

  2. I cant Abolish Disease is there is nothing to Dispel Magic. Is there a way to override the “Nothing to Dispel” and move onto Abolish Disease?

  3. If i have it the other way around (Abolish Disease, Dispel Magic). The problem with that it will spam Abolish Disease and waste mana if i don’t need to Abolish Disease.

No, you can’t make a macro that will choose the right spell. The way I set mine up is to use either right click on the spell or using a modifier:
#showtooltip
/cast [button:2]Abolish Disease;[mod:ctrl]AbolishDisease;Dispel Magic

There’s an addon called decursive… you’re welcome

1 Like