Ground/AOE Targeting Cursor (Weakaura)

Frost Mage PvP is currently heavily based on spells based on the ground: Blizzard, Ring of Frost, Ring of Fire, Frozen Orb. The same graphic is shown on the ground for all these spells (just slightly different sizes & max range), making it difficult to determine if I pressed the wrong key before I start casting.

So, I’m thinking a WeakAura around the cursor that would change based on the spell I’m placing on the ground could be helpful. There’s a subtle border around the spell action button when I’m targeting it, so I’m wondering how I would replicate that with the WoW API (or a WeakAura setting, but I doubt one exists).

I could of course macro all the spells to set a global variable based on the spell, and check for that value in the WeakAura, but I’m sure there’s a clean solution out there that I just haven’t spotted in the APIs yet.

Could try this https://wowinterface.com/downloads/info25878-Grounded.html

I looked at the Grounded addon web page and it didn’t seem to be what I want and it also has compatibility issues with Dragonflight, so I’m still open to ideas.

You could use a sound based macro instead?

/run C_VoiceChat.SpeakText(0, "Blizzard", Enum.VoiceTtsDestination.LocalPlayback, 0, 100)
/cast Blizzard

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.