WOW Hunter Macros and Commands

Cheap WoW WOTLK Classic Gold

ATTENTION
The functionality of most of the old macros has been removed. It is no longer possible to cast spells based on a unit's buffs, debuffs, health, mana, or distance. There is also no way of knowing if a spell is on cooldown. If you attempt to cast multiple spells in a macro and one of those spells is on cooldown, all spells after that will not be cast. This is known as a fall-through macro and its functionality has also been removed. Even with these changes, some cool and useful macros can still be created. Enjoy!


BASIC PET COMMANDS:

Pet Orders: Attack, Follow, Stay
/petattack
/petfollow
/petstay

Pet Stances: Passive, Defensive, Aggressive
/petpassive
/petdefensive
/petaggressive

Auto-Cast Pet Abilities
/petautocaston <spell>
/petautocastoff <spell>


BASIC PLAYER COMMANDS:

Casting Spells
/cast <spell>
/castrandom <spell>, <spell>, <spell>
/castsequence <spell>, <spell>, <spell>
/stopcasting

Using And Equipping Items
/use <item>
/equip <item>
/equipslot <slot id> <item>


ADVANCED PET MACROS:

Toggle Pet Attack
/petattack
/petpassive [target=pettarget,exists]
¡¤If you wish to keep your pet's stance, use /petfollow instead of /petpassive.

Revive, Call, or Mend Pet
/cast [target=pet, dead] Revive Pet; [modifier:ctrl] Revive Pet; [nopet] Call Pet; Mend Pet
¡¤The modifier key allows you to hold down Control so this macro will ALWAYS cast Revive Pet. This is to make up for situations where your pet is dead, but not visible.

Mend or Revive Pet
/cast [pet] Mend Pet; Revive Pet

Call or Dismiss Pet
/cast [pet] Dismiss Pet; Call Pet

Feed Multiple Pets
#show Roasted Quail
/cast [pet, nocombat] Feed Pet
/use [pet:Cat/Ravager/Wolf, nocombat] Roasted Quail; [pet:Bear/Boar/Wind Serpent, nocombat] Conjured Cinnamon Roll
¡¤The first line forces the macro to display the number of Roasted Quail in your backpack. The /use line will use certain food based on what type of pet you have.

ADVANCED HUNTER MACROS:

Equip or Unequip Your Ranged Weapon
/equip [noequipped:Crossbow] Ashjre'thul, Crossbow of Smiting
/script PickupInventoryItem(18) PutItemInBackpack()
¡¤Change the weapon type and weapon name to match your character.

Use Bandage On Target Or Self
/use [help] Heavy Runecloth Bandage; [target=player] Heavy Runecloth Bandage

Switch Between Two Aspects
/castsequence Aspect of the Hawk, Aspect of the Monkey
¡¤This works the same for Tracking abilities.

Cast Spells Based On Modifier Keys
/cast [nomodifier] Aspect of the Hawk
/cast [modifier:ctrl] Aspect of the Monkey
/cast [modifier:alt] Aspect of the Cheetah

Cast Spells Based On The Mouse Button Used
/cast [button:1] Aspect of the Hawk
/cast [button:2] Aspect of the Monkey
/cast [button:4] Aspect of the Cheetah
¡¤By default, using a keybind counts as mouse button 1 (left click).

Use Monkey Then Switch ActionBars
/cast Aspect of the Monkey
/changeactionbar 2

Cancel Cheetah Without Waiting For Cooldown
/cancelaura Aspect of the Cheetah
/cast Aspect of the Cheetah
¡¤Use this macro because you cannot normally cancel Cheetah until the spell cooldown is up.

Kill Command
/cast [exists,target=pettarget] Kill Command
¡¤Makes sure that you cast Kill Command on your pet's target. Otherwise, the spell will go to waste.

Solo Farming
#show Auto Shot
/targetenemy [noharm]
/stopmacro [noharm]
/petattack
/cast Hunter's Mark
/startattack
¡¤With one button press, this will target a nearby enemy if one isn't already selected, send your pet on it, cast Hunter's Mark, and then turn on auto attack / auto shot.

Smart Ammo
#show Steady Shot
/equip Sharp Arrow
/cast Steady Shot
/equip Wicked Arrow
¡¤Use cheaper arrows for attacks that do not make use of their bonus damage.

Misdirection On Predefined Targets
/cast [target=focus, help] Misdirection; [help] Misdirection; [target=pet, exists] Misdirection
¡¤This will attempt to cast Misdirection on the first of three targets. First, on your /focus unit if it is friendly. Second, on your current target if it is friendly. Third, on your pet if it is out.

Example Of Using Mass Cooldowns And Trinkets
/cast Beastial Wrath
/stopcasting
/cast Rapid Fire
/stopcasting
/use Devilsaur Eye
/stopcasting
/cast Intimidation

Renataki's Charm Macro
/castsequence reset=3 Arcane Shot, Multi-Shot, Renataki's Charm of Beasts
¡¤This macro will cycle through Arcane Shot, then Multi-Shot, and then use the trinket. If the trinket is on cooldown, the macro will halt. Simply wait 3 seconds and it will go back to Auto Shot.

Cast a Sting
/Cast [nomodifier] Serpent Sting()
/cast [modifier:ctrl] Viper Sting()
/cast [modifier:alt] Scorpid Sting()

Aspect switching, I have not had good luck with the shift modifier though.
/cast [modifier:ctrl] Aspect of the Cheetah
/cast [modifier:alt] Aspect of the Monkey
/cast [modifier:shift] Aspect of the Wild
/cast [nomodifier] Aspect of the Hawk

Cast distracting shot and stop autoShot
/cast [harm] Distracting Shot()
/stopmacro [noharm]
/stopcasting


Bandage your target if friendly or yourself if target is not friendly.
# Show Heavy Runecloth Bandage
/cast [help] Heavy Runecloth Bandage; [target=player] Heavy Runecloth Bandage


Tags: