Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Sinatra, The Hero of Time, cowhide123, dmxrb, stryk, Ballbanger5, Trackson, Ayyy lmao, dudeami, Deceiver, NoahTheWisewolf, Greengo, happykid, Acerd, Botre, Rebel5lion, Keven, Rich A S F, Anne, cjbreezey, Mysteryy, Jack, K00wal, Skizow
  2. Sinatra, The Hero of Time, cowhide123, dmxrb, stryk, Ballbanger5, Trackson, Ayyy lmao, dudeami, Deceiver, NoahTheWisewolf, Greengo, happykid, Acerd, Botre, Rebel5lion, Keven, Rich A S F, Anne, cjbreezey, Mysteryy, Jack, K00wal, Skizow
  3. I see Greengo
  4. how to win?
  5. #FAILSM
  6. ty for vip kappa
  7. mald is home in 10mins
  8. #ezlife
  9. it will be mine bois
  10. pls pik me
  11. 9+10 = 21
  12. this
  13. My Skype osbotsinatra1 Noob qverkk @qverkk READ: I can make a decent paint for your script for free (just give a little credit )
  14. y = 0 for the x-intercept(s) x = 0 for the y-intercept(s) Skype: osbotsinatra1
  15. He did Shadow of the Storm + two RFD Sub Quests! VOUCH!
  16. i suck at this
  17. private State getState() { NPC yak = npcs.closest("Yak"); if (yak != null) return State.ATTACK; return State.WAIT; } remove this NPC yak = npcs.closest("Yak"); if (yak != null) return State.ATTACK; return State.WAIT; and you could change it in different ways. Mine may not be the best but it works if (!myplayer().isanimating && !myplayer.isUnderAttack) return State.ATTACK; return State.WAIT; then your case can be changed from to.. case ATTACK: NPC target = npcs.closest(new Filter<NPC>() //add the whole filter code snippet i gave at top. here if (target != null && !combat.isFighting() && target.isAttackable()) { target.interact("Attack"); status = "Interacting with Yak"; sleep(random(500, 800)); } break;
  18. NPC target = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().equals("Yak") && !npc.isUnderAttack() && npc.getHealth() > 0 && map.canReach(npc); } });
  19. ill take some questing? will vouch skype: osbotsinatra1
  20. Can confirm that he was doing some questing for me. He hasn't done anything with any of my items but I did pay him before the questing started. He did some of what was promised and I still have hope. I don't want to shame him but I let him take as long as he wanted because I wasn't using the account. Hope its okay to post and I will be changing my password till this dispute clears..
×
×
  • Create New...