Welcome!

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

Sign up now!

Tutorial Series: Writing bots for RuneMate, from novice to expert

The only thing Alpha about me is my bots
Joined
Sep 22, 2014
Messages
618
Yay! I just saw that you only had a couple videos on youtube, are you planning on making more?

Yes, but I'm waiting for spectre to come out of alpha - at this point there are some setup requirements for spectre which make making a video about it which will remain relevant provocatively difficult.
 
Joined
Feb 27, 2016
Messages
47
Yes, but I'm waiting for spectre to come out of alpha - at this point there are some setup requirements for spectre which make making a video about it which will remain relevant provocatively difficult.

Ah okay I see, well I look forward to your videos then!
 
Joined
Apr 25, 2016
Messages
24
Can't wait for more videos. I have absolutely no programming experience except for html and I'm wanting to make a private RCing script. Your videos are very helpful and informative to me
 
Joined
Jul 8, 2016
Messages
1
Hello mate,

I would love to make some bots for runemate, now that the spectre is quite stable will you continue with the vids please? I'd patreon you if you'd set one up and release of bunch of runemate coding vids.
 
Joined
May 27, 2016
Messages
745
uhm.. I am at the part in vid 1 where I have to unflatten the bots package but nothing is flattend.

7:05 in video

33o0jfl.png
 
Last edited:
Joined
May 10, 2019
Messages
2
Appreciate your guide helped me a lot, but it's very outdated so I'm adding this for new users.
Some error I've encountered while creating my first RM bot:
- Java needs to be installed but the x86 version (32-bits), specify this in your IDE through the JRE Path.
- Loopsomething changed to LoopingBot so extend your script with LoopingBot instead.
- The bootclass of the api changed from com.runemate.boot to com.runemate.boot.boot
- The gamemode doesn't work anymore with columns, I've added it as an extra agrument but I'm not sure if this works RN.

I think these were all the hiccups I've encountered.

Thanks for the guide tho :D
 
Joined
Apr 17, 2020
Messages
70
Appreciate your guide helped me a lot, but it's very outdated so I'm adding this for new users.
Some error I've encountered while creating my first RM bot:
- Java needs to be installed but the x86 version (32-bits), specify this in your IDE through the JRE Path.
- Loopsomething changed to LoopingBot so extend your script with LoopingBot instead.
- The bootclass of the api changed from com.runemate.boot to com.runemate.boot.boot
- The gamemode doesn't work anymore with columns, I've added it as an extra agrument but I'm not sure if this works RN.

I think these were all the hiccups I've encountered.

Thanks for the guide tho :D

thx mama met ziekte
 
Joined
Mar 13, 2021
Messages
1
I can't get the test bot to show in runemate. I've done everything in the video

I'm getting this:

Unable to load com/"myname"/bots/testbot/testbot.manifest.xml (java.lang.NullPointerException: null)

Please help!

EDIT: Solved by replacing bots with scripts
 
Last edited:
Top