RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.
Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
Edit or delete your RuneMate account from your Account Settings.
All account upgrade subscriptions have been cancelled. No action required.
Would be nice to have a "Restart" button that restarted the bot instance with the same Account and RS Client.
It could also refresh the bot in -sdk mode.
I've been updating one of my bots (Rain Maker OSRS), one of the main issues with it is the fact that it is quite slow due to the fact that it miss clicks a lot (~1/3 of the time) when banking.
I'm using the regular Bank class methods.
I was wondering if there is a better way.
Execute method...
I'm trying to use the EventDispatcher (com.runemate.game.api.script.framework.core.EventDispatcher) to fire a custom event I created.
It's not working (its not dispaching) and I can't figure it out why.
Custom Event:
package com.TheVTM.bots.BonePrayer.Events;
import...
I'm trying to use Jackson (java json library) in my bot.
It works great when debbuging because I have the jar in my working directory.
The problem is that its not being exported so the module will be missing in the end user.
How do I export the module/library?
For some reason on my client every bot seems to be unable to use WebPath/RegionPath.
Diggin through code I found that both methods always return null.
I tested on
2 different machines
Windows 10 / Ubuntu / Arch Linux
RS3 and OSRS
This is the output for MaxiWorldWalker:
(12:42:16)...