Page 1 of 1

Cool and Useful macros

Posted: Wed Jul 11, 2007 12:34 am
by Amuna
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.

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
One Button Mount Macro

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
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

Code: Select all

#showtooltip Heavy Netherweave Bandage
/cast [target=player] Heavy Netherweave Bandage
This macro will cast bandage on yourself so you don't have to lose your current target


I'll add more later.

Posted: Wed Jul 11, 2007 4:17 am
by miDE
bandaging yoruself is just as simple as holding alt and hitting the bandage button aswell =P

Posted: Thu Jul 12, 2007 9:26 pm
by Amuna
of course, but with the syntax I've given you could mod it to do a great number of things :)

Posted: Fri Jul 13, 2007 8:48 pm
by Lyese
Well even easier than that you could just turn on the auto self cast feature in the interface options the clicking the button for your bandage lol.