Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Script lag?


    JAG98

    Recommended Posts

    Gameobject and npc interactions doesn't seem to work properly. Stopping and restarting the script seems to work but only for that once. Made a simple script which buys basket. Once inventory is full, runs to the bank.

    Spoiler
    
    log("Opening bank");
    if(bankBooth.interact()){
        sleepUntil(Bank::isOpen, 2000);
    }

    The log gets printed in console but the bank is never opened. Stopping the script and restarting it seems to work. Same happens while talking with the merchant. Walks to the shop and then stops. Restart script and starts talking with the merchant only then. And so it repeats.

    Thought it was being caused because of a proxy. Switched to main ip, still happening. 

    Cross checked the code many times, no errors or bugs there, works as expected. So wondering if this is a client issue.

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.