Macros

Here's some handy macros. The syntax must be entered exactly as shown to work properly (with optional modification for your specific abilities or items)

Misc

Flying Mount & Land Mount

Combines both your flying mount and walking mount into one button with no errors. Automatically will summon flying mount in Outlands and walker in main-lands. Hold ALT to summon your walking mount while in Outlands. It also won't eject you from your mount while you are still in the air.

/stopmacro [flying]
/dismount [mounted]
/script U=UIErrorsFrame;e="UI_ERROR_MESSAGE";U:UnregisterEvent(e);
/use [outdoors,nomounted,nomodifier:alt] Blue Windrider
/use [outdoors,nomounted] Swift Olive Raptor
/script U:RegisterEvent(e);

Hunter Specific

Misdirection

One touch misdirect. With a friendly target selected, it makes that target the focus. Any other time it casts Misdirection on the focus you set earlier. It doesn't even change your real target.

#showtooltip Misdirection
/focus [help]
/stopmacro [help]
/cast [target=focus,exists] Misdirection

Multi-Shot / Steady Shot / Steady Shot sequence

Simply cycles through your MS, and 2 SS. 2 SS can be fired easily while MS is still cooling down.

/castsequence reset=target Multi-Shot, Steady Shot, Steady Shot

Arcane Initiator

This handy little bugger will use Arcane shot if it's ready and you have enough mana, otherwise it will initiate auto-shot. Very handy for long fights when you are out of mana and don't have an auto-attack button on your action bar. Hit this and it will work just the same way, saving you a valuable button-slot.

#showtooltip Arcane Shot
/startattack
/cast Arcane Shot

Smart Scatter Shot

Now when you fire your Scatter Shot, your pet won't go and attack your target, breaking the shot. This does not alter the pet's aggression level selection.

#showtooltip Scatter Shot
/petwait
/cast Scatter Shot
/petfollow

Smart Pet Feeder & Healer

This will feed your pet if you aren't in combat or heal it if you are. It looks through your bags for the listed foods and will spend all of them before trying the next. Shift click the food items in your bag with this macro open and it will automatically insert the name of the food you clicked directly into the macro! The example is what I use with my meat eating pets.

/cast [combat] Mend Pet; [nocombat] Feed Pet
/use [nocombat] Roasted Quail
/use [nocombat] Smoked Talbuk Venison
/use [nocombat] Buzzard Bites
/use [nocombat] Roasted Clefthoof
/use [nocombat] Talbuk Steak

1189 visitors.