Results: 7Comments by: Darklin
File: Levelland08-07-09
LevelDisplay.lua Line 109 print...
Posted By: Darklin
LevelDisplay.lua Line 109 print(link or false) Nuke that line and save and /reloadui and the problem "should" be gone. Not sure why he had a print in there. Probably for debugging purposes.
File: MyInventory11-16-07
Just wanted to post here and tell e...
Posted By: Darklin
Just wanted to post here and tell everyone that I no longer develop this addon. I just don't have the time to put into it. I personally use Bagnon now. Tuller has made some nice updates to it and it even scales gracefully now, just like MyInventory does. Oh and it handles your bank window as well. I suggest that but there are m...
File: MyInventory01-04-07
British: I got a chance to look int...
Posted By: Darklin
British: I got a chance to look into the "18 column limit" question and did some tinkering. It seems that the only reason it's there is because one of the two designers decided to put it there for some reason or another. While I could post a new version just to fix this, I won't. The fix is real simple. Just open up MyInventory.lu...
File: MyInventory01-03-07
In response to the 18 column limit,...
Posted By: Darklin
In response to the 18 column limit, I'm not sure why they put that in. I'll have to look and see if it's hard coded in there for some reason or if it's just some kind of sanity check.
File: MyInventory01-02-07
Fixed it so those 2 error messages...
Posted By: Darklin
Fixed it so those 2 error messages don't throw anymore. As I suspected, it was in how LUA 5.1 handles table data in for loops. I just needed to put pairs() to make all work happy once again. Easy enough fix.
File: MyInventory01-02-07
As far as the table values error go...
Posted By: Darklin
As far as the table values error goes, I'll look into it. Not sure exactly what's going on there. I have a feeling it's something in the way LUA 5.1 works but I'm not 100% certian. For 'playing nice' with the default bags and such, yes, this is an issue that I'm not sure how to go about solving. I've only dabbled with LUA and the...
File: MyInventory12-28-06
kasca: You're sure you enabled the...
Posted By: Darklin
kasca: You're sure you enabled the addon for your character at character select? Because if you did you should get a message saying, "Loading profile for |". Then all you need to do is do "/mi config" and put a checkmark in the box that says "Replace default bags" Close that and then attempt to open your bags as...