Fel Rangeri Anaara Defeat Macro

I used the following macro to down Anaara in Tanaan Jungle; one of the new Hunter-only challenges in the latest patch.

After wiping no less than 15 times, I wrote this macro to defeat her and beat her the second try with this one, so I thought that I would share it with the hunter community.

Glyphs: Mend Pet, Misdirection, and Animal Bond
Talents: Any with the exception of the tier 100 ones: Adaptation is a must.

You can read strategy guides and how-tos on other sites (Wowhead, YouTube), so I am not going to get into that aspect of the fight here; I am posting just the macro itself, but the macro will do most of the work for you (pet tanking/pet healing/DPSing). Don’t forget to type in your pet’s name where I entered ‘YOURPETSNAMEHERE’ in the code below.

Happy Hunting!

Sequences['Anaara'] = {
PreMacro = [[
/cancelaura Trap Launcher
/stopmacro [channeling:Cobra Shot]
/stopmacro [channeling:Barrage]
/cast [nomod][nopet,nodead]Revive Pet 1;[@pet,dead]Heart of the Phoenix
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/console Sound_EnableSFX 0
]],
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] !Kill Shot',
	'/cast [@YOURPETSNAMEHERE] Misdirection',
	'/cast [nomod] Mend Pet',
	'/cast [nomod] !Barrage',
	'/cast [nomod] !Kill Command',
	'/cast [nomod] !Intimidation',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] Mend Pet',
	'/cast [nomod] !Barrage',	
	'/cast [nomod] !Kill Command',
	'/cast [nomod] !Dire Beast',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] Explosive Trap',
	'/cast [nomod] Tranquilizing Shot',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] Mend Pet',
	'/cast [nomod] !Barrage',
	'/cast [nomod] Freezing Trap',
	'/cast [nomod] !Kill Command',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] !Kill Command',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] !Kill Shot',
	'/cast [nomod] Cobra Shot',
PostMacro = [[
/targetenemy [noharm][dead]
/petattack [@target,harm]
/petattack
/cast [nomod] A Murder of Crows
/use [nomod][combat] 13
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

–John Q

Hi John do you know of any reason why this macro constantly kick me from the game roughly 8 seconds into the fight ?

Take out the following line from the pre-macro:

/cast [nomod][nopet,nodead]Revive Pet 1;[@pet,dead]Heart of the Phoenix'

Also, make sure to change the following line to your own pet’s name on this line:

'/cast [@YOURPETSNAMEHERE] Misdirection',

Save your Sequences then reload your UI and try again.

Thanks Bud, will try once I get back home this week