Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Because you're a beginner in java and osbot scripting. PLus states are garbage to learn from
  2. pull caps clean 1 by 1 clean the casing happens every time after my kawaii anime sessions
  3. by not using breaks. I have not implemented anything for break handler
  4. Doing some testing at brutal dragons..managed to grab a visage! my internet cut out though...so i have to add it manually to the database :'( Full logs
  5. Chris

    cli

    java -jar ..................... TIMEOUT 3 java -jar .................. TIMEOUT 3 //repeat
  6. If you can grab video on what it does before it dies it would be helpful. only reason would be you are on a low eat at % As for the client stopping it looks like the random event for the game lobby isnt working properly. it should click the 'click here to play button' before attempting to reloop the script. I'll try testing this myself sometime today. I didn't change anything so yes it will always be working. Anytime there is a problem with the script is if I accidently push a bad update, the client isnt on a stable build (Runescape gameupdates), or things are removed from the API. Otherwise please use the bug report form located on my alt thread which is located on the main thread.
  7. get the root id of the bank area when you have something searched then try messing with the childs of that root. then call the getItems() method.
  8. The client needs to be updated.
  9. they have higher def than greens. It's okay but its better to do range
  10. pm @jackshow & @Pain to complete your order!
  11. Will do that once I get brutal blacks working. then I can go ahead and add the different spots. maybe the client isnt working
  12. do not use while loops NO bank.withdraw returns a boolean result if (bank.withdraw(...)){ //we got an item } You can see return types per method here http://osbot.org/api
×
×
  • Create New...