zzentar
10-31-2012, 01:41 AM
Is there a way that I can designate a beaker so that it groups in 'jars' like jars and bottles? It is really messing with my locker inventory having to try to find stuff. Any help is appreciated!
DaCapn
10-31-2012, 05:16 AM
For the sake of anyone else: He was just using an old (very old?) version of sorter which had item types manually defined, rather than pulling them from the gameobj-data.xml file.
Also, I didn't read the title carefully and though the jars were getting sorted into "jar, uncommon" and already typed up this, which other people might find useful:
Basically sorter just looks at the gameobj-data.xml file for information on object types. If your jar has a special material in the name, it gets the uncommon type added to it. and sorted as "jar, uncommon" instead of "jar".
Option 1: Switch to a jar that doesn't have a cute material in the name.
Option 2: Add to your "uncommon" exclude regex to make it skip jars. Under the "uncommon" type, add this to the beginning of the regex inside the exclude tag: ^(?:jar|bottle|beaker)$|
If you save that, kill sorter, then restart sorter, that should settle that.
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.