Bag problem?

hi, ill try to explain this. i recently noticed that when i organize my bags(when i click on the brush icon), all of my stuff goes into my first bag. like usually it goes to the last bag. for some off my chars it works normally and for other it goes to the first bag?
done anyone know what could be the problem?

Check to see if you have set any bag to hold a specific type of item, or if it’s set to ignore cleanup.

1 Like

i checked all good, so im not sure whats the problem :sob: its not on all of my chars so idk

UPDATE
i found a solution i googled abit and i found on reddit someone who had similar thing so now all good its back to normal!!!

1 Like

what was the fix? ive noticed this with new alts

I had this one as well.

Macro for sorting the bag ordering:

Left to right:
/run C_Container.SetSortBagsRightToLeft(false)

Right to left:
/run C_Container.SetSortBagsRightToLeft(true)

Enjoy!

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.