1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Tutorials and learning

Discussion in 'Developer Support' started by John, Dec 5, 2014.

  1. John

    Joined:
    Dec 3, 2014
    Messages:
    20
    Likes Received:
    1
    I'm looking to learn to script bot 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
     
  2. Ozzy

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

    Good luck
     
  3. John

    Joined:
    Dec 3, 2014
    Messages:
    20
    Likes Received:
    1
    Thank you for the links.

    I have another question. People have mentioned 'class(es)'
     
  4. Ozzy

    Joined:
    Nov 5, 2014
    Messages:
    505
    Likes Received:
    162
    They're probably referring to the RuneMate API which is what you use in order to write scripts bots that work with the RuneMate client, you can find the classes on the java docs here: https://www.runemate.com/developer/jdocs/
     
  5. John

    Joined:
    Dec 3, 2014
    Messages:
    20
    Likes Received:
    1
  6. Ozzy

    Joined:
    Nov 5, 2014
    Messages:
    505
    Likes Received:
    162
    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.
     
  7. John

    Joined:
    Dec 3, 2014
    Messages:
    20
    Likes Received:
    1
    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.
     
    #7 John, Dec 5, 2014
    Last edited: Dec 5, 2014

Share This Page

Loading...