This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hey there,
I really appreciate your nice addon. However, could you look into the possibility to place looted items at the bottom of each bag, rather than the top? It could be done by reversing the slot order for each bag like in combuctor.
Looking forward to your reply!
Hey residue_sol,
you can control the order the bags are displayed in by editing line 36 in Inventorian.lua inside the addon folder.
The original line reads
The order inside the brackets dictates the order the bags are displayed in. If you invert it like so
you should achieve the desired effect.
Note: I am not the author and thus unable to add this as an option. You'll have to edit this line every time Inventorian gets updated.
You can run this to change the sorting order from your character as well.
/run C_Container.SetSortBagsRightToLeft(true) (or false to reverse it)
To post a comment, please login or register a new account.