Tracks Ability cooldowns from your Actionbar on an Timeline bar with moving icons that accelerates as the cooldown decreases
It also shows wich ability is going to finish it's cooldown next.
Sample:

width:1000 height:30


USAGE:
Click and drag the CooldownLine Window to re-possition
/CDL width <number> ; sets the width of the CoolDownLine (default: 750)
/CDL height <number> ; sets the height of the CoolDownLine (default: 40)
/CDL offset <number> ; sets the offset of the cooldown timers (default: -50)
/CDL default ; re-sets the setting to the defaults
==================================================================================================
CoolDownLine 0.3B:
·Added Option to set Width / height on the CoolDownLine throu /slash command
·Added Flash animation on Line upon cooldown creation
·Added fading when cooldown is under 1 sec
==================================================================================================
CoolDownLine 0.2B:
·Added tracking of mostly all things that can be put on the hotbar (potions, renown abilitys etc..)
·Added a small animation when an ability has finished it's cooldown
·Cooldown timers uses a nicer format (instead of only counting secounds)
·Option to change the cooldown timer offset (moving it's Vertical possition)
·Abilitys should not get frozen in the timeline if they are discarded or switched from the hotbar, instead it's tracking window gets removed.
To change the Cooldown timer offset, Type:
Code: Select all
/script CDLSAVES.Offset = NUMBER
===================================================================================================
Note: this is very basic addon and has some restrictions:
it doesn't like stance or plan switching classes with PlanB addon, because it reads the abilitybars and those classes changes the abilityslots on the fly ( i know it's lazy way to grab cooldowns, but hey it kinda works, and i'm a bad coder

0.1B: Initial Test version
0.2B: Some Updates