I have autodrop enabled and items are added to list but they are not passed or dropped.

Treasury is glitched
#1

Posted 24 December 2014 - 05:29 PM
#2

Posted 24 December 2014 - 05:33 PM
There was a change to Treasury that introduces a new list for dropping items, the drop list. Previously auto-drop, if enabled, would drop items on your pass list, but now the lists for passing and dropping are separate. You can go to Windower/addons/Treasury/data/settings.xml and manually move all items between the <Pass></Pass> tags between the <Drop></Drop> tags, that should make auto-dropping work again.
#3

Posted 24 December 2014 - 06:26 PM
It is going to be a pain to do it manually for every item I add
Getting message "malformated settings file"
i don't see the closing drop tag
<?xml version="1.1" ?> <settings> <global> <AutoDrop>true</AutoDrop> <AutoStack>true</AutoStack> <Delay>0</Delay> <Drop /> <Lot /> <Pass>Soil Geode,Aqua Geode,Snow Geode,Breeze Geode,Light Geode,Thunder Geode,Shadow Geode</Pass> <Verbose>false</Verbose> </global> <name> <Verbose>true</Verbose> </name> </settings>
#4

Posted 24 December 2014 - 09:08 PM
Change that to the following:
<?xml version="1.1" ?> <settings> <global> <AutoDrop>true</AutoDrop> <AutoStack>true</AutoStack> <Delay>0</Delay> <Drop>Soil Geode,Aqua Geode,Snow Geode,Breeze Geode,Light Geode,Thunder Geode,Shadow Geode</Drop> <Lot /> <Pass /> <Verbose>false</Verbose> </global> <name> <Verbose>true</Verbose> </name> </settings>
<tag /> is short for <tag></tag>, i.e. when the XML element "tag" is empty.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users