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.
Love the concept of the mod.
Would much prefer it to stack carried items towards to the end of the bag than have it stack everything into the front.
Because of the lack of the "ignore" feature, I have to return to an older version, but I'll be checking for updates regularly now I know this is getting attention. Thanks for your work on this!
Date: 2009-11-27 17:14:36
ID: 3
Error occured in: Global
Count: 1
Message: ..\AddOns\MrPlow\MrPlow.lua line 113:
attempt to call method 'RunJob' (a nil value)
Debug:
[C]: RunJob()
MrPlow\MrPlow.lua:113: ?()
...erface\AddOns\Ace3\AceConsole-3.0\AceConsole-3.0.lua:68: value()
..\FrameXML\ChatFrame.lua:3529:
..\FrameXML\ChatFrame.lua:3461
[C]: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:3177: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:3201: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1
Hope this is of some help and thanks for this great addon! :)
Message: ..\AddOns\MrPlow\MrPlow.lua line 18:
Cannot find a library instance of "LibDBIcon-1.0".
Debug:
[C]: ?
[C]: error()
!Swatter\Support\LibRevision.lua:47: LibStub()
MrPlow\MrPlow.lua:18: in main chunk
Message: ..\AddOns\MrPlow\PlowEngine.lua line 18:
attempt to call local 'getTable' (a nil value)
Debug:
[C]: getTable()
MrPlow\PlowEngine.lua:18: in main chunk
"Did MrPlow addon get updated recently? The error indicates that you have MrPlow installed and the function MrPlow:ParseInventory() no longer exists."
There wasn't much besides what i copied here.
Added /mp shortcut and (bank theworks has the same functionality as banktheworks)
Currently working on reverse sorting
I don't want to write every time the command, and i don't want to make a marco for it.
I have not yet tried the new version on my engineer/inscriber, but I know there used to be issues about "that item does not fit in that container", hopefully that will all work now. Nice job though, is currently my favourite and most used addon in WoW.
But aside from that, thank you very much for picking this up again.
Thanks for your reply I'll try the command without the space. I look forward to your continued developement.
What about setting it to ignore slots or ignore specific items? Both options would be great.
And while I'm thinking about it I'd also like to see it sort junk and conjured items to the end. Or at least have an option toggle to allow this behavior.
EDIT: While trying "/mrplow banktheworks" command I also did something that fixed my hang up on the Simple Grinder, Eternal Earth, Eternal Shadow, and Jeweler's Kit that I reported below. I have no clue what the "something" was but I did swap some items to the bank and vendor some stuff.
@Excelis
You'll have to use /mrplow banktheworks without the space for it to work (although I'll probably edit in to allow the space next, as a lot of people are hitting that issue).
Hopefully I can track down those outlier cases, they're a bugger to replicate...
I removed the minimap button (in reality, I never rewrote it in, as this is a complete redo) and put in a LDB instead, Docking Station -should- see that...