1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Question Bank hovering

Discussion in 'Developer Support' started by The_Crumb, Mar 16, 2019.

  1. The_Crumb

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


    Code (Text):
    1.         if(Bank.open()){
    2.             Execution.delayUntil(Bank::isOpen, 800, 1400);
    3.         }
    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 bots and increasing the timeouts don't change anything.
     

Share This Page

Loading...