Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7238
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. I'm not sure if it completely works as intended with the butler with those objects. I can grant you a trial and you can give it a shot.
  2. Sure thing. Trial granted .
  3. It only supports the demon butler and sure thing. Trial granted .
  4. 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
  5. Could you join the Discord and make me a video/GIF of what you're referring to?
  6. 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
  7. Currently there isn't and; can you supply me with an account that has those available?
  8. Sure thing. Trial granted .
  9. Make sure you're not wearing any jewelry that can interfere, such as a glory
  10. 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
  11. 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?
  12. It does indeed. Both trials granted!
  13. Giant Seaweed is currently not supported. Sure thing. Trial granted .
  14. Sure thing. Trial granted .
  15. Is this only happening to yews or are you also doing other trees?
  16. 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?
  17. Sure thing. Trial granted. Correct, the script does not utilize the GE.
  18. 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; } }
  19. I'm sorry, I currently really am not planning to add that in there.
×
×
  • Create New...