Download
(17Kb)
Download
Updated: 08-19-18 03:41 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-19-18 03:41 PM
Created:02-09-09 05:18 PM
Downloads:124,986
Favorites:531
MD5:

CoolLine  Popular! (More than 5000 hits)

Version: 8.0.002
by: totalpackage, Phanx, Uitat

CoolLine is a spell/item cooldown mod that displays icons on a single bar/line to give you an idea of when it will be ready. No statusbar timer and no text timer.

CoolLine is inspired by Forte_Cooldown (a module in the ForteXorcist package). CoolLine is basically a stripped down and standalone version written from scratch. The name comes from putting "cooldown" and "timeline" together (yes, lame).

YouTube Intro

How to Use

  • Change settings - "/coolline" or check Interface Options -> AddOns
  • Change position and size - unlock to make it draggable and resizable
  • Filter/unfilter a spell or item cooldown - "/coolline Spell Item Name Link"
  • Add more fonts/texture - CoolLine uses LibSharedMedia

External Support
  • CoolLine.NewCooldown(name, icon, endtime, isplayer)
    • name - unique string id of the cooldown, used as a look-up id
    • icon - string icon path used to display image on the bar
    • endtime - numerical time when the icon should expire, based on GetTime()
    • isplayer - boolean value used to determine if the icon is colored by spell
  • CoolLine.ClearCooldown(unused, name)

Notes
  • Only one spell/item will be shown in an event that multiple spells/items share the same cooldown (whichever appeared first).
  • By design, icons will often overlap; if you do not like it, this type of cooldown mod is not for you.
  • What you see is what you get. If you like the idea of this mod but want more, I highly suggest checking out ForteXorcist or Ellipsis. I'll most likely ignore requests to make CoolLine more similar to them.
  • CoolLine only does spell/item cooldowns and NOT buff/debuff cooldowns, flight timers, time til enrage, etc; this will NOT change so don't ask.

Recently, I (TotalPackage) had some requests for donation info, so here it is. Do not feel obligated; donations (or lack of) will not determine what features I do or do not implement.

CoolLine
8.0.002 (2018-08-19)
Full Changelog Previous releases
  • Remove special treatment for obsolete DK spells
Post A Reply Comment Options
Unread 03-31-10, 12:07 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
Is there a way to make saronite bombs show up on Coolline?

It isn't filitered, but it does not appear.

I have not checked to see if other engineering items/enchants work with it.
Report comment to moderator  
Reply With Quote
Unread 03-12-10, 03:11 PM  
Naurbrannon
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 18
Uploads: 2
Thanks a lot for this addon, I was looking for something to help me in keeping my rotation up and I've found the "external support" really useful.

For people out there who have little to no knowledge of scripting maybe it might be useful to mention this macro I'm using to have Immolate dot duration appear on the timeline:

#showtooltip
/script name, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo("Immolate")
/script CoolLine.NewCooldown(name, icon, GetTime()+(castTime/1000)+15, false);
/cast Immolate
Report comment to moderator  
Reply With Quote
Unread 03-06-10, 03:39 PM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Originally posted by JMC17
...In other words, when the cooldown begins, the spell icon appears but moves very slowly, then as it approaches the end it gets faster then at 3 seconds it goes very fast, traveling a bigger part of the bar than the two minutes before.

You should do the bar on scale, such as (seconds) 0-10-20-30-40-50-60+...
CoolLine is actually easier to read than mods of this type due to its linearity (others are exponential). But if you want that, then CoolLine is totally the wrong mod to be using.
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 04:59 AM  
JMC17
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Nice addon, very useful but one thing ruins the whole thing.

The bar is not on scale therefore is pretty hard to visually understand how long until the spell cooldown is over.

In other words, when the cooldown begins, the spell icon appears but moves very slowly, then as it approaches the end it gets faster then at 3 seconds it goes very fast, traveling a bigger part of the bar than the two minutes before.

You should do the bar on scale, such as (seconds) 0-10-20-30-40-50-60+

