Legion beta Demon Hunter Havoc test

Sequences['DHTEST'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
        [[/cast [nochanneling] Felblade;]],
	[[/cast [nochanneling] Throw Glaive;]],
        [[/cast [nochanneling] Demon's Bite;]],
	[[/cast [nochanneling] Chaos Strike;]],
        [[/cast [nochanneling] Blade Dance;]],
        [[/cast [nochanneling] Fel Eruption;]],
        
	
PostMacro = [[
/startattack
/petattack [@target,harm]
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Talents?

Talents 2,3,2,2,2,3,1,

just came up with this pls give it a try

Sequences['havocTest'] = {
  specID = 577,
author = "Nanó",
helpTxt = "Single Target 2,3,1,2,2,3,1",
StepFunction = [[
stepa = "124312345321"
limit = string.len(stepa) or 1
if stepc == nil then
stepc = 1
end
if stepc >= limit then
stepc = 1
else
stepc = stepc + 1
end
step = tonumber(strsub (stepa, stepc, stepc))
]],
PreMacro = [[
/targetenemy [noharm][dead]
 
]],

-- Macro 1
[[
/run("Executing macro 1! (Demon's Bite)")
/cast Demon's Bite
]],

-- Macro 2
[[
/run("Executing macro 2! (Chaos Strike)")
/cast Chaos Strike
]],

-- Macro 3
[[
/run("Executing macro 3! (Felblade)")
/cast Felblade
]],

-- Macro 4
[[
/run("Executing macro 4! (Blade Dance)")
/cast Blade Dance

]],

-- Macro 5
[[
/run("Executing macro 5! (Eye Beam)")
/cast Eye Beam
]],

PostMacro = [[
/startattack
/cast Chaos Blades
/cast Fury of the Illidari
/use [combat]13
/use [combat]14
]],
}

Hey Nano.

Few things to fix:

-fel eruption not in the macro ( dunno if intended )

-fury of the illidari, not proccing so much

Have nice day.

yea I have notice that as well I will try my best to fix this