Demon Hunter - Havoc - Legion Beta

working on a Demon Hunter macro at the moment if you have beta try this and see what you think only lvl 100 at the moment

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] Throw Glaive;]],
	[[/cast [nochanneling] Chaos Strike;]],
	[[/cast [nochanneling] Demon's Bite;]],
        [[/cast [nochanneling] Fel Eruption;]],
	[[/cast [talent:6/1] ;[talent:6/2] ;[talent:6/3] ;]],
	[[/cast [nochanneling, combat] Eye Beam;]],
        [[/cast [nochanneling] Blade Dance;]],
	[[/cast [nochanneling, talent:7/2] ;]],
	[[/cast [nochanneling, talent:7/1] ; [nochanneling] ;]],
PostMacro = [[
/startattack
/petattack [@target,harm]
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

yes I know its unfinished

Hello Nanó, I moved your macro to the Demon Hunters forums. I believe this is for Vengeance spec because of the Throw Glaive ability, but if is not let me know and I will be happy to move it to Havoc.

Throw Glaive is havoc spec this is what I have so far
https://wowlazymacros.com/forums/topic/legion-beta-demon-hunter-havoc-test/
still a lot of testing to do

Alright, closing this one then.