Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7250
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Yeah. Trial granted.
  2. Sure thing. Granted
  3. Trees are on the roadmap but as the update's quite a big one and my agenda's always fully packed, it'll take a bit of time.
  4. No need to, trial granted :).
  5. Sure thing. Trial granted .
  6. It is flat & trial granted .
  7. Sure thing. Granted .
  8. 12h granted .
  9. Due to the combination of your join date and post count I’m not able to grant you a trial
  10. @Medusaa I had a quick skim through your code. Try looking into using try-with-resource code blocks. You're instantiating an HttpClient and never closing it. Instead of HttpClient httpclient = HttpClients.createDefault(); Try using the Closable option try (CloseableHttpClient httpclient = HttpClients.createDefault()) { // All the other code in here, rather than below your initial HttpClient instantiation } catch (IOException e) { e.printStackTrace(); }
  11. We all know papa Sexplv is S5
  12. @ProjectPact Congratulations, well earned!
  13. Granted. I’ll need some proof of any purchased scripts. Sorry about this buddy .
  14. Due to the combination of your post count + join date, I won't grant you a trial.
  15. The trial was only active for 24 hours, starting the moment I granted it.
  16. The OSBot clients needs updating. Please patiently wait for the devs to fix the client .
  17. Granted .
  18. Yeah. I didn't mean that in a disrespectful way but when writing private scripts for somebody, you should be 100% sure both parties are on the same line regarding the expected product(s). Which is something that'll be quite hard if the buyer can't properly make English sentences .
  19. - Wrong category - Horrible English Speaking from experience, you're going to have a bad time trading with such an individual, think twice boys @Malcolm @Fishing
  20. Sure thing. Trial granted.
  21. Re-granted.
  22. Discounts are not done by scripters but OSBot itself .
  23. If you're unable to call the Enum#values function then I suggest learning the fundamentals of Java before trying to dive into scripting for OSBot .
  24. Unfortunately, mirror mode causes all sorts of issues.
×
×
  • Create New...