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
  • Forcing walkOnScreen to right click instead?


    crazykid080

    Recommended Posts

    Title is pretty much a good summary. Walking#walkOnScreen can cause issues where it accidentally clicks on an entity/NPC instead of just walking to a tile

    Snippet:
     

    GroundItem item = utils.getItem();
    Walking.walkOnScreen(item.getTile());

    I did look into interacting with a tile briefly but I didn't find anything in the docs 

    Link to comment
    Share on other sites

    Hi,

    Try Walking.clickTileOnMinimap(item.getTile()).

    If that does not work, let me know and I'll figure out something else for you.

    Link to comment
    Share on other sites

    I assume you are only trying to walk exclusively with the screen for some reason? If so you can try this. Though you need to have the tile on the screen for it to work

    Map.interact(destination, "Walk here")

     

     

    Link to comment
    Share on other sites

     

    11 minutes ago, Neffarion said:

    I assume you are only trying to walk exclusively with the screen for some reason? If so you can try this. Though you need to have the tile on the screen for it to work

    
    Map.interact(destination, "Walk here")

     

    Mostly just as an anti detection feature, I don't see why someone would use the minimap to move to a tile that's 2-4 tiles away, and thanks!

    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.