This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
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.
Does anyone know how to add "The Black Heart" tanking trinket to this addon? The internal cooldown is 50s, and I'm sure it's very easy to do but I don't know enough about LUA coding to do this. Thanks!
To add Black Magic you need to add the following lines in the right places.
After: -- spell ID = {enchant ID, slot1[, slot2]} local enchants = {
Add: [59626] = {3790, 16, 17} --Black Magic
After: -- Spell ID => cooldown, in seconds -- If an item isn't in here, 45 sec is assumed. local cooldowns = {
Add: -- Enchants [59626] = 35, --Black Magic
I haven't tested it myself-but someone else asked me for a solution and they said it worked... For anyone else looking to add items who doesn't know how-it's fairly easy. Find the Spell ID either via your combat log or wowhead, the enchant ID via wowwiki's enchant id page, and plug in the right slot/icd/etc wherever it goes.
My thanks to the author for a nice addon that's simple to work with.
Is there any way that I can make this start the internal cooldown when I equip a trinket or change its slot? It works fine for trinkets that have a use on them, but for things like Death's Verdict/Choice and Darkmoon Card etc it does not start like it should when they are equipped or changed positions.
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)
So I'm using your addon in conjunction with ForteXorcist and I am noticing a buff that is not being displayed and/or counted, Black Magic, weapon enchant. Was it added to the library?
[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:
I went through my addons folder with "search" and replaced all my copies of Callback Handler, Libsink 2.0, and LibStub to the most recent version of each that I could find. This did allow my internal CD's to finally show up on Coolline. (I've looked at Sexy Cooldown, and it is indeed sexy, but cpu profiling seems to show it using 5 times as many cpu cycles as Coolline, making me hesitant to switch to it.)
hey there!
I got the new Melee Trinket in ICC 25-man named "Deathbringer's Will" ... but sadly InternalCooldowns dont show me the CD from it
Is it possible to Add this Trinket by myself or did i have to wait until you update this addon?
Dont understand me wrong ... this addon is great but its very annoying that this trinket doesnt show up as cooldown
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
Send Message
Posted Apr 1, 2010-
View User Profile
-
Send Message
Posted Apr 1, 2010[67631] = 47216, -- The Black Heart
-
View User Profile
-
Send Message
Posted Feb 23, 2010-
View User Profile
-
Send Message
Posted Feb 12, 2010After:
-- spell ID = {enchant ID, slot1[, slot2]}
local enchants = {
Add:
[59626] = {3790, 16, 17} --Black Magic
After:
-- Spell ID => cooldown, in seconds
-- If an item isn't in here, 45 sec is assumed.
local cooldowns = {
Add:
-- Enchants
[59626] = 35, --Black Magic
I haven't tested it myself-but someone else asked me for a solution and they said it worked...
For anyone else looking to add items who doesn't know how-it's fairly easy. Find the Spell ID either via your combat log or wowhead, the enchant ID via wowwiki's enchant id page, and plug in the right slot/icd/etc wherever it goes.
My thanks to the author for a nice addon that's simple to work with.
-
View User Profile
-
Send Message
Posted Feb 10, 2010Is there any way that I can make this start the internal cooldown when I equip a trinket or change its slot? It works fine for trinkets that have a use on them, but for things like Death's Verdict/Choice and Darkmoon Card etc it does not start like it should when they are equipped or changed positions.
-
View User Profile
-
Send Message
Posted Feb 3, 2010-
View User Profile
-
Send Message
Posted Feb 10, 2010[72412] = {50402, 50401, 52572, 52571},
-
View User Profile
-
Send Message
Posted Jan 28, 2010-
View User Profile
-
Send Message
Posted Jan 27, 2010is there a way to make the cooldown show for "/use trinketslot" macros? as it is, i have to manually drag the trinket onto my bar
-
View User Profile
-
Send Message
Posted Jan 25, 2010There's a tab called InternalCooldowns under the addons tab, but there's nothing there.
-
View User Profile
-
Send Message
Posted Jan 15, 2010-
View User Profile
-
Send Message
Posted Jan 17, 2010-
View User Profile
-
Send Message
Posted Jan 7, 2010[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
-
View User Profile
-
Send Message
Posted Jan 7, 2010[71401] = 50342, -- Whispering Fanged Skull
[71541] = 50343, -- Whispering Fanged Skull(h)
-
View User Profile
-
Send Message
Posted Dec 20, 2009So I'm using your addon in conjunction with ForteXorcist and I am noticing a buff that is not being displayed and/or counted, Black Magic, weapon enchant. Was it added to the library?
-
View User Profile
-
Send Message
Posted Dec 17, 2009[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
-
View User Profile
-
Send Message
Posted Dec 17, 2009[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
-
View User Profile
-
Send Message
Posted Dec 17, 2009I tryed to add Deathbringer's Will by myself, i added
[71519] = {71485, 71491, 71486},
Deathbringer's Will,But this does not work, does anyone have an idea how to add this Trinket?
-
View User Profile
-
Send Message
Posted Dec 16, 2009I went through my addons folder with "search" and replaced all my copies of Callback Handler, Libsink 2.0, and LibStub to the most recent version of each that I could find. This did allow my internal CD's to finally show up on Coolline. (I've looked at Sexy Cooldown, and it is indeed sexy, but cpu profiling seems to show it using 5 times as many cpu cycles as Coolline, making me hesitant to switch to it.)
-
View User Profile
-
Send Message
Posted Dec 12, 2009hey there! I got the new Melee Trinket in ICC 25-man named "Deathbringer's Will" ... but sadly InternalCooldowns dont show me the CD from it Is it possible to Add this Trinket by myself or did i have to wait until you update this addon? Dont understand me wrong ... this addon is great but its very annoying that this trinket doesnt show up as cooldown