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

    Members
    • Posts

      10
    • Joined

    • Last visited

    Everything posted by ybs

    1. Please let the others down easy, this is some of my best work.
    2. It worked after I added Mouse.move(Bank.getClosestBank(BankType.NPC).getBoundingBox()); based on your rec, "bounding box" was the word i didn't know haha, Thank you for your help!
    3. Another tip, on top of the other good ones mentioned in this thread, is to add variety to what your bot does. For example, train combat for 30-60 minutes, break 10-30 minutes, then do some other tasks like money making or skilling (woodcut, fish, cooking) for 20-40 minutes, then take another break (suggest a long one), then come back and start something else. Max 3-4 hours a day or however long a human would play. Also using the free scripts most likely will get you banned so it's better to learn and try to create your own local scripts (https://dreambot.org/forums/index.php?/forum/96-tutorials/) Good luck!
    4. Hello all, CONTEXT: I have a local script I built that combines items at the while standing at the GE , I'm trying to add a case where it'll hover over the Banker npc in the Grand Exchange or hover over the GE booth (where you can one click to open your bank). Basically I would like to combine items, have the mouse hover over the banker or GE bank booth and sleep until the next step in my script. Here's what I've tried: case 5: log("Case 5, hovering over banker"); Mouse.move(Bank.getClosestBank(BankType.NPC)); sleep(this.randomNum(1000, 2000)); break; Any help is appreciated, thanks!
    ×
    ×
    • 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.