Thursday, March 2, 2017

Item Sorting Macro

Using a macro, it is possible to sort your armory, inventory and retainer inventories.
The macro command to do this is /itemsort.  To see the full capabilities of /itemsort, you can type:
/? /itemsort

Personally I use the following macro to sort my armory and inventory.

/itemsort condition inventory stack asc
/itemsort condition inventory id des
/itemsort execute inventory 
/itemsort condition armoury ilv des
/itemsort execute armoury

This macro sets up a set of conditions to sort by, then executes the sort command for the desired category.

For the macro above, the inventory is sorted by stacks, in ascending order, and by item ID's in descending order.  This makes sure that smaller stacks are consumed in crafting first, and ensures that new gear is placed at the end of the items.
The macro also sorts the armory by ilevel so that the highest ilevel items are at the top left of each slot window.  This lets you check which gear is for your main classes when comparing them to drops while on alt classes, and lets you easily find glamour and junk gear that may have found its way into your armory.

Before:

After:



No comments:

Post a Comment