Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

RuneMate V1.0.0 - Beta 42 (API Breakages)

Engineer
Joined
Jul 28, 2013
Messages
2,776
Changelog
  • Switched from annotation based manifests to xml based manifests
  • Removed API bloat
    • Npcs.getNearest
    • GameObjects.getNearest
    • GroundItems.getNearest
    • etc...
  • Npcs.getLoaded (and similar) now return LocatableQueryResults, which means you can easily call nearest, nearestTo, furthest, furthestTo, and of course more complex queries like sortByDistance().subList(0,3).random()
This is the last client update that will break scripts. In the future methods will be deprecated for a long time before removal.
 
Top