• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Cooldown Bars 2.0

  Download the Curse Client

Project Updated:
Files Updated: Thu, Jan 11 2007
Category: Unit Frames
Tags:

, and [Edit Tags]

Project Manager: Feyde
Current Version: Cooldown Bars 2.0.5
Downloads Today: 19
Downloads Total: 54,060
Favorites: 203
Comments: 67
  • About Cooldown Bars 2.0
  •  

Cooldown Bars is a re-hash of the old Cooldown Timer Bars. I like the "look and feel" of this one better.

I have made a few changes to the old version.

The Announcement Scale feature now works.

Have done away with Omnigroups. The only one really needed was for potions, and this one is automatically included.

Groups are now easier to create, simply by Shift-Clicking on the items/spells you would like to add. In the screenshot you can see a disabled group. This is the group for the cooldowns you do not want to see.

A minimap icon has been added and the option to hide it. If you hide the minimap, you can bring up the options menu by typing "/cdb menu".

You can also only show the icon and time of the cooldown by selecting the Hide texture and selecting Hide Text from the options menu.

  • Downloads (4)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Cooldown Bars 2.0.5 Release 2.0.3 956 1/11/2007
  Cooldown Bars 2.0.3 Release 2.0.0 6 12/25/2006
  Cooldown Bars 2.0.2 Release 2.0.0 4 12/25/2006
  Cooldown Bars 2.0.1 Release 2.0.0 2 12/24/2006
  • 1 page(s)
Advertisement
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Thix mod thankfully still seems to work but the menu cannot be brought up to change anything ;-(

    I hope the author decides to come back and start updating this again or perhaps someone who knows what theyre doing can take it over.

  • Midglock said 

    I dont know how many people love this mod as much as I do, and I was pretty bummed when it stopped working with 3.0.2. I know nothing about programming of any kind, but I did figure out how the make the interface work again!

    Download v2.0.5 and open "CooldownBars.lua".

    Delete Lines 1245 through 1257, they are as follows:

    if cdbvars["texture"] == "standard" then
    UIDropDownMenu_SetSelectedValue(CooldownBarsOptionsTextures, 1)
    UIDropDownMenu_SetText(CDB_TEXTURES_STANDARD, CooldownBarsOptionsTextures)
    elseif cdbvars["texture"] == "cilo" then
    UIDropDownMenu_SetSelectedValue(CooldownBarsOptionsTextures, 2)
    UIDropDownMenu_SetText(CDB_TEXTURES_CILO, CooldownBarsOptionsTextures)
    elseif cdbvars["texture"] == "smooth" then
    UIDropDownMenu_SetSelectedValue(CooldownBarsOptionsTextures, 3)
    UIDropDownMenu_SetText(CDB_TEXTURES_SMOOTH, CooldownBarsOptionsTextures)
    elseif cdbvars["texture"] == "hide" then
    UIDropDownMenu_SetSelectedValue(CooldownBarsOptionsTextures, 4)
    UIDropDownMenu_SetText(CDB_TEXTURES_HIDE, CooldownBarsOptionsTextures)