Download
(1020 b)
Download
Updated: 03-02-15 12:06 PM
Pictures
File Info
Compatibility:
The Adventure Continues (6.1)
Updated:03-02-15 12:06 PM
Created:03-02-15 12:06 PM
Downloads:807
Favorites:4
MD5:

CooldownBlingFixer

Version: r1
by: semlar [More]

Fixes a bug introduced in 6.1 which causes the "star" or bling texture to get stuck on your action buttons, bag buttons, buffs and more when a cooldown animation is canceled; for example if you stop a cast which causes a GCD it will leave the texture on every action button that displayed the cooldown.

Optional Files (0)


Post A Reply Comment Options
Unread 06-28-15, 05:34 PM  
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1060
File comments: 187
Uploads: 25
Originally Posted by Tonyleila
Is this addon still needed in 6.2? Did they fix it?
It appears to have been fixed at some point.
Report comment to moderator  
Reply With Quote
Unread 06-28-15, 04:19 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Is this addon still needed in 6.2? Did they fix it?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 03-25-15, 03:41 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by semlar
It should completely disable the bling animation entirely, but I don't know why those items would behave differently from your spells.
Sorry for the late reply - I have tested it now and it works fine.
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 03-19-15, 03:19 PM  
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1060
File comments: 187
Uploads: 25
Originally Posted by Tonyleila
Originally Posted by semlar
Originally Posted by Tonyleila
Love it! Coud you make this work for items like potions and Healthstones?
Where is it not working, on action buttons, bag buttons, or somewhere else?
On action buttons (Dominos) It works there for all spells but not for potions and Healthstones
Try replacing everything with just this and see if it stops it from appearing on your potions..
Lua Code:
  1. local SetCooldown = ActionButton1Cooldown.SetCooldown
  2. hooksecurefunc(getmetatable(ActionButton1Cooldown).__index, 'SetCooldown', function(self, start, duration)
  3.     if duration == 0 and self:GetDrawBling() then
  4.         self:SetDrawBling(false)
  5.         SetCooldown(self, 0, 0)
  6.     end
  7. end)
It should completely disable the bling animation entirely, but I don't know why those items would behave differently from your spells.
Report comment to moderator  
Reply With Quote
Unread 03-17-15, 06:28 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by semlar
Originally Posted by Tonyleila
Love it! Coud you make this work for items like potions and Healthstones?
Where is it not working, on action buttons, bag buttons, or somewhere else?
On action buttons (Dominos) It works there for all spells but not for potions and Healthstones
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 03-17-15, 01:50 AM  
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1060
File comments: 187
Uploads: 25
Originally Posted by Tonyleila
Love it! Coud you make this work for items like potions and Healthstones?
Where is it not working, on action buttons, bag buttons, or somewhere else?
Report comment to moderator  
Reply With Quote
Unread 03-16-15, 02:03 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Love it! Coud you make this work for items like potions and Healthstones?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 03-16-15 at 02:04 PM.
Report comment to moderator  
Reply With Quote
Unread 03-04-15, 12:28 AM  
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1060
File comments: 187
Uploads: 25
Originally Posted by Kabuto-eu
Excellent. Are there any unintended side effects when hiding the bling this way?
There shouldn't be, but I noticed it wasn't always working in my raid earlier (specifically on the character sheet), so I may need to tweak the code a bit.

I didn't want to completely disable the bling texture, but I might have to.
Last edited by semlar : 03-04-15 at 01:53 AM.
Report comment to moderator  
Reply With Quote
Unread 03-03-15, 08:25 PM  
Kabuto-eu
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 45
Uploads: 2
Excellent. Are there any unintended side effects when hiding the bling this way?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: