Hey guys of PGC, here some macros for mages.
Code:
# showtooltip Polymorph
/ focus [target = focus, noexists]
/ cast [@ focus] Polymorph
Polymoph leaving the target in focus with this you can change the target, drop spells on another target and clicking on the polymorph macro is directed to the target and not focus on the target you are Spamming another spell.
Code:
/castsequence Arcane Power, Mirror Image
/use Mana Gem
Use this Macro after using 5/6 Arcane Blast in Boss.
Code:
/ stopcasting
/ cast [modifier: shift, @ focus] Counterspell
/ cast [nomodifier: shift] Counterspell
And
/ stopcasting
/ cast [button: 1] Counterspell
/ cast [button: 2, target = focus, exists, nodead] Counterspell
I use a variation of this macro do not need to press the shift. Instead use the left mouse button to cast on target and right to cast in focus. I think more practical
I once saw the following macro in a website! @ # $% ^:
Code:
# showtooltip Blink
/ stopcasting
/ cast Blink
/ stopmacro [NOHARM]
/ runflipcamerayaw (180)
Some usefuls macros xD.