Survival Hunter (PVP) GS 6.1

Single:

talent: 1,1,3,3,1,1,1

Sequences['SurvsPVPsi'] = {
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]
]],
	'/castsequence [nochanneling] reset=15 Glaive Toss',
	'/cast [nochanneling] A Murder of Crows',
	'/castsequence [nochanneling] reset=15 Glaive Toss',
    '/castsequence [nochanneling] reset=5 Explosive Shot, Cobra Shot, Cobra Shot',
	'/cast [nochanneling] !Black Arrow',        
    '/cast [nochanneling] Explosive Shot',
	'/cast [nochanneling] Arcane Shot',
	'/cast [nochanneling] Explosive Shot',   
	'/cast [nochanneling] Explosive Shot',	
	'/cast [nochanneling] Arcane Shot',
PostMacro = [[
/startattack
/petattack
/script UIErrorsFrame:Clear()
]],
}