Jump to content

dynamicagil

VIP
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    0%

About dynamicagil

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dynamicagil's Achievements

Newbie

Newbie (1/10)

3

Reputation

  1. https://imgur.com/gzIoXja Download Link Updated download with some extra edits. Had an issue with the current training skill not updating (once XP was higher), added a GUI for special attack numbers Updated one more time for better tracking of skills Updated again so it can be started from anywhere (added walking) One last update to fix some bugs First release, just a quick gem crab killer Will attempt to walk you to the gem crab, take the cave if it's not there or attack if it is
  2. Any chance you can add pie baking via lunar? Nevermind!
  3. 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
  4. 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
  5. Any advice on using webwalking? Trying to use it to navigate to another position but it seems to return true but never moves?
  6. Can you add Guthix rest?
  7. [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
  8. dynamicagil

    Czar Quester

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