Jump to content

Chicken Wing

Members
  • Posts

    610
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Chicken Wing

  1. Hi guys, looking for some advice for training range past 70!
  2. Added on skype
  3. Have you posted in the script topic about this problem or contacted czar about this?
  4. Fruit salad
  5. How do you know?
  6. agility = high ban rate + easy to detect
  7. Beautiful.
  8. I uhh... I bot on my main all the time
  9. oldschool runescape
  10. He is part of wildlife club, which also has our bird people, but that is private
  11. You need to change your name to something birdy m8
  12. Make sure your library is the latest osbot (dev build too probably)? Works fine for me:
  13. No, it was a private club, and has now only recently become open to public
  14. I am starting a bird scripters club, so far it's: @Eagle Scripts @Chicken Wing If any other scripters who are birds, or are willing to become birds, feel free to join!
  15. Dude, frostbug literally gave you the code for it, just change the condition method to your own condition that you want to break the event
  16. Oak furniture land m8
  17. Use script.stop(boolean logout)
  18. I would like to join Pm'd summoner name
  19. I think you need to be VIP(or higher) to do that
  20. Post the code your running?
  21. He just told you how
  22. I don't think you're fixing the problem there, distPerc = (((double)currentDist / (double)startDistance) * 100.0); and make sure disPerc is of type double too, I think that should work?
  23. Walk via making a WebWalkEvent object, and use the method setBreakCondition(Condition breakCondition), then execute the event. You need to make a Condition object that has the condition where you want the event to terminate. Example: Condition condition = new Condition() { @Override public boolean evaluate() { return getBank().isOpen(); } };
×
×
  • Create New...