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

    Members
    • Posts

      2
    • Joined

    • Last visited

    asdfguy's Achievements

    1. Great Work! I have never coded a bot, so forgive me for pointing out a few minor issues. I could be wrong. A* is suboptimal for this arena if the heuristic is manhattan distance because some obstacles take longer and are more difficult than others. Between two paths of the same distance, the bot chooses the same one every time, this is deterministic and not random. (Return all shortest paths with A* (maybe IDA* is better for this) and choose a random one instead of choosing first found shortest path) (Maybe a better solution is to build a macro table) This would have more optimal pathing better performance.
    ×
    ×
    • 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.