Category: Action Bar Mods
Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
1.3.3
Date:
01-23-2010 05:05 PM
Size:
7.67 Kb
Downloads:
38,990
Favorites:
207
MD5:
Pictures
Click to enlarge
Actionbar counters
Click to enlarge
Vehicle buttons
Cooldowns   Popular! (More than 5000 hits)
A World of Warcraft add-on that displays numeric cooldown counters on all buttons that are 28 pixels or wider.

Configure colors, fonts, and other options through the Cooldowns interface options panel.

Please see the readme.txt file for a tutorial on how to configure fonts in Cooldowns.
  Change Log - Cooldowns
- Minor adjustments to make it more efficient.
  Archived Versions - Cooldowns
File Name
Version
Size
Author
Date
1.3.2
8kB
yarko
01-16-2010 02:40 AM
1.3.1
8kB
yarko
01-15-2010 11:07 PM
1.2.8
6kB
yarko
08-15-2009 01:31 PM
  Comments - Cooldowns
Post A Reply Comment Options
Old 02-05-2010, 06:42 PM  
yarko
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 47
Uploads: 5
Quote:
Originally posted by Zidomo
This is a fantastic alternative to OmniCC. Except for one thing...
Yeah, I have heard. I posted on curse that I am going to spend some time soon trying to solve some of the add-on's issues. Unfortunately, I don't think I am a good enough programmer to solve the performance problems, and I don't particularly want to copy code directly from OmniCC. We'll see...

Last edited by yarko : 02-07-2010 at 08:03 AM.
yarko is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-04-2010, 09:32 PM  
Zidomo
A Cyclonian
 
Zidomo's Avatar

Forum posts: 41
File comments: 651
Uploads: 0
This is a fantastic alternative to OmniCC. Except for one thing...

Testing with OptionHouse (& CPU profiling enabled), OmniCC uses approximately 0.700 CPU/second when one cooldown on one Blizzard button is active. It more than doubles to approx. 1.420 CPU/second when two cooldowns are active.

Cooldowns, on the other hand, uses only 1/2 or less of OmniCC's amount: approx. 0.368 CPU/second with one cooldown active, approx. 0.450 when two are active.

But when idle (no cooldowns are active), Cooldowns uses approx. 0.130 CPU/second continually for some reason. OmniCC uses 0.0. So Cooldown's cumulative CPU benefits decrease over time.

Would be nice to see Cooldowns also using 0 CPU when it is not active; then it would be perfect .
Zidomo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-04-2010, 05:58 PM  
yarko
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 47
Uploads: 5
Re: tweaks

Quote:
Originally posted by zohar101
Need help on a couple of simple tweaks.
I'm sorry, but add-on is not configurable in those ways at this time.
yarko is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-01-2010, 04:16 PM  
zohar101
A Kobold Labourer

Forum posts: 1
File comments: 27
Uploads: 0
tweaks

Need help on a couple of simple tweaks. How do I get the cooldown to stop flashing when it turns red. I just want it to stay red. Me tweaking with the lua usually results in broken addon
Also, how to I set the counter at which it turns red to 5 instead of 3?
Finally, how do I get it to count down to 0? I know as a 0 instead you have a little flash thing which is fine but I really like the 0 displayed as well. I used to change the lua file for omnicc for this as well. Was very simple change but I couldn't do it here without totally disabling the red color thing.
zohar101 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-25-2010, 10:35 PM  
q09q09
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
chinese locale

Localization.lua
Code:
YARKOCOOLDOWNS_TITLE = "Cooldowns";

YARKOCOOLDOWNS_CONFIG_MAINCOLOR = "Cooldown number color";
YARKOCOOLDOWNS_CONFIG_FLASHCOLOR = "Cooldown flash alternate color";
YARKOCOOLDOWNS_CONFIG_FONTLOCATION = "Font Location";
YARKOCOOLDOWNS_CONFIG_FONTFILE = "Font File Name";
YARKOCOOLDOWNS_CONFIG_FONTHEIGHT = "Font Height";
YARKOCOOLDOWNS_CONFIG_SHADOW = "Text Shadow";
YARKOCOOLDOWNS_CONFIG_OUTLINE = "Text Outline";
YARKOCOOLDOWNS_CONFIG_NONE = "None";
YARKOCOOLDOWNS_CONFIG_NORMAL = "Thin";
YARKOCOOLDOWNS_CONFIG_THICK = "Thick";
YARKOCOOLDOWNS_CONFIG_TENTHS = "Show tenths for minutes and hours";
YARKOCOOLDOWNS_CONFIG_BELOWTWO = "Show tenths below two seconds";
YARKOCOOLDOWNS_CONFIG_SECONDS = "Show seconds at";
YARKOCOOLDOWNS_CONFIG_SECONDS2 = "seconds";

