Basic Fury warrior new step function GS macro

Not the best at all and the DPS is so so but it works for my alt and I am not too worried about high dps anyway.

This is purely single target and not for aoe at all.

The /use [combat] 13 is because I have an on use trinket, remove it if you do not.

Sequences['WarStep'] = {
StepFunction = [[
	 order = newtable(6, 7, 1, 4, 3, 5, 8, 1, 4, 2, 5, 1, 4, 3, 2) 
	 newstep = (newstep and (newstep % #order + 1)) or 2
	 step = order[newstep]
]],
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],	
PostMacro = [[
/use [combat] 13
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
	-- Macro 1
[[
/cast Execute
]],	
	-- Macro 2
[[
/cast Storm Bolt
]],
	-- Macro 3
[[
/cast Raging Blow
]],
	-- Macro 4
[[
/cast Wild Strike
]],
	-- Macro 5
[[
/cast Bloodthirst
]],
	-- Macro 6
[[
/cast Recklessness
]],
	-- Macro 7
[[
/cast Enraged Regeneration
]],
	-- Macro 8
[[
/cast BloodBath
]],
}