Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27561
  • Joined

  • Last visited

  • Days Won

    223
  • Feedback

    100%

Everything posted by Khaleesi

  1. Script updated to V0.11: - Added custom localwalker. - Improved walking a lot Note that this localwalker is in Beta, If anything goes wrong feel free to drop a post/ error message. Khaleesi
  2. Wow that's really odd ...
  3. I don't even try to debug methods anymore, there probs broken, and takes less time to create your own I fucked up previous code ;) Here is right code: public static boolean hasJunk(Script s, String... notJunk) { Item[] items = s.getInventory().getItems(); if (items == null || notJunk == null || notJunk.length <= 0) return false; for (Item item : items) for (String notJunk : notJunk) if (item != null && item.getName() != null && !item.getName().equals(notJunk)) return true; return false; }
  4. Just make your own method? public static boolean hasJunk(Script s, String... notJunk) { Item[] items = s.getInventory().getItems(); if (items == null || junks == null || junks.length <= 0) return false; for (Item item : items) for (String junk : junks) if (item != null && item.getName() != null && !item.getName().equals(junk)) return true; return false; } Goodluck!
  5. what were you botting and for how long?
  6. New accounts already has a high bann rate, maybe your Ip is flagged?
  7. Belguim FTW!
  8. Misslicks happen, nothing I can do about that
  9. It runs the best on normal mode. haha I'll, also planned to use my own localwalker I made instead of osbots walker, this will probably solve the issue with the walking in mirror client. Khaleesi
  10. Sure gave you 24 hours
  11. Sucks to hear
  12. It's the client which can't interact with the vein, client moves mouse to vein, but doesn't see an option to inetract. Which gets it's stuck till camera is moved or mouse is moved, This can be very annoying ... I'll see what I can change about that ^^
  13. ya Sure I'll add them when i find some time.
  14. Gave you both 24 hours
  15. Khaleesi

    Sad

    Lmao xD
  16. No you are doign ntohing wrong, it's some strange behaviour of the script. Working on a fix ^^ Will keep you posted! Khaleesi
  17. Hello, I'm glad your happy iwht the script. I'll make a failsafe about the 'pray' option, so it actually prays back to lunars. Normally it should deposit the items again... i'll check that again ^^ Kind regards Khaleesi
  18. Botting is against the rules of runescape, if you don't want to risk your account, don't bot on it. It's as simply as that ... Botting = risk to get banned. And if you bot 10 hours a night, you are really testing out your luck.. Kind regards Khaleesi
  19. This: http://osbot.org/forum/topic/68418-khal-blastfurnace-350-700kh-low-reqs-30-smithing-coal-bag-support-extra-tasks-best-moneymaking-method-available/ Coming soon
  20. Hello Shummy, I'm aware that polly rooftop isn't running smooth for 100%. There is an update planned for this issue and polly rooftop. Thx for the report! Khaleesi
  21. Gave you 24 hours
  22. Sure gave you 24 hours
  23. Not yet, but I got it almost done. Will be released before the weekend ^^ Khaleesi
  24. Antiban is just some anti-botting-pattern ... Doing random stuff so it looks more human. Basicly it executes some antiban pattern when the timer runs out ^^ What? willows oak? Be more specific ? There was no error at all...? Or what "error" do you mean? There is no code in whole the script to stop the script / logout automatically. Khaleesi
×
×
  • Create New...