Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27514
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. It didn't happen to me anymore, It got solved when I switched map.walk(npc) to map.walk(npc.getPosition());
  2. Hello !
  3. Ya I just looked it up ^^ Never used it before in any of my scripts.. For what reason do you need it? maybe there is an easier solution to solve your issue ^^
  4. what do you mean with the object "uid" ? (guess I'm just a retard) Do you mean hash?
  5. Didn't think about the house altar though ... Even though you'll not be able to recharche prayer when doing glories. House tab or runes would be required so it can recharge the points while traversing to edgville with mounted glory in the house. I could add a way to recharche prayer with glories, but then you'll lose time since I have to teleport to house while in the bank and then tele back to edgeville. Khaleesi
  6. What he says
  7. - I'll be adding the Food option soon! - Thx for reporting this, I'll change it! - Where to recharge prayer then? - First of all thx! =D - New accounts gets banned very quick these days - Botting is really risky these days... It could be you got banned within the day, but you can also lasts for months... Really depends on how lucky you are Kind regards Khaleesi
  8. Goodluck ! xD
  9. haha Ya OP Divinity now
  10. Welcome! Veel plezier! #Teambelguim
  11. Khaleesi

    Oliver v2

    Not sure if i Like the signature or the photo haha xD 11/10 would bang !
  12. Ya it does, Even though teleport is a bit bugged since last runescape update. I'll have this updated later today
  13. Osbot was oficially started and recognized as a bussiness?
  14. Khaleesi

    1-99 Mining guide

    Motherlode is a nice way of making money and Exp
  15. Ya winrar wants to extract it but it's acutally a runnable Jar file
  16. You don't have to extract the osbot client ... -_- You have to run it by java. Update your java
  17. No smart to leave your IGn here Since jagex can monitor these forum and bann you right away xD be carefull !
  18. Holy: Still increasing rapidly! GOGO Osbot!
  19. OK cool, Will update this asap
  20. Welcome my friend! Have fun botting ;) Make me some good food? x3
  21. Hey, Good to see you like it. I'll check what I can do for the camera movements. I'll get the teleport fixed today, You can expect an update later today Will try to make it the best! ;) Khaleesi
  22. Upstairs in varrock bank do you mean? and the trading post menu? I'll fix this asap ;) Expect an update later today! Khaleesi
  23. Just testing if it exists ... could be that the child could nto be loaded and returned null. Then a npe would be thrown if you try to interact. It's smart to always null check an object, npc, ... before trying to interact with them. This will stop your script from jamming
  24. Basicly you can do: (Just a quick example) RS2Interface parent = script.interfaces.get(582); if(parent != null){ RS2InterfaceChild child = parent.getChild(4); if(child != null) child.interact("Make 10"); } You only have to get the right ID's fromt the furnance text in chatbox You can use the interface debugger for that!
  25. RS2Interface(parent) and RS2InterfaceChild(child, grandchild) Basicly: A parent is a collection of childs and grandchilds. A child can be a collection of grandchilds
×
×
  • Create New...