Comet Storm / Meteor

Is there a way to make a 2 in 1 @cursor macro for these spells and have the tooltip reflect the one you currently know / spec you’re playing?

Meteor is fire exclusive.
Comet storm is frost exclusive.

Thank you.

play frost fire and they become the same button

I dont have an exact solution but i do know some condtionals that could be used to make one.

There is a known condition

/cast [known:Ursol’s Vortex, @cursor] Ursol’s Vortex; Mass Entanglement

Is a macro i have that uses it, makes it cast ursol at target location if im talented and if not itll cast mass entanglement since theyre on a choice node.

Theres also a specilization conditional
/cast [target=player,spec:4] Innervate; [target=mouseover, exists, noharm][target=target, exists, noharm]Innervate

I use that to make innervate auto cast on me in combat in resto spec and be a generic mouseover in the other 3.
If you can find fire and frost spec numbers you can combine them with the known; it should update with icon and timers with a #showtooltip slapped on the top.

So as frost, having a macro that says ‘cast meteor’ will automatically cast comet storm?

Edit: Actually, I guess you don’t need an @ macro for comet storm… So perhaps it’s not even worth looking in to.

Thanks all.

Just use an @cursor for each spec (Two different macros) on the same keybind. When you switch specs it will be there.

I highly recommend you do. It’s still a @cursor spell.

Frostfire will drop a meteor with comet storm.

**Whoops I meant Blizzard

Comet storm casts at your current target, it is not a mouse over.

1 Like

Whoops…I meant Blizzard XD

Oh I have this for Blizzard and Flamestrike… Yeah that’s 100% mandatory to not hate life, haha.

1 Like

#showtooltip
/cast [@cursor, known: Meteor] Meteor; Comet Storm

2 Likes