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
  • Nuclear Nezz

    Developer
    • Posts

      4491
    • Joined

    • Last visited

    • Days Won

      185

    Nuclear Nezz last won the day on April 13

    Nuclear Nezz had the most liked content!

    Profile Information

    • Gender
      Male

    Contact Methods

    • Discord
      nezzima

    Recent Profile Visitors

    51959 profile views

    Nuclear Nezz's Achievements

    Single Status Update

    See all updates by Nuclear Nezz

    1. Hi, have one question about dijkstra solver.

      You apply patch:

      Good morning everyone!

      RS did a small update to banking, so this release will be addressing that for the most part.

      In other news:

      • Added a blacklisted tiles method to the path finder, so if there are tiles you know you can't walk because of whatever reason maybe during a quest, or whatever, you can add that tile to the black listed tiles. Make sure you add it to the AStar path finder if the path does not go up or down Z, if it does add it to the Dij finder, they both have their own separate lists.
      • Fixed a bug with account data loading, one of my previous error checks was throwing more errors under certain circumstances. (this is already live, but was a silent release, so it's going in these notes)

       

      Thank you everyone!
      The Dream Team

      and dijkstra doesn't care forbidden tiles when i calculate path by this solver on z=0 like:

      start: 3230, 3234, 0

      end: 3230, 3237, 0

      and dijkstra path is:

      0 (3230, 3234, 0), false
      1 (3230, 3234, 0), false
      2 (3230, 3235, 0), true Optional[Door] -> Open     <<<<<<<<<<<
      3 (3230, 3236, 0), false Optional[Door] -> Open
      4 (3230, 3237, 0), false

      where false and true is result of method: dijkstra.isBlacklisted(tile)

      a* calculate path properly.

      Can you mb solve it?

       

      br

      FremeN

       

    ×
    ×
    • 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.