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
  • nCH

    Members
    • Posts

      6
    • Joined

    • Last visited

    Everything posted by nCH

    1. nCH

      Localpath max range

      i mean max distance when i can use local pathfinders.
    2. its use local pathfinders . LocalPath<Tile> test2 = Walking.getDijPathFinder().calculate(start, finish); java.util.Map<Tile,PathObstacle> testpo = test2.obstacles(); java.util.Map<Tile,PathObstacle> testpo = test2.obstacles(); MethodProvider.log("testpo size + " + testpo.size() ); for(java.util.Map.Entry item : testpo.entrySet()){ MethodProvider.log("testpo tile + " + item.getKey()); PathObstacle potest = testpo.get(item.getKey()); MethodProvider.log("potest getName() + " + potest.getName()); MethodProvider.log("potest getAction() + " + potest.getAction()); }
    3. What is the maximum distance for found a localpath to Tile ?
    4. "etClickablePoint()" its some random point on Object?
    5. Is it safe to use the standard Web walking? in terms of antiban.
    ×
    ×
    • 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.