Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26437
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. I will think about it, enjoy the trial
  2. for a static sleep you can just use sleep, not really recommended since a bit of lag can mess up your script pretty quick. And you don't wanna sleep fro to long, bcs that will make the script really slow^^ You can use conditional sleeps instead https://osbot.org/api/org/osbot/rs07/utility/ConditionalSleep.html For example: new ConditionalSleep( 5000, 100) { @Override public boolean condition() throws InterruptedException { return script.myPlayer().isAnimating(); } }.sleep(); Sleeps for a maximum of 5000ms OR until the player is animating. This will check every 100ms
  3. JRE/JDK should not matter to just run java, delete java 18, install java 8 should just do the trick If you still have issues run jarfix => https://johann.loefflmann.net/en/software/jarfix/index.html
  4. You already have an expired trial
  5. Every account is different, quests, level, pouches or not... ^^ You probably just wanna folow the settings from the main post of this topic if it's a fresh acc
  6. Khal All in One Runecrafter updated to V3.69: - Reworked multiple methods to be more efficient - Less CPU usage - Added Ferox Enclave as banking method to Abyss - Death handler for abyss updated, should be more reliable and support all Deaths Domain locations If you are using CLI to launch your bots and they are using ABYSS, you will have to remake the CLI file! Will be live soon! Enjoy
  7. Khal Blastfurnace updated to V1.52: - Added support for Smiths gloves (i) Will be live soon! Enjoy
×
×
  • Create New...