Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26661
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. Ya I let it equip a earth staff If you start with mud staff it's ok ^^ probably most unluckiest person atm ...
  2. Hmm that's strange could have something to do with the code of my pouches. Will check that out! try use small-med-large for now ;) If you wear the mud staff it should run just fine is it called "Mud staff" ?
  3. Ya its at the powerfish tab xD gave you 24 hours
  4. Strupid poll booth -_- Will get it fixed asap!
  5. Sure gave you few hours Ya, i know the issue... it idles a lot, Been working on a fix ^^ Will get it released asap Khaleesi
  6. That's odd, if it happends in canafis it should happen everywhere. I'll try to see what the issue is tihs evening. Does it happen on 1 roof? or all roofs? Any error message in the console? Khaleesi
  7. Use RS2Widget instead of interfaces Almost the same, RS2Widget can be a parent, child or grandchild.
  8. There is no such script which protects you from getting banned. Botting = taking risk to get banned. Don't bot on accounts you don't want to risk ;) Khaleesi
  9. 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
  10. 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; }
  11. 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!
  12. what were you botting and for how long?
  13. New accounts already has a high bann rate, maybe your Ip is flagged?
  14. Misslicks happen, nothing I can do about that
  15. 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
  16. Sure gave you 24 hours
  17. 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 ^^
  18. ya Sure I'll add them when i find some time.
  19. Gave you both 24 hours
×
×
  • Create New...