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. Have you posted in the script topic about this problem or contacted czar about this?
  3. He is part of wildlife club, which also has our bird people, but that is private
  4. You need to change your name to something birdy m8
  5. Make sure your library is the latest osbot (dev build too probably)? Works fine for me:
  6. No, it was a private club, and has now only recently become open to public
  7. 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!
  8. 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
  9. I would like to join Pm'd summoner name
  10. I think you need to be VIP(or higher) to do that
  11. 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?
  12. 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...