Results: 6Comments by: Gecojo_kitty
File: MikScrollingBattleText10-08-12
GetNumRaidMembers ?
Posted By: Gecojo_kitty
Been getting this error for awhile now, updates haven't addressed it, so now I'm asking for help ^_^ Date: 2012-10-08 13:01:44 ID: 1 Error occured in: Global Count: 1 Message: ...terface\AddOns\MikScrollingBattleText\MSBTParser.lua line 682: attempt to call global 'GetNumRaidMembers' (a nil value) Debug: : GetNumR...
File: ChocolateBar (Broker Display)10-01-12
Lib Jostle?
Posted By: Gecojo_kitty
I've been getting this error for awhile now and I decided to post and see if anyone else is. I get it on login only, if I use swatter (bug catcher), or constantly if I don't have swatter running (weird) Date: 2012-10-01 07:39:28 ID: 2 Error occured in: Global Count: 1 Message: ...ns\ChocolateBar\libs\LibJostle-3.0\LibJost...
File: ChocolateBar (Broker Display)10-01-12
Re: Re: Pet Battle Frames Conflict resolved
Posted By: Gecojo_kitty
You might want to test that again with only a few addons running to make sure it isn't something else causing a conflict. I tested in Stormwind Old Town and maintained 82 frames per second. Sometime addons don't play nicely with each other.. I'd be interested to know what other addons you have that might be causing the conflict. I'm...
File: ChocolateBar (Broker Display)09-29-12
Pet Battle Frames Conflict resolved
Posted By: Gecojo_kitty
ok.. I copied the "Bar:New" method code from the Bar.lua file and the code below reflects my changes on lines 3, 58, 59. I hope this helps. Woohoo! Thank you! This solves THAT problem. However, it is causing a different issue. Outside of pet battling, things are fine. I step into a pet battle, framerate drops like a rock until...
File: Pet Battle Quality Glow09-28-12
I'll add to the thank yous! Was dr...
Posted By: Gecojo_kitty
I'll add to the thank yous! Was driving me nuts trying to figure out rares!
File: ChocolateBar (Broker Display)09-27-12
Re: Pet Battles..
Posted By: Gecojo_kitty
To make this addon more friendly for pet battles and vehicleUI, I've made the following modifications... in Bar.lua change line 14 From: local frame = CreateFrame("Frame",name,UIParent) To: local frame = CreateFrame("Frame",name,UIParent,"SecureHandlerStateTemplate") and then I added the following line of code after line 67...