colezz2 wrote:Hey thanks for the reply, not really what I mean tho. Maybe I'm saying it wrong but I mean before I have started casting blizzard.
So I press the keybind of blizzard and a green circle appears that I can move around with my mouse and I left click to start channeling blizzard or right click to cancel the green circle. Problem is if I press the blizzard keybind twice it will turn on the green circle for a sec then turn it off again. I would want it so I can spam the keybind without it flashing on and off.
Ah, that's different.
I made a small update to my addon so it might work for that purpose now.
I haven't migrated to a new server at the time so can't test it myself.
Download from here:
https://github.com/Dridzt/PlayerStates/ ... /1.1-11200Install it to your addons.
Then create a macro with
- Code: Select all
/script if not PlayerState.Spelltargeting then CastSpellByName("Blizzard") end
Keybind or spam-click it and see what it does.