Jump to content

Woody

Members
  • Posts

    715
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Woody

  1. you old enough to have a child?! gratz bro
  2. String[] lootArray = new String[stackableLootList.size()]; StackableLootList.toArray(lootArray);
  3. Woody

    Notepad

    use dark green colour, much easier for your eyes
  4. Welcome back! https://www.youtube.com/watch?v=EdFo_nTkI_U
  5. Woody

    new cop

    Try keeping 'em white lawl
  6. Create static variable in your main class --> create an ActionListener for your start button --> have all your if checkbox is selected statements in the ActionListener and fetch the variable from the main class and set it to w/e JButton startButton= new JButton("Start"); startButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { if checkbox is selected MainClass.myVariable = something if combobox = something MainClass.myOtherVariable = something } });
  7. There's a possibility that AREA_SAFE contains a non walkable tile, that is why the walking will fail. But who knows what his issue is...
  8. You make it too complicated.. Find the tree you are chopping Find the next, closest tree which you are not interacting with (myPlayer().getInteracting() != nextTree) Hover if cursor is not on it You should make the hovering randomized, otherwise it will be an ongoing pattern.
  9. Happens thousands of times each day for you aswell, right? ;)
  10. I'm not sure this kind of script is allowed. There was a thread about the rules of what kind of scripts you can release for public use, but I can't find it.
  11. Ahh, cyanide and happiness gets you everytime
  12. You forgot to delete that. Don't worry, you will learn, newbie!
  13. Don't forget to learn the theoretical part before going forward to trial and error!
  14. It's still there. No flame, only giving you the motivation to find it.
  15. Also, when using an IDE, it will tell you where the errors are. If you are going to be careless when writing scripts, don't bother learning how to write scripts. Everything has to be exact, otherwise you will get these kind of errors. Your editing will still give him errors. I bet that you can't find the problem in your editing!
  16. private enum State { BUY, BANK, WAIT }; <-- remove the semi colon */ <-- remove this import org.osbot.rs07.api.Walking;
  17. I would do a null check before interacting with the widget, and use getWidgets#getWidgetContainingText(java.lang.String... texts) instead of static ids; if the widget contains any message of course.
  18. Is it visible when you start the script while character is logged in?
  19. Do you start the script before you log in?
  20. I believe he used Enfilade's easel and it came with the generated code.
  21. put this in your onStart() img1 = getImage("http://www.runehq.com/image/geitems/s/super-antipoison-3.gif"); img2 = getImage("http://i.imgur.com/b2EdUMF.png"); And what do you really mean by "The paint will show up on screen, but if say i place it over inventory or chat box its not visible" ?
  22. You dutch people are so weak that you need to dig in the ocean to find more land.
×
×
  • Create New...