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
  • my try to make random walking


    abouhanafy87

    Recommended Posts

    private void walkto(Area tt){
        Tile myplayert = getLocalPlayer().getTile();
        Tile next = new Tile();
        next.setX(Calculations.random(myplayert.getX(),tt.getRandomTile().getX()));
        next.setY(Calculations.random(myplayert.getY(),tt.getRandomTile().getY()));
        if(Walking.canWalk(next)){
            Walking.clickTileOnMinimap(next);
            log(next.getX());
            log("/t y =");
            log(next.getY());
        }else {
            Walking.walk(Walking.getClosestTileOnMap(next));
            log(next.getX());
            log("/t y =");
            log(next.getY());
        }
        sleep(500,5000);
    
    }
    Link to comment
    Share on other sites

    • 2 months later...

    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.