Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26659
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. Script updated to V0.31: -Fixed NPC contact
  2. Thx for this post, There is no good way to check brawlers or portals. I'll see what i can do to improve that. but this should be most likely solved in V0.02. Script updated to V0.02: - Fixed spamm clicking spinners - Fixed interatcing with the gates - Improved some mechanics
  3. Script updated to V0.30: - Few small updates has been made - Added failsafe to logout when you die Goodluck! Khaleesi
  4. Scrupt updated to V0.03: - Fixed spamm clicking the NPCs Goodluck Khaleesi
  5. Can't you just check the Boxtrap on the ground by its name? Is way more reliable since this will probably break every thursday bcs jagex update... Afterwards check if it has the required action to determine what state it is in? Khaleesi
  6. Thx for the report! Can you get me the whole error? This is just a small part of it khaleesi
  7. You are getting an NPE error (nullpointer Exception) If (231,2) doesn't get found it will return null. So you do null.interact("Continue"); (and you can't really interact with something that doesn't exist right?) You should stop using interfaces since the are deprecated. Use RS2Widget instead. You basicly to this: RS2Widget chat1 = widgets.get(231,2) if(chat1 != null && chat1.isVisible()) chat1.interact("Continue"); Why are you using: (Did you decompile code? Decompilers generate this kind of code) .interact(new String[] { "Continue" }); You can just do: .interact("Continue"); Goodluck! Khaleesi
  8. ya unlimited and lifetime acces ^^ Soon it will be fixed, currently at work. When I get home I'll get it done asap!
  9. The mirror client really improves they anti ban. But keep in mind that the mirror client is still in beta and still has a few flaws. Goodluck botting!
  10. Gave you a few hours ^^ Goodluck!
  11. Ow ok I'll try to see why it does that!
  12. I'll push an update this evening .
  13. Sure gave you 24 hours Ow ok ! This client issue has been reported before. The devs are aware of this error -_- I'm afraid this is out or my reach to fix Khaleesi
  14. Gave you 24 hours ;) Goodluck !
  15. Not yet, WIll get on this tomorrow
  16. thx whats that for a dumb question? isn't it supposed to be good? xD You better ask: Are there any flaws at any rooftop? Yes interacting with pole at canafis is a bitch. you want a trial? ^^
  17. Nope no way to fix, mirror client is still garbage. Wait till its fully functional It doesn't work when a script changes regions...
  18. I got the same I only need them for driving, watching television ^^ High five! Didn't knew you had glasses You must be hawt with them
×
×
  • Create New...