Jump to content

TheWind

Scripter I
  • Posts

    308
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by TheWind

  1. CLI - Command Line Interface so if your using windows you use the "cmd" or command prompt
  2. Welcome! I wish you luck in your gold farming endeavors!
  3. Well in this gif it appears to me that the method getImage(String url) is causing an error or something. I suggest using eclipse.
  4. I agree with your opinions @Imateamcape, but I don't think the system would work well with what you're saying. Its a process to get any scripter rank and that would limit the market.
  5. if you want it in one line I think this might work: getPlayers().filter(player -> area.contains(player)).size();
  6. From what I've experienced they do ban some accounts automatically over the week that fall under certain criteria such as really obvious botting. Had this happen a couple of times on Sunday mornings.
  7. Looking to buy a zulrah ready account. Give me your prices for accounts. thanks
  8. who did you get them from?
  9. Yes, thank you both. I believe my confusion was based on me overlooking immutable classes.
  10. http://www.javaworld.com/article/2077424/learn-java/does-java-pass-by-reference-or-pass-by-value.html http://jonskeet.uk/java/passing.html After reading through these two articles I believe I have corrected my misunderstanding of passing object references to methods. Objects are passed to methods by value only. What I'm confused about is why this picture shows the reference from the method pointing to the same object. From what both articles said the reference and object are copies of the originals, not just the reference. Am I missing something here?
  11. Thank you for these responses. I didn't realize that objects actual references weren't passed into the method. Both articles were great to read
  12. I don't believe you will ever get your account back if it was perma-banned. I pretty sure if it was permabanned you can't even refute it.
  13. you just walk along the edge once you get to the other side.
  14. Looking good my friend. If you could give any info on how to start a big project like this that would be a great! Also, is the server separate from the client?
  15. You can't initialize this until the onStart() method. so keep this: Entity tree = null; and put this in onStart() : tree = objects.closest("Maple Tree");
  16. Thank you for that. Wasn't quite sure where to put this.
  17. So, I'm trying out running osbot through a server for the first time, and I've come across a lot of problems. I've been able to fix all of them except this one: http://prnt.sc/ee523v I guess the client isn't authenticating with the osbot servers. I don't know if this is a problem with my provider or osbot's servers. The error didn't occur until after I tried to press the launch button. What I've tried so far: - updated java to the latest version - tried connecting through a proxy
×
×
  • Create New...