SexyCooldown
Upgrade Notice
Users upgrading from versions prior to 0.6.6 will lose any aura blacklist settings. A change was made to aura identification to resolve conflicts with skills such as Sacred Shield. Please re-blacklist any auras you aren't interested in after upgrading.
About
SexyCooldowns is a logarithmic cooldown bar. What's that, you say? Well, most timer bars you're used to are linear. That is, the distance between 0 seconds and 10 seconds is the same as the distance between 50 seconds and 60 seconds. A logarithmic cooldown bar is somewhat different - it represents cooldowns on a compressed timeline, so that cooldowns that are closer to being ready are represented as more active on the bar. This lets you represent a large amount of data on a single bar, and have it remain useful.
In short, SexyCooldown is a single consolidated timer bar for all your spell, pet's spell, item, and proc cooldowns, as well as buffs, debuffs, and totem timers. It's very flexible, and can be customized to fit into your UI as best you see fit.
Features
- Spawn as many bars as you want, and show the specific information you want on each.
- Supports spell and talent cooldowns, explicit and internal item cooldowns, buffs on you, debuffs on you, and debuffs on your target or focus.
- Very highly configurable look and feel. Build bars that will fit into any UI.
- Bars may be oriented horizontally or vertically, and move in either direction.
- Extensible - can support virtually any kind of timer. Currently works as a cooldown, buff, and debuff timer, but the possibilities are endless.
Demo
Here you can see that I have set up three separate bars, one for my cooldowns at the bottom, one for short buffs on me (<45 seconds) above my unit frame, and one for my debuffs on my target above the target unit frame.
In a raid setting (Click for HD):
Open: Interface\AddOns\SexyCooldown\Libs\LibInternalCooldowns-1.0\data.lua
Copy paste this into "local spellToItem":
-- RS25 trinkets
[75458] = 54569, -- Sharpened Twilight Scale
[75456] = 54590, -- Sharpened Twilight Scale Heroic
[75466] = 54572, -- Charred Twilight Scale
[75473] = 54588, -- Charred Twilight Scale Heroic
[75477] = 54571, -- Petrified Twilight Scale
[75480] = 54591, -- Petrified Twilight Scale Heroic
[75493] = 54573, -- Glowing Twilight Scale
[75494] = 54589, -- Glowing Twilight Scale Heroic
Then copy paste this into "local cooldowns"
-- RS25 Trinkets
[75458] = 45, -- Sharpened Twilight Scale
[75456] = 45, -- Sharpened Twilight Scale Heroic
[75466] = 45, -- Charred Twilight Scale
[75473] = 45, -- Charred Twilight Scale Heroic
[75477] = 45, -- Petrified Twilight Scale
[75480] = 45, -- Petrified Twilight Scale Heroic
[75493] = 120, -- Glowing Twilight Scale
[75494] = 120, -- Glowing Twilight Scale Heroic
and you should have them all. I'm not sure if the others work, but I know Sharpened does since I have one.
I'm a Holy Paladin and was having problems on tracking my long and short buffs durations. Having a 30s Sacred Shield can be a pain in the butt but you made this easy as pie.
Please keep updating the project! See you in Cataclysm!
Select the Bar you wish to delete in the scroll-down menu in the top right corner of the box.
Turn on 'Advanced Options'.
Scroll all the way to the bottom - You will see a button called '/!\ Delete This Bar /!\'.
Click that button.
not know how to get it to stand up right side
One bug I've found though: I'm unable to change the color or transparency of icon borders related to internal cooldowns or buffs (icon border options for regular spell cooldowns work fine).
Any ideas?
Anyone know what the other timer bars are Antiarc has in the demo video?