Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. its like 3m lol
  2. where have you been you fucker
  3. you may have paid with an e-check
  4. honestly remove it my eyes hurt cause of this cancer
  5. THANK YOU IN ADVANCE
  6. weebs > you
  7. Nice script , however you should remove the melee prayer support as it will instantly hit when it animates unlike magic and ranged attacks , or make it camp on Melee when in melee range.
  8. still probably more trusted than you are
  9. Oops! Something went wrong! [#CJOIN-0]There was an error connecting with the chat room. Please notify an administrator. Need Help? Our help documentation Contact the community administrator plz help
  10. whats "players"? try using getInventory().contains(FOOD)
  11. stop bumping this bump
  12. me want even tho no play
  13. no1 knows lol but yes they do remove accounts
  14. I win. (67kb/sec) a speedtest which didnt manage to finish upload is the same
  15. use a walkingevent WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setEnergyThreshold(50); execute(walkingEvent); this will start using run when it has 50% energy or you can use a webwalkevent to simply disable run: WebWalkEvent webWalkEvent = new WebWalkEvent(position); webWalkEvent.disableRun(); execute(webWalkEvent); not really sure if these are what you wanted but they could work for you walkingevent: http://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html webwalkevent: http://osbot.org/api/org/osbot/rs07/event/WebWalkEvent.html edit: as for walking to the exact tile , you can use do: WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(0); execute(walkingEvent); or WebWalkEvent webWalkEvent = new WebWalkEvent(position); webWalkEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return position.contains(myPlayer()); } }); execute(webWalkEvent);
  16. damn i couldve been in op if i didnt resign anyways happy 3 years , i will not be partaking in the giveaway as i do not even have facebook (i h8 social media in general) , it'll almost be 3 years that ive been a member of osbot as well (june)
  17. aids
  18. this, or: inventory.interact(action, item);
  19. "If you know what I mean"
  20. He has nothing to lose anyways.
  21. He's korean and he's using Google Translate , no one really understands.
×
×
  • Create New...