Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7149
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Make sure you're not wearing any jewelry that can interfere, such as a glory
  2. All right. Looks like it might be a data issue on those trees. Any chance you could send me a PM or message on Discord? I might need your account to access that data if possible
  3. Sure thing. Trial granted . You're actually the first one that's stating this. Are you using mirror mode by any chance? And If so, are you on 50ms response time?
  4. It does indeed. Both trials granted!
  5. Giant Seaweed is currently not supported. Sure thing. Trial granted .
  6. Sure thing. Trial granted .
  7. Is this only happening to yews or are you also doing other trees?
  8. This has been mentioned quite a few times already lately. I'll most definitely have to look into this. I'm currently quite busy these days. Is there any chance you could remind me about this in PM/Discord somewhere around thursday?
  9. Sure thing. Trial granted. Correct, the script does not utilize the GE.
  10. In case you desperately need those codes. These are the ones that I currently have; public enum LoginResponseCode { UNEXPECTED_SERVER_RESPONSE(1), INVALID_ACCOUNT_CREDENTIALS(3), ACCOUNT_DISABLED(4), ACCOUNT_ALREADY_LOGGED_IN(5), RUNESCAPE_HAS_BEEN_UPDATED(6), WORLD_IS_FULL(7), LOGIN_SERVER_OFFLINE(8), LOGIN_LIMIT_EXCEEDED(9), BAD_SESSION_ID(10), SUSPECTED_STOLEN_PASSWORD(11), NEED_MEMBERS_FOR_THIS_WORLD(12), COULD_NOT_COMPLETE_LOGIN_TRY_DIFFERENT_WORLD(13), SERVER_IS_BEING_UPDATED(14), BAD_SERVER_RESPONSE(15), TOO_MANY_INCORRECT_LOGIN_ATTEMPTS(16), STANDING_IN_MEMBERS_ONLY_AREA(17), ACCOUNT_LOCKED(18), CLOSED_BETA_WORLD(19), INVALID_LOGINSERVER_REQUEST(20), PROFLE_TRANSFER(21), MALFORMED_LOGIN_PACKET(22), NO_REPLY_FROM_LOGINSERVER(23), ERROR_LOADING_PROFILE(24), UNEXPECTED_LOGINSERVER_RESPONSE(25), BLOCKED_COMPUTER(26), SERVICE_UNAVAILABLE(27), BILLING_ISSUES(32), AUTHENTICATOR(56); private final int responseCode; LoginResponseCode(final int responseCode) { this.responseCode = responseCode; } public static LoginResponseCode getLoginResponse(final int responseCode) { return Arrays.stream(values()).filter(loginResponseCode -> loginResponseCode.getResponseCode() == responseCode).findFirst().orElse(null); } private int getResponseCode() { return responseCode; } }
  11. I'm sorry, I currently really am not planning to add that in there.
  12. Sure thing. Trial granted .
  13. Sure thing. Trial granted .
  14. Sure thing. Trial granted .
  15. Sure thing. Trial granted . Are you using fixed mode?
  16. Sure thing. Trial granted .
  17. It does consider most of them but it seems like it doesn't consider the Farming Guild. I might have to manually add that in there somewhere these next few days. Please message me regarding this through either PM or Discord. What do you mean with the GUI being unusable? Sure thing. Trial granted.
  18. Sure thing. All trials granted .
  19. Make sure to scroll all the way down as the spoiler is a bit bugged. I just verified; the images are working. You might have to pause your adblocker to see them. All trials granted.
  20. Could you try and get a recording and share it in the Discord?
×
×
  • Create New...