Log in

View Full Version : Deposit problem(10.94 OT)



sosseri
06-05-2016, 03:26 PM
'm having problem opening my backpack in my depot box when it's full in first page(there's no second page), so basically the bot is stuck at trying to deposit the items and does not open the backpack in the depot box to continue depositing.

I'm curious if there's any kind of code/script or an option in XenoBot somewhere to solve this.

Adrax 13
06-07-2016, 01:47 PM
A tip to look at is if its using the browse field function to open the depot in the first place. I haven't made a script with a depositor in a while but I'm pretty sure thats the reason for error.

Xenobot on OT servers view the index of browse field incorrectly, so for example, you open the depot and have it deposit to container 3, but the OT actually returns the container number as 15 or some other number thats completely wrong.

The fix for this is A. Manually make a deposit script that goes based off of the container name, or B. Manually make a script that instead of browse fielding the depot, clean it off and open it (you can use the Self.UseLever() function)