PDA

View Full Version : Changing old depositer to new



estolek
02-17-2016, 02:50 PM
Hello, could anyone help me with changing deposit in walker? In old script it's still made for old depots and it can't open dp1, dp2. I'm green in scripting and dunno what should I change there. I will really appreciate every help, thank you.

Merre
02-17-2016, 03:16 PM
Open the XBST file with notepad and change the deposit label with
<item text="Deposit:" tag="255"/>

Then open Looter in tibia and change items 1 by 1 to what depot you want it to deposit to

estolek
02-17-2016, 04:00 PM
Thank you for reply Merre, i'm trying to do that but in XBST file it's already named <item text="Deposit:" tag="255"/>,
maybe if you'll have some time can take a look at this..

+i'm uploading also link with lua, i see theres also depositer

Merre
02-17-2016, 04:20 PM
Load the script in Tibia and head to Looter, there you have to click on every item in the list and change what DP to deposit the selected item to. And in the lua change

Self.DepositItems({5907,0},{7397,0},{7400,0},{7394 ,0},{5875,0},{7401,0},{3085,0},{3097,0})
Self.DepositItems({5880,1},{5921,1},{10196,1},{114 77,1},{11469,1},{5878,1},{11480,1},{11472,1},{1148 2,1},{9635,1},{11451,1},{11479,1},{9689,1},{11483, 1},{11453,1})
to

Self.DepositItems()

estolek
02-17-2016, 05:09 PM
Thank You so much Merre, it's working fine now :) !