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
  • DreamBot v3.9.8


    Pandemic

    Recommended Posts

    Hello everyone!

    A new version of DreamBot is now live!

    Changes:

    • Welcome Back URL will always be blocked regardless of user input setting
    • Added QuickStart arg "-json <path>" for loading QuickStart args from a JSON formatted file
      • Note: If you use this arg it will completely ignore any other args passed to the client
      • The config file simply uses each key as the param name (-fps 33 would be translated to "fps": 33) for all args with these exceptions:
        • Script params MUST be an array, with a string for each param (considered a space in the CLI) to make sure it's compatible with the CLI version
          • Example:
            • CLI: -params a b c
            • JSON: "params": ["a", "b", "c"]
        • Any flags (QuickStart args without a parameter like -minimized, -fresh, etc.) MUST be included with the dash in an array with the key "flags"
          • Example:
            • CLI: -minimized -fresh -destroy
            • JSON: "flags": ["-minimized", "-fresh", "-destroy"]

    A full example of your JSON config file might look like this:

    {
      "account": "Account Name",
      "flags": ["-minimized"],
      "fps": 30,
      "world": 301,
      "script": "Script Name",
      "params": ["a", "b", "c"]
    }

    Note: If the param doesn't work with some primitive type (like a number) you can instead make it into a string as that'll work exactly the same as the CLI version.

    Always remember, to be on the latest version of our client you must run DBLauncher.jar! The client does NOT update itself!

    Thanks,

    The Dream Team

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • 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.