Jump to content

GaetanoH

Members
  • Posts

    879
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by GaetanoH

  1. I really don't know, I'll let you check out the account, I'll post pictures ASAP!
  2. I have a main with 99 Dungeoneering and 80ish in combat
  3. I'll try it out tonight, thanks for the good tutorial
  4. import javax.swing.*; import java.awt.*; /** * Created by Gaetano on 12/05/16. */ public class WoodcutterGUI extends JFrame{ private JPanel panel; public WoodcutterGUI() { super("GHWoodcutter"); add(panel); setVisible(true); } } It's probably something stupid, haven't made a GUI in ages.
  5. Ok, I got it a working a little bit, I needed to add, setVisible in the constructor of the GUI not in my script, the problem is I have a lot of NullPointerExceptions java.lang.NullPointerException at java.awt.Container.addImpl(Container.java:1093) at java.awt.Container.add(Container.java:1005) at javax.swing.JFrame.addImpl(JFrame.java:567) at java.awt.Container.add(Container.java:417) at GHWoodcutterGUI.<init>(GHWoodcutterGUI.java:12) at GHWoodcutter.onStart(GHWoodcutter.java:39) at org.osbot.rs07.event.ScriptExecutor.iiIIiiIIiI(lk:265) at org.osbot.rs07.event.ScriptExecutor.start(lk:158) at org.osbot.qB.run(tm:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) [INFO][Bot #1][05/12 01:56:48 PM]: Terminating script GHWoodcutter...
  6. I can't seem to get it to work, when I use .setVisible(true), it can't find the symbol.
  7. Holy shit thanks for this fast response, I get it! You'll get credits when I finish my script
  8. It's really fun, even if you don't like it now Blizzard will make a great game out of it.
  9. Hello man, I've never worked with IntelliJ in my life so sorry for asking this, I've made a form but how do I add this to the script? @Explv
  10. It has a bug because of the IO changes to the client, I'll update it tonight.
  11. Try to use a conditional sleep when opening the store?
  12. I really think around 30-40 mill because you can make a lot of money with it, only looking at combat and slayer levels thought
  13. The way you explain things really intrigues me, you should teach no joke.
  14. Maybe the image is too small, or to big
  15. Post the error please! Will help us out alot
  16. So I make a list of all banks, put them into getWalker.webwalk(list) and he will walk to the closest one?
  17. Hello, is there any way to get the closest bank starting from your current location?
×
×
  • Create New...