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

    Scripter
    • Posts

      13
    • Joined

    • Last visited

    Everything posted by Fluent

    1. The necklace is a one time use. It should only take 5 minutes to obtain, so I didn't bother adding the logic to hand it in into the script. That and I'd need to create a new account to get the necklace and figure out the chat dialog logic
    2. What is the purpose of this bot? Watch this video for an explanation Requirements Digsite quest Patience. This a 2.5k xp/h method Setup Free up your invent and glove + boots slot Start the bot inside the cleaning area Fill in the display case 22, 36, 37, 44, 45 and hand in the clean necklace before you stop babysitting the bot. See wiki
    3. Fluent

      Fluent Rope Buyer

      That's a shame. Seems to work fine for me. Maybe the price of rope will go back up! Judging from your other super constructive posts across the forums, I take it you're not willing to send logs over.
    4. Back in action, thanks for the release! Had a 3h session but forgot to get the proggy for you. Easy 190k cash and a few levels, no issues. A suggestion I can make is to allow arrow looting/equipping so that we may also train range here. Heck if you were bothered you could take it the step further to safespot them, the monks aren't allowed to exit the door. Have found a bug. Appears to get stuck in a Walking loop if somebody is safespotting the monks. Perhaps even if they are just attacking them in general, not too sure. There are no related logs when this occurs
    5. @beefsteak any plans to push your script back up to SDN?
    6. I have a feeling he is using some sort of form builder and then manually editing the code it produces
    7. Hey mate. Looks like you haven't initialized the textfield and the button. This should get you up and running. public GUI() { JFrame g = new JFrame(); g.setSize(300, 400); g.setLocationByPlatform(true); g.setResizable(false); g.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); // Add this so you don't close out DB if you close your GUIt principal = new JPanel(); txtName = new JTextField("dreamwiver"); button1 = new JButton("Click me"); button1.addActionListener(l -> JOptionPane.showMessageDialog(button1, txtName.getText() + " Hello")); principal.add(txtName); principal.add(button1); g.getContentPane().setLayout(new BorderLayout()); g.getContentPane().add(principal, BorderLayout.NORTH); g.pack(); g.setVisible(true); }
    8. Np. The script is pending SDN review. The moneymaker is actually quite good for a F2P account. Maybe it was just a black swan day for the price of rope. I was making 410k/h while testing
    9. Fluent

      Fluent Rope Buyer

      Setup: Start with coins to use in the inventory. Note that the bot will stop when there are no more coins in the inventory and each rope costs approx. 30gp. Ideally start in Draynor at Ned or the bank Notes: I don't recommend this method for suicide botters. There are better methods that don't require the initial setup (coins) I recommend this for users who like to casually bot and want to spin up a new account without needing funding from the main. Shoot me a message if you find any bugs.
    10. I'm guessing the price of Rope is 200gp right now BECAUSE that bot is broken Oh well, guess we can crash those prices again. Happy to make this for you, not too sure if it'll be approved for SDN as it will be quite simplistic.
    11. Because who doesn't love a beer? Setup: Start with coins to use in the inventory. Note that the bot will stop when there are no more coins in the inventory and each beer costs 3gp. Ideally start in Falador pub or bank If using quickstart, the one and only parameter is the beer type. Ensure it is one of the following enumerations: ["asgarnian", "dwarven", "wizards"] Notes: I don't recommend this method for suicide botters. There are better methods that don't require the initial setup (coins). Frankly you'll just saturate the market and dump the prices of the beers. I recommend this for users who like to casually bot and want to spin up a new account without needing funding from the main. You can get some really good sell prices if you leave the offers overnight on GE. Make sure to check getracker for which beer is fluctuating the most. With 700 beers an hour and an avg sell price of 180, I was able to snag 120k/h. Shoot me a message if you find any bugs.
    ×
    ×
    • 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.