Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7264
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Sure thing! Granted
  2. Both granted .
  3. Granted!
  4. Of course. Granted
  5. 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.
  6. Sure thing. Granted .
  7. Are you using mirror mode?
  8. 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.
  9. Granted .
  10. Granted.
  11. It seems you've already had your trial once.
  12. Granted.
  13. Yeah. Trial granted.
  14. Sure thing. Granted
  15. 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.
  16. No need to, trial granted :).
  17. Sure thing. Trial granted .
  18. It is flat & trial granted .
  19. Sure thing. Granted .
  20. 12h granted .
  21. Due to the combination of your join date and post count I’m not able to grant you a trial
  22. @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(); }
  23. We all know papa Sexplv is S5
×
×
  • Create New...