Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26659
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. OK try to get me a printscreen of everything (remove name) when it gets stuck. Sicne the teleport zone is always different ... Sorry for the inconvience, will get this sorted asap! Also what obstacles are you using? Thx
  2. Which part? can u screenshot it? Does it always happen or only sometimes? What does the status say? Anything printed in the log?
  3. I could do that, people who run law manually actually have it in there inventory though but I'll make it equip it, since it will take 1 more essence It doesn't support it yet, even though i'm working on it. It only supports npc contact to repair pouches at the moment. You can run without pouches are repair them manually, Expect this to be updated very soon! Natures are probably the best money in game atm. At 41 you'll get 200-300k by abyss, when you hit 91 you can get up to 600-800k /hour. Fishing/woodcutting never will get you this much The more reqs you need, the better the money is... else everybody would do it and crash the prices ^^ I updated the script so it also can use teleport runes for house teleport. (2 less essence then using a Tab, but way cheaper then tab) Glorys are also bit risky by pkrs ... I'm also working on an auto recharge glory mode for people who done heroes quest and can recharge (4) glories in the fountain. I'm not going to make the script recharge at fountain at life (6) sicne thats way too risky for a script. conclusion: Glories are the cheapest way of transportation, since you can recharge for free (when done heroes quest) House teleport runes are again cheaper then tab but require a magic lvl of 40. House tab are fairly expensive, since they can cost up to 1.2k each. so thats 3-5 natures runes lost each trip. Depending on your stats and what you want to risk it's really your desicion. Kind regards Khaleesi
  4. Nice Diçvinity! That's the way to go! 2-5 times a day SDN updates x3
  5. Script update to V0.14: - Fixed astrals teleporting, teleporting requires earth staff, earth battlestaff or mud staff. Script will take staff from bank the equip. - Fixed abyss randomly walking, now walks straight to the objects. - Improved interactiong with the objects in abyss. - Fixed Chaos altar not creating runes in altar. - now able to use glory(5) and (6). To do: - Fix glitchy mounted glory sometimes. - Food support inside abyss Kind regards khaleesi
  6. Thats awkward, so it works now?
  7. Where did you start the script?
  8. Hello Yakuza, I've fixed the teleport yesterday, but didn't update the script yet. @Abyss, Can you get me a screenshot when this happends? when script doenst rotate camera for objects. @Chaos, Probably some minor flaw Script will be updated this evening! Khaleesi
  9. Why don't we use proxies? No login are authentication required xD Dutch OP!
  10. Wow your mom must really love you !
  11. He has, then client throw a error: Could not load class: "blah blah" It was a script I made for him, i'll take a look whats wrong and keep you up-to-date!
  12. RS2Object trapdoor = objects.closest("Trapdoor"); A better way to do this is: if (!myPlayer().isMoving() && inventory.contains("Bucket")) { RS2Object trapdoor = objects.closest("Trapdoor"); if (trapdoor != null) if (trapdoor.isVisible()) trapdoor.interact("Climb-down"); else camera.toEntity(trapdoor); } If you want a trapdoor on a specific position you have to use the Filter. This can filter out everything you want. Example: if (!myPlayer().isMoving() && inventory.contains("Bucket")) { RS2Object trapdoor = objects.closest(new Filter<RS2Object>(){ @Override public boolean match(RS2Object object) { return object != null && object.getName().equals("Trapdoor") && object.getPosition().equals(new Position(0, 0, 0)); }}); if (trapdoor != null) if (trapdoor.isVisible()) trapdoor.interact("Climb-down"); else camera.toEntity(trapdoor); } Goodluck! Khaleesi
  13. OKk thx for the report, This is indeed glitchy, will get this sorted once I got home from work ! Khaleesi
  14. ya now f2p came out bann rates are skyhigh Just give it some itme to calm down ^^
  15. Something like: "Ardougne" ? xD
  16. Ya got this reported too yesterday, Can you tell me in what direction your glory is located? Can you get me a printscreen from the osbot client (remove your name). Thx !
×
×
  • Create New...