Bag order
burakoztoprak opened this issue ยท 10 comments
I don't know if it's intended or not, my bag order is wrong, when I do clean bag it starts from the last bag not the first and new items that loot goes to the first bag slot. I use the same settings on my main and it's not like this. It's really annoying if it's not intended please fix it, if it's intended please add more settings, basicly what I want is when I do clean bag I want items to stack from the first slot(top left) and I want new items that come in to go into most top left slot that is empty(so I want items to be sorted top to bottom and left to right, for example lets say first and second row from the top are full there are 3 items in the third row and they are sorted left to right, I want the new item that I loot to be placed in the 4th slot from the left). I use version 7.0.4 Here is a screenshot;
Here is the screenshot of how I want it to be. Note that the meat(Haunch of Meat) from top left in the first picture and at the end of the items that are sorted in the second picture are something I bought from the vendor after doing clean up bags to show where the new items I bought were placed in both characters.
It's not Bagnon. This is a change by Blizzard in how WoW does bag sorting. In the chat box type
/run SetSortBagsRightToLeft(true)
and it will return to how you want it.
I think the option you're looking for may be "Reverse Sort Order" - this puts items in a given bag into the last slots first. It probably does the same thing as the script above, but as a toggle.
No, it's not the same as the script I posted above. You'll have to create a new character to test, as this sorting behavior is new as of the 7.0.3 Legion pre-patch and only affects characters created since then. I tried every combination of Bagnon's Reverse Sort Order and Reverse Bag Order options on my new Demon Hunter, but nothing matched the sorting behavior on all my other characters. I had to Google the issue and found the answer in that script. It was previously available as a toggle in the game's Interface options, but Blizzard removed that for whatever reason.
By the way, /run SetSortBagsRightToLeft(true) worked for me, thanks for the info.