Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Apaec

    Members
    • Posts

      136
    • Joined

    • Last visited

    • Days Won

      3

    Apaec last won the day on December 30 2014

    Apaec had the most liked content!

    About Apaec

    • Birthday May 15

    Profile Information

    • Gender
      Male
    • Location
      )
    • Interests
      Scripting, Climbing

    Contact Methods

    • Skype
      mukl.barlow

    Recent Profile Visitors

    5185 profile views

    Apaec's Achievements

    1. I mean learning java from scripting is probably a good way to go, as it's quite enjoyable and you actually see a visual result which boosts your confidence. Once you've built a basic platform you can start to expand your knowledge (such as after just using a state machine, understanding how it works).
    2. Fair enough but I suppose the idea of learning java is quite scary, I kinda wanted to give the impression that all you needed was a couple of checks in a state machine and that really to start off with the java you need to know is very minimal
    3. I get mixed with class any pack4ge names nub U said first off, wats next. Also wrote this tut on u kn0 wh3r3 a while back.
    4. Sorry ,copied over from u know where, forgot to change text colour! EDIT: Made all the grey text black.
    5. Hi there future scripters! This tutorial I am writing for you all now will go in-depth with everything you need in order to get started writing your very own scripts. After reading through this tutorial you will be capable of writing, compiling and running simple scripts such as a tea thiever, chicken killer and so on. If you are really keen to get started scripting I recommend reading the whole guide through and going back through the parts you did not fully understand. Previous required knowledge: None Knowledge of basic java helps but is not required! What the guide will teach you: Downloading your code editor (IDE) Simple code and Basic DreamBot API Writing a script (with tester snippets to get you started!) Exporting a script into DreamBot Running your script Please note: Script will not be complex. I will be writing a simple tea thiever. Script will have no paint nor GUI, I'll be writing a follow on guide on implementing these later. So, let's get started! FIRSTLY, DO NOT BE AFRAID OF THESE { OR THESE () OR THESE } OR ANY OF THOSE! They are simple yet look complicated. All { means is defining the start of a block. } defines the end of it. Simple! Firstly, you're going to want to download an IDE (a program in which you write and compile code). In this tutorial I'll be using Eclipse, a piece of free software which is perfect for scripting for DreamBot. Simply put, Eclipse is like a word document in which you write your code and then save the code as a .Jar file, which is interpreted and run by the DreamBot client. PART 1 - DOWNLOADING ECLIPSE PART 2 - SETTING UP YOUR JAVA PROJECT PART 3 - WRITING YOUR SCRIPT PART 4 - COMPILING AND RUNNING THE SCRIPT TEA THIEVER SOURCE CODE AND DOWNLOAD (untested!) That's the end of this tutorial and hopefully I inspired a new wave of scripters! If you have any questions do not hesitate for a second to post below, send me a PM or even add my skype (i'd prefer contact via DreamBot first before contacting my skype though!) That's all folks! Happy scripting, Apaec.
    6. Heya guys, I just thought I'd post a quick step-by-step guide on how to submit a script to the SDN, focusing on the git side of things. Step 1: Request a git repository name Step 2: Processing of request Step 3: Installing SmartGit Step 4: Linking your SmartGit to Dreambot's GitWeb Step 5: Uploading a script That's all for this guide, hope you found it useful. I did my best to go through each stage as simply as possible but let me know if you run into any problems. Good Luck! Apaec
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.