Welcome!

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

Sign up now!

Resolved How to test bots locally?

Joined
Jul 20, 2017
Messages
13
Another noob question,

How do I test my bots before I upload them to runemate?

Thanks in advance
 
Joined
Jun 24, 2014
Messages
172
You should read this guide, it explains how to configure IntelliJ and how to run the bot in developer mode so you can test the bots you write.
I also recommend reading this one, it explains the bot manifest which is how you specify if your bot is for woodcutting, mining, agility, etc. as well as other things such as the name or description.

The tl;dr is run RuneMate with the argument -sdk and in the settings specify where your source code is being compiled.
 
Last edited:
Top