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

Tutorial Making a Basic Treebot From Scratch [Video - 1:31:33]

Discussion in 'Tutorials & Resources' started by Snufalufugus, Apr 12, 2017.

  1. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    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

     
    #1 Snufalufugus, Apr 12, 2017
    Last edited: Apr 12, 2017
  2. Zinl

    Joined:
    Feb 25, 2016
    Messages:
    192
    Likes Received:
    58
    Nice tutorial. Hopefully this attracts people to start developing bots.
     
  3. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
  4. nickynick123456

    nickynick123456 Giant Nerd

    Joined:
    Apr 6, 2017
    Messages:
    6
    Likes Received:
    3
    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.
     
    Snufalufugus likes this.
  5. chris121

    Joined:
    May 27, 2016
    Messages:
    745
    Likes Received:
    126
    thanks your a nice guy
     
    Snufalufugus likes this.
  6. nickynick123456

    nickynick123456 Giant Nerd

    Joined:
    Apr 6, 2017
    Messages:
    6
    Likes Received:
    3
  7. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    Whoops, thanks for linking that. Meant to have it in the OP.
     
  8. nickynick123456

    nickynick123456 Giant Nerd

    Joined:
    Apr 6, 2017
    Messages:
    6
    Likes Received:
    3
    Other Useful Resources


    until 7:30 which is how to setup intellij for runemate development.


    and the whole video is an API overview although he does cover some deprecated methods.

    Runemate API documentation
     
    Retronike and Whitevans1 like this.
  9. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    That's what this entire subforum is for... I don't know why you're making a new post about it.
     
  10. nwordjim

    Joined:
    Apr 6, 2017
    Messages:
    4
    Likes Received:
    0
    Just watched this, so basically its really easy to use runemate? How difficult is to make a script bot with clients?
     
  11. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    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.
     
  12. Jux7apose

    Joined:
    Mar 28, 2017
    Messages:
    286
    Likes Received:
    58
    Thank you for the tutorial! Going to watch it right now, hoping to learn so much more.Next video -> PlayerSense? ;)
     
    Yalian26 likes this.
  13. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    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.
     
    Yalian26 likes this.
  14. RSMasterGuard

    Joined:
    Jun 21, 2015
    Messages:
    134
    Likes Received:
    18
    Does this work on RS3 or would this only work for osrs?
     
  15. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    The bot is osrs only. The guide applies to both game modes.
     
  16. RSMasterGuard

    Joined:
    Jun 21, 2015
    Messages:
    134
    Likes Received:
    18
    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?
     
  17. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    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.
     
  18. RSMasterGuard

    Joined:
    Jun 21, 2015
    Messages:
    134
    Likes Received:
    18
    ok Thank you :D
     
  19. Whitevans1

    Joined:
    Apr 15, 2017
    Messages:
    8
    Likes Received:
    1
    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!
     
    #19 Whitevans1, Apr 22, 2017
    Last edited: Apr 22, 2017
    Snufalufugus likes this.
  20. JustCurious

    Joined:
    Apr 7, 2017
    Messages:
    27
    Likes Received:
    7
    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?
     

Share This Page

Loading...