Quote Originally Posted by 'species6729',index.php?page=Thread&postID=189001# post189001
Thks for all your reply. I am moving away from the focus base macro so I can save focus for the cc

I have change the marco to
/cast [target=party1target,mod:shift][mod:shift] Frostbolt
/cast [target=party1target][] Fireball

Now I can toggle between the Fireball and Frostbolt but my mage will not cast either spell
Hmm, not sure why this one wouldn't work. At work, so I can't fiddle.

However, an alternative approach would be to chain a few more casts on there. As long as you don't cast/burn the GCD, it will continue. So, combining your two sets of originally working macros in reverse order should work:

/cast [target=party1target,mod:shift] Frostbolt
/cast [target=party1target] Fireball
/cast [mod:shift] Frostbolt
/cast Fireball

(Although ugly and verbose)