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.
ID: 8
Error occured in: Global
Count: 1
Message: ..\AddOns\MrPlow\PlowEngine.lua line 871:
Usage: GetContainerNumSlots(index)
Debug:
[C]: ?
[C]: GetContainerNumSlots()
MrPlow\PlowEngine.lua:871:
MrPlow\PlowEngine.lua:865
(tail call): ?
MrPlow\PlowEngine.lua:931: (for generator)()
MrPlow\PlowEngine.lua:301: ?()
MrPlow\PlowEngine.lua:827:
MrPlow\PlowEngine.lua:813
AddOns:
Swatter, v5.7.4568 (KillerKoala)
AckisRecipeList, v1.0 2769
ACP, v3.2.0.26
Altoholic, v3.3.001
AucAdvanced, v5.7.4568 (KillerKoala)
AucFilterOutlier, v5.7.4568.2531
AucMatchUndercut, v5.7.4568.2531
AucScanData, v5.7.4568 (KillerKoala)
AucStatClassic, v5.7.4568 (KillerKoala)
AucStatiLevel, v5.7.4568 (KillerKoala)
AucStatPurchased, v5.7.4568 (KillerKoala)
AucStatSales, v5.7.4568.2842
AucStatSimple, v5.7.4568 (KillerKoala)
AucStatWOWEcon, v5.7.4568.2530
AucUtilAHWindowControl, v5.7.4568.3311
AucUtilAppraiser, v5.7.4568.2530
AucUtilAskPrice, v5.7.4568.3175
AucUtilAutoMagic, v5.7.4568.3142
AucUtilCompactUI, v5.7.4568.2530
AucUtilEasyBuyout, v5.7.4568.3583
AucUtilFixAH, v5.7.4568 (KillerKoala)
AucUtilGlypher, v5.7.4568.2545
AucUtilItemSuggest, v5.7.4568.3108
AucUtilPriceLevel, v5.7.4568.2545
AucUtilScanButton, v5.7.4568.2530
AucUtilScanFinish, v5.7.4568.2530
AucUtilScanProgress, v5.7.4568.2530
AucUtilSearchUI, v5.7.4568.3655
AucUtilSimpleAuction, v5.7.4568.4553
AucUtilVendMarkup, v5.7.4568.2530
Babylonian, v5.1.DEV.130
BeanCounter, v5.7.4568 (KillerKoala)
ChatLogEnabler, v1.0
CloseUp, v3.3.001
Configator, v5.1.DEV.130
DataStore, v3.3.001
DataStoreAchievements, v3.3.001
DataStoreAuctions, v3.3.001
DataStoreCharacters, v3.3.001
DataStoreContainers, v3.3.001
DataStoreCrafts, v3.3.001
DataStoreCurrencies, v3.3.001
DataStoreInventory, v3.3.001
DataStoreMails, v3.3.001
DataStorePets, v3.3.001
DataStoreQuests, v3.3.001
DataStoreReputations, v3.3.001
DataStoreSkills, v3.3.001
DataStoreSpells, v3.3.001
DataStoreStats, v3.3.001
DataStoreTalents, v3.3.001
DebugLib, v5.1.DEV.130
DocsLazyBags, v1.30200.1
Dominos, v1.15.1
DominosCast, v
DominosRoll, v
DominosXP, v
FuBar, v
FuBarDPS, v2.0.$Rev: 74969 $
FuBarDurabilityFu, v2.11
FuBarGuildFu, v2.4.4-117
FuBarLocationFu, v3.0
FuBarMoneyFu, vv1.2.2
FuBarOutfitterFu, v
FuBarTopScoreFu, vv1.0.7
Gatherer, v3.1.14
GathererHUD, v3.1.14
GuildCraft, vv3.5.2-Release
GuildInfo, v
GuildPal, v0.6
IHML, v2.62
Informant, v5.7.4568 (KillerKoala)
ItemDataCache, v1.303
ItemExport, v1.0
LibPeriodicTable31, vv3.2.2.234
LibRock10, v
Mappy, v2.4.2
MobInfo3, v0.801
MrPlow, v10.1
OmniCC, v2.5.8
OmniCCShine, v1.1.2
Outfitter, v4.9.3
Pawn, v1.2.5
Postal, v3.3.0
Postman, v3.0.8_$Revision: 17 $
PowerAuras, v3.0.0D
RecipeKnown, v0.114a
SLDataText, v2.1.6
SlideBar, v5.7.4568 (KillerKoala)
Stubby, v5.7.4568 (KillerKoala)
WIM, v3.2.2
BlizRuntimeLib_enUS v3.3.0.30300 <us>
(ck=a23)
Frostweave Bag
Frostweave Bag
Frostweave Bag
Dragonhide Bag
I LOVE YOU!
Thanks for all your work!
Also...the speed increase is just crazy. I can't wait for the rest of the old-school features to be put back in. Keep up the great work!
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\MrPlow\PlowEngine.lua line 871:
Usage: GetContainerNumSlots(index)
Debug:
(tail call): ?
[C]: ?
[C]: GetContainerNumSlots()
MrPlow\PlowEngine.lua:871:
MrPlow\PlowEngine.lua:865
(tail call): ?
MrPlow\PlowEngine.lua:931: (for generator)()
MrPlow\PlowEngine.lua:301: ?()
MrPlow\PlowEngine.lua:827:
MrPlow\PlowEngine.lua:813
AddOns:
Swatter, v5.7.4568 (KillerKoala)
AckisRecipeList, v1.0 2769
Altoholic, v3.3.001
AucAdvanced, v5.7.4568 (KillerKoala)
AucFilterBasic, v5.7.4568 (KillerKoala)
AucFilterOutlier, v5.7.4568.2531
AucMatchUndercut, v5.7.4568.2531
AucScanData, v5.7.4568 (KillerKoala)
AucStatClassic, v5.7.4568 (KillerKoala)
AucStatHistogram, v5.7.4568 (KillerKoala)
AucStatiLevel, v5.7.4568 (KillerKoala)
AucStatPurchased, v5.7.4568 (KillerKoala)
AucStatSales, v5.7.4568.2842
AucStatSimple, v5.7.4568 (KillerKoala)
AucStatStdDev, v5.7.4568 (KillerKoala)
AucStatWOWEcon, v5.7.4568.2530
AucUtilAHWindowControl, v5.7.4568.3311
AucUtilAppraiser, v5.7.4568.2530
AucUtilAskPrice, v5.7.4568.3175
AucUtilAutoMagic, v5.7.4568.3142
AucUtilCompactUI, v5.7.4568.2530
AucUtilEasyBuyout, v5.7.4568.3583
AucUtilFixAH, v5.7.4568 (KillerKoala)
AucUtilGlypher, v5.7.4568.2545
AucUtilItemSuggest, v5.7.4568.3108
AucUtilPriceLevel, v5.7.4568.2545
AucUtilScanButton, v5.7.4568.2530
AucUtilScanFinish, v5.7.4568.2530
AucUtilScanProgress, v5.7.4568.2530
AucUtilSearchUI, v5.7.4568.3655
AucUtilSimpleAuction, v5.7.4568.4553
AucUtilVendMarkup, v5.7.4568.2530
Babylonian, v5.1.DEV.130
BeanCounter, v5.7.4568 (KillerKoala)
Configator, v5.1.DEV.130
DataStore, v3.3.001
DataStoreAchievements, v3.3.001
DataStoreAuctions, v3.3.001
DataStoreCharacters, v3.3.001
DataStoreContainers, v3.3.001
DataStoreCrafts, v3.3.001
DataStoreCurrencies, v3.3.001
DataStoreInventory, v3.3.001
DataStoreMails, v3.3.001
DataStorePets, v3.3.001
DataStoreQuests, v3.3.001
DataStoreReputations, v3.3.001
DataStoreSkills, v3.3.001
DataStoreSpells, v3.3.001
DataStoreStats, v3.3.001
DataStoreTalents, v3.3.001
DBMCore, v
DBMPartyWotLK, v
DebugLib, v5.1.DEV.130
Enchantrix, v5.7.4568 (KillerKoala)
EnchantrixBarker, v5.7.4568 (KillerKoala)
FreeRefills, v97
GatherMate, vv1.22
Informant, v5.7.4568 (KillerKoala)
Jamba, v0.5b
JambaToon, v0.5b
MrPlow, v10.1
Postal, v3.3.0
QuestHelper, v1.3.4
QuickAuctions, v
Recount, v
SellJunk, v2.5.1
SlideBar, v5.7.4568 (KillerKoala)
Stubby, v5.7.4568 (KillerKoala)
WinterTime, v1.83
XPerl, v3.0.7
XPerlParty, v
XPerlRaidAdmin, v
XPerlRaidFrames, v
XPerlRaidHelper, v
XPerlRaidMonitor, v
BlizRuntimeLib_enUS v3.3.0.30300 <us>
(ck=920)
I used the script you used above for ignoring bags: /script MrPlow:Ignore(3)
I get no error typing that in, but I do once I try to have your addon organize my bag. I get that error and then, from that point on, will only organize my special bag. Which is the largest one for inscription.
Yes. I am using a special bag (pack of endless pockets).
Is there a way to unignore a bag?