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
  • Realistic

    Members
    • Posts

      27
    • Joined

    • Last visited

    • Days Won

      2

    Realistic last won the day on September 10 2020

    Realistic had the most liked content!

    2 Followers

    Profile Information

    • Interests
      FOSS, Linux

    Recent Profile Visitors

    1270 profile views

    Realistic's Achievements

    1. Realistic

      Click Recorder

      Great script! I am excited to collect data. It might be nice to force disable all random event solvers while it is running. I just had it dismiss a random for me, and ruin a batch of data.
    2. I actually started doing this in a private git repo. I didn't get very far... I would love to convert my open source tutorial island script into a tutorial that includes how to walk, interact with NPCs/ GameObjects/Items/widgets, combat,TaskScripts, ect... I would start by making short tutorials about each concept, then rolling it all up and use the tut island script as a final product. I have a decent amount of Markdown experience.
    3. Here is the walking javadoc https://dreambot.org/javadocs/org/dreambot/api/methods/walking/impl/Walking.html
    4. From what Pandemic said all the getX methods that used to be inherited from MethodContext are now classes. So for walking it would be: import org.dreambot.api.methods.map.Tile; Walking.walkOnScreen(new Tile(3092,3103,0)); to walk to a tile on your screen.
    5. Perfect! Thank you Pandemic. While work my way through building a bot I am writing some "Docs for Noobs like me" that answer some questions I have had. I am using DB3 (TaskScript), and I am planning on releasing the source code. I chose a tutorial island bot (There is already 1 open source tut bot, but it is 2.x based and not a TaskScript) as it uses most major features. Walking (no web), NPC interaction, combat, cooking, item interaction, dialog traversing, widget interaction, etc... What would the best way to release the source code be? I have it in a private Github repo right now. Is it considered ok to release the source code of an entire script like this? Would anyone be willing to do a small Code Review on it before I make a post that could include some not so best practices? Thank you, Realistic P.S. Is it possible to edit posts? I can't find a way to do it...
    6. Hi all, I am a relatively experienced Python developer learning Java and building my first DreamBot script! I have been looking at a bunch of example scripts and have notices that when building vs the DB3.0.0 JAR a lot of the DB API used in the scripts is considered deprecated. For example: getNpcs() getWidgets() For widgets I am using Widgets.getWidget(123) instead. Is this the correct way to do it? I am still struggling to find the best way to interact with NPCs not using the getNpcs() method. Can anyone point me to the new best practices? Is there any documentation about the 3.0.0 API deprecations? Thanks all, Realistic
    ×
    ×
    • 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.