-
Posts
164 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by Lunar
-
Script Update v1.15 Script will override barbarian fishing selection if you do not have 15 strength and agility. Fixed a couple issues related to the fishing contest quest portion of the script.
-
Done, enjoy! I've never encountered the issues you're describing in 1 and 2, are you able to recreate them? If so can you send me your logger when it happens? I'll make a fix for 3 soon, thanks for bringing this to my attention!
-
Trial given, enjoy!
-
Thanks for showing interest in the script!
-
Congrats on release!
-
Just sign in on the other pc when you launch the client.
-
Hey I sent you a message on OSBot that you may be interested in!
-
Definitely had some inspiration from it!
-
Will be releasing soon
-
Complete minnows account builder! Starts at level 1 fishing and completes every requirement to fish minnows! $12.99 for LIFETIME access! Click HERE to purchase! Comment and like this thread for a FREE 24 hour trial! [Main Features] Progressively levels fishing 1-82 Supports 23 fishing locations Plays the Fishing Trawler mini game Completes the Fishing Contest quest Supports small net fishing Supports fly fishing Supports barbarian fishing Supports minnow fishing Gets equipment from the bank for each new task Supports ge restocking Supports F2P mode What does it do? - Levels fishing 1-20 at small net fishing spots - Plays the Fishing Trawler mini game until you have the angler outfit - Levels fishing 1-48 at fly fishing spots - Continues fishing from 48-82 at fly fishing spots, or barbarian fishing spots - Completes the Fishing Contest quest - Fishes for minnows at the fishing platform (F2P mode will only level fishing using small net, and fly fishing spots) (TIP) You can re-open the GUI by pressing F2! Required Supplies You must have these supplies in your bank for the script to run every task progressively Fishing Gear - Small fishing net - Fly fishing rod and Feathers Fishing Trawler - Swamp paste Fishing Contest - Spade - 10 coins GE Restocking - Coins, a decent amount (Depends on what supplies you already have) CLI Progress Reports
- 105 replies
-
- 11
-
-
-
You definitely aren't the first person to give this a shot, issue is account building scripts like this aren't allowed to be released publicly on OSBot. I know a couple people with scripts like this already, they're just private. Still looking forward to see what you make though! Welcome to OSBot.
-
No, it only supports copper and iron.
-
I personally have never used DynaMiner so I can't speak for it, however I can say that my script Lunar F2P Miner is really only meant for getting some of the early levels in F2P (only about 20k xp/hr). It only mines at Rimmington, however will work straight off tutorial island with no setup. Either script will be good to try out as they're both free, but my main recommendation if you're looking to run a bot farm would be to buy a premium script such as Perfect Miner, or to pay for a private script from a Scripter. Feel free to ask me any more questions and welcome to OSBot.
- 1 reply
-
- 1
-
-
Just make a project template. You'll have to rename the jar in the project artifacts whenever you make a new project, but that's it. If you want to view two classes at the same time, just drag the tab for one class to the side of the window. Intellij will display both classes at the same time.
-
Can I see your isStarted method, and your start button listener? I would guess that you have something going on in one of those that is causing it to stop the script.
-
Set the layout on each panel to something like FlowLayout.LEFT. For the logging out, you're gonna need to check what you're doing when you press the button. Should be a simple fix, just find where you're stopping the script.
-
You're adding the textfield to itself, and the label to itself. Make a new JPanel first, then add the label and textfield to the panel. You should end up having a main panel that everything is added to, and then for each form of input whether it's a button, textfield, checkbox etc. you should have a panel, label, and form of input. Label and input are added to the panel, then that panel is added to the main panel.
-
Check out this guide to java swing components, you'll want to be looking at the JTextField.https://web.mit.edu/6.005/www/sp14/psets/ps4/java-6-tutorial/components.html
-
Update v2.1 | Pushed to the SDN. - Fixed a bug where the script would get stuck on level up. - GUI now has an option to auto upgrade pickaxes instead of this being on by default. If you would like to check for pickaxes and upgrade them automatically, you now need to check this box in the GUI.
-
Check out Explv's tutorial, at the bottom of it there's a section on making a GUI. Should help you to allow users to chose what they want to fight.
-
Pushed the rewrite to the SDN, should be approved soon!