MM Hunter PVP GS Working

Sequences[‘MarkST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection’,
‘/cast !A Murder of Crows’,
‘/cast !Chimaera Shot’,
‘/cast !Concussive Shot’,
‘/cast !Glaive Toss’,
‘/cast Steady Shot’,
PostMacro = [[
/startattack
/petattack
]],
}

why no aimed shot?

Sequences['MarkST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection',
	'/cast !Chimaera Shot',
	'/cast Concussive Shot',
	'/cast !Glaive Toss',
	'/cast Aimed Shot',
	'/cast Steady Shot',
	'/cast Tranquilizing Shot',
PostMacro = [[
/startattack
/petattack
]],
}