Welcome!

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

Sign up now!

Bug How to import open-sourced bots?

Joined
Aug 11, 2016
Messages
778
How do I import them? Because there are some nice ones and I'd like to see the code and make it better (also learn) :D
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
You download the code, modify it (using an IDE), compile it, and then start runemate in sdk mode. then, in your runemate settings, specify the compiled bot directory to the folder you compiled your bot to.
 
Joined
Aug 11, 2016
Messages
778
You download the code, modify it (using an IDE), compile it, and then start runemate in sdk mode. then, in your runemate settings, specify the compiled bot directory to the folder you compiled your bot to.
Ya but when I download the code, how do I import it to my ide (eclipse in this case). I'm learning Java and school and the regular way of importing isn't working for me. I put the bot I downloaded into my workspace and it doesn't show up
 
Joined
May 27, 2016
Messages
745
You download the code, modify it (using an IDE), compile it, and then start runemate in sdk mode. then, in your runemate settings, specify the compiled bot directory to the folder you compiled your bot to.

how do you modify it and how do you in your runemate settings, specify the compiled bot directory to the folder you compiled your bot to?
 
Top