PDA

View Full Version : How the depositer works?



rulo666
06-16-2015, 10:18 AM
To be honest i come from iBot, and the depositer is simple, a bp contains 2 bps for stackeables and 16 for rares all inside depot,
Depot > MainDpBp > Stackeable bp / Rare bps

How does it works here? I put bps on my dp but the script only deposit on one and once is full stop depositing, what can i do?

Ben
06-17-2015, 04:26 AM
I guess it depends on the script you're using. Check what your script maker says to do. Or you can look in the script for this function:


Self.DepositItems({5878,0},{11472,0},{10295,0},{96 48,0},{9650,0},{8031,0},{9689,0},{11485,0},{9692,0 },{3553,0})

Each pair represents an item to be deposited. The first number in each pair is the item ID of the item to be deposited, so it'll be different for your script. The second number of each pair is the depot slot to put it in. 0 would mean put it in the first slot, 1 would be the second slot, and so forth.

I think most scripts are set up to use the first two slots. One slot with bps for stackables, the other for rares.

rulo666
06-17-2015, 11:34 AM
I guess it depends on the script you're using. Check what your script maker says to do. Or you can look in the script for this function:


Self.DepositItems({5878,0},{11472,0},{10295,0},{96 48,0},{9650,0},{8031,0},{9689,0},{11485,0},{9692,0 },{3553,0})

Each pair represents an item to be deposited. The first number in each pair is the item ID of the item to be deposited, so it'll be different for your script. The second number of each pair is the depot slot to put it in. 0 would mean put it in the first slot, 1 would be the second slot, and so forth.

I think most scripts are set up to use the first two slots. One slot with bps for stackables, the other for rares.

Thanks you Ben, i understand now but how can i make sure it will open the next bp once the main bp is full? I mean Deposit rares in the slot 1 and after 19 rares open the next bp insithe the slot 1 to continue, i have been checking this and the scripts doesnt do that.

Ben
06-17-2015, 05:18 PM
It should do that automatically BUT ONLY IF the bps are in the last slot of the other bp. This should happen automatically when the bot deposits items, so it will only mess up if you manually move the bp around so its not sitting in the last slot of the bp.