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:35,984
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 09-03-08, 10:51 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Thanks alot for upping the addon on WoWI <3
Report comment to moderator  
Reply With Quote
Unread 09-15-08, 06:53 AM  
Namica
A Kobold Labourer
 
Namica's Avatar

Forum posts: 0
File comments: 169
Uploads: 0
I love this Addon, great Job
Report comment to moderator  
Reply With Quote
Unread 09-17-08, 02:52 AM  
winterz
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0

you think you can add the customizable features that would allow me to create the bars cool down like in picture.
Report comment to moderator  
Reply With Quote
Unread 09-18-08, 05:45 PM  
Netrox
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 18
Uploads: 4
Originally posted by winterz

you think you can add the customizable features that would allow me to create the bars cool down like in picture.
hi winterz,
if you want to order the buttons from top to bottom (or bottom to top) you allready can do this with the direction option in the settings from the related bar.

but if you want the small bar in the background of the timer you should use Cooldown [b]BAR[b] addon and set it up to look like in that screenshot.
i wont add that feature, something like this was allready requested some time ago and i decided to not implement it. sorry, i hope you like the addon nevertheless :P
Report comment to moderator  
Reply With Quote
Unread 09-28-08, 07:18 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
...\AddOns\CooldownButtons\Modules\Cooldown_Manager.lua:187: attempt to index field '?' (a nil value)
Happened when my wolf's Bite (rank2) went on cooldown
Report comment to moderator  
Reply With Quote
Unread 09-28-08, 10:14 AM  
Netrox
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 18
Uploads: 4
Originally posted by p3lim
Happened when my wolf's Bite (rank2) went on cooldown
mhm...
did it happened once or multiple times?
Report comment to moderator  
Reply With Quote
Unread 09-29-08, 08:13 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Netrox
mhm...
did it happened once or multiple times?
Constantly, error popping up every 1 sec
Report comment to moderator  
Reply With Quote
Unread 09-29-08, 09:31 PM  
hid
A Kobold Labourer

Forum posts: 1
File comments: 40
Uploads: 0
First off, great addon, and nice coding style.

It isn't often I find a new addon I haven't heard of before that immediately replaces an addon I've been using for years, but when I found this addon, I was so happy to finally be able to replace "Cooling". The only option I was missing from this addon was the ability to change the way it sorts the cooldowns based on time left (it sorted it from shortest CD left -> longest CD left), and I thought that maby someone else was missing that feature aswell.

So, until you get a chance to add this option to the addon (if you want I mean), here's a simple way for people to change it themselves:

In file CoolDownButtons/Modules/Cooldown_Manager.lua line 316, change this line:

table_sort(sortMe[bar], function(a, b) return a[1] < b[1] end)

to

table_sort(sortMe[bar], function(a, b) return a[1] > b[1] end)

I haven't had time to check out all the code in this addon, so I'm not 100% sure if this breaks anything. But it seems to be working perfectly for me at least.
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
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 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 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-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-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-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
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.