|
| |
Hunter Macros
No Combat Feed / Combat Mend
This will cast Mend Pet when you are in combat and Feed Pet when your out of combat.
/cast [nocombat] Feed Pet; [combat] Mend Pet
/use [nocombat]
|
Bestial Wrath + Intimidation
This macro will cast Bestial Wrath and Intimidation simultaneously. (requires BM spec)
/cast Bestial Wrath
/stopcasting
/cast Intimidation
|
Steady Shot + Kill Command
Will start casting Steady Shot and then give the Kill Command; in effect this will be only executed if it is available
/script UIErrorsFrame:Hide()
/cast [target=pettarget] Kill Command
/castsequence reset=3 Steady Shot, Auto Shot
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
|
Raptor Strike + Wing Clip
This macro queues a Raptor Strike for the next normal melee swing and uses Wing Clip
/cast Raptor Strike
/cast Wing Clip
/stopcasting
|
Survival shot cycle
MM or Survival shot cycle for use with improved arcane shot and a weapon speed >= 2.9
/script UIErrorsFrame:Hide()
/cast [target=pettarget] Kill Command
/castsequence reset=5 Auto Shot, Steady Shot,Arcane Shot, Auto Shot, Steady Shot
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
|
| |
|