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
    • Best Sellers

    • Latest Products

    • Featured

    • Topics

    • Posts

      • Just use  if(Walking.wake(myTile)){ Sleep.sleepUntill(()->Walking.getDestinationdistance() < 4,3000); }  
      • After yesterday's update. I tried to run my script but it didn't work and after trying to figure out why, I found that NPCs.getDirection(); always returns South  Can someone help me?
      • Currently im working on a script, i havent coded any osrs scripts before. I've seen on the forums that using while loops are usually a bad practice, the script i am working on is a little big scaled so if i just use the onLoop as my main loop and use "if"'s to  decide what to do now i guess it would'nt be that performance friendly (because of a lot of unnecessary "if" checks would happen if i broke out of a "if" everytime i do something). So i came up with something like this;   public boolean walkToTile(int x, int y, int z) { Tile myTile = new Tile(x,y,z); if (Players.getLocal().distance(myTile) > 5) { Logger.log("Current destination: " + Client.getDestination()); if (Client.getDestination() == null || Client.getDestination().distance(Players.getLocal()) < 4) { Walking.walk(myTile); Sleep.sleepUntil(() -> Players.getLocal().isMoving(), 1200); Sleep.sleep(Calculations.random(100,300)); } return false; } else { return true; } } Sleep.sleepUntil(() -> botMethod.walkToTile(3154,3475,0), 1000000); Lemme know your thoughts about this, is it a bad practice? And would it still be a bad practice if i added conditional checks like inGame, ping, canWalk etc.?
      • Date Purchased:  1/11/24 Script Purchased:  Dreamy Puro Puro Script Creator (tag them with @): @Zawy Reason for Refund: Not very ironman friendly, did not see this information prior to purchase and could not tell during trial, barely used at all. Proof of Issues (required: screenshots, videos, and/or DreamBot logs):  Proof of Script Creator Contact (required: screenshots, videos, and/or links to replies):  Desired Outcome: Refund (back to payment method or store credit) / Issue Fixed / Script Swap. Refund
      • Date Purchased:  1/11/24 Script Purchased: Pyfa Puro Puro Script Creator (tag them with @): @Pyfa Reason for Refund: Not very ironman friendly, did not see this information prior to purchase and could not tell during trial, barely used at all. Proof of Issues (required: screenshots, videos, and/or DreamBot logs):  Proof of Script Creator Contact (required: screenshots, videos, and/or links to replies):  Desired Outcome: Refund (back to payment method or store credit) / Issue Fixed / Script Swap. Refund
    • Popular Contributors

    • Feedback Statistics

      • Positive
        11462
      • Neutral
        19
      • Negative
        150
      • Total Positive
        99%
    ×
    ×
    • 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.