Survival GS

Talents 1,1,2,3,1,1,3
Lone Wolf multistrike

Sequences['AMO'] = {
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]
/console Sound_EnableSFX 0
]],
	
	'/cast [nochanneling] A Murder of Crows',
	    '/cast [nochanneling] Black Arrow',        
    '/castsequence [nochanneling] reset=5 Explosive Shot, Cobra Shot',	
	'/cast [nochanneling] Arcane Shot', 
	'/castsequence [nochanneling] Explosive Shot, Arcane Shot',
    '/cast [nochanneling] Black Arrow, Glaive Toss',       
    '/castsequence [nochanneling] Explosive Shot, Cobra Shot',
    '/cast [nochanneling] Black Arrow',
    '/cast [nochanneling] Explosive Shot, Cobra Shot',            
    '/castsequence [nochanneling] reset=5 Cobra Shot, Arcane Shot',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}