Version 1.0 had a serious bug causing the font to be black. Please update to the latest version.
ncCooldown is a little addon that modifies the way cooldowns are shown in WoW. Instead of a cooldown spiral(yes, INSTEAD) it shows the cooldown as text. This addon works on everything that has a cooldown spiral, for example actionbuttons and buffs. If the cooldown spiral is owned by an actionbutton it fades the actionbutton out. Inspired by OmniCC.
Upcoming features:- None
Suggest features!
Usage:There is no in-game config, all config can be found in the .Lua file. The config looks like this:
lua Code:
- -- if set to true buttons will fade when they are on cooldown
- local fade = true
-
- -- if the cooldown remainder is less than this in seconds the tresholdcolor will be applied
- local treshold = 6.5
-
- -- the color of the cooldowntext in red, green, blue values
- local color = {255/255, 255/255, 255/255}
-
- -- the color of the cooldowntext when below the treshold in red, green, blue values
- local tresholdcolor = {255/255, 0/255, 0/255}

Change Log:1.2
--
Fixed a fading issue
1.1 & 1.1a
--
Fixed major bug with the number rendering black and minor variable issue
1.0
--
Initial release