Good News
Hey there, i just started to work on a new version of CooldownButtons, i dont have an ETA yet, but the basics are allready done! For more Infos you can check the support thread in wowace forum.
About
Q: Why did i wrote this addon?
A: I wrote CooldownButtons after i was annoyed from always being asked "Is your Rebirth ready?" And having no space for the Rebirth-Spell on my Action Bars to track the Cooldown there.
Q: Okay, and why aren't you using one of the X other Cooldown tracking Addons?
A: Couz they fail! I dont like to have Bars for my Cooldowns, and i dont know any other Addon that tracks Cooldowns without Bars and not on my Actionbars.
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 ButtonFacade (it also supports cyCircled but i recommend ButtonFacade!)
- 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
CooldownButtons is currently available in 3 Languages: enUS/enGB, zhCN and koKR (incomplete) If you want to translate CooldownButtons into your language feel free to send me your translation.
Support/Links
WoWAce Project: CooldownButtons on WoWAce
Forums: CooldownButtons Forum Thread
ButtonFacade: WoWAce ButtonFacade Project
SVN URL: svn://svn.wowace.com/wow/cooldownbuttons/mainline/trunk
- 13 comments
- ← Previous
- 1
- 2
- 13 comments
- ← Previous
- 1
- 2
Facts
- Date created
- 29 Sep 2008
- Categories
- Last update
- 20 Dec 2008
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- CooldownButtons
- Recent files
- #3
hiddy Tue, 30 Sep 2008 14:54:46Awesome :)
- #2
Netrox Tue, 30 Sep 2008 11:16:31@hiddy: implemented :)
Webradio
- #1
hiddy Tue, 30 Sep 2008 03:28:14It 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.