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

    Members
    • Posts

      19
    • Joined

    • Last visited

    Everything posted by VladX

    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

       

    2. command lines still working? I've trouble to run myscript from command line. I run it via this command: java -jar -Xmx256M -jar -Xbootclasspath/p:C:\Users\Admin\Dreambot\BotData\client.jar C:\Users\Admin\Dreambot\BotData\client.jar -script OtterChickenKiller -world 430 -account Vlad and then client launches with world i specified via command line but nothing more happens. Client just reaches the main screen of runescape and thats it. Im new hera and not a vip, yet. What i'm doing wrong? Someone help me pls...
    ×
    ×
    • 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.