AOE mage macro

I’m trying to condense all my mage macros that I can. I have my Flamestrike, and meteor working great in fire. Shows the correct tooltip when I hit shift and all that. When I go to frost it just shows a question mark on the icon. Is there a modifier I can place after #showtooltip to show the correct icon only when I am in a certain spec? Frost spells for frost and fire for that spec.

#showtooltip
/cast [@cursor,mod:shift] Meteor
/cast [@cursor] Flamestrike
/cast [@cursor] Blizzard

#showtooltip
/cast [spec:3,@cursor] Blizzard; [mod:shift,talent:7/3,@cursor] Meteor; [@cursor] Flamestrike
1 Like

Thanks! You seem to be the main macro contributor I see. Your sticky was a great help for my Druid as well.

1 Like