Jump to content

potatoer

Members
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by potatoer

  1. Why does webwalking love this door?
  2. It is just the client widget debugger in settings>options>widget debugger
  3. i already removed that ^.^ not to sure why i had it.
  4. Great X.x thanks for your help it works
  5. 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
  6. 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.
  7. 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 .
  8. 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 :]
  9. 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.
  10. 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
  11. 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 ?
  12. 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
  13. 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
  14. Thanks didn't know it wouldn't launch when it isn't online thank you
  15. 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
×
×
  • Create New...