/castsequence reset=1 Hamstring, Berserker Stance
I can’t get this macro to work in classic. It should should use Hamstring then switch to Berserker Stance, and go back to casting Hamstring if Berserker Stance can’t be used (because I’m already in Berserker Stance). But it gets stuck after the 2nd hamstring and tries to indefinitely use Berserker Stance (but I’m already in Berserker stance so it ends up doing nothing).
It’s part of a bigger macro. The other parts work fine, only the castsequence part doesn’t.
#showtooltip [nocombat,nomod:shift]Charge;Intercept
/startattack [combat]
/use [nocombat,nomod]Battle Stance
/use [mod:shift][stance:2]Berserker Stance
/use [nomod]Charge;Intercept
/castsequence reset=1 Hamstring, Berserker Stance
/startattack
So it does Charge → Hamstring → Berserker Stance → Hamstring and then stops casting anything. It’s like the reset=1 part isn’t working at all.
EDIT: I’ve just tested it more and apparently it only doesn’t work while I’m mashing the button. While I press it every second or so it resets back to hamstring correctly. This is really weird.