YARKOCOOLDOWNS_CONFIG_FONTLOCATION_INFO = "Directory within the WoW file system where font is located. Use \"Fonts\" "
	.."for standard in-game fonts such as FRIZQT__.TTF. To indicate a file in an Addons subfolder, use "
	.."\"Interface\\Addons\\<add-on name>\\<subfolder>\".";
YARKOCOOLDOWNS_CONFIG_FONTFILE_INFO = "Name of the font file, such as \"FRIZQT__.TTF\" or \"ARIALN.TTF\""

local locale = GetLocale()
if locale == "zhCN" then
YARKOCOOLDOWNS_TITLE = "冷却";

YARKOCOOLDOWNS_CONFIG_MAINCOLOR = "冷却数字着色";
YARKOCOOLDOWNS_CONFIG_FLASHCOLOR = "冷却闪烁着色";
YARKOCOOLDOWNS_CONFIG_FONTLOCATION = "本地字体";
YARKOCOOLDOWNS_CONFIG_FONTFILE = "字体文件名";
YARKOCOOLDOWNS_CONFIG_FONTHEIGHT = "字体大小";
YARKOCOOLDOWNS_CONFIG_SHADOW = "文字阴影";
YARKOCOOLDOWNS_CONFIG_OUTLINE = "文字轮廓";
YARKOCOOLDOWNS_CONFIG_NONE = "无";
YARKOCOOLDOWNS_CONFIG_NORMAL = "细";
YARKOCOOLDOWNS_CONFIG_THICK = "粗";
YARKOCOOLDOWNS_CONFIG_TENTHS = "分钟/小时显示精确一位小数";
YARKOCOOLDOWNS_CONFIG_BELOWTWO = "低于2秒显示零头";
YARKOCOOLDOWNS_CONFIG_SECONDS = "显示多少秒之后";
YARKOCOOLDOWNS_CONFIG_SECONDS2 = "秒";

YARKOCOOLDOWNS_CONFIG_FONTLOCATION_INFO = "Directory within the WoW file system where font is located. Use \"Fonts\" "
	.."for standard in-game fonts such as FRIZQT__.TTF. To indicate a file in an Addons subfolder, use "
	.."\"Interface\\Addons\\<add-on name>\\<subfolder>\".";
YARKOCOOLDOWNS_CONFIG_FONTFILE_INFO = "字体文件名子,例如:\"FRIZQT__.TTF\" 或 \"ARIALN.TTF\""
elseif locale == "zhTW" then
YARKOCOOLDOWNS_TITLE = "冷卻";

YARKOCOOLDOWNS_CONFIG_MAINCOLOR = "冷卻數字著色";
YARKOCOOLDOWNS_CONFIG_FLASHCOLOR = "冷卻閃爍著色";
YARKOCOOLDOWNS_CONFIG_FONTLOCATION = "本地字體";
YARKOCOOLDOWNS_CONFIG_FONTFILE = "字體檔案名";
YARKOCOOLDOWNS_CONFIG_FONTHEIGHT = "字體大小";
YARKOCOOLDOWNS_CONFIG_SHADOW = "文字陰影";
YARKOCOOLDOWNS_CONFIG_OUTLINE = "文字輪廓";
YARKOCOOLDOWNS_CONFIG_NONE = "無";
YARKOCOOLDOWNS_CONFIG_NORMAL = "細";
YARKOCOOLDOWNS_CONFIG_THICK = "粗";
YARKOCOOLDOWNS_CONFIG_TENTHS = "分鐘/小時顯示精確一位元小數";
YARKOCOOLDOWNS_CONFIG_BELOWTWO = "低於2秒顯示零頭";
YARKOCOOLDOWNS_CONFIG_SECONDS = "顯示多少秒之後";
YARKOCOOLDOWNS_CONFIG_SECONDS2 = "秒";

YARKOCOOLDOWNS_CONFIG_FONTLOCATION_INFO = "Directory within the WoW file system where font is located. Use \"Fonts\" "
	.."for standard in-game fonts such as FRIZQT__.TTF. To indicate a file in an Addons subfolder, use "
	.."\"Interface\\Addons\\<add-on name>\\<subfolder>\".";
YARKOCOOLDOWNS_CONFIG_FONTFILE_INFO = "字體檔案名子,例如:\"FRIZQT__.TTF\" 或 \"ARIALN.TTF\""

