Looking for help with a macro not working

Ok so I have 2 mages. I’ve used this macro for years & never had issues. But I started playing my older mage because Midnight is coming out & it has maxed crafting.. But anyways the macro I use will not fire for that mage. It is set up the same as my other mage but won’t fire. I’ve try’d to get GM help & they are just to stupid to give anything other than an automated response. Heres the macro #showtooltip /castsequence [@cursor] reset=10 Frozen Orb,Blizzard,Blizzard it works for every mage ive asked to test it. I just can’t figure out why its not firing on my alt mage. Any thoughts?

Have you checked that you have the macro on your action bars, and not a spell?

I have the correct macro on action bar. Its highlighting the key as a press it & nothing happens. This has me stumped. It works fine on my other mage.

What are the names and realms of the mages in question? Differences in talents can change spells that can sometimes change macro execution, so it would be helpful to be able to compare the character that works and the one that doesn’t.

1 Like

Double check you have the right spec.

/run local fo, b = C_Spell.IsSpellUsable("Frozen Orb"), C_Spell.IsSpellUsable("Blizzard") print("Frozen Orb", fo, "Blizzard", b)

If the spells require an enemy target (I don’t think these ones do), make sure you have one selected (and enough mana to cast).

1 Like

(post deleted by author)

Do you have Frozen Orb spec’d? Perhaps try resetting your talent tree, log out, then re-do it.

Same thing is happening to me on my blizzard macro. Seemed to be working a couple days ago.

#showtooltip
/use [@cursor]Blizzard

Make sure the alt mage has every spell in the sequence learned.