Page 1 of 1

Blizzard macro

PostPosted: Wed Apr 20, 2016 11:31 am
by colezz2
is there any macro that lets u spam click blizzard aoe without it cancelling on and off? rather just right click will cancel it, i would like to be able to spam the button without it turning itself off

Re: Blizzard macro

PostPosted: Wed Apr 20, 2016 1:15 pm
by Frontedge
Behold, alpha lazy mage

Re: Blizzard macro

PostPosted: Wed Apr 20, 2016 3:53 pm
by colezz2
Frontedge wrote:Behold, alpha lazy mage


How the fk is that lazy, it's just annoying sometimes in the heat of battle I might accidentally hit the button twice and cancel it which wastes time

Re: Blizzard macro

PostPosted: Thu Apr 21, 2016 9:38 am
by Roadbl0ck
You might be able to use the small addon I made for someone for tame beast.
viewtopic.php?f=63&t=32106&p=224719&hilit=+macro#p224719

Then you should be able to have a spammable macro that doesn't recast if already channelling.

Re: Blizzard macro

PostPosted: Thu Apr 21, 2016 10:41 am
by colezz2
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.

Re: Blizzard macro

PostPosted: Fri Apr 22, 2016 2:13 pm
by Roadbl0ck
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-11200
Install 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.

Re: Blizzard macro

PostPosted: Sun Apr 24, 2016 1:28 pm
by Dreez
/run local s=SpellIsTargeting if not (s()) then CastSpellByName("Blizzard") end