Everything posted by Woody
-
My daughters First birthday today!
you old enough to have a child?! gratz bro
-
how to use an arraylist.
String[] lootArray = new String[stackableLootList.size()]; StackableLootList.toArray(lootArray);
-
Notepad
use dark green colour, much easier for your eyes
-
everyone thought i was banned and thought this but guess what im back
Welcome back! https://www.youtube.com/watch?v=EdFo_nTkI_U
- new cop
-
Best way to get info from gui?
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 } });
-
i don`t know why,about walk
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...
-
What are you listening to?
- Having some hover problems
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.- Very disappointed
Happens thousands of times each day for you aswell, right? ;)- Very disappointed
- [Developing Flipping bot] - 99% Done - Testing!
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.- Very disappointed
- brutal :(
Ahh, cyanide and happiness gets you everytime- Simple Kebab Buyer HELP!
You forgot to delete that. Don't worry, you will learn, newbie!- Simple Kebab Buyer HELP!
Don't forget to learn the theoretical part before going forward to trial and error!- Simple Kebab Buyer HELP!
It's still there. No flame, only giving you the motivation to find it.- Simple Kebab Buyer HELP!
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!- Simple Kebab Buyer HELP!
private enum State { BUY, BANK, WAIT }; <-- remove the semi colon */ <-- remove this import org.osbot.rs07.api.Walking;- Widget not working
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.- Paint hiding behind runescape client?
Is it visible when you start the script while character is logged in?- Paint hiding behind runescape client?
Do you start the script before you log in?- Paint hiding behind runescape client?
I believe he used Enfilade's easel and it came with the generated code.- Paint hiding behind runescape client?
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" ?- TIL i live in America... 'Murica!
You dutch people are so weak that you need to dig in the ocean to find more land. - Having some hover problems