Results: 40Comments by: boomboo
File: CooldownWatch 211-01-10
I've uploaded a fixed/patched versi...
Posted By: boomboo
I've uploaded a fixed/patched version to http://www.wowinterface.com/downloads/info18600-CooldownWatchct.html.
File: CooldownWatch 210-23-10
Originally posted by wiuser16102005...
Posted By: boomboo
Originally posted by wiuser16102005 For those that use this for Bear tanking, the following changes will make Bear swipe work. The problem isn't with Swipe but with how CW lists the bear/cat spells which also solves d44n's problem. I have a fix I'm testing, once I'm done I'll release a 4.x viable version.
File: LivingBomber - a simple Living Bomb monitor10-17-10
Yeah, I've been a little busy I'll...
Posted By: boomboo
Yeah, I've been a little busy I'll upload the patched version soonish.
File: CooldownWatch 210-15-10
Originally posted by Iwa Washi OK...
Posted By: boomboo
Originally posted by Iwa Washi OK, I figured out what to do now. Just change that line 526 to read: "if event == 'ADDON_LOADED' then" Thanks to Myam's post in the orginal CooldownWatch comment section That's not a good 'fix' as it'll call the initialization process every time any addon is loaded. local arg1 = ... shoul...
File: CooldownWatch 210-14-10
You should also change the setgloba...
Posted By: boomboo
You should also change the setglobal and getglobal calls to the new system, those two functions were deprecated as well.
File: CooldownWatch 209-26-10
I've been looking into making it wo...
Posted By: boomboo
I've been looking into making it work for Cataclysm and will try to see how to make Pet CDs work. However I wouldn't hold my breath for it, some key mechanic CW uses to get the dragged spell doesn't work for pets, the issue is actually only with the drag/drop mechanic. That said, it is possible to show pet cooldowns but only if yo...
File: MyThreat09-22-10
The latest patch broke some functio...
Posted By: boomboo
The latest patch broke some functionality, like the threat adjust for Mirror Images, the reason is that you're difining locals on each GetThreat call and those locals' life span is only in the loop/if statement; Also an improvement would be to switch from COMBAT_LOG_EVENT_UNFILTERED to UNIT_THREAT_LIST_UPDATE instead, which procs...
File: ICDBars - a simple Internal Cooldown monitor08-02-10
At the moment the addon doesn't sup...
Posted By: boomboo
At the moment the addon doesn't support several placeholders, it'll just parse the first one; that is why the Eclipse bar works and the trinket doesn't. I'll take a look at enabling that.
File: ICDBars - a simple Internal Cooldown monitor07-08-10
Somewhat a late response but better...
Posted By: boomboo
Somewhat a late response but better late than never. Anyway, the problem is that your definition is wrong; for rogues the Taunka proc is actually "Power of the Taunka" and not "Strength" that's why when that buff procs the addon doesn't fire.
File: ICDBars - a simple Internal Cooldown monitor05-24-10
Yes the version on Shantalaya's web...
Posted By: boomboo
Yes the version on Shantalaya's website is outdated, I was actually thinking about releasing an updated version with some changes. The one I'm using needs a bit of cleaning before i can actually do that. Also I'm not certain how to actually do it since the addon was written by Shantalaya and not me. I'll think about it and see wha...
File: ICDBars - a simple Internal Cooldown monitor05-20-10
Not at the moment, the way it works...
Posted By: boomboo
Not at the moment, the way it works though is that the icon/bar is shown as soon as ICD starts and it starts at the same time you gain the buff. The two things are unrelated, for instance you can get Frostforged Sage which triggers the ICD and if you right click the buff the ICD remains. Anyway you'll need to use another addon to...
File: ICDBars - a simple Internal Cooldown monitor05-20-10
Yes, some of the code pieces were t...
Posted By: boomboo
Yes, some of the code pieces were taken from Filger. Not sure what you mean about the icons but they are standard spell icons with a random border texture. I'll add a note, however the addon doesn't work the same way as Filger and is different from it which is why I opted in writing a new one rather then modify Filger.
File: ICDBars - a simple Internal Cooldown monitor05-18-10
The position can be changed by twic...
Posted By: boomboo
The position can be changed by twicking the posx and posy values in spells.lua, basically the middle of your screen is (posx = 0, posy = 0) with negative values moving the anchor down and left. (basically like a normal x/y graph) I'll look into adding an option to set the font but it's not a priority at the moment.
File: CooldownWatch 203-24-10
A fix for 3.3.3 change to the follo...
Posted By: boomboo
A fix for 3.3.3 change to the following in modules.lua: line 43: t:SetPoint("RIGHT",self,"RIGHT",0,0) line 68: --t:SetTexCoordModifiesRect(true) Enjoy.
File: CooldownWatch03-24-10
A fix for 3.3.3 change to the follo...
Posted By: boomboo
A fix for 3.3.3 change to the following in modules.lua: line 43: t:SetPoint("RIGHT",self,"RIGHT",0,0) line 68: --t:SetTexCoordModifiesRect(true)