Hunter Macro's

Put this one in your Gnomesequencer to turn off tracking for beasts, humanoids, undead and turn them back on when grouped = no more green dots all over your map or yellow dots when gathering herbs / ore.

Disclaimer: All of these macro’s are other people’s hard work and nothing original is being posted.

/run local g=IsInGroup() SetTracking(2,g) SetTracking(8,g) SetTracking(9,g)

Here are some of my other favorites:

“Stop pissing off the Tank”
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl

One other tip for PVP - Keybindings - set mouse scroll wheel down / up to button 4 and 5 and put your Gnomesequencer on button 4 and something like tranquilizing shot on 5 = dispels hots on your target (just don’t use the below mouseover macro to buttun 5 or it will jack up you gnomesequencer)

Mouseover Macro’s (works on mouse pointer or current target = kill stuff without changing target)

“Snipe those kills”
/stopcasting
/stopcasting
/use [@mouseover,exists] Kill Shot; Kill Shot

/stopcasting
/stopcasting
/use [@mouseover,exists] Wyvern Sting; Wyvern Sting

/stopcasting
/stopcasting
/use [@mouseover,exists] Arcane Shot; Arcane Shot

/stopcasting
/stopcasting
/use [@mouseover,exists] Concussive Shot; Concussive Shot

/stopcasting
/stopcasting
/use [@mouseover,exists] Counter Shot; Counter Shot

/stopcasting
/stopcasting
/use [@mouseover,exists] Tranquilizing Shot; Tranquilizing Shot

/targetenemy [noharm][dead]
/stopcasting
/stopcasting
/cast Multi-Shot

“Got Sap”
/petattack

“Tough Tame”
/cast Deterrence
/cast Tame Beast

#showtooltip Deterrence
/stopcasting
/stopcasting
/cast Deterrence

“Gotta go now”
#showtooltip Disengage
/stopcasting
/stopcasting
/use Disengage

“Wipe rezzer”
#showtooltip Feign Death
/stopcasting
/stopcasting
/cast Feign Death
/petfollow

“FU Rogue”
/cleartarget
/targetenemyplayer
/startattack
/petattack
/petassist

If you have other macro’s please post.