- Joined
- Feb 23, 2019
- Messages
- 34
- Thread Author
- #1
Banking at the Lumbridge combat academy bank chest with this code:
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.
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.