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

  • Your Rating

  • Share
  • Report Abuse

InternalCooldowns

 
Project Updated:
Files Updated: Wed, Jan 13 2010
Supports Game Version: 3.3.0
Category: Buffs & Debuffs
Tags:

[Edit Tags]

Project Manager: Antiarc
Additional Authors: No additional authors
Current Version: v1.1.1
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 76
Downloads Total: 9,757
Favorites: 29
Comments: 20
  • About InternalCooldowns
  •  

InternalCooldowns tracks procs from your trinkets (and potentially other equipped items), and can display cooldown swirlies/text/whatever for them.

It may be useful for lining up cooldowns with trinket procs.

  • Downloads (5)
  •  
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  
  InternalCooldowns v1.1.1 Release 3.3.0 2,058 1/13/2010
  InternalCooldowns v1.1 Release 3.3.0 27 1/13/2010
  InternalCooldowns r20090514014001 Release 3.1.0 6,962 5/14/2009
  InternalCooldowns r20090513152215 Release 3.1.0 162 5/13/2009
  InternalCooldowns r20090510082948 Release 3.1.0 219 5/10/2009
  • 1 page(s)
  • 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.
  • Zupkew said

    I would be pleased if anyone could tell me which lines to add to make the new ashen verdict strength ring's procc show up

    Reply Report Permalink
  • Is is possible to add Black Magic Enchant to this please?

    Reply Report Permalink
  • taradenha said

    I just downloaded and installed it, but nothing happens.
    There's a tab called InternalCooldowns under the addons tab, but there's nothing there.

    Reply Report Permalink
  • Pasch said

    Is it possible for you to add the internal cooldown on trinkets activated by equipping them?

    Reply Report Permalink
  • Pheratia said

    try omniCC, it already does that

    Reply Report Permalink
  • Pheratia said

    Deathbringer's Will procs:
    [71484] = 50362, -- Deathbringer's Will (Strength of the Taunka)
    [71485] = 50362, -- Deathbringer's Will (Agility of the Vrykul)
    [71486] = 50362, -- Deathbringer's Will (Power of the Taunka)
    [71491] = 50362, -- Deathbringer's Will (Aim of the Iron Dwarves)
    [71492] = 50362, -- Deathbringer's Will (Speed of the Vrykul)

    [71556] = 50363, -- Deathbringer's Will(h) (Agility of the Vrykul)
    [71558] = 50363, -- Deathbringer's Will(h) (Power of the Taunka)
    [71559] = 50363, -- Deathbringer's Will(h) (Aim of the Iron Dwarves)
    [71560] = 50363, -- Deathbringer's Will(h) (Speed of the Vrykul)
    [71561] = 50363, -- Deathbringer's Will(h) (Strength of the Taunka)

    with the following cooldowns:
    [71484] = 105
    [71485] = 105
    [71486] = 105
    [71491] = 105
    [71492] = 105
    [71556] = 105
    [71558] = 105
    [71559] = 105
    [71560] = 105
    [71561] = 105

    Reply Report Permalink
  • Pheratia said

    also Whispering Fanged Skull:
    [71401] = 50342, -- Whispering Fanged Skull
    [71541] = 50343, -- Whispering Fanged Skull(h)

    Reply Report Permalink
  • hotet said

    ICC reputation rings proc:
    [72415] = {50403, 50404}, -- Ashen Band of Endless/Unmatched Courage
    [72417] = {50397, 50398}, -- Ashen Band of Endless/Unmatched Destruction
    [72413] = {50401, 50402}, -- Ashen Band of Endless/Unmatched Venegeance
    [72419] = {50399, 50400}, -- Ashen Band of Endless/Unmatched Wisdom

    Goes into \Libs\LibInternalCooldowns-1.0\Data.lua

    Reply Report Permalink
  • alienangel said

    The Melee DPS ring's line should actually be:

    [72412] = {50401, 50402}, -- Ashen Band of Endless/Unmatched Venegeance

    I suspect some or all of the other lines may be wrong too, since you seem to be pointing to the intermediate spells for the proc chance instead of the actual buffs (in the melee case you have the id for "Item - Icecrown Reputation Ring Melee" instead of "Frostforged Champion", where the latter is the actual buff you receive).

    Also, the cooldowns on the ring procs is 1 minute instead of the default 45s, so you need to add a line to the cooldowns array a few lines below, like:

    [72412] = 60

    Reply Report Permalink
  • Fugee22 said

    Can you add dk 2 piece and dk rune weapons to this?

    Reply Report Permalink
  • Kharthus said

    You also just update the LibInternalCooldowns from Ace. Grab the newest version here:

    http://www.wowace.com/addons/libinternalcooldowns-1-0/files/

    Reply Report Permalink
  • alienangel said

    I've been trying to add the Heroic versions of Death's Verdict/Choice, and can't get it to work. I added:

    [67771] = {47464, 47131}, -- Death's Choice(H), Death's Verdict(H)
    to \Libs\LibInternalCooldowns-1.0\Data.lua but no cooldowns show when it procs :/

    Reply Report Permalink
  • alienangel said

    And to clarify, all the older trinkets and greatness work fine.

    Reply Report Permalink
  • alienangel said

    And to correct my own mistake above, I was using the spell ID of the spell that decided whether to proc AGI or STR, instead of the spell ID of the actual buff you eventually get. So the correct lines for both regular and heroic versions of the alliance and horde trinkets are:

    [67703] = {47303, 47115}, -- Death's Choice, Death's Verdict (agi)
    [67772] = {47464, 47131}, -- Death's Choice(H), Death's Verdict(H) (agi)
    [67708] = {47303, 47115}, -- Death's Choice, Death's Verdict (str)
    [67773] = {47464, 47131}, -- Death's Choice(H), Death's Verdict(H) (str)

    which should work whether you're an agi class or a STR class - I've only tested it with Agi though, and with the heroic alliance version of the trinket.

    Reply Report Permalink
  • Blazeflack said

    If you want to add Death's Choice, Death's Verdict, Abyssal Rune, Banner of Victory, Comet's Trail and Dark Matter which were introduced in 3.2 you need to open \Libs\LibInternalCooldowns-1.0\Data.lua and insert these lines:

    [67702] = {47303, 47115}, -- Death's Choice, Death's Verdict

    [67669] = 47213, -- Abyssal Rune
    [67671] = 47214, -- Banner of Victory
    [64772] = 45609, -- Comet's Trail
    [65024] = 46038, -- Dark Matter

    Reply Report Permalink
  • I'm trying to add Death's Choice to the list but it doesn't seem to work.

    Reply Report Permalink
  • trilliance said

    Elemental Focus Stone internal cooldown is not working.

    BUG in line 14:
    item id should be 45866 not 65005, so change line 14 to:
    [65004] = 45866, -- Elemental Focus Stone

    Fixed the problem for me.. :)

    Reply Report Permalink
  • Dyvenarth said

    The addon in the second image is ForteXorcist: http://wow.curse.com/downloads/wow-addons/details/fortexorcist.aspx

    This mod appears to work with it without any configuration. How convenient. :)

    Reply Report Permalink
  • ofwill said

    Which addon is that in "Third-Party addon hook"?

    Reply Report Permalink
  • nyxtyr said

    If i add say the trinket in the paper doll frame to my bars will it show the cooldown count on the item on my bars?
    Second what's the addons called in "Third-Party Addon Hook"

    Reply Report Permalink
  • Addon Packs Containing InternalCooldowns
  • Similar Addons
  •  

Average downloads per day

  1. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
  2. 2,324 ForteXorcist Buffs & Debuffs, Class, Combat...
  3. 1,547 PallyPower Buffs & Debuffs, and Paladin
  4. 1,389 VuhDo Buffs & Debuffs, Druid, Healer...
  5. 990 Decursive Buffs & Debuffs, Boss Encounters...