Very simple macro, yet bugged

#showtooltip
/castsequence reset=4 Blade Dance, Immolation Aura

This macro will work fine for a while, but then it will stop showing Immolation Aura and just cast Blade Dance.

This bug momentarily stops when I am in demon form through Metamorphosis. Other than that, only a /reload sets it back to normal, until it bugs again.

Any solution?

Nope. Cast Sequences require you use exact spell names and I don’t believe meta triggers the [form] condition so you’re SOL. Use a modifier instead.

#showtooltip
/cast [mod] Immolation Aura; Blade Dance

It would seem that adding “combat” as a reset removes the bug. Since it only ever appears after several mobs in quick succession, this effectively solves the bug.

I’m puttin the macro here in case anyone else comes across the issue, and I will update the post if I find out the fix actually didn’t work:

#showtooltip
/castsequence reset=4/combat Blade Dance, Immolation Aura

Edit: Yup, doesn’t work.

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