Jump to content

Acerd

Scripter I
  • Posts

    5430
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Acerd

  1. Acerd

    Good times.

    " time to time depending on exam"
  2. Mine would be @FrostBug and @Foo How about you?
  3. well done Like a Pleb once I had a taste for knowledge I wanted more so I sent myself into the world of programming.
  4. http://osbot.org/forum/topic/89606- Changelog: -Added Walking class -Deprecated LocalWalker class -Re-wrote WalkingEvent -Added WebWalker file handler to booter -Various Mirror Mode performance improvements Scripters: Hold off on using WebWalkEvent (deprecated), it will undergo pretty large changes. if (mine != null && mine.isVisible() && getMap().canReach(mine)){ mine.interact("Mine"); sleep(2000); } else { getWalking().walk(mine); }
×
×
  • Create New...