Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7237
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Sure thing. Trial granted .
  2. It only supports the demon butler and sure thing. Trial granted .
  3. Please make sure to start it exactly as the thread states. If you open the spoiler for instructions on the OP and it doesn't display instructions, make sure to scroll all the way down on the page
  4. Could you join the Discord and make me a video/GIF of what you're referring to?
  5. V1.24 Has been pushed. - Teleport to Lletya has been fixed - Now won't immediately bank after using the last teleport tab in a run
  6. Currently there isn't and; can you supply me with an account that has those available?
  7. Sure thing. Trial granted .
  8. Make sure you're not wearing any jewelry that can interfere, such as a glory
  9. 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
  10. 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?
  11. It does indeed. Both trials granted!
  12. Giant Seaweed is currently not supported. Sure thing. Trial granted .
  13. Sure thing. Trial granted .
  14. Is this only happening to yews or are you also doing other trees?
  15. 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?
  16. Sure thing. Trial granted. Correct, the script does not utilize the GE.
  17. 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; } }
  18. I'm sorry, I currently really am not planning to add that in there.
×
×
  • Create New...