| Tested: | Hour of Twilight 4.3 |
| Updated: | 11-29-11 10:44 PM |
| Created: | 02-09-09 04:18 PM |
| Downloads: | 84,637 |
| Favorites: | 531 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
4.2.001 |
16kB |
totalpackage |
06-29-11 08:08 PM |
|
4.1.001 |
16kB |
totalpackage |
04-26-11 06:23 PM |
|
4.0.003 |
16kB |
totalpackage |
10-30-10 07:54 PM |
|
3.3.003 |
16kB |
totalpackage |
01-16-10 04:51 PM |
|
3.2.005 |
16kB |
totalpackage |
10-30-09 03:27 AM |
|
3.1.006 |
15kB |
totalpackage |
07-24-09 02:16 PM |
![]() |
Comment Options |
|
|
|
|
I have only 2 things.
1) Is this going to be updated for 4.3? 2) Is there any way to remove SavedVariablesPerCharacter in it so that it only uses SavedVariables? This way I can utilize it as a global setting for my UI. Some of the addons Ive used has had SavedVariablesPerCharacter, I simply changed it to SavedVariables and it works flawlessly, however, in this addon, it has both. Thanks... |
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 111
Uploads: 0
|
problem
coolline isn't showing my killing spree cooldown or adrenaline rush cd
weird nevermind, it fixed itself somehow? shrug
Last edited by twopro : 11-11-11 at 05:01 PM.
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 111
Uploads: 0
|
another question
is there a way to do separate profiles cause i set up coolline on rogue and same bar shows up on all my characters.
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 111
Uploads: 0
|
question
hey, can you tell me if i'm overlooking an option
i would like to show cool down timers in this order 0 -------1------3--------10--------30--------60 normaly i do pvp when i do pvp i normaly don't wait on any cd past 60seconds given the nature of content is there a way to switch it up on /coolline? if not i can deal with it i guess |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 28
Uploads: 1
|
Is it possible to add trinket/proc internal cooldowns to the bar?
|
|
|
|
|
||
|
Thanks for your help
I didn't know about OnUpdate on hidden frames, that's very usefull, thanks!
__________________
" ... and the Vogon will do things to you that you wish you'd never been born, or, if you're a clearer minded thinker, that the Vogon had never been born."
Last edited by Pyrates : 09-17-11 at 08:10 AM.
|
||
|
|
|
|
|
|
For your "thicker and thinner" issue, that's because of anti-aliasing. If you have a decent graphics card, you can enable anti-aliasing in the graphics options.
You're in the right direction and seems like you do not need my help enabling/disabling. You do not need to nil out the OnUpdate script; just hide the frame since OnUpdate doesn't run on a hidden frame. |
|
|
|
|
|
|
|
Hey great addon, thanks for making it
Two questions, though:Since you're using OnUpdate-throttling, the icons move in visible steps through the bar. It's not really bad by itself, but the border of the icon becomes thicker and thinner, which is kinda unnice to look at. Do you have any idea how to fix that? Or is it a problem on my side? Secondly (and somewhat more important to me ), I'd like to disable CoolLine from another addon and then enable it again. My idea is to useCode:
CoolLine:UnregisterAllEvents()
CoolLine:SetScript("OnUpdate",nil)
CoolLine:Hide()
To enable, I'd use Code:
CoolLine:PLAYER_LOGIN()
CoolLine:PLAYER_ENTERING_WORLD()
CoolLine.spellthrot:SetScript("OnUpdate",CoolLine.spellthrot.onupdate)
![]() (e) Ok, just another thing I thought of. When starting the addon, you collect all spells with a CD in spells[btype]. Then you check (on throttled update) the cooldown and use NewCooldown as appropriate, if the spell is not blocked. Wouldn't it be better to just collect the non-blocked spells in spells[btype] so you don't use GetSpellCooldown on blocked spells that often?
__________________
" ... and the Vogon will do things to you that you wish you'd never been born, or, if you're a clearer minded thinker, that the Vogon had never been born."
Last edited by Pyrates : 09-15-11 at 03:21 PM.
|
|
|
|
|
|
|
|
This addon is ace!
I have a question though if you wouldn't mind pointing me in the right direction. I would love too be able too hook my cooldowncount timers that i usually have on my icons too the icons in coolline.. hope that makes sense ![]() thanks! |
|
|
|
|
|
|
|
An Aku'mai Servant
Forum posts: 33
File comments: 1
Uploads: 0
|
Neat
This addon looks to me like "Sexy Cooldown".
Which btw I liked but it wasn't kept up to date though so was a few patches behind. Gonna have to try it out. ![]() |
|
|
![]() |