Cool and Useful macros
Posted: Wed Jul 11, 2007 12:34 am
Best Shackle Macro Evar
This macro will set your focus and then shackle your focus on the first and subsequent clicks. Also Shift-Clicking it will clear/change your focus.
If you have leader or are an assistant in a raid it will also put a symbol on your shackle target.
One Button Mount Macro
This macro will mount your flying mount if you're in the outlands, or your regular mount if not.
This macro is nice for freeing up bar space as well as simplifying the process
Druids with Epic flight form can change the last line to /cast
Bandage Yourself Macro
This macro will cast bandage on yourself so you don't have to lose your current target
I'll add more later.
This macro will set your focus and then shackle your focus on the first and subsequent clicks. Also Shift-Clicking it will clear/change your focus.
If you have leader or are an assistant in a raid it will also put a symbol on your shackle target.
Code: Select all
/clearfocus [modifier:shift]
/clearfocus [target=focus,dead]
/clearfocus [target=focus,noexists]
/focus [target=focus,noexists]
/script SetRaidTarget("focus", 1)
/cast [target=focus] Shackle Undead
This macro will mount your flying mount if you're in the outlands, or your regular mount if not.
Code: Select all
/dismount
/stopmacro [mounted]
/userandom [noflyable, outdoors, nomounted, nocombat] YourLandMountHere, YourSecondLandMountHere
/use [flyable] YourFlyingMountHere
Druids with Epic flight form can change the last line to /cast
Bandage Yourself Macro
Code: Select all
#showtooltip Heavy Netherweave Bandage
/cast [target=player] Heavy Netherweave Bandage
I'll add more later.