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):
Hi, I need more options. I've used this addons for a month but some internal cooldowns aren't seen. For example, phylactery of the Nameless lich. We know it's internal cooldown-100s- Why don't fix this addon?
Also possibly a DMB-like timer, where it moves from one bar that stops at say 30seconds, and moves to a short cooldown bar that is 30secs to 0 to finish the cooldown?
I've been having a few issues with SC.
- It creates a new bar every time I log in. - Settings are not saved through some logouts/reloads, and I'm left with a giant immobile bar; copying from other profiles does nothing.
If you only want to see your cool down bars when they are used, I believe there is a setting for every bar to set the "Inactive opacity". Set it to "0" and you won't see them until they are in use.
Anyone know how I can add this to be tracked?
Raederle
interface/addons/sexycooldowns/libs/internalcooldowns
and then
To add Black Magic you need to add the following lines in the right places.
After:
-- spell ID = {enchant ID, slot1[, slot2]}
local enchants = {
Add:
[59626] = {3790, 16, 17} --Black Magic
After:
-- Spell ID => cooldown, in seconds
-- If an item isn't in here, 45 sec is assumed.
local cooldowns = {
Add:
-- Enchants
[59626] = 35, --Black Magic