Was doing my first couple of SM GY Spellcleave groups until we started using a macro to keep track of who’s supposed to cast the next Frost Nova in the rotation.
Say your group has 3 mages:
Mage1
Mage2
Mage3
The Frost Nova rotation is Mage1 first, then Mage2, then Mage3.
Use this macro when you Frost Nova:
#showtooltip Frost Nova
/cast Frost Nova
/target Mage1|2|3*
/tm 6
/targetlasttarget
*Mage 1 would use /target Mage2, Mage2 would use /target Mage3, Mage3 would use /target Mage1
What this does is cast frost nova, then target the next mage in the rotation, then puts the blue square marker on them, and then target whoever was your last target.
This way, the entire group (and most importantly, the Mage who’s supposed to cast the next Frost Nova) knows that Mage1 has his Frost Nova on cooldown, and Mage2 is next for the Frost Nova.
With 5 nova you can get Shatter on every spell, assuming there’s only 1 or 0 Mage that use Blizzard and the others use Arcane Explosion / CoC, it’s better to use many Nova as possible so mob stay rooted and target closest people instead of the guys who have aggro, and the 50% crit apply for all Mages.
In first macro I putted all my highest level spell in (Rank…) and in the second I didnt put any rank of spells. If I use second one, will it cast my highest rank of spells or lowest? Or maybe that macro wont work?
Maybe its a stupid question, but I am using macros with “rank” and after I level up my spells I need to change them. It would be a lot easier if I can make macro like second one and not to change it anymore.
That is correct, if you omit the spell rank in your macro, it’ll always cast the highest rank.
So if you hate the fact that you have to replace your Rank 1 Arcane Shot on your action bar everytime you learn a new rank, you can also just make a macro #showtooltip Arcane Shot (–> omit rank, so it always shows the highest rank)
/cast Arcane Shot (–> omit rank, so it always casts the highest rank)