Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7150
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. 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.
  2. Due to the combination of your join date and post count I’m not able to grant you a trial
  3. @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(); }
  4. We all know papa Sexplv is S5
  5. @ProjectPact Congratulations, well earned!
  6. Granted. I’ll need some proof of any purchased scripts. Sorry about this buddy .
  7. Due to the combination of your post count + join date, I won't grant you a trial.
  8. The trial was only active for 24 hours, starting the moment I granted it.
  9. The OSBot clients needs updating. Please patiently wait for the devs to fix the client .
  10. 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 .
  11. - 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
  12. Discounts are not done by scripters but OSBot itself .
  13. 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 .
×
×
  • Create New...