Comments about InternalCooldowns http://www.wowace.com/addons/internal-cooldowns/ The latest comments about InternalCooldowns en-us Wed, 10 Feb 2010 21:26:33 +0000 WowAce.com (http://www.wowace.com) Comment #11 http://www.wowace.com/addons/internal-cooldowns/?comment=11 <p>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.</p> Wed, 10 Feb 2010 21:26:33 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=11 http://www.wowace.com/addons/internal-cooldowns/?comment=11 no-reply@curseforge.com (AlvinDSM) Comment #10 http://www.wowace.com/addons/internal-cooldowns/?comment=10 <p>is 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</p> Wed, 27 Jan 2010 22:56:08 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=10 http://www.wowace.com/addons/internal-cooldowns/?comment=10 no-reply@curseforge.com (Mushgog) Comment #9 http://www.wowace.com/addons/internal-cooldowns/?comment=9 <p>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?</p> Sun, 20 Dec 2009 17:35:57 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=9 http://www.wowace.com/addons/internal-cooldowns/?comment=9 no-reply@curseforge.com (beefyfife) Comment #8 http://www.wowace.com/addons/internal-cooldowns/?comment=8 <p>I tryed to add Deathbringer's Will by myself, i added</p> <p>[71519] = {71485, 71491, 71486}, <del> Deathbringer's Will,</del></p> <p>But this does not work, does anyone have an idea how to add this Trinket?</p> Thu, 17 Dec 2009 14:03:08 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=8 http://www.wowace.com/addons/internal-cooldowns/?comment=8 no-reply@curseforge.com (lyntz) Comment #7 http://www.wowace.com/addons/internal-cooldowns/?comment=7 <p>I went through my addons folder with &#34;search&#34; 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.)</p> Wed, 16 Dec 2009 08:54:08 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=7 http://www.wowace.com/addons/internal-cooldowns/?comment=7 no-reply@curseforge.com (kogasu) Comment #6 http://www.wowace.com/addons/internal-cooldowns/?comment=6 <p>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</p> Sat, 12 Dec 2009 22:25:36 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=6 http://www.wowace.com/addons/internal-cooldowns/?comment=6 no-reply@curseforge.com (lyntz) Comment #5 http://www.wowace.com/addons/internal-cooldowns/?comment=5 <p>i know taints can be caused by other addons and make it look like the current addon, but could you check: 12/8 19:48:23.796 An action was blocked in combat because of taint from InternalCooldowns - MultiCastActionButton10:Show() 12/8 19:48:23.796 Interface\FrameXML\ActionButton.lua:193 12/8 19:48:23.796 ActionButton_Update() 12/8 19:48:23.796 Interface\FrameXML\ActionButton.lua:366 ActionButton_OnEvent() 12/8 19:48:23.796 Interface\FrameXML\MultiCastActionBarFrame.lua:446 MultiCastActionButton_OnEvent() 12/8 19:48:23.796 MultiCastActionButton10:OnEvent()</p> Wed, 09 Dec 2009 02:03:02 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=5 http://www.wowace.com/addons/internal-cooldowns/?comment=5 no-reply@curseforge.com (blankstare2) Comment #4 http://www.wowace.com/addons/internal-cooldowns/?comment=4 <p>I use CoolLine (WoWInt) and it will not track hidden (trinket) cooldowns. Supposedly the author has added support for something like this mod. *CoolLine code:</p> <p>local function NewCooldown(name, icon, endtime, isplayer)<br> &nbsp;&nbsp; &nbsp;local f<br> &nbsp;&nbsp; &nbsp;for index, frame in pairs(cooldowns) do<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if <a href="http://frame.name" rel="nofollow">frame.name</a> == name and frame.isplayer == isplayer then<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;f = frame<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;break<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;elseif frame.endtime == endtime then<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;end<br> &nbsp;&nbsp; &nbsp;end<br> &nbsp;&nbsp; &nbsp;if not f then<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;f = f or tremove(frames)<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if not f then<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;f = CreateFrame(&#34;Frame&#34;, nil, CoolLine.border<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;f:SetBackdrop(iconback)<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;f.icon = f:CreateTexture(nil, &#34;ARTWORK&#34;)<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;f.icon:SetTexCoord(0.07, 0.93, 0.07, 0.93)<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;f.icon:SetPoint(&#34;TOPLEFT&#34;, 1, -1)<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;f.icon:SetPoint(&#34;BOTTOMRIGHT&#34;, -1, 1)<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;end<br> &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;tinsert(cooldowns, f)<br> &nbsp;&nbsp; &nbsp;end<br> &nbsp;&nbsp; &nbsp;local ctime = GetTime()<br> &nbsp;&nbsp; &nbsp;f:SetWidth(iconsize)<br> &nbsp;&nbsp; &nbsp;f:SetHeight(iconsize)<br> &nbsp;&nbsp; &nbsp;f:SetAlpha((endtime - ctime &gt; 360) and 0.6 or 1)<br> &nbsp;&nbsp; &nbsp;f.name, f.endtime, f.isplayer = name, endtime, isplayer<br> &nbsp;&nbsp; &nbsp;f.icon:SetTexture(icon)<br> &nbsp;&nbsp; &nbsp;local c = db[isplayer and &#34;spellcolor&#34; or &#34;nospellcolor&#34;]<br> &nbsp;&nbsp; &nbsp;f:SetBackdropColor(c.r, c.g, c.b, c.a)<br> &nbsp;&nbsp; &nbsp;f:Show()<br> &nbsp;&nbsp; &nbsp;self:SetScript(&#34;OnUpdate&#34;, OnUpdate)<br> &nbsp;&nbsp; &nbsp;self:SetAlpha(db.activealpha<br> &nbsp;&nbsp; &nbsp;OnUpdate(self, 2, ctime)<br> end<br> CoolLine.NewCooldown CoolLine.ClearCooldown = NewCooldown, ClearCooldown<br> __________________</p> <p>Can you please make this mod functional with CoolLine?&nbsp;&nbsp;Thank you in advance for your effort.</p> Sat, 28 Nov 2009 16:03:21 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=4 http://www.wowace.com/addons/internal-cooldowns/?comment=4 no-reply@curseforge.com (kogasu) Comment #3 http://www.wowace.com/addons/internal-cooldowns/?comment=3 <p>Not currently working with trinkets like Death's Verdict/Choice. Would be nice if it was updated to include those.</p> Wed, 28 Oct 2009 19:21:06 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=3 http://www.wowace.com/addons/internal-cooldowns/?comment=3 no-reply@curseforge.com (OnTheHissay) Comment #2 http://www.wowace.com/addons/internal-cooldowns/?comment=2 <p>Is it possible to get this working with the mage 2 piece T8 bonus. Perhaps, showing a cooldown on all the tier pieces that can proc it. The name of the buff is called Praxis. Other than that, it works fine with all my other procs (Lightweave, Sundial so far).</p> Wed, 15 Jul 2009 02:14:40 +0000 http://www.wowace.com/addons/internal-cooldowns/?comment=2 http://www.wowace.com/addons/internal-cooldowns/?comment=2 no-reply@curseforge.com (jety14)