World of Warcraft Macros

Hunter Macros: Combat

Auto Shot and Steady Shot Rotation with Kill Command

This macro will cast Auto Shot and Steady Shot in alternating order and activates Kill Command when it's not on cooldown.

#showtooltip Steady Shot
/cast [target=pettarget,nodead,exists] Kill Command
/castsequence reset=2/target !Auto Shot, Steady Shot

Aimed Shot, Arcane Shot and Steady Shot Rotation

This macro will cast Aimed Shot if you are out of combat and a rotation of Arcane Shot when not on cooldown and Steady Shot.

/castsequence [nocombat] Aimed Shot; [combat] reset=6 Arcane Shot, Steady Shot, Steady Shot, Steady Shot

Misdirection

This macro will cast Misdirection to focus target when it's friendly, to selected friendly target or to pet when it's alive.

/cast [target=focus,help][help][target=pet,exists,nodead] Misdirection

Rapid Fire, Berserking and Aimed Shot

This macro will cast Rapid Fire, Berserking followed by Aimed Shot.

#showtooltip Rapid Fire
/cast Rapid Fire
/cast Berserking
/cast Aimed Shot

All-in-One Stings

This macro will cast Serpent Sting or Viper Sting when used in conjunctiong with the shift key, Scorpid Sting when used in conjunction with the control key and Tranquilizing Shot when used in conjunction with the alt key.

/cast [nomodifier] Serpent Sting; [modifier:shift] Viper Sting; [modifier:ctrl] Scorpid Sting; [modifier:alt] Tranquilizing Shot

Volley or Flare

This macro will cast Volley or Flare when used in conjunctiong with the shift, control or alt key

/cast [modifier] Flare; Volley

Distracting Shot

This macro will cast Distracting Shot then stop attacking.

#showtooltip
/cast Distracting Shot
/stopcasting
/stopattack

Silencing Shot

This macro will cast Silencing Shot at hostile mouseover target or hostile current target.

#showtooltip Silencing Shot
/cast [target=mouseover, harm][harm] Silencing Shot

Concussive Shot then Steady Shot

This macro will cast Concussive Shot followed by Steady Shot.

/castsequence reset=target/combat Concussive Shot, Steady Shot

Raptor Strike then Wing Clip

This macro will cast Raptor Strike followed by Wing Clip.

#showtooltip Raptor Strike
/cast Blood Fury
/cast Raptor Strike
/cast Wing Clip
/stopcasting

All-in-One Traps

This macro will cast Explosive Trap when right-clicked, Frost Trap when used in conjunction with the shift key, Snake Trap when used in conjunction with the control key, Freezing Trap when used in conjunction with the alt key or Immolation Trap.

#showtooltip
/stopcasting
/stopattack
/cast [btn:2] Explosive Trap; [mod:shift] Frost Trap; [mod:ctrl] Snake Trap; [mod:alt] Freezing Trap; Immolation Trap

All-in-One Tracks

This macro will rotate casting of each tracker within the reset timer.

/castsequence [nocombat] reset=5 Find Minerals, Find Herbs, Track Beasts, Track Demons, Track Dragonkin, Track Elementals, Track Giants, Track Hidden, Track Humanoids, Track Undead

All-in-One Aspects

This macro will cast Aspect of the Hawk when right-clicked, Aspect of the Pack when used in conjunction with the shift key, Aspect of the Cheetah when used in conjunction with the control key, Aspect of the Wild when used in conjunction with the alt key or Aspect of the Monkey.

/cast [btn:2] Aspect of the Hawk; [mod:shift] Aspect of the Pack; [mod:ctrl] Aspect of the Cheetah; [mod:alt] Aspect of the Wild; Aspect of the Monkey
Try It! Use WowMatrix to download and keep WoW AddOns up-to-date. It's 100% FREE! Includes support for the latest WoW AddOns and Mods.
Tutorial How to Install WoW AddOns in 3 Easy Steps using WowMatrix!