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
  • Is this possible? Walking tweak I have in mind.


    samy109

    Recommended Posts

    As i'm converting from another client, the only issue left besides login bot handling which I still havn't figured out fully, is walking conditionally. On the other client, You can walk and it loops until a condition is met that makes the loop break so you can turn run on due to being in combat, for instance before going back to looping. Is this possible with local path?

    Link to comment
    Share on other sites

    As i'm converting from another client, the only issue left besides login bot handling which I still havn't figured out fully, is walking conditionally. On the other client, You can walk and it loops until a condition is met that makes the loop break so you can turn run on due to being in combat, for instance before going back to looping. Is this possible with local path?

    path.walk();
    sleepUntil(() -> !getLocalPlayer().isMoving() || getLocalPlayer().isInCombat(), number);
    
    Does this suit your needs?
    Link to comment
    Share on other sites

    path.walk();
    sleepUntil(() -> !getLocalPlayer().isMoving() || getLocalPlayer().isInCombat(), number);
    
    Does this suit your needs?

     

    Yes, Nezz told me Localpath doesn't loop so I can do this how I figured. Thanks anyways!

    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.