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
  • Hans Zimmer

    VIP
    • Posts

      70
    • Joined

    • Last visited

    • Days Won

      1

    Everything posted by Hans Zimmer

    1. We can still see your rsn lad!
    2. Looking for GOTR set accounts as well as abyssal needle. Please DM Hans_Zimmer on Discord.
    3. I've been asked to remove any data that can ID a runescape account. Instead of sending the RSN through discord webhooks you can set nicknames for them, and then send those nicknames. E.g. gdkfarmer1, gdkfarmer2, zulrahfarmer1, zulrahfarmer2
    4. You need to build the .JAR file and add it to the Scripts folder, not the .class file.
    5. I've noticed higher bans the past days as well.
    6. This is probably related to the deprecated methods removal that happened today. Once I have some spare time this week I'll look into it. Thanks for the report!
    7. You botted and got temp banned. What's weird about it?
    8. Yup, you need to close all running clients and run the launcher to update the client.
    9. That happens in any client, even the official OSRS client... if you have fresh start it will show up every time you open a new dreambot client, otherwise you just have to accept it once.
    10. no idea what you are talking about
    11. This is what I have and it works for me. javaw -Xmx700m -jar C:\Users\user\DreamBot\BotData\client.jar -script "ScriptNameHere" -account "AccountNameHere" -covert -fps "5" -world "members" -minimized
    12. You need to do define your conditions better. You need to call walkToBank() only when out of food And walkToCow() when your inventory is full of food (for example). This is what I would do. if(!InventoryHasFood){ if(Walking.shouldWalk(5)) { // Returns whether you should walk - if you're moving, it'll check if your distance to destination is less than specified Walking.walk(LUMBRIDGE_AREA); } } if(Inventory.isFull()){ if(Walking.shouldWalk(5)) { Walking.walk(COW_AREA); } } My example is very simple and you really should put more conditions for your scripts. For example, what would happen if we just banked for food, but somehow we dropped or ate one piece of food. The inventory is no longer full but it is not out of food. This will not trigger any of our two existing conditions, and the bot will not do anything. But... I get your point for the Walking part. I'm aware other botting platforms has Walking methods that will only break/finish when you reach the destination, but that's not how Dreambot API does it.
    13. I believe you are calling pathToBank() and pathToCow() at the same time. This would explain the climbing up and down and walking to bank sometimes. We would need to see further code to fully understand whats going on.
    14. We can't really help you unless you show us some piece of code.
    15. Hello everyone. I'm currently selling membership codes. 16 and 96 days are in stock. 16 days: 7.5M GP or 3 USD paypal or 2,50 USD crypto 96 days: 36M GP or 13.90 USD paypal or 12.90 USD crypto Bulk prices for 16 days (only CRYPTO!) 50: 2.40 USD 100: 2.35 USD 200: 2.30 USD 300: 2.26 USD 400: 2.23 USD 500: 2.20 USD 750: 2.17 USD 1000: 2.15 USD All of the transactions are done via discord tickets. https://discord.gg/jZy9eSbyJ6 Join the discord and open a ticket. I will NEVER DM you first.
    16. I believe you are talking about my Dye Maker script. I will add an option to collect onions, and perhaps redberries too. Redberries are a little worst since there is only 2 spawns in each world and they take 2 minutes to re-grow.
    17. I believe you can collect them north west of lumbridge (blue area) and in Rimmington as well west of the mine
    ×
    ×
    • 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.