i play a hunter here Macros
WoW Hunter Macros
This is a simple list of macros used commonly by Hunters, in no particular order (yet). Credit will be given if I know who came up with it. If you want to submit a macro for Hunters please email me, post on the forums or submit a comment at the bottom of this page.
Auto Feed Pet
From Fyodor (Warsong Realm)
Description: This macro will auto feed your pet, without you having to rummage around in your bags after clicking the feed pet icon. It will check to see that you are out of combat, if you are it will feed your pet with whatever food you have in the first slot in bag 3 (second from the left). If there is nothing in that bag slot, the macro will open bag 3 to show you the empty slot.
/script if(not PlayerFrame.inCombat) then if(not GetContainerItemLink(3, 1)) then OpenBag(3); else CastSpellByName("Feed Pet"); PickupContainerItem(3, 1); end end
Auto Switch Aspects
From Fyodor (Warsong Realm)
Description: When you use your melee weapon(s) you will automatically be in monkey mode, when you use your gun or bow you will activate your hawk mode.
Melee: Replaces the default attack button on your quickbar
/cast Aspect of the Monkey
/cast Attack
Ranged: Replaces the default Auto Shot button on your quickbar
/cast Auto Shot
/cast Aspect of the Hawk(Rank X)
Auto Mark + Pet Attack
From Decaf (Stormreaver Realm)
/cast Hunter's Mark(Rank X)
/script PetAttack()
Scatter Shot + Pet Follow
From Richochet (Unknown Realm)
/cast Scattershot()
/script PetFollow()
Note: This might also work with /script PetPassive()