Treasury Problem

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Everything Else » Tech Support » treasury problem
treasury problem
Offline
Posts: 51
By Xxpoure 2021-06-29 18:16:53  
ok so i have treasury set up and running perfect on main char...
but when i load it on second it says its loaded and i can add to drop list and such but it doesnt work ...

lets take VW for example ... i add some thing from the chest but it wont drop it when i obtain all

works np on main but mule wont have it haha

any help please?
Offline
Posts: 51
By Xxpoure 2021-07-06 14:16:59  
ok so no one answered but i played around alittle and i figured it out standard script looks like this
<?xml version="1.1" ?>
<settings>
<global>
<AutoDrop>false</AutoDrop>
<AutoStack>true</AutoStack>
<Delay>0</Delay>
<Drop></Drop>
<Lot />
<Pass />
<Verbose>false</Verbose>
</global>
<xxpoure>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxpoure>
</settings>

but for more char it wants to look like this

<?xml version="1.1" ?>
<settings>
<global>
<AutoDrop>false</AutoDrop>
<AutoStack>true</AutoStack>
<Delay>0</Delay>
<Drop></Drop>
<Lot />
<Pass />
<Verbose>false</Verbose>
</global>
<xxppoure>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxpoure>
<xxxxxxx>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxxxxxx>
<xxxxxxx>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxxxxxx>
</settings>

just change the name between each set for the extra chars
Log in to post.