Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. http://osbot.org/forum/topic/96505-osbot-scripting-basics-and-snippets/ try this
  2. Definitely the cavs doesn't Messi play for them
  3. my dad left for a a few mins 15 years ago. Ill see the bastard soon since he is in jail
  4. Chris

    @Krys

    Should have stayed banned lmao
  5. Look into ConditionalSleep
  6. god bless for this snippet. Thanks daddy
  7. I use intellij so idk about eclipse. I'm off to bed now. Good luck
  8. Yes you need to import import org.osbot.rs07.api.filter.Filter; You could also use lambda NPC blah = getNpcs().closest(npc -> npc.getName().equals("Cat") && //other conditions); then interact View this thread for some helpful information.
  9. NPC chicken = getNpcs().closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.exists() && npc.getName().equals("Chicken") && npc.isAttackable(); } }); //ConditionalSleep example if (chicken != null){ if (chicken.interact("Attack")){ new ConditionalSleep(5000) { // 5000ms timeout @Override public boolean condition() throws InterruptedException { return myPlayer().isInteracting(chicken); } }.sleep(); } } Hope it helps
  10. Chris

    hey fren ;)

  11. yes At level 1 agility, run energy recharges at approximately 1 percent per 7.5 seconds whereas at level 50 agility, the rate is 1 energy per 4 seconds. This bonus is also applied in F2P worlds. Higher Agility levels may also allow you to avoid the damage taken when caught pickpocketing.
  12. I am Sinatra. Also known as TheObserver, Trinity, Haki, etc. I am your Son. HOW CAN YOU FORGET ME FATHER. Other aliases: Trinity (trinityscripts w/Okabe) : I left for a bit for stupid reasons and had to deal with that. I am now back.
  13. im still waiting for S2 apps
  14. It's always been like that?
  15. well he will have to try again . can't post outside of appeal xD
  16. he a vader + flamer xd. needs ban asap guy sucks
×
×
  • Create New...