Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Haga una disputa adecuada utilizando la plantilla de disputa con toda la evidencia. Por supuesto en inglés Gracias ~Chris
  2. BoatOptions.NOVICE.getPointsBonus(); or private BoatOptions opt; onStart(){ gui sets option opt = BoatOptions.NOVICE; //can now access getters/setters that are public opt.getBonusPoints(); opt.getLevelReq(); }
  3. Look at these examples public boolean walkToDestination(final Position dest, final BooleanSupplier bc, final boolean walkExact){ WalkingEvent walkingEvent = new WalkingEvent(dest); walkingEvent.setEnergyThreshold(10); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return bc.getAsBoolean(); } }); if (walkExact) walkingEvent.setMinDistanceThreshold(0); return getScript().execute(walkingEvent).hasFinished(); } public boolean walkToDestination(final Position[] positions, final BooleanSupplier bc, final boolean walkExact){ WalkingEvent walkingEvent = new WalkingEvent(); walkingEvent.setPath(new LinkedList<>(Arrays.asList(positions))); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return bc.getAsBoolean(); } }); if (walkExact) walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(0); walkingEvent.setEnergyThreshold(random(5, 15)); return getScript().execute(walkingEvent).hasFinished(); } public boolean walkToDestination(LinkedList<Position> path, BooleanSupplier bc, boolean walkExact) { WalkingEvent walkingEvent = new WalkingEvent(); walkingEvent.setPath(path); walkingEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return bc.getAsBoolean(); } }); if (walkExact) walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(0); return getScript().execute(walkingEvent).hasFinished(); }
  4. Please use the template as well as provide evidence (screenshots of conversations etc..) and re-post.
  5. are you using the supported safespots
  6. Mirror mode may need to be updated or you are not using the original runescape client.
  7. Incorrect, all services must be HAND DONE unless stated otherwise when two parties agree. You had no problems with him botting the account. That was your choice and this was the outcome. You should have stated a clear agreement before starting. Now you are just regretting him botting it. There is no injustice, this is just your poor judgment on how you wanted your account to be trained. We follow the evidence and it was clear in what was provided that you were okay with it. The agreement was still in place because you did not state otherwise. This is your fault. Collection of PUBLIC evidence: Final decision: Dispute will now be closed. Next time set a proper agreement & state how you want the account to be trained.
  8. https://osbot.org/api/org/osbot/rs07/api/filter/AreaFilter.html
  9. Chris

    Excellent Agility

    I pushed a fix but please allow up to 48 hours for the developers to get time to add the fix to the SDN. I will quote your post again when it is live
  10. Chris

    Excellent Agility

    Thanks for the explanation . I'll push a fix asap!
  11. User has been banned for scamming. He chose to view the thread and not respond. Sorry for your loss.
  12. I've notified the user of the dispute and will allow him 48 hours to respond since he has not been on since saturday.
  13. @NyxUlric has been banned. Sorry for your loss. He will have to refund you in full if he wishes to return.
  14. Please provide evidence of this in a separate dispute please.
  15. @NyxUlric You have 18 hours to pay 30m 07 to (@daamurda or to any moderatory) or you will be banned.
  16. He was on 5 hours ago. I am going to give him 24 hours and then take it from there. Hopefully we can get this resolved.
  17. You will have to come to an agreement with @daamurda on compensation. In your service screenshots there is a huge gap in level, which seems sketchy. You are responsible for keeping track of the service you are providing and not rely on 3rd party tools to automatically assist you. Please let me know when both of you have reached an agreement. Sorry for the late reply, my internet was down.
  18. Why is there a huge level gap after level 53?
  19. I've warned him of the dispute and we will wait for his response. In the mean time, can you provide the evidence (Chat history, Bank value, etc.) in a reply below? I don't have access to your PMs. @NyxUlric Please state your case in a reply below.
  20. bump why are you commenting on old posts ?
×
×
  • Create New...