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.