- Web Walking
-
Widget interaction
It is just the client widget debugger in settings>options>widget debugger
-
Widget interaction
i already removed that ^.^ not to sure why i had it.
-
Widget interaction
Great X.x thanks for your help it works
-
Widget interaction
Hey i'm having a problem to get the widget to interact when buying it wont use the right click to access the option 'Buy 10' unless i manually right click the object for it. It also has no problem interacting with the close option on widget 300,1,11 RS2Widget w4 = widgets.get(300,2,2); if (w4 != null){ widgets.interact(300,2,2,"Buy 10"); sleep (random(123,569));} if (inventory.isFull()){ widgets.interact(300,1,11,"Close"); } Widget debug on 300,2,2
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Thanks, i appreciate you not just giving me the answer. I solved the problem while taking a break, making another script now i got two working scripts.
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Thanks it got the script running and more problems show up it doesn't seem to follow any order i have put in the script i put some labeling in this paste after starting in the bank it just wants to go up the stairs for some reason if i start in the room with cupboard it will pick and walk back until it gets close to the bank which has a house across from it with stairs but it doesn't always make it down the stairs after picking .
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
It appears i didn't get it sorted i've compiled the code with no errors or warnings but when i run it i get [ERROR][Bot #1][10/25 09:03:35 PM]: Error in script executor! java.lang.NullPointerException at Main.onLoop(Main.java:52) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(em:109) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][10/25 09:03:35 PM]: Thanks for running my Garlic Grabber! [INFO][Bot #1][10/25 09:03:35 PM]: Script Garlic Grabber has exited! source code: here i hope i'm not pestering you :]
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
It worked but i had to create a new project for some reason thank you for all the help. My script is just getting the finishing touches.
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
To get this to work what api do i have to import? i currently have: import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.map.Area; import java.awt.*; I also have the postions set up i read through osbot.org/api and couldn't find it. Thanks for your help
-
Nothing happens when i run script?
Thanks for the help using your guide i made a working script that picks and drops garlic, do you have any more tutorials for banking and walking ?
-
Nothing happens when i run script?
I just started scripting and i have compiled my first script but it doesn't run X.x (shocker) could anyone give me pointers. It goes from bank to a building, checks door if open, walks in, climbs stairs, walks to cupboard, open cupboard if closed if not clicks open cupboard. I plan to add inv checks and it will return to bank then start over. Take it easy on me and thank you for your help
-
Create a path
How do i create a path when i can't get points from client? could anyone help with this? All help is appreciated EDIT: Sorry but i found a script that gather path information sorry for wasting your time But i could use help with interacting with doors and stairs along my path, as always all help is appreciated
-
Fails to launch
Thanks didn't know it wouldn't launch when it isn't online thank you
-
Fails to launch
I keep getting a pop up that says. "Java Virtual Machine Launcher" "A Java Exception has occurred." when i try to start osbot 2.3.131.jar All help is appreciated