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
  • Clicking on spesific spot on a tile


    Falcon

    Recommended Posts

    Hi, I am trying to figure out how I can click on a specific spot on a tile currently I am experimenting with polygons but was wondering if there is a simpler way? I don't want to use the minimap I want to physically click on the tile.

    Tile SelectedTile = new Tile(3000, 3000, 0);
    for (int x : SelectedTile.getPolygon().xpoints) {
        log(String.format("X Position: %s", x));
    }
    for (int y : SelectedTile.getPolygon().ypoints) {
        log(String.format("Y Position: %s", y));
    }

     

    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.