Download
(1Kb)
Download
Updated: 12-30-09 03:50 PM
Updated:12-30-09 03:50 PM
Created:12-26-09 05:41 AM
Downloads:5,411
Favorites:28
MD5:

ncCooldown  Popular! (More than 5000 hits)

Version: 1.4
by: nobgul, Nobgul

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:
  1. -- if set to true buttons will fade when they are on cooldown
  2. local fade = true
  3.  
  4. -- if the cooldown remainder is less than this in seconds the tresholdcolor will be applied and the cooldown will be shown in decimals
  5. local treshold = 6.5
  6.  
  7. -- the color of the cooldowntext in red, green, blue values
  8. local color = {255/255, 255/255, 255/255}
  9.  
  10. -- the color of the cooldowntext when below the treshold in red, green, blue values
  11. local tresholdcolor = {255/255, 0/255, 0/255}

1.4
--
Fixed the issue of cooldowns not clearing.

1.3
--
Added decimal support under the treshold

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
Optional Files (0)


Post A Reply Comment Options
Unread 12-19-11, 10:22 AM  
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 40
Uploads: 5
hmm has anyone managed to make this work for 4.3?
Report comment to moderator  
Reply With Quote
Unread 02-10-10, 10:08 AM  
kwok
A Kobold Labourer
 
kwok's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by nightcracker
Woops, should be this:

Find
Code:
if start > 0 and duration > 3 then
and replace with
Code:
if start > 0 and duration > 3 and self:GetParent().action then
OH, it works, that's what I want, thank you very much!
__________________
.

I like small and simple addons!

Please forgive me for my poor English, my native language is Chinese.
Report comment to moderator  
Reply With Quote
Unread 02-05-10, 06:46 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by kwok
Yes, I want it work only on the action bar, but when I follow your words, it doesn't work even on the action bar.

Please check it. Thank you.
Woops, should be this:

Find
Code:
if start > 0 and duration > 3 then
and replace with
Code:
if start > 0 and duration > 3 and self:GetParent().action then
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 02-02-10, 06:41 PM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
it also bugs out when u switch specs with dualspec
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 09:32 PM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
i noticed another bug, when you hop in a vehicle any timers that were on will freeze when u leave vehicle and dontn reset
Report comment to moderator  
Reply With Quote
Unread 01-17-10, 01:51 AM  
kwok
A Kobold Labourer
 
kwok's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by nightcracker
Find
Code:
if start > 0 and duration > 3 then
and replace with
Code:
if start > 0 and duration > 3 and self.action then
Yes, I want it work only on the action bar, but when I follow your words, it doesn't work even on the action bar.

Please check it. Thank you.
__________________
.

I like small and simple addons!

Please forgive me for my poor English, my native language is Chinese.
Last edited by kwok : 01-17-10 at 01:59 AM.
Report comment to moderator  
Reply With Quote
Unread 01-15-10, 11:31 PM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
oh, i'm stupid i updated it and i think its fixed now. thanks sorry about that i was confused
Report comment to moderator  
Reply With Quote
Unread 01-15-10, 02:11 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Thizzelle
i think its something to do with nccooldown and dominos
I'll look at it when I have time(don't expect within a month).
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 01-14-10, 05:34 PM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
i think its something to do with nccooldown and dominos
Report comment to moderator  
Reply With Quote
Unread 01-09-10, 12:19 AM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
i can't explain it in a screenshot sorry, but you can do this ti replicate what im expierincing

first, use your cooldowns, outside of arena, join an arena skirmish game, when your in the starting zone, cast a spell and u will see the cooldown text on the icon while you are casting, but after your done casting it dissappears, i dont know what is causing it, but maybe you will know.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 12:56 PM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
Any way to turn off decimals?

Also would like to see the global cooldown on my buttons, any way to disable whatever is hiding it?
Last edited by Skylinee : 01-04-10 at 01:01 PM.
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 08:43 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by kwok
Hello friend. At first, thank you for your works.

But, I have a small question. Can it doesn't work on playframe and targetframe's buff and debuff?

At last, pay attention to my signature, please.

Thank you again.
Find
Code:
if start > 0 and duration > 3 then
and replace with
Code:
if start > 0 and duration > 3 and self.action then
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 08:42 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Thizzelle
i think there is a problem with the timers reset when joining/leaving arena, for some reason when i cast something while my castbar is active(when im casting) the timers show up then when it stops casting they disappear again
Can I have a screenshot please?
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 01-02-10, 03:34 PM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
i think there is a problem with the timers reset when joining/leaving arena, for some reason when i cast something while my castbar is active(when im casting) the timers show up then when it stops casting they disappear again
Report comment to moderator  
Reply With Quote
Unread 01-02-10, 02:49 AM  
kwok
A Kobold Labourer
 
kwok's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Hello friend. At first, thank you for your works.

But, I have a small question. Can it doesn't work on playframe and targetframe's buff and debuff?

At last, pay attention to my signature, please.

Thank you again.
__________________
.

I like small and simple addons!

Please forgive me for my poor English, my native language is Chinese.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: