CooldownButtons
Features
- Basic
- Monitor all active Item or Spell(incl. Pet) Cooldowns as Buttons.
- Grouping Buttons for Items and Spells in its own Button Bars
- Support for combining both to one Bar
- Support for a Bar with Expiring Cooldowns
- Option to split single Cooldowns from that Groups and Displaying them on saved positions.
- GUI Based Configuration
- Customization
- Skinnable Buttons with Masque
- Button size and opacity configurable
- You can enable a 'pulse' effect for Cooldonws that are finished
- Button Bar fully customizable
- Position
- Number of Buttons per Bar
- Grow direction
- Distance between Buttons
- Customizable Timer Text per Button
- Text position
- Font/Size/Color
- Flashing Text Color for expiring Cooldowns
- Announcements
- Remaining Cooldown post to Chat when clicking the Button.
- LibSink Based Announcements for finished Cooldowns
Translations
You can support CooldownButtons by updating Locales here: http://www.wowace.com/addons/cooldownbuttons/localization/
Support
If you have problems, suggestions or whatever please fill a ticket.
awesome addon, i hate those bars :) i think you should add a Minimum timelimit button or better a configurable filter for Save and Hide because as a DK once i use all my rune CDB just shows all my spellbook as CDButton :P which is quite a bit too much, i can filter all the CD abilities but not the basic abilities which results in that due to Rune CD.
if i understand you correctly you want CDB to show you active Seals?
well if the active Seal has a cooldown while it is active it is no problem, but iirc the seals are just "buffs" this wouldnt work with CDB. Sorry.
But... currently i think about making CDB using LibDataBroker and make it possible to show more stuff using modules (like buffs). but this idea is still in a pre-pre-alpha so i cant promise that this will ever happen.
This would be extremely useful for things like Paladin Seals, Warrior Shouts, etc. Where the ability itself does not have a cooldown, but the buff does have a duration, and the user wants that duration displayed on the button itself.
Awesome :)
@hiddy: implemented :)
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.