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 Making a Basic Treebot From Scratch [Video - 1:31:33]

Joined
Aug 23, 2015
Messages
1,961

THIS GUIDE CONTAINS OUT OF DATE INFORMATION


Party's Tree Visualizer Tool: Resource - Basic Tree Visualiser
Web Application Used For Flow Chart: www.Draw.io

Table of Contents:
1) Introduction 00:00
2) The logical flow of a TreeBot 00:46
3) Intro to the Bot we will be making 02:53
4) Making a flowchart of your bot's logic 08:43
5) Using TreeVisualizer to create a Java skeleton 29:41
6) Writing and testing the bot 43:32

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Last edited by a moderator:
Giant Nerd
Joined
Apr 6, 2017
Messages
6
It's funny this developer conversation came up. I've been trying to get into it and if I didn't see this was going to be posted last night, I would have asked for it myself.
 
Giant Nerd
Joined
Apr 6, 2017
Messages
6
Other Useful Resources

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
until 7:30 which is how to setup intellij for runemate development.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
and the whole video is an API overview although he does cover some deprecated methods.

Runemate API documentation
 
Joined
Apr 6, 2017
Messages
4
Just watched this, so basically its really easy to use runemate? How difficult is to make a script with clients?
 
Joined
Aug 23, 2015
Messages
1,961
Just watched this, so basically its really easy to use runemate? How difficult is to make a script with clients?

It depends on your background. For a complete beginner there is a bit of a learning curve, but it is a very reasonable goal to set yourself.
 
Joined
Aug 23, 2015
Messages
1,961
Thank you for the tutorial! Going to watch it right now, hoping to learn so much more.Next video -> PlayerSense? ;)

No, a guide on PlayerSense implementations won't come for quite a while, if ever. Next will probably be working with interfaces, using queries, or a guide on using the core parts of the rm API.
 
Joined
Aug 23, 2015
Messages
1,961
so just to make sure I understand what you are saying, if I copied the code then it would only work on an OSRS client?
It would only work for runemate for osrs. Parts of it would work for rs3. Look in the jdocs to see if the api part is hybrid or osrs only.
 
Joined
Apr 15, 2017
Messages
8
Thank you so much for making this tutorial. I really want to learn how to program and this is something that I would have fun making. Hopefully you keep making tutorials as you learn more. Thanks again!
 
Last edited:
Joined
Apr 7, 2017
Messages
27
I like it!

A question about randomness. In this bot you use a region path to go to a random destination coordinate (within an area). If we instead use webpath to travel a longer distance (which will require multiple steps along the way), will the api randomize the intermediate steps?
 
Top