Surarns 10.1.5 Action Button Fixes

Surarns 10.1.5 Action Button Fixes

276 Downloads

With the release of 10.1.5 Blizzard added several new animations to their Action Buttons, this addon (at this moment) removes 3 of them.

- The "Cast Bar" that goes across the button when you are casting the spell

- The Green Circle if the buttons ability is waiting to be placed, i.e. Healing Rain.

- The new Cooldown Swirl/Edge.

Tech talk: The new swirl added in 10.1.5 doesn't exist upon login, blizzard creates them the first time you use the button/spell, this is annoying because i cant just go through all the buttons and change the swirl back to its previous version... The solution for now is that i go through every button, if the button got charges assigned to it and is a spell/macro i add a hook to the button so every time it updates i check if the "surFix" flag is set or not for the button, if it is not set then i change the swirl texture and set the flag. The hook im using is "OnUpdate" which i feel triggers to often but i don't see a better fix for it...