Help with this Macro? Sits on Max Fury for some reason.

Sequences['DB_DHHavoc'] = {
specID = 577,
author = "Lynch",
helpTxt = "Talents 2,1",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
]],
[[/cast [nochanneling] Felblade;]],
[[/cast [nochanneling] Throw Glaive;]],
[[/cast [nochanneling] Chaos Strike;]],
[[/cast [nochanneling] Demon's Bite;]],
[[/cast [nochanneling] Blade Dance;]],
PostMacro = [[
/startattack
/petattack [@target,harm]
/use [combat]13
/use [combat]14
]],
}

No idea why it hangs for several clicks before burning Fury on moves. I think I have the order right. I’m new though so – there’s that.

/petattack [@target,harm]
there’s that and burning fury? not there might be why it doesn’t o.O

Is that really killing it? I am using a template from another persons post and they included it.

try putting chaos strike at the top of the order and i’m not sure if this will fix it but maybe if you do 2 lines of /cast chaos strike it will work? i mean that way if it skips over the first one it will pick up the second command for it?