Cannot Set UI to "Loot to Leftmost" or "Reverse Clean-Up Bags"

Updated: 8 months ago
Article ID: 45020
Product:

Common Problems

  • I was wondering why the "loot to leftmost bag" and "reverse clean-up bags" options were removed from the interface window
  • How can I sort bags starting from the main bag to the last?

The "loot to leftmost bag" and "reverse clean-up bags" options were removed from the interface with a previous patch, however you can still toggle these options on and off through the following chat commands:

Clean-up Bags

Default (Left-to-Right)

/run C_Container.SetSortBagsRightToLeft(false)

Reverse (Right-to-Left)

/run C_Container.SetSortBagsRightToLeft(true)

Loot Order

Default (Right-to-Left)

/run C_Container.SetInsertItemsLeftToRight(false)

Reverse (Left-to-Right)

/run C_Container.SetInsertItemsLeftToRight(true)

These options will only determine which bag position looting or sorting starts in. Bags still get automatically filled from the upper left corner to the lower right corner.