Welcome!

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

Sign up now!
  1. party

    Tutorial Development: Project Setup

    Development: Project Setup See the bottom of the post for a quick guide. Requirements: - An IDE (we recommend IntelliJ IDEA) - A basic understanding of Java (free courses available at sites like w3schools and Codeacademy) Project Setup: Open IntelliJ and start a new project: Currently, we...
  2. party

    Join the discussion!

    Hey, everybody! We're moving most discussion to our Discord community - this is where you will find details of recent client updates, development discussion as well as support for any issues etc. Please be aware that Slack and the forums will be checked less frequently as a result. You can...
  3. party

    Prime Wintertodt [Deleted]

    Party submitted a new resource: Prime Wintertodt - We're on fire! Read more about this resource...
  4. party

    Prime Annivesary Update

    Prime Anniversary Update Read the original on our Discord server. We've spent the last 6 months banging our heads together, drawing upon years of bot development experience, thinking of new ways to improve the way you bot. After months of hard work, we're finally ready. Today, we're proud to...
  5. party

    Long time no change-log... v2.67

    Hey guys, it's been a while..! I got lazy with regards to change-logs which means we haven't had one since July... my apologies. Obviously there's been a huge amount of work put into the client over the last few months to improve the experience of our users and developers - so much in fact that...
  6. party

    v2.47.3

    Client User Experience When support for a game is down for maintenance due to a RuneScape update, users will be shown a warning before starting a bot for that game. Improved a number of aspects of the client to improve user experience. A micro-transition has been added when changing pages...
  7. party

    v2.43.0

    Client Input Blocking Fixed a bug where pausing/unpausing the bot would fail to restore the blocking settings set prior to pausing. This was achieved by moving all of the blocking-based logic into a centralized location, rather than having different components each handling it individually...
  8. party

    v2.42.0

    Client Account Ordering Accounts in the side bar will now be ordered by alphabetically account alias (or email if no alias). Two-step/Password input Fixed a small oversight from last release where pressing enter after typing in the password or two-step key would not start the login, and you...
  9. party

    v2.36 - We've been busy!

    Client Environment Reloading RuneMate now has the ability to close and restart the RuneScape client, re-bind to it and resume your active bot. For the meantime, this feature is only fully supported on Windows, and is still experimental on Linux and OSX. This is available via...
  10. party

    v2.32.2

    Client/Developer Web Services v2.30 brought about RuneMate Web Services. For more information, please read here. Developer documentation can be found here. Language Support We have introduced support for bots written in both Kotlin and Groovy! We've been planning to support more JVM languages...
  11. party

    v2.26

    Hybrid BotLogger All user's logging levels have been reset and will now default to DEBUG. This change will make it easier to Bot Authors to investigate issues with their bots that they cannot reproduce locally, without having to rely on users to alter their own logging levels. All Bot Authors...
  12. party

    v2.22.1

    Client & Bot Store Languages Support Bots written in Groovy (another JVM language, see more here) will now function correctly on the bot store. Hybrid Path Improved Path#step() for all Path types, which should reduce the number of "stop-start-stop-start" style walking patterns many users...
  13. party

    v2.21.0 - Input Blocking

    Client User Input Blocking We've introduced a new feature into the client which will block users input (mouse/keyboard events) to the RuneScape client. This feature means that users will be able to block any accidental input where they may interfere with a running bot. All input is unblocked on...
  14. party

    v2.18.0

    Client RuneScape Client Selection Added a button to the RuneScape client selection view (when you're starting an instance) that will bring the RuneScape client to the front. This will allow users to better distinguish between multiple RS client of the same game type. Instance Details The...
  15. party

    v2.17.0 - Substantial Performance Upgrades

    This week brings some very substantial performance upgrades, particularly around the QueryBuilder framework, but also to a lesser extent throughout the rest of the API. I hope everyone will join me in thanking @Cloud as this has not been a small undertaking and he's worked tirelessly to get...
  16. party

    v2.11.0

    Client Client images New icons for categories questing, minigames and other. Bot access visibility We've added some new graphics to the client making it easier to determine whether a bot that you have added is free, supporter or premium. This is visible in two places, the main instance...
  17. party

    Prime Wintertodt [Deleted]

    Party submitted a new resource: Prime Wintertodt - We're on fire! Read more about this resource...
  18. party

    v2.10.0

    Client Bot Filter Bot filter will now also account for the bot author's name. eg. Searching for "Slashnhax" will show all bots produced by @SlashnHax. Hybrid Structure We've been doing some internal refactoring. This is laying out the ground work for updates that will be coming shortly!
  19. party

    v2.9.0+

    Sorry I'm a little late! Here are the features/bug fixes that were released with version 2.9.0+. Hybrid Keyboard The keyboard has undergone some major improvements. First of all, we now actually read the held keys from the client itself, making the Keyboard API considerably more accurate. This...
  20. party

    v2.8.0

    Client Bot Filtering Similar to account filtering added in v2.7.0, you can now filter bots in the left side-panel of the Spectre UI. This filter will also apply to the bot icons shown in the center of the client. Custom Controls The ToggleSwitch custom JavaFX control is no longer obfuscated...
Top