Download
(49Kb)
Download
Updated: 06-06-07 11:20 AM
Pictures
File Info
Updated:06-06-07 11:20 AM
Created:unknown
Downloads:22,660
Favorites:28
MD5:

MyInventory  Popular! (More than 5000 hits)

Version: 2.07.6.6
by: Darklin [More]

This addon was originally written by a man named Svarten. Over time it was abandoned, then picked up by another person by the name Ramble. It has slowly succumbed to bit-rot and of course, the advent of 2.0.1 broke it's back completely. So, since I use it, I decided to see if I could repair it. As of right now I can't see any bugs but if anyone does, feel free to post here.

This simple addon replaces the default bag frames with a movable single bag. The beauty of this over other bag addons is that it actually handles 'scaling' with grace. So, for those of you who like having your bags scaled to .21583205 of normal size, the buttons will still look clean.

Commands:
/mi or /myinventory - List of all slash command options.
/mi config - Brings up the Options page.
/mi cols - Set the number of columns you wish in the bag.
/mi scale - Set the scaling of the entire bag.
/mi replace - Replace the default bag setup. (i.e. hit B to open your MyInventory bag as opposed to the default bags.)


~Version History~
v2.07.6.6
- Updated TOC for 2.1 (Otherwise it works just fine.)
v2.07.1.2
- Fixed 2 bugs stemming from LUA 5.1's handling of table values in FOR loops.

Optional Files (0)


Post A Reply Comment Options
Unread 11-16-07, 07:29 PM  
Darklin
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 1
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 many fine bag addons out there.

Thanks much,
Darklin
Report comment to moderator  
Reply With Quote
Unread 09-28-07, 09:28 AM  
Piggybuster
A Murloc Raider

Forum posts: 8
File comments: 5
Uploads: 0
Echoed babble about problems!

I have the same issues. The bag does not refresh itself when moving an item, nor does it show any info on items I mouse over. ArkInventory was doing the same thing as far as not refreshing (though I think its been fixed since I tried it). Darklin, do you plan on updating this mod, or does anyone else know how? I hate having to use default bags.

edit: Error message
Interface\FrameXML\ContainerFrame.lua:602:attempt to index local 'self' (a nil value)

When I try to put cursor into the bag over an item
Last edited by Piggybuster : 09-28-07 at 10:03 AM.
Report comment to moderator  
Reply With Quote
Unread 09-28-07, 06:43 AM  
0Blackmage0
A Chromatic Dragonspawn
 
0Blackmage0's Avatar
AddOn Author - Click to view AddOns

Forum posts: 192
File comments: 18
Uploads: 5
An Update Please

Hey, Darklin so you think that you could please update this addon, the problem is that when you move an item the image doesnt move until you close and open the bag. Thanks
__________________


Report comment to moderator  
Reply With Quote
Unread 09-28-07, 02:28 AM  
edgil1985
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
MyInvetory messed up

I dont have the loot link, What do I do?
Report comment to moderator  
Reply With Quote
Unread 09-27-07, 08:51 PM  
Atenas
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I had the same problem, but it fixed when I disabled Telo's LootLink.

Now I have another problem: In the bank, for the items that are places in the default bank space (not in the extra bags you can purchace), it only shows the info of the first item in there, for all the items in that space. And if I take that item away, it shows nothing for the rest of the items. Anyone else with that problem?
Report comment to moderator  
Reply With Quote
Unread 09-25-07, 04:09 PM  
smach8
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
no tool tips after newest patch

ok so the main part of this addon still seems to work ok but now there are no tool tips showing when u mouse over an item in your bags. only after the newest patch 2.2.whatever it is.
Report comment to moderator  
Reply With Quote
Unread 06-08-07, 06:43 PM  
Googles
A Murloc Raider
 
Googles's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 3
Uploads: 1
Bank?

How about you add support for the bank?
__________________
Report comment to moderator  
Reply With Quote
Unread 01-10-07, 01:46 PM  
Atenas
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Ok, I fixed it. I just went into myinventory.lua into the saved variables folder and saw that bags for that char were 01111 instead of 11111.
Report comment to moderator  
Reply With Quote
Unread 01-10-07, 01:41 PM  
Atenas
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I have a problem with one of my chars. MyInventory only groups up the other bags, while the main bag (the backpack) stays as normal. But it only happens with that char, with the rest of the ones I have it works with no problems. I've tried to delete the addon and the saved variables but it still doesn't work. What could it be?
Report comment to moderator  
Reply With Quote
Unread 01-08-07, 01:09 PM  
British
A Defias Bandit
 
British's Avatar

Forum posts: 2
File comments: 41
Uploads: 0
Thanks for the tip, it worked like a charm !

Also, when you modify that variable, the slider in the config menu goes up to that value :]
Report comment to moderator  
Reply With Quote
Unread 01-04-07, 11:54 PM  
Darklin
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 1
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.lua in Notepad or some other text editor. Then look for the line that says...

MYINVENTORY_COLUMNS_MAX = 18;

Then just change the 18 to 20 like so...

MYINVENTORY_COLUMNS_MAX = 20;

Save that and then restart WoW. From there you can do a "/mi cols 20" and all will work fine. You won't be able to use the slider on the Config page but you'll be able to get 20 colums in the way I described. Pretty simple.
Report comment to moderator  
Reply With Quote
Unread 01-04-07, 01:28 PM  
Eklectix
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Thanks for the update Darklin! Really appreciate it. Sorry for not replying sooner. I'm too attached to my warlock at the moment so I'm missing quite a bit on forums and stuff. As for the facelift, I can see how it might be difficult since you're not the original coder. If it's possible though, the way the money looks in the original backpack or how it's in a gold border like that in the AH would be nice. The options button could be in line with the money at the bottom or a better one be in line with the close button and instead of a full red button that reads Options... it could just be a small button like the close button. Either way, thanks for getting rid of those bugs!

Oh and like British said, how about MyBank? Any chance you can work on that and have this integrated with it?
Report comment to moderator  
Reply With Quote
Unread 01-03-07, 07:23 PM  
Darklin
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 1
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.
Report comment to moderator  
Reply With Quote
Unread 01-03-07, 12:34 PM  
British
A Defias Bandit
 
British's Avatar

Forum posts: 2
File comments: 41
Uploads: 0
Thank you for giving us a better stability ^^

I have two questions though:

- Do you plan to look upon MyBank as well ?

- Why limit the columns to 18 ? I always use 20
Report comment to moderator  
Reply With Quote
Unread 01-02-07, 08:16 PM  
Darklin
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 1
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.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: