Why is this simple castsequence macro not working?

I’m not new to macros and I’m pretty sure I remember it working earlier today, but now pressing it doesn’t do anything. The tooltip is correctly displayed though, and it works properly when using a modifier

#showtooltip
/castsequence [mod] Serpent Sting; reset=3,target Harpoon, Serpent Sting

Just inverting the two reset conditions makes the macro work again

#showtooltip
/castsequence [mod] Serpent Sting; reset=target,3 Harpoon, Serpent Sting

Am I missing something?

Reset conditions are separated by / not , (unless the 3 is you trying to use you shoulder slot in which case it should be a space rather than a comma).

, always worked for me but doing this change doesn’t seem to solve the problem

https://warcraft.wiki.gg/wiki/MACRO_castsequence

#showtooltip
/castsequence [mod] Serpent Sting; reset=3/target Harpoon, Serpent Sting

[added]
What keybind is it on?

[added-2]
The above works as intended on my Hunter.

This seems identical to the macro I have, but I copy/pasted it into a new macro just to be sure, same problem. Nothing happens.

It is keybinded to R, I tried moving it to 7 and F1 and again, same issue.

As mentioned, the macro works when inverting the two conditions so it’s not like this is preventing me from doing anything, it’s just very weird and I was wondering if anyone had a clue as to why this is happening

Try deleting it (the whole macro, not just the text) and re-creating it with my syntax. They sometimes bug out in weird ways, especially castsequences.

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