LibInternalCooldowns-1.0 tracks internal cooldowns and provides callbacks for mods wishing to provide their users with information about internal cooldowns. It currently supports all epic and rare WotLK trinkets.
Facts
- Date created
- May 10, 2009
- Category
- Last update
- Nov 27, 2012
- Development stage
- Release
- License
- MIT License
- Curse link
- LibInternalCooldowns-1.0
- Reverse relationships
- 4
- Downloads
- 15,817
- Recent files
- Reply
- #17
Nargarot Aug 29, 2012 at 21:45 UTC - 0 likesHi guys! I found a problem!
The Libs have a part, its called TALENTS. Like the Lock and Load for the hunters. The CD timings are not hardcoded and full part is totaly wrong. Look at the Lock and Load. The tooltip of the spell says: "cannot occur more often than once every 10 sec.", but the addon start to show it with 45sec CD. I think need to hardcode this and the similar talents / spells. Im not a professional programmer, thats why I write to here. If someone do the hardcode part, I will fill the "database" with the talents.
- Reply
- #16
catbeef Sep 22, 2011 at 06:25 UTC - 0 likesBorrowing from another wowace page that I can't find again now..
"For 4.2 it needs to be changed again.
LibInternalCooldowns-1.0.lua
line:123
Change it to:
"
- Reply
- #15
sp00n Jul 14, 2011 at 13:23 UTC - 0 likesI seem to be too stupid to directly contribute to the mainline respository (Authentication Failures all the time), so I've set up a clone with the changes needed for patch 4.2.
It includes the combat log changes in 4.2 as well as the new trinkets (The Hungerer, Matrix Restabilizer, Spidersilk Spindle and Eye of Blazing Power - of which I'm not sure it'll work at all, since it's a healing proc on another player).
I could only test the normal version of Matrix Restabilzer so far though, but at least that one works.
http://www.wowace.com/addons/libinternalcooldowns-1-0/repositories/patch4-2/files/
- Reply
- #13
infin1te Apr 29, 2011 at 13:22 UTC - 0 likesFor 4.1.
LibInternalCooldowns-1.0.lua
line:123
Change it to:
And it will work again.
- Reply
- #12
catbeef Jan 02, 2011 at 09:58 UTC - 0 likesI just took a trip to Wowhead and made this from all the Equip: Proc trinkets from ilvl 300 to 372. I do not guarantee them all to work :)
- Reply
- #11
bladekaga Jul 18, 2010 at 14:22 UTC - 0 likesSharpened Twilight Scale
[75458] = 54569,
Sharpened Twilight Scale (Heroic)
[75456] = 54590,
- Reply
- #10
Last_Unicorn Jul 16, 2010 at 11:25 UTC - 0 likesmissing trinket
- Reply
- #9
AlvinDSM Feb 13, 2010 at 22:32 UTC - 0 likesYes, xhatix, I am certain.
Ret paladins can swap the positions of their trinkets in the character window in order to delay their procs on purpose before a fight starts. We need 15 seconds to get 5 stacks of BC, so swapping trinkets 30 seconds before a fight starts will set a 45 second icd trinket to proc at almost exactly 15 seconds into a fight. Just a slight optimization.
- Reply
- #8
xhatix Feb 13, 2010 at 19:26 UTC - 0 likes@Alvin
are you sure that internalCDs are preCD'ed (the time to enable) on equip? as far as i know they aren't o.o but really have never tried to notice it
"There's always another choice."
- Reply
- #7
AlvinDSM Feb 10, 2010 at 21:27 UTC - 0 likesJust going to post there here as well hopefully I can find a solution:
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.