Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. That still has some flaws in it. Imagine the trapdoor already being open, you will never enter the trapdoor. You also need to null check in case the object was not found. Also some conditional sleeps makes it alot better ^^ You want to do something like this: RS2Object trapDoor = getObjects().closest("Trapdoor"); if (trapDoor != null) { if (trapDoor.hasAction("Open")) { if (trapDoor.interact("Open")) { new ConditionalSleep(7000) { @Override public boolean condition() { return trapDoor.hasAction("Climb-down"); } }.sleep(); } } else { Position prevPos = myPosition(); if (trapDoor.interact("Climb-down")) { new ConditionalSleep(5000) { @Override public boolean condition() { return myPosition().distance(prevPos) > 50 || myPosition().getZ() != prevPos.getZ(); } }.sleep(); } } }
  2. Glad to hear! Yes banns can happen anytime unfortunately I can suggest you to take a lot of break, Read this: Preventing RS Botting Bans V3 - Botting & Bans - OSBot :: 2007 OSRS Botting Depending on how many you want I can take a look at a deal for you ^^ Join the discord for that
  3. Khal Runecrafter (All in One) updated to V3.11: - Astral crafting should now check all staves - Rune pouch support for astrals, put rune pouch in your inventory if you want to use it. Will be live soon! Enjoy
  4. Let me know when something like this happens again
  5. Only does tut island, does not make accounts on the website
  6. Doing things manually and botting isn't a great idea, you are literally giving yourself away that you a bot... Mixing skills is fine but just bot them.
  7. Ya I see what you mean, will take a look at it!
  8. Use fixed sreen mode @PatrickCan you take a look?
  9. You mean that you have to unote the axes after trading your mule?
  10. Looking into it Not if you can't reach them due to brawler blocking you path or spinner somehow
  11. Just take enough breaks Change mode/skill once in a while ^^ Enjoy the trial
×
×
  • Create New...