Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27478
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. Enjoy!
  2. Ya but I was looking into increasing idles anyway, since I was comparing my reaction speed while doing somehting else compared to the current settings
  3. Will take a look at that, humanlike idles mimics the afk behaviour, like watching a movie and afking this. You think it should wait some more?
  4. Sure! Enjoy
  5. Was just giving an example. Just check if the object still exists in that case ^^ No need to make things hard, keep it simple and stupid. Never use Onmessage for this kind of things, not very reliable.
  6. Enjoy!
  7. Enjoy!
  8. Enjoy!
  9. Show soms logs? Did you start the client with an acc and NOT defualt? Ya you can't use mirror, because of resizeable ...:/ True ^
  10. 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(); } } }
  11. 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
  12. Have fun!
  13. Have fun!
  14. Enjoy the trials!
  15. 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
  16. Let me know when something like this happens again
  17. Enjoy!
  18. Enjoy!
  19. Have fun!
  20. Enjoy the trials!
  21. Only does tut island, does not make accounts on the website
×
×
  • Create New...