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
  • How to get client last clicked tile, last action etc.


    pootisspencer

    Recommended Posts

    Not sure off-hand if there's a field to determine the last clicked entity, but it would be pretty easy to write your own. The interact method has a boolean return value so you can base a lot of your assumptions of what you are/were doing based on last successful 'click'. In addition Movement class has a method for getting the destination tile which may suffice for your intentions.

    Link to comment
    Share on other sites

    5 minutes ago, Pseudo said:

    Not sure off-hand if there's a field to determine the last clicked entity, but it would be pretty easy to write your own. The interact method has a boolean return value so you can base a lot of your assumptions of what you are/were doing based on last successful 'click'. In addition Movement class has a method for getting the destination tile which may suffice for your intentions.

    Interaction you mean't when the bot interacts? I need it when a human interacts with the client (game)

    Link to comment
    Share on other sites

    19 minutes ago, pootisspencer said:

    Interaction you mean't when the bot interacts? I need it when a human interacts with the client (game)

    You will have to build this yourself, just code a small loop to run every tick & capture all the info you want around position etc and store interactions per loop. Then just enable mouse interaction and play yourself

    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.