WoW Hunter Macros (Classic)

Melee

This macro handles all your melee attacks. It targets an enemy if you don't have one, casts Raptor Strike, Counterattack and Mongoose Bite if they are available and starts your auto attack. If you hold down a modifier key and activate it, it will cast Aspect of the Monkey if you don't already have it.

/cast [mod] !Aspect of the Monkey
/cleartarget [dead][help]
/targetenemy [noexists]
/startattack [harm]
/cast [harm] Raptor Strike
/cast [harm] Counterattack
/cast [harm] Mongoose Bite

Ranged

This is the basic Auto Shot macro that targets an enemy and casts Auto Shot. It won't turn off Auto Shot if you spam it. If you hold a modifier key, it casts Aspect of the Hawk if you don't already have it.

#showtooltip Auto Shot
/cleartarget [dead][help]
/targetenemy [noexists]
/cast [mod] !Aspect of the Hawk
/cast [harm] !Auto Shot

Arcane Shot

This macro casts Arcane Shot normally, but if you hold down a modifier, this will cast only Rank 1 and immediately clears your target so you don't fire an auto shot as well. This is useful for pulling a target while generating the least amount of threat as possible.

#showtooltip Arcane Shot
/cast [nomod] Arcane Shot; [mod] Arcane Shot(Rank 1)
/cleartarget [mod]

Stings

This will cast a Sting on your target, including a mouseover target. It casts Serpent Sting with no modifier and Viper Sting with a modifier key held down.

#showtooltip Serpent Sting
/cast [@mouseover, harm, nomod] Serpent Sting; [harm, nomod] Serpent Sting
/cast [@mouseover, harm, mod] Viper Sting; [harm, mod] Viper Sting

You can actually put all the stings onto one key by using specific modifiers for each Sting, but you have to aggressively save characters to make it fit in the 255 character macro limit.

/cast [@mouseover,nomod]Serpent Sting; [nomod]Serpent Sting
/cast [@mouseover,mod:ctrl]Viper Sting; [mod:ctrl]Viper Sting
/cast [@mouseover,mod:shift]Scorpid Sting; [mod:shift]Scorpid Sting
/cast [@mouseover,mod:alt]Wyvern Sting; [mod:alt]Wyvern Sting

Wing Clip / Concussive Shot

Both Wing Clip and Concussive Shot are used to gain distance from your target, so I really want them bound to a single key. This was trivial in the 1.12 client, but requires the use of the GSE-Classic Addon in the Classic client.

This lets you bind Wing Clip and Concussive Shot to a single key. You have to spam it, but then it will cast either spell depending on your distance to the target. I bind this to my scroll wheel to make it easy to spam.

In GSE, use these two lines as the sequence.

/cast [harm] Concussive Shot
/cast [harm] Wing Clip

Hunter's Mark

This macro targets an enemy if you don't already have one and casts Hunter's Mark. In 1.12 it was possible to check if the target already had Hunter's Mark on it, but that has been removed in Classic.

#showtooltip Hunter's Mark
/cleartarget [dead][help]
/targetenemy [noexists]
/cast [harm] Hunter's Mark

Pet Management

Use this macro to command your pet to attack the enemy you have targeted, including a mouseover target. If you hold a modifier key while activating it, your pet return to you. This was much more elaborate back in 1.12, but this about all we can do in Classic. If you are in a group, it won't turn Growl autocast on, so your pet doesn't pull aggro off the tank.

/petattack [@mouseover, harm, nomod] [harm, nomod]
/petautocaston [nogroup] Growl
/petpassive [mod]
/petfollow [mod]
/petautocastoff [mod] [group] Growl

This macro handles all the other pet actions. Activate it with no modifier to call your pet if it has been dismissed. Hold down shift to revive a dead pet or cast Mend Pet. Hold down control to feed your pet using the food in the upper left corner of your backpack.

/cast [nomod, nopet] Call Pet
/cast [mod:shift, @pet, dead][mod:shift, nopet] Revive Pet; [mod:shift, nochanneling] Mend Pet
/cast [mod:ctrl, pet, nodead] Feed Pet
/use [mod:ctrl, pet, nodead] 0 1

Threat Management

When you are soloing with your pet, it's nice to be able to pull a target off your pet or have your pet pull a target off you. These macros use a combination of Distracting Shot, Disengage, Growl and Cower to raise and lower your threat level compared to your pet.

Threat Up

Raises your threat level by casting Distracting Shot and lowers your pet's threat by enabling Cower and disabling Growl.

#showtooltip Distracting Shot
/petautocaston [harm] Cower
/petautocastoff [harm] Growl
/cast [harm] Distracting Shot

Threat Down

Lowers your threat level by casting Disengage and raises your pet's threat by enabling Growl, disabling Cower and having your pet attack your current target.

#showtooltip Disengage
/petattack [harm]
/petautocaston [harm] Growl
/petautocastoff [harm] Cower
/cast [harm] Disengage

Potions and Bandages

This is an easy way to bind Health Potions, Mana Potions and Bandages to a single button. Pressing it normally will use a Health potion, holding down control will use a Mana potion and holding down shift will use a bandage.

Don't forget to change which type of potion and bandage it uses as you are leveling up.

/use [mod:shift] Wool Bandage
/use [mod:ctrl] Lesser Mana Potion
/use [nomod] Lesser Healing Potion