Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7238
  • 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. 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.
  3. It seems you've already had your trial once.
  4. 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.
  5. Due to the combination of your join date and post count I’m not able to grant you a trial
  6. @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(); }
  7. We all know papa Sexplv is S5
  8. @ProjectPact Congratulations, well earned!
×
×
  • Create New...