end
__________________
CWOW Developer Group
http://file.cwowaddon.com
CWDG 中国魔兽世界插件开发团队
----------------------------
Chinese Addons Download Site
http://wowui.duowan.com
q09q09 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-14-2010, 01:31 PM  
yarko
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 47
Uploads: 5
Re: yo

Quote:
Originally posted by zkyggen
any reason this doesnt work together with an addon like LoseControl?
Probably because the LoseControl icons are not blizzard action buttons. The author must be using a custom cooldown engine.
yarko is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-08-2009, 03:44 PM  
zkyggen
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
yo

any reason this doesnt work together with an addon like LoseControl?
zkyggen is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-17-2009, 11:41 AM  
Sec
A Fallenroot Satyr
 
Sec's Avatar

Forum posts: 24
File comments: 108
Uploads: 0
Curiously, I'm still unable to use my font.

The font is located within the Cooldowns folder. I'm wondering if that may be problematic somehow?

The only other thing I guess is that perhaps the font won't show because I have it set to 8pt since it's a pixel font. I'll give it a try with other fonts and see what occurs. Thanks for the input.
__________________
I post as Avanina on wowace.com.
Sec is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-15-2009, 01:33 PM  
yarko
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 47
Uploads: 5
I have tested the font functionality and it seems to work properly. I have added a font tutorial to the readme.txt file in version 1.2.8. Please read that to see if you are doing everything correctly. The important thing to remember is that if you add a new font file to the WoW subfolders, you must restart WoW or the program won't see the new file.

Good luck.

Last edited by yarko : 08-15-2009 at 01:34 PM.
yarko is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-15-2009, 05:01 AM  
yarko
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 47
Uploads: 5
Quote:
Originally posted by Sec
Very nifty addon, although I cannot get my font to be applied after following instructions stated in game. I am given no errors either, unfortunately.
Odd. I will test it out.
yarko is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-11-2009, 03:25 PM  
Sec
A Fallenroot Satyr
 
Sec's Avatar

Forum posts: 24
File comments: 108
Uploads: 0
Very nifty addon, although I cannot get my font to be applied after following instructions stated in game. I am given no errors either, unfortunately.
__________________
I post as Avanina on wowace.com.
Sec is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-06-2009, 10:47 AM  
yarko
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 47
Uploads: 5
JM,

I have seen your post here and your posts on the Cosmos forums. I am currently on a bit of a hiatus from addon updating, but I will be back. I like what you are saying and will definitely give it consideration.
yarko is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-10-2009, 10:57 AM  
JMHammer
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 311
Uploads: 1
Yarko- Thank you for this great mod. I just switched from CooldownCount (which, while still working, no longer had a maintainer).

Might it be possible to link...
Macaroon (http://www.wowinterface.com/downloads/info10636-Macaroon.html)
TrinketMenu (http://www.wowinterface.com/downloads/info3909-TrinketMenu.html)
ArkInventory (http://www.wowinterface.com/downloads/info6488-ArkInventory.html)
...so that the Cooldowns text countdown timers will appear in the buttons/bag slots created by those mods?

I assume it's just a matter of adding the proper frame or button name to the "white list" in Cooldowns.lua.

Thanks again!


edit: Well, CooldownCount is still working, and it's much easier to add things to a "blacklist" (for those places I do not want an in-button cooldown counter) than to try to figure out the correct frame name for every button where I do want it. So, at least for now, I'm back to CooldownCount.

Perhaps it would be possible to expand the options on your mod, Yarko, so that there is a slash command or an interface panel option where users can enter desired (if using a whitelist as Cooldowns does now) or undesired (if a blacklist option were made available in the manner of CooldownCount) frames.

Last edited by JMHammer : 06-02-2009 at 10:38 AM.
JMHammer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-05-2009, 10:16 AM  
Nahjus
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 3
Quote:
Originally posted by yarko
I don't plan on adding outline anytime soon. Check out OmniCC. It is has a ton of options and I think it does outline.
I know about OmniCC and CooldownCount and whatnot, but they all have a HUGE memory usage. In comparison, your addon takes up a very little amount of memory.

So would it be hard to add outline? I could add it myself to my version of Cooldowns if you could tell me how to do it
Nahjus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-04-2009, 11:27 PM  
Kharthus
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 56
Uploads: 1
Here's the link about modifying OmniCC to do tenths if you decide to add it to Cooldowns.

http://www.tankspot.com/forums/f120/...0-seconds.html
Kharthus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.