Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question DepositBox depositing really slow?

Joined
Jan 31, 2015
Messages
116
I am using DepositBox class to use the DepositBox.deposit("item", 0); to deposit all items, but it is REALLY slow and sometimes instead depositing all items it tries to deposit "X" and types 0.

It takes somewhere around few seconds to a half of a minute to deposit all of a single item, this has forced me to make a custom depositing func to make it faster.

More information will be provided if needed.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Could you make a short video of it opening the deposit box, depositing, closing it and then also test osrs?
 
Pleased to help
Joined
Jan 17, 2017
Messages
34
I have this issue as well. OSRS, my bots tend to click x and enters '0' a lot. I'll make a video of it when I get back to my computer.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I optimized isOpen and close. isOpen is called a decent amount by deposit so that should boost performance, but I've also asked @Party to optimize it the same way he did the Bank classes deposit methods so by the time he's done it should be nice and quick :)
 
Top