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

    Scripter
    • Posts

      15
    • Joined

    • Last visited

    About KakiDev

    Profile Information

    • Gender
      Male

    Contact Methods

    • Discord
      kakistokratie

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    KakiDev's Achievements

    1. KakiDev

      Quests

      Its absolutely possible (pretty sure there are paid scripts that do that) but its a lot of work, so I doubt anyone is going to do that for free.
    2. Added option to drop ore and quickstart support, waiting for compile request Quickstart takes one parameter, valid options are "drop" and "bank".
    3. I'm not asking for support with that specific here, I can fix my programs myself, I know what a NullPointerException is and I can operate a debugger (if I know how to set it up). Coming from C++, so I know how to use a debugger. Cries in Segmentation Fault (Core dumped)...
    4. Tried it out, works fine, doesn't break on exceptions though, I assume thats because they are caught by DreamBot. Piece of advise for Linux Users: You can set "Before Launch" tasks in IntelliJ, tell it to build the artifact and run a .sh (Run External Tool) with the following content: cmd="java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345 -jar ~DreamBot/BotData/client.jar" eval "${cmd}" &>/dev/null & disown; This will start DreamBot as a background process, so you don't have to manually start it. You can also use this to build a Run config that will build the jar and start DreamBot.
    5. Yeah, I think they can help a lot, but if you overuse them it quickly becomes worse than if you didn't use them at all. Thanks a lot, I feel like that should be turned into an official guide, I can't emphasize enough how helpful a debugger can be, it can really make your life a lot easier. Coming from C++ and Rust, so I had no idea that something like -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345 even exists.
    6. Having a proper debugger would be great, I spent a few hours the other day printf-debugging my implementation of behaviour trees, and being able to step through the code step by step would have made this a lot easier and saved me a lot of time.
    7. YAMS mines copper and tin at the Lumbridge tutorial area and saves them in the bank. Useful for leveling up mining on new accounts. Planned: More Locations Smelting ore into bars Worldhopping in case too many players are nearby
    8. Writing a python script using selenium is probably the easiest thing here. Although you might also want to use a few proxies for that, since creating 30 accounts per hour on the same ip might be a bit suspicious, I don't know if they check for stuff like that though.
    9. Sure, I already know that, but I still can't quite figure it out. My Java knowledge is a bit rusty. Well, printf debugging is always possible, however I prefer having an actual debugger.
    10. Hello there, I've started writing my own Dreambot scripts recently, however I'm currently stuck with a nasty NullPointerException and I can't figure out what causes it. Is there any way to use a Debugger with Dreambot and step through the script so I can actually see whats going on?
    11. Thanks a lot, this will take some time to implement, but it'll make my life so much easier in the long term
    12. Apparently it's also happening on the official client for some, so its a Jagex issue. Lets hope they fix it soon
    13. This error is presumably happening due to an update, since it's also happening with RuneLite. Logs attached, I hope this can be fixed soon DreamBot-1693996516506.log
    ×
    ×
    • 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.