Mod Macro doesn't work anymore since DF. Any help?

Hey all,
I’ve been using the macro below for ages on my shaman but for some reason it’s not working anymore since Dragonflight. It casts successfully the first spell but not the second one. I’ve specced into both abilities nor do I have any other keybind interfering with shift.
I really hope someone can help me, thanks in advance.

#showtooltips
/cast [nomod, @cursor] Earthbind Totem; [mod:shift, @cursor] Capacitor Totem;

Might help to troubleshoot if you included the macro text.

2 Likes

Someone suggested a tweak in a different thread which changed the order and removed the “nomod” bit. No idea why it works, but it seemed to. Long shot but maybe try

#showtooltips
/cast [mod:shift,@cursor] Capacitor Totem;[@cursor] Earthbind Totem

1 Like

I think nomod is supposed to be used like mod, so with a specific modifier key. In this case, you would have used nomod:shift. I have never used it alone, so I don’t know if it used to work as a wildcard no modifiers at all.

Sharmin’s solution is correct. Just remove the s from the end of #showtooltipS

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