Thread Tools Display Modes
10-17-14, 02:19 AM   #1
jacky564
A Defias Bandit
Join Date: Oct 2014
Posts: 2
Cooldown Bling

Hey, I was just wondering if anyone knew of an addon that removes the flash at the end of a cooldown/gcd.

If not, could someone possibly make one for me if it's a simple task to do?

Thanks.
  Reply With Quote
10-17-14, 03:07 AM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Lua Code:
  1. hooksecurefunc(getmetatable(CreateFrame('cooldown')).__index, 'SetCooldown', function(self)
  2.     self:SetDrawBling(false)
  3. end)
Paste that into http://addon.bool.no
  Reply With Quote
10-17-14, 04:00 AM   #3
jacky564
A Defias Bandit
Join Date: Oct 2014
Posts: 2
Originally Posted by semlar View Post
Lua Code:
  1. hooksecurefunc(getmetatable(CreateFrame('cooldown')).__index, 'SetCooldown', function(self)
  2.     self:SetDrawBling(false)
  3. end)
Paste that into http://addon.bool.no
Thanks so much! 8)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Cooldown Bling


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off