MrPlow
Regain that wasted space!
MrPlow is a fast and simple inventory sorter. Designed generally for Onebag style setups where it treats all bags as a single one, it will sort all the items in your inventory, bank or guild bank into item groups and types.
Could those who are having looping issues with the inventory sorting, and are willing to do a bit of debugging to help find the cause, post a ticket here with all the items that are being swapped around with? It's important to list all the items in that group, because the sorting algorithm has a few levels, and the reason it's looping is that the items are matching to the same comparison at different levels, so there ends up being conflicts in the order, depending on which gets compared first. I'll take those items, and give you a line to insert into the code so it'll output exactly how each of the items are being compared/sorted to one another, and from there we can debug where it's making the mistake.
To post a support ticket, please click here
So... uh. Yeah.
A year after the latest release, MrPlow is back. I went through the effort to kinda pimp him up a bit. He will work a lot faster (and without AceTimer/Event). I'd like some feedback on how it deals with special bags, currently it won't group them up well if you have multiple of the same bag, but it will sort within those bags (and consolidate to them all). Also, any suggestions as to the UI would be appreciated.
The commands are as follows:
/mrplow [[g]bank] [stack|defrag|sort|consolidate|theworks]
stack
- Restack all items to fit in the smallest number of slotsdefrag
- Move items to leave all available space at one end of the bagssort
- Sort all inventory items in placeconsolidate
- Move items from the normal bags to special bags if they fittheworks
- Runs Stack->Consolidate->Defrag->Sort->Stack
this comes out to:
Normal bags
/mrplow stack
/mrplow defrag
/mrplow sort
/mrplow consolidate
/mrplow theworks
Your bank:
/mrplow bank stack
/mrplow bank defrag
/mrplow bank sort
/mrplow bank consolidate
/mrplow bank theworks
Guild bank (No special bags to consolidate with):
/mrplow gbank stack
/mrplow gbank defrag
/mrplow gbank sort
/mrplow gbank theworks
And, if anything goes wrong, and MrPlow appears to be swapping items forever:
/mrplow stop
will apply the emergency brakes.
(/mp
is also a shortcut)
10.2.10 Darkmoon decks are now sorted within each other
10.2.9 - Adjusted guildbank sorting to not fail so much at the end. Changed special bag detection and consolidation forthwith.
10.2.6 - Added a fix for the Spring Flowers (which don't actually have an official equipslot location... damn them..) and one for those who were getting the null reference.
10.2.5 - Er, this bugfix fixes the sorting issue between chests and robes. Also included are some debug switches to make it a little easier to submit a ticket. Check out the bug ticket if you're having issues and follow the prompts there.
10.2.4 - This bugfix fixes the sorting issue between chests and robes. Temporarily, if you want, use /script MrPlow:Ignore(bag, slot)
to ignore a specific slot. I'll have it shoved into a config ui soon. Personal bags are 0,1,2,3,4 from the backpack, bank is -1,5,6,7,8,9,10,11. Remove the reference to the slot if you want to ignore a bag (MrPlow:Ignore(bag)
). Guildbank stuff is a little more involved for setting the ignore settings. I'll have this all in a ui at some point soon.
10.2.3 - This version fixes the issue in regards to equipment not sorting correctly, along with tradeskill items. This will also fix some of the infinite sort loops that occur in regards to Simple Grinding Stones and others.
10.2.2 - This is a embeds fix for people who want a clean install to actually work. Apologies for the messup on that.
10.2.1 - If you want reversed functionality, hit
/script MrPlow.db.profile.EmptySpace = "Top"
for the moment, until I can get a UI config going. This will set a toggle to affect the normal direction of flow of the addon. Set
/script MrPlow.db.profile.EmptySpace = ""
to undo it.
10.1 has guildbank functionality, please be aware however, that this is not perfect (and I very much doubt it will ever be). The problem with guild banking, is that due to it's shared functionality with other players, the response time for any action is far longer than your personal inventory/bank.
Thus, applying the normal speeds to the operation results in a hozillion spammed attempts at moving items. It all sounds very pretty, but is less than effective, as it attempts to move stuff, checks the order, tries to move it again, checks the order, etc etc repeat til you hear a ringing sound in your ears.
Hi, I just saw Mr Plow on a friends comp and really liked the idea so I've installed it on mine. Its a pretty neat app, my only question is if there's any way to omit a certain bag from his sorting? For instance, in my first bag i keep things I always carry, like my pick and fishing pole, pots, bandages, that sort of thing. I'd like for him to not keep mixing that stuff back in with everything every time I put him to work. For now I'll just use the /mrplow stack command, but do you think something like that could be integrated into the next version?
Thanks!
I have reported this:
Headline:
Jeweler's Setting, ID 52188 listed as mining instead of JC item
Body:
Im running MrPlow and in MrPlow your library is used. Im not sure if this is incorret only on my end or on others aswell but the item:
Jeweler's Setting, ID 52188
http://www.wowhead.com/item=52188
Seems to be sorted as a mining bag thingy even though its a JC thingy. Maybe this is only on my part but maybe you can check it up?
As soon as I run MrPlow it tries to put the Jeweler's setting in the mining bag it seems and then "you can't put that there" error occurs.
Thanks for your hard work :)
At http://www.wowace.com/addons/libperiodictable-3-1
Im not sure if Im alone with this problem
Please add support for 2 gem bag Luxurious Silk Gem Bag
sry for copy
I just went into the correct place and reported this. I suggest you all, not just you, Flareon, would try and use the "To post a support ticket, please click here" option that's in the info for the addon.
I also have problems with the 36 slot gem bag... and I have now reported it to MrPlow and the guys doing the Libperiodic table thingy... I hope that helps
So from this:
["Misc.Bag.Special.Gem"]="30747:20,67392:20,24270:24",
to this:
["Misc.Bag.Special.Gem"]="30747:20,67392:20,24270:24,70138:36",
This Works /script MrPlow.db.profile.EmptySpace = "Top" but the Items sort is mirror-inverted
When I click the minimap button, it starts to sort items, but then it stops some items colors become gray and I can't move them anymore till i logout/login.
My reason: I often switch entire bags between character and bank (mostly for crafting and auctioning) and since there is no such option in the addon and the default backpack can't be moved, I have to manually empty it. Emptying the mailbox fills the default backpack first if there's no profession specific bag available. And this is where I hope your addon could do the trick :-)
Other than this, it's exactly the addon I was looking for, so great job anyway. :-)
Now it IS exactly what i was looking for. Thanks again! :-)
LibPeriodicTable-3.1-90311:277: in function `ItemInSet'
MrPlow-10.1\PlowEngine.lua:265: in function `?'
MrPlow-10.1\PlowEngine.lua:881: in function <Interface\AddOns\MrPlow\PlowEngine.lua:869>
Did we solve this yet?