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 Bank hovering

Joined
Feb 23, 2019
Messages
34
Banking at the Lumbridge combat academy bank chest with this code:


Code:
        if(Bank.open()){
            Execution.delayUntil(Bank::isOpen, 800, 1400);
        }

can sometimes fail multiple times in a row, resulting in the mouse moving around on top of the bank chest. Is there a better approach? This seems to only happen on one of my scripts and increasing the timeouts don't change anything.
 
Top