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
  • Need help making my bot less detectable! (SOLVED)


    SourBear

    Recommended Posts

    Currently I've made a working Iron ore collecting script that banks returns and everything. But, I want to make the script wait a random amount of time between trying to pick up more iron ore. What I mean is :

    GroundItem IRON_ORE = getGroundItems().closest("Iron ore");
                    if (IRON_ORE != null) {
                        IRON_ORE.interact("Take");
                        sleep();
                    }

    After the 'IRON_ORE.interact("Take");' command I want it to sleep for a random amount of time between say 40-120ms.

    (As you can see currently it sleeps for no amount of time but you get the idea.)

    Any help is very appreciated, have a good one!

    -SourBear

     

    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.