Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7259
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Alright. Please write a bug report for each of the issues that you're encountering. As for the feature request; I'm sorry to say that I'm currently not taking feature requests for this script.
  2. Sure thing. Granted .
  3. Are you using mirror mode?
  4. Since bans happen with any script; not necessarily. If you can supply me with an account that has access to trollheim I could add it in.
  5. Granted .
  6. Granted.
  7. It seems you've already had your trial once.
  8. Granted.
  9. Yeah. Trial granted.
  10. Sure thing. Granted
  11. 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.
  12. No need to, trial granted :).
  13. Sure thing. Trial granted .
  14. It is flat & trial granted .
  15. Sure thing. Granted .
  16. 12h granted .
  17. Due to the combination of your join date and post count I’m not able to grant you a trial
  18. @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(); }
  19. We all know papa Sexplv is S5
  20. @ProjectPact Congratulations, well earned!
  21. Granted. I’ll need some proof of any purchased scripts. Sorry about this buddy .
  22. Due to the combination of your post count + join date, I won't grant you a trial.
  23. The trial was only active for 24 hours, starting the moment I granted it.
  24. The OSBot clients needs updating. Please patiently wait for the devs to fix the client .
×
×
  • Create New...