Jump to content

Khaleesi

Script Officer
  • Posts

    27639
  • Joined

  • Last visited

  • Days Won

    225
  • Feedback

    100%

Everything posted by Khaleesi

  1. Khaleesi

    Jamez

    I've added you Jamez x3
  2. Still need to see this movie Lucy was an amazing movie! Really loved that 1
  3. 100% my opinion Vene though some hard sex is kinky sometimes But this went a bit over the top for me ^^
  4. add -> !cow.isUnderAttack() You should be useing a Filter instead, this code willc ause the script to pause it the closest cow in underattack. use this: NPC cow = script.npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && (npc.getName().equals("Cow") || pc.getName().equals("Cow calf")) && !npc.isUnderAttack() && npc.getHealth() > 0; } }); You could also check death animation from the cow are check if the cow is over 0 health so it prevents clicking deaths cows. Goodluck
  5. What is your code to trigger this piece of code? Since this hasn't any issues in it. Khaleesi
  6. please add another 100
  7. Yes 100 posts required to participate! Goodluck
  8. Wrong proggie in the post? That what you meant? Script has been updated to V0.03: - Fixed a bug where people get stuck updatirs at seers bank. - Improved solme walking
  9. ya proof xD
  10. OP
  11. I don't ahve acces to a slayer ring, if you can provide me some time on an account with a slayer ring acces i can make it Khaleesi
  12. Will be adding this very soon! Expect an update later tonight ;)
  13. but I only have trouble using Osbot classes, errors thrown, npes, glitchy stuff. I also use 5% of what the class has to over and since my Path can handle object and npcs to traverse... I just like to control everything #controlfreak xD
  14. Just make you own path class ... takes 15 min and you can control everything yourself.
  15. You waliking to a position or an entity?
  16. I need to stop drinking xD I also gave you the woodcutting script now ;) Enjoy!
  17. fagex being fagex indeed
  18. What a moment, Needs some time to process, also try restarting client. If not solved within an hour contact a mod
  19. 07 jan 2015 OP xD only 1 online
  20. Do you mean something like this? Draw method for a shape around the object: g.draw(object.getModel().getArea(object.getGridX(), object.getGridY(), myPlayer().getZ())); If this doesn't answer your question, try to look in the Model class for what you need. Khaleesi
  21. Hello, Gave you a trial for 2 days. Don't forget to leave some feedback about the script ;) Khaleesi
  22. Don't bot on accounts you love xD You'll get banned probs
  23. Didn't think of that I'll add that ;) There is a lvl 3 friendly spot at lumbridge swamp Another spot but dangerous = draynor, al-kharid
  24. Ban rates are now higher then ever. bot smart, don't suicide Woodcutting and agility probs highets ban rate in my opinion.
  25. Ya same for spinning bowstrings, go to crowded area. Chance of getting reports are pretty small ^^
×
×
  • Create New...