Results: 14Comments by: Kyc
File: StellarBars10-14-10
I found that commenting lines 237 a...
Posted By: Kyc
I found that commenting lines 237 and 244 fixed all issues: local stuffToHide = { --"MainMenuXPBarTexture0", "MainMenuXPBarTexture1", "MainMenuXPBarTexture2", "MainMenuXPBarTexture3", "ReputationWatchBarTexture0", "ReputationWatchBarTexture1", "ReputationWatchBarTexture2", "ReputationWatchBarTexture3", "ReputationXPBarText...
File: Grid04-15-09
Further testing shows that I'm dumb...
Posted By: Kyc
Further testing shows that I'm dumb, this line actually works:if not status then status = 0 end
File: Grid04-15-09
I had a simple error in GridStatusA...
Posted By: Kyc
I had a simple error in GridStatusAggro.lua, comparing a number with nil on line 159. On line 158 simply add: if not status then return end The function should then read:function GridStatusAggro:UpdateUnit(unitid) if not unitid then -- because sometimes the unitid can be nil... wtf? return end local guid = Unit...
File: RoLExport01-04-09
Nope, this addon is abandoned. I'm...
Posted By: Kyc
Nope, this addon is abandoned. I'm now using the armory with any automated script that uploads the content of the command Fin listed to do all the roster stuff I need.
File: Automaton11-01-08
Re: wording...
Posted By: Kyc
Lazare69, go into the code and change it yourself if you're so offended by a small, joke, comment. Some people have a sense of humor and find the option text something to chuckle at.
File: Fane10-15-08
With the 3.0.2 patch Fane broke. I...
Posted By: Kyc
With the 3.0.2 patch Fane broke. I made the following changes to get things working again: local OnEnter = function(self) local f, s = inherit:GetFont() _G:SetTextColor(.64, .207, .933) _G:SetFont(f, s, "OUTLINE") end local OnLeave = function(self) if(_G == SELECTED_CHAT_FRAME) then _G:SetTextColor(.64, .207, .933) e...
File: PhanxChat10-14-08
Scroll issue
Posted By: Kyc
I had the same scroll issue listed below. Upgraded to 3.0.2.20 and I'm no longer getting errors. Thanks Phanx :)
File: IRchat10-13-08
teknicolor error
Posted By: Kyc
Lines 531 -> 536 read: if teknicolor then local str = teknicolor.nametable:gsub("%", "") m = string.format("%s <%s> %s", date("%X"), str, msg) else m = string.format("%s <%s> %s", date("%X"), from, msg) end If you don't have the from name in the teknicolor table yet you'll receive an error and the addon barfs....
File: Dailies Quest Tracker05-19-08
Anyway to turn off the AceComm stuff?
Posted By: Kyc
Anyway to turn off the AceComm stuff?
File: GSyncHiell03-30-07
Guess: Syncs gatherer data Dependi...
Posted By: Kyc
Guess: Syncs gatherer data Depending on gatherer it makes it possible to share all our data of blows as if one put at recolter the hundreds of plants which one already of recorded. Attention this addon goes flooder all the users of gatherer of your guild and from your group... and you logically will make you jarter waiter due to flo...
File: Sorren's Timers01-11-07
going into sorrenstimers.xml and
going into sorrenstimers.xml and the set owner line seemed to fix the error - hope it doesn't screw anything else up :)
File: Sorren's Timers01-09-07
Another patch another set of proble...
Posted By: Kyc
Another patch another set of problems :P This one seems minor I do believe: Date: 2007-01-09 15:41:55 ID: 1 Error occured in: Global Count: 1 Message: line 2: SorrenTimersTooltip:SetOwner(): Can't set owner to self Debug: : ? : SetOwner() :2: :1 This is what Swatter reported when I logged in this aft...
File: Auditor01-01-07
Originally posted by Cloveogarlix...
Posted By: Kyc
Originally posted by Cloveogarlix I found deleting the saved vars file fixed the problem. It's all to do with the year roll-over Worked for me, thanks :)
File: Auditor01-01-07
I updated all the libs, except for...
Posted By: Kyc
I updated all the libs, except for AbacusLib as it hasn't been updated since beginning of Dec, and I'm getting the same top-level error message: Error occured in: Global Count: 1 Message: ..\AddOns\FuBar_AuditorFu\AuditorFu.lua line 604: AceLocale(AuditorFu): Translation "DATE_1/" does not exist. Debug: ...\AddOns\ag_Unit...