Cast Sequence Reset

Trying to use this cast sequence macro and having trouble with the reset portion. As is stands, the macro “works” as in it executes, but the reset does no take place. Not really sure where to put it here I guess.

#showtooltip
/castsequence reset = 5 [known: Atrophic Poison] Atrophic Poison, [known: Numbing Poison] Numbing Poison, Instant Poison, Crippling Poison

Your structure is wrong.

/castsequence [options] reset=condition1/... action1, action2, ...
#showtooltip
/castsequence [known:381637] reset=5 Atrophic Poison, Instant Poison, Crippling Poison; [known:5761] reset=5 Numbing Poison, Instant Poison, Crippling Poison; reset=5 Instant Poison, Crippling Poison

Also, you need to understand that reset=5 means reset the macro 5s after the most recent press, regardless of whether or not the macro’s advanced. So if you sit there spamming it, even on something you can’t currently cast (not really a case here) it will keep resetting to 0/5s till next reset.

2 Likes

Thank you! I appreciate your help.