Welcome!

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

Sign up now!

Tutorials and learning

Joined
Dec 3, 2014
Messages
20
I'm looking to learn to script with RuneMate, my first bot that uses java. I was wondering if there are any tutorials specifically for runescape that goes into basic scripting methods. If not could anyone be kind enough to post some code with comments through out it explaining what bits do? I tend to learn best by reading peoples code(Well it helped with Pascalscript), chopping and changing bits to see how it works.

- John
 
Joined
Nov 5, 2014
Messages
505
Once you're familiar with the java basics, which you can read upon here, take a look at some of the open source scripts which you can find by filtering the botstore by display: open source.

Good luck
 
Joined
Dec 3, 2014
Messages
20
Once you're familiar with the java basics, which you can read upon here, take a look at some of the open source scripts which you can find by filtering the botstore by display: open source.

Good luck
Thank you for the links.

I have another question. People have mentioned 'class(es)'
 
Joined
Dec 3, 2014
Messages
20
Joined
Nov 5, 2014
Messages
505
Sorry I didn't get to complete my post because of this error: http://puu.sh/dhZaY/e5101eeb48.png

But my post would say this(won't let me post it as text o.o?)

http://puu.sh/dhZcQ/a8ae46bcd3.png

I'm not exactly sure what you mean but there are loads of posts in the tutorials & resources section that should get you on your way if you have the fundamentals down.

Here's a script-skeleton and in order for it to be recognized by the client you need the script-manifest in the form of an XML file.
 
Joined
Dec 3, 2014
Messages
20
Can the manifest just be included in the main class to keep it simple for me?

E: Just read that its got to be an XML.
 
Last edited:
Top