That would prevent the cooldown icons from bursting up as it reaches the next timeline.
Report comment to moderator  
Reply With Quote
Unread 03-01-10, 06:57 PM  
Littlemaxi
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Don't understand how to use "external support".
Want to add Fairy Fire, Insect Swarm and Moonfire. Is this possible?
I've tried to do this with "/coolline Fairy Fire". Get the chatinfo "Fairy Fire" added to filter, but no icon shows up.
I'm using the german client and my English is not the best so I hope you would try to explain what external support means in this case.
Report comment to moderator  
Reply With Quote
Unread 02-27-10, 06:12 AM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Originally posted by Tinuviel
I've tried putting warlock ritual of summoning and ritual of souls in Coolline, and every time it ignores it.

Not sure why, it just won't do it. This is on my main spec, on my offspec it ignores them fine.
You want to filter those spells out, correct? Make sure you've entered the correct spell name or link.
Report comment to moderator  
Reply With Quote
Unread 02-25-10, 08:44 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
I've tried putting warlock ritual of summoning and ritual of souls in Coolline, and every time it ignores it.

Not sure why, it just won't do it. This is on my main spec, on my offspec it ignores them fine.
Report comment to moderator  
Reply With Quote
Unread 02-16-10, 10:01 PM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Re: Re: Re: Reporting CD

Originally posted by mjsmagalhaes
Maybe a slash command like:

/coolline report raid
/coolline report raid innervate

??
If you're going to use a macro, why need an add-on to do it? http://www.wowwiki.com/API_GetSpellCooldown
Report comment to moderator  
Reply With Quote
Unread 02-16-10, 07:07 AM  
mjsmagalhaes
A Defias Bandit

Forum posts: 3
File comments: 5
Uploads: 0
Re: Re: Reporting CD

Originally posted by totalpackage
Other than for configuring, CoolLine will not be clickable for any reason.
Maybe a slash command like:

/coolline report raid
/coolline report raid innervate

??
Report comment to moderator  
Reply With Quote
Unread 02-14-10, 04:31 PM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Re: Reporting CD

Originally posted by mjsmagalhaes
...But the ability to click the spell icon and report party/raid how long till that ability is ready would be great (as a resto druid everybody wants to know when Rebirth, aka BR, will be ready).
Other than for configuring, CoolLine will not be clickable for any reason.
Report comment to moderator  
Reply With Quote
Unread 02-13-10, 05:45 AM  
mjsmagalhaes
A Defias Bandit

Forum posts: 3
File comments: 5
Uploads: 0
Reporting CD

I know it will make it look closer to Ellipsis and that you dont like it generally ...

But the ability to click the spell icon and report party/raid how long till that ability is ready would be great (as a resto druid everybody wants to know when Rebirth, aka BR, will be ready).
Report comment to moderator  
Reply With Quote
Unread 01-24-10, 09:41 AM  
walbuls
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Originally posted by totalpackage
About Tidal Waves, look at CoolLine's description...all of it.
I see we can add it manually and even after looking at ckeurk's post im lost on how to do it lol If you have some spare time to type hat i need to add that would be awesome, if not its no big deal. Your add-on is still fantastic without it.
Last edited by walbuls : 01-24-10 at 09:42 AM.
Report comment to moderator  
Reply With Quote
Unread 01-23-10, 10:29 PM  
bluenjoy
A Deviate Faerie Dragon
 
bluenjoy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 13
File comments: 55
Uploads: 1
Hi,

Is there a way I can see my Internal Cooldown for my trinkets (like ForteXorcist) such as....Greatness Str?
__________________
-Biggie
Last edited by bluenjoy : 01-23-10 at 10:29 PM.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 08:17 PM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
About Tidal Waves, look at CoolLine's description...all of it.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 08:16 PM  
totalpackage
A Fallenroot Satyr
 
totalpackage's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 940
Uploads: 10
Originally posted by FynexFox
...The only thing I DON'T like about CoolLine is resizing it. The drag handle can make keeping certain proportions hard. Are there any plans for using input boxes to determine height and width?
Nope, input boxes in dropdown menus are a pain and very slow. Not worth it for settings you do not need to change often.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: