Modifier macro stopped working

So, I’ve been using modifier macro’s for a while now. Everything has been working great. But since a couple of days my CTRL modifier macro’s stopped working.

For example:
#showtooltip
/cast [nomod] Charge
/cast [mod:shift,@cursor] Heroic Leap
/cast [mod:ctrl] Intervene
/cancelaura Bladestorm

What’s wrong with this macro? It always worked and now suddenly it stopped. I have this binded to “E” so I also checked if CTRL + E is binded to something else. But it isn’t.

Any help would be appreciated!

Occasionally macros just bug out. Delete it and re-create it exactly as-is.

That said, you could covert it to a help/harm macro and not need the modifier for intervene.

#showtooltip
/cancelaura Bladestorm
/cast [mod:shift,@cursor] Heroic Leap; [help] Intervene; Charge

Thanks for your reply! I just did that with no result unfortunately…

Is the icon changing when you hit CTRL?
If the icon does change, does it correct spell cast when you CTRL-click the button rather than pressing the keybind? If so, then it’s a keybind conflict.

Unfortunately, it does nothing with CTRL + left mouse click either…

Try this optimization or your original macro:

#showtooltip
/cancelaura Bladestorm
/cast [mod:shift,@cursor] Heroic Leap; [mod:ctrl] Intervene; Charge
1 Like

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