WoW Burning Crusade (TBC) Classic – Useful Macros for Mages
Useful Macros for Mages
Here’s a quick Mage macro guide for WoW Burning Crusade (TBC) Classic.
Simple macro for your mounts (change to whatever flying / nonflying mount you want to use)
#showtooltip
/use [flyable]Tawny Windrider;Great Gray Kodo
Set your focus & clearfocus, all in one macro (sets focus and clears focus after using it a second time):
/cleartarget [@focus, exists]
/focus
/targetlasttarget [noexists]
Some pet utility might want to remove the petattack in PVP if you don’t want it to break CC accidentally
#showtooltip
/cast [nopet][target=pet,dead]Summon Water Elemental; !Freeze
/petattack
/petassist
/stopmacro [nomod:ctrl]
/petdismiss
Macro for swapping your target & focus:
/cleartarget [@target, dead]
/clearfocus [@focus, dead]
/target focus
/cleartarget [@focus, noexists]
/targetlasttarget
/focus target
/targetlasttarget
Useful macro for dismissing your water elemental in PVP. Could probably add the /petdismiss to several other abilities such as Invisibility
#showtooltip Summon Water Elemental
/petdismiss [mod:ctrl, pet]
/use [nomod:ctrl] Summon Water Elemental