Also on AOL
- Autos
- Technology
- Lifestyle
- Gaming
- Finance
- Entertainment on AOL
- Lifestyle on AOL
- Sports on AOL
- Travel on AOL
- More on AOL
Featured Galleries
Joystiq
© 2013 AOL Inc. All rights Reserved. Privacy Policy | Terms of Use | Trademarks | AOL A-Z HELP | About Our Ads

Reader Comments (Page 1 of 1)
4-11-2008 @ 9:05AM
foxfyr said...
My favorite macros:
For leading raids and 5 mans:
/script SetRaidTargetIcon("target", 8)
/script if UnitAffectingCombat("target") and UnitExists("focus") and not UnitIsDead("focus") then SendChatMessage("New target, kill the Skull: %t.", "RAID_WARNING") end
/focus target
This places a skull on my target and sets it as my focus. If I use it in combat and change the skull it will give a raid warning that the target has changed.
Rogue:
#showtooltip Garrote
/cast Pick Pocket
/castsequence reset=2 Garrote, Bloodlust Brooch
END
I have similar macros for Cheap Shot and Ambush. This macro is on my stealth bar so if I hit it twice quickly before I leave stealth it will use my trinket.
#showtooltip
/cast [equipped:Thrown] Throw; Shoot
END
One macro for ranged attack. Does not need to be changed when I change from throwing weapons to guns/bows.
#showtooltip blind
/cast [target=mouseover] Blind
END
Mouseover blind button.
Druid:
#showtooltip
/cast [stance:1/3] Faerie Fire (Feral)(); [stance:5][nostance] Faerie Fire()
END
One button for any kind of Faerie Fire.
#showtooltip
/castsequence [stance:3,stealth] reset=3 Tiger's Fury, Pounce
/cast [stance:3] Shred
END
I usually start fights with this macro when I'm soloing.
/cancelform
/use Healthstone
/use super Healing Potion
/cast Dire Bear Form
END
This macro can be very dangerous on fights that silence or prevent you from shifting back into bear. Use at your own risk.
/mountspecial
Try this one in flight form.
Reply
4-11-2008 @ 9:10AM
foxfyr said...
I forgot the best one!
/target Disobedient
/use Booterang
END
4-11-2008 @ 11:02AM
h8rain said...
/cancelform
/use Healthstone
/use super Healing Potion
/cast Dire Bear Form
END
^- I have that one setup, but I only use it as a "Oh crap, I am about to die, so let's hope it works >.
4-11-2008 @ 3:47PM
foxfyr said...
Right. Shows how often I rely on it.