Download
(257Kb)
Download
Updated: 10-28-16 09:39 AM
Pictures
File Info
Compatibility:
Return to Karazhan (7.1.5)
Legion (7.0.3)
Updated:10-28-16 09:39 AM
Created:unknown
Downloads:36,004
Favorites:177
MD5:

CooldownButtons  Popular! (More than 5000 hits)

Version: 3.4.3
by: Netrox [More]

Features:
*Monitor Spell and Item Cooldowns as Buttons (see screenshots)

* Hide cooldowns longer than X seconds

* Supports Masque button skinning

* easy to use configuration UI (use /cdb or /cooldownbuttons to open)



Projekt page

3.4.3 - 28. Okt. 2016
- toc bump

3.4.2 - 23. Okt. 2016
- Detect spells with recharge as spells with cooldown

3.4.1 - 08. Aug. 2016
- Fix display of spells that get a cooldown after learning a talent. e.g "Mind Control" after learning "Dominate Mind"

3.4.0 - 31. Jul. 2016
- update item group for non-health potion (add legion potions)
- update item group for health potion (add legion potions)
- remove cooldown set for shaman shocks
- remove cooldown set for hunter traps

3.3.1 - 30. Jul. 2016
- Bump Toc for Options Addon/Module...

3.3.0 - 29. Jul. 2016
- Bump Toc for Legion
- Fix a bug with Chat Post notifications
-> If you find issues with CDB in Legion feel free to open a ticket: http://www.wowace.com/addons/cooldownbuttons/tickets/
Post A Reply Comment Options
Unread 10-25-08, 11:33 AM  
Thrillseeker
A Murloc Raider

Forum posts: 8
File comments: 23
Uploads: 0
Hello!

First, great Addon!

Could you implement another option to configure the saved buttonposition. It's rather cumbersome to show every single saved button, arrange them and then hide everyone again.

Could you provide a method to show all saved buttons at once?

Thanks a lot in advance!
Report comment to moderator  
Reply With Quote
Unread 10-24-08, 11:47 AM  
Enkidu
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Problem with Sword and Board.

Thanks for working on this addon, it performs a function I've grown really attached to with Cooling. However I a problem with Sword and Board procs resetting my cooldown on Shield Slam.

If I SS too quickly after a proc the cooldown button will get stuck, showing no cooldown once the original had elapsed. Example: 6 seconds cooldown on SS. 3 seconds after using SS there is a proc and I SS, the button instead of reverting to 6 seconds will continue until reaching 0, then remain stuck without a number. This would continue until I let Shield Slam properly reset at 6 seconds.

This only happens when I press SS very quickly, as in on the first available GCD after a Sword and Board proc. If I give it a couple of seconds it will usually update properly and remove the cooldown display for SS then refresh it at 6 seconds when the button is pressed.
Last edited by Enkidu : 10-24-08 at 11:50 AM.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 07:21 PM  
Netrox
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 18
Uploads: 4
Originally posted by Quyz
Hmp. This mod somehow disables my Pitbull. Sorry that i cant be more spesefic, but yea.
whooot?
my pitbull works fine with cooldownbuttons


Originally posted by abzinthe
I love this addon as my replacement for Cooling, but wish that the Freeze icon could be different from the Frost Nova one (even if it was just flipped horizontally or something.)

Secondly, occasionally a "ghost button" will appear, taking up space as if an icon was showing, but without an actual icon showing.
this would be possible but it is much work, currently i'm using excactly the same icon as the spell has in your spellbook/actionbar provided by WoW API
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 05:10 PM  
abzinthe
A Kobold Labourer

Forum posts: 0
File comments: 38
Uploads: 0
I love this addon as my replacement for Cooling, but wish that the Freeze icon could be different from the Frost Nova one (even if it was just flipped horizontally or something.)

Secondly, occasionally a "ghost button" will appear, taking up space as if an icon was showing, but without an actual icon showing.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 03:29 PM  
Quyz
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 9
File comments: 4
Uploads: 2
Hmp. This mod somehow disables my Pitbull. Sorry that i cant be more spesefic, but yea.
__________________
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 09:10 AM  
direwolf24
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
*EDIT*
NVM, found a solution for my problem.
Last edited by direwolf24 : 10-21-08 at 09:16 AM.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 11:55 AM  
Smahs
A Murloc Raider

Forum posts: 8
File comments: 8
Uploads: 0
Good job, but maybe you can enable a bar that shows the cooldowns that are open aswell for those heavy keybinders like me ^_^.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 01:22 AM  
krage
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 9
Uploads: 1
Speaking of spellgroups, the Divine Shields spellgroup should be removed. Since divine shield no longer shares a cooldown with divine protection the spellgroup is useless (and in fact until I commented out the shields spellgroup my divine shield cooldown button wasn't being displayed at all...).

Also new in 3.0 paladins have a need for a new spellgroup for judgements as we now have three separate judgement spells which share CD. I hacked this into my local copy using the following:

Code:
CooldownButtonsSpells.spellGroups["Spellgroup: Judgements"] = newDict(
    "name", "Spellgroup: Judgements",
    "texture", "Interface\\Icons\\Spell_Holy_RighteousFury",
    "ids", newList( "CDB_Spellgroup.Judgements.Judgement_of_Wisdom",
        "CDB_Spellgroup.Judgements.Judgement_of_Justice",
        "CDB_Spellgroup.Judgements.Judgement_of_Light")
)
Code:
    ["CDB_Spellgroup.Judgements.Judgement_of_Justice"] = "53407:"..GetSpellInfo(53407),
    ["CDB_Spellgroup.Judgements.Judgement_of_Light"]   = "20271:"..GetSpellInfo(20271),
    ["CDB_Spellgroup.Judgements.Judgement_of_Wisdom"]  = "53408:"..GetSpellInfo(53408),
I must be missing some part of the intended config though as the icon that's showing up for the group is judgement of justice's red judgement icon, rather than the yellow one I expected to get from putting in "Interface\\Icons\\Spell_Holy_RighteousFury"...
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 08:30 AM  
Netrox
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 18
Uploads: 4
Re: Pet skills

Originally posted by Jorenm
Is there any way to get it to show pet frost nova as a different icon from my frost nova?
atm not sorry, cdb uses the textures that wow provide (exceptions are spellgroups)


Originally posted by baltic
Quick question: I used to use Cooling2 pre-3.0, and as this addon seems to model after it nicely, does it have a button for when a tree is locked, and if not, is there any intent on adding this feature?
yes it has an icon for spellgroup lockouts
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 06:48 PM  
baltic
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Quick question: I used to use Cooling2 pre-3.0, and as this addon seems to model after it nicely, does it have a button for when a tree is locked, and if not, is there any intent on adding this feature?
Last edited by baltic : 10-16-08 at 08:43 PM.
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 12:37 AM  
Jorenm
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Pet skills

Is there any way to get it to show pet frost nova as a different icon from my frost nova?
Last edited by Jorenm : 10-16-08 at 12:38 AM.
Report comment to moderator  
Reply With Quote
Unread 10-13-08, 11:20 AM  
Netrox
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 18
Uploads: 4
Re: great addon but

Originally posted by sun
as a DK when i cycle my rune it just shows the cooldown for all my abilities, nearly all my spellbook, maybe you shouldn't take Rune CD in consideration

oh... well, i just tested for errors on a borrowed beta account :X
wasnt able to test DK :/

and i cant get access agian with that account
to bad that blizz seemingly stopped sending out beta keys for addon devs, would need an EU key.
Report comment to moderator  
Reply With Quote
Unread 10-13-08, 07:10 AM  
sun
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 104
Uploads: 1
great addon but

as a DK when i cycle my rune it just shows the cooldown for all my abilities, nearly all my spellbook, maybe you shouldn't take Rune CD in consideration
Report comment to moderator  
Reply With Quote
Unread 09-30-08, 05:33 AM  
Netrox
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 18
Uploads: 4
Originally posted by hid
On another note, seems like there's some bug with the cooldown sorting function. Sometimes a cooldown will show up in the wrong position, only to sometimes be reordered to the right position after the next update (after a cooldown finishes, or after another cooldown is added). Seems random.

This happens quite often as a rogue when using several cooldowns in rapid succession.

Something that seems to reproduce this every time:

1) use preparation
2) use vanish
3) use sprint
4) use distract
5) stealth and destealth to get a cooldown

This puts the CD's in the following order most of the time:

Preparation(9m) - stealth(5s) - distract(28s) - sprint(4m) - evasion(4m)
yea, i know about that issue.
but it seems to be a issue from table.sort, i dont know yet how to fix it


@hid: implemented, (just starting to upload to wowui )
Last edited by Netrox : 09-30-08 at 05:33 AM.
Report comment to moderator  
Reply With Quote
Unread 09-29-08, 10:18 PM  
hid
A Kobold Labourer

Forum posts: 1
File comments: 40
Uploads: 0
On another note, seems like there's some bug with the cooldown sorting function. Sometimes a cooldown will show up in the wrong position, only to sometimes be reordered to the right position after the next update (after a cooldown finishes, or after another cooldown is added). Seems random.

This happens quite often as a rogue when using several cooldowns in rapid succession.

Something that seems to reproduce this every time:

1) use preparation
2) use vanish
3) use sprint
4) use distract
5) stealth and destealth to get a cooldown

This puts the CD's in the following order most of the time:

Preparation(9m) - stealth(5s) - distract(28s) - sprint(4m) - evasion(4m)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.