promotional bannermobile promotional banner

xBagSort

Sort your inventory and bank

File Details

xBagSort 7.3

  • B
  • Mar 6, 2012
  • 49.19 KB
  • 1.1K
  • 1.7

File Name

xBagSort_7.3.zip

Supported Versions

  • 1.7

7.3

  • UI button will no longer be visible without inventory being open.

7.2

  • Guild vault 2-5 sorting should again work properly.
  • "/xbs ui" will now correctly disable the ui.

7.1

  • Added documentation to inventory UI.
  • Added help button to inventory UI.
  • New close button for inventory UI.
  • Inventory UI no longer extends outside the UI window.
  • Guild bank sorting no longer requires items in the first 2 vault slots to check for vault permissions.
  • Guild bank sorting will no longer toggle UI settings.

7.0

  • User interface added for inventory sorting.
  • "/xbs ui" will enable the new UI.
  • Clicking the "XBS" button below the first inventory bag will bring up the sorting UI.
  • Auto sort options will no longer persist between sessions after being turned off.

6.2

  • Various event items without a type will now be sorted last.
  • Fixed an issue that could cause sorting to stop prematurely while reporting it was completed.

6.1

  • Auction house ordered sorting added.
  • "/xbs ah" will sort following the category order in the AH list.
  • Stacks of items will now sort lowest->highest as to always use the smallest stack first.
  • Guild bank sorting should once again work correctly.

6.0

  • Auto-Sorting implemented for inventory bags.
  • Appending "autosort" or "auto" will cause bags to sort automatically when opened.
  • Auto-sorting works for all available inventory sorting commands.
  • Appending "show" will display the current method being used by auto-sorting.
  • Appending "off" will disable auto-sorting.
  • Sorting order commands implemented.
  • Appending "invert" or "-i" will cause the sorting to reverse order (Z-A).
  • Appending "rear" or "-r" will put empty slots before items.
  • Sorting will now begin immediately rather than having a delay before the first iteration.

5.0

  • Bag ignoring implemented for inventory and bank sorting.
  • Appending "ignore#" where # is the number of the bag you do not want sorted will not sort that bag.
  • "/xbs type ignore2 ignore3 ignore4" will sort inventory bags 1 and 5 only.
  • Command list is no longer displayed in the chat window, "/xbs help" will bring up a formatted list of commands.
  • Empty backpack slots or bank slots will no longer cause errors if you own them but do not have an actual bag in them.
  • Multiple stacks of the same item should sort properly rather than get stuck.
  • Don't forget! Bags need love too, don't ignore them too much!

4.3

  • Throttling changes and improvements.
  • Appending "throttle" to a command will enable an extra verification step to confirm a sorting iteration is completed.
  • Appending "-#" where # is 1-9 will speed up sorting iterations by 1-9 tenths of a second.
  • Appending "+#" where # is 1-9 will slow down sorting iterations by 1-9 tenths of a second.
  • Sorting iterations will adjust themselves slightly if the game is unable to keep up with the sorting.
  • Guild bank sorting should no longer lock up the client.

4.2

  • Additional throttling and limiting changes.
  • The number of items sorted per iteration has been capped at 75.
  • Rarity should once again sort correctly.

4.1

  • Additional throttling added when handling large numbers of items to prevent infinite looping.
  • "debug" command added (for debugging purposes when necessary).

4.0

  • Guild bank sorting and throttle modifier implemented.
  • Appending "guild#" to a command, where # is the number of the vault, will cause it to sort your guild bank (ie. "/xbs guild1 name" or "/xbs name guild5")
  • Guild bank sorting checks permissions prior to sorting and should not be counting against daily limits.
  • Appending "-#" where # is 1-9 will cause the throttling to decrease by 1-9 tenths of a second. Speeds above -5 are not recommended.

3.0

  • Bank sorting implemented.
  • Appending "bank" to a command will cause it to sort your bank rather than inventory (ie. "/xbs bank name" or "/xbs name bank")
  • "Condense" sorting now uses the regular sorting loop rather than the original one. (Meaning the last empty slot bug is fixed for reals this time!)
  • Added note to description to type /xbs for instructions. (Altira)
  • Some unused code removed from files.

2.1

  • Sorting should now take fewer iterations to complete.
  • Similar items will now sort by stack size (ex. Soulhide (50), Soulhide (30), Soulhide (15))
  • Added /xbs abort to break out of sorting.
  • Sorting will automatically abort if to many iterations occur.
  • Multiple items should now sort correctly rather than loop infinitely. (Protonova)
  • Empty spaces should now be filled when sorting by methods other than condense. (Protonova)
  • Performance fix: Sorting list is no longer generated when not actually sorting. (algritz)

2.0

  • Added additional sorting methods (Name, type and rarity).
  • Sorting now takes place using an update hook rather than trying to process all at once.
  • Fixed an issue where condensing would occasionally leave the last slot in a bag empty.

1.0

  • Initial release