Jump to content

dynamicagil

VIP
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dynamicagil

  1. Any chance you can add pie baking via lunar? Nevermind!
  2. dynamicagil

    Czar Quester

    Trial was good! Children Of The Sun had some small issues where after the first movement to follow the guard it stayed until the quest reset
  3. final int MAX = 4, TIMEOUT = 7000; for (int i=1; i<=MAX; i++) { script.log("Positioner webWalk->" + dest + " try " + i); if (!script.walking.webWalk(dest)) { script.log("webWalk call failed"); continue; } long start = System.currentTimeMillis(); while (System.currentTimeMillis()-start < TIMEOUT) { if (script.myPosition().equals(dest)) { script.log("Arrived at tile: " + dest); return true; } script.sleep(150); } script.log("Timeout at pos: " + script.myPosition()); } This is what I was attempting
  4. Any advice on using webwalking? Trying to use it to navigate to another position but it seems to return true but never moves?
  5. Can you add Guthix rest?
  6. [INFO][Bot #1][07/07 03:32:11 PM]: Starting... [INFO][Bot #1][07/07 03:32:13 PM]: BreakManager: We will bot for 339 minute(s) and break for 145 minute(s) [INFO][Bot #1][07/07 03:32:34 PM]: java.lang.NullPointerException [INFO][Bot #1][07/07 03:32:34 PM]: New screenshot saved to: C:/Users/OSBot/Data/screenshots/screenshot_07_07_2025-15_32_34.png [INFO][Bot #1][07/07 03:32:34 PM]: A screenshot of your client has been saved. Please look in your screenshots folder and send this to Malcolm along with your settings file. [INFO][Bot #1][07/07 03:32:34 PM]: WebWalkingEvent; We have reached the final destination! [INFO][Bot #1][07/07 03:32:34 PM]: Script walked to the closest bank after detecting an exception...ending script.. [INFO][Bot #1][07/07 03:32:34 PM]: Script called stop; logout=false [INFO][Bot #1][07/07 03:32:34 PM]: Terminating script UltimateSlayerV2... [INFO][Bot #1][07/07 03:32:34 PM]: Script UltimateSlayerV2 has exited! [INFO][Bot #1][07/07 03:32:34 PM]: Shutting down script background executors v2 doesn't work
  7. dynamicagil

    Czar Quester

    24h? I liked the other post
×
×
  • Create New...