บทความนี้ยังไม่มีการแปล
ดูเวอร์ชันภาษาอังกฤษด้านล่าง

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

อัพเดตแล้ว: 2 เดือน ก่อน
รหัสบทความ: 45020
สินค้า:

ปัญหาทั่วไป

  • 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.