Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7247
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. It does indeed. Both trials granted!
  2. Giant Seaweed is currently not supported. Sure thing. Trial granted .
  3. Sure thing. Trial granted .
  4. Is this only happening to yews or are you also doing other trees?
  5. 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?
  6. Sure thing. Trial granted. Correct, the script does not utilize the GE.
  7. 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; } }
  8. I'm sorry, I currently really am not planning to add that in there.
  9. Sure thing. Trial granted .
  10. Sure thing. Trial granted .
  11. Sure thing. Trial granted .
  12. Sure thing. Trial granted . Are you using fixed mode?
  13. Sure thing. Trial granted .
  14. 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.
  15. Sure thing. All trials granted .
  16. 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.
  17. Could you try and get a recording and share it in the Discord?
  18. Is this still an issue? If so; please send me a screenshot so I can see what's going on Messaged you on Discord Please make sure to just not render the doors in your POH. As for traversing towards the closest bank; any chance you can get me a GIF/recording? That's correct, I'm currently not interested in adding spellbook support!
  19. As long as you're using profiles, it'll use caching to remember previous runs and act accordingly . Please make sure not to wear a glory if you don't want it to use it. Best is not to wear any jewelry that can interfere with the webwalker (with teleportation functions) Not really to be very frank
  20. It'll pause the script yeah. As for the bones to peaches; please PM me on Discord regarding this as I might have to add an extra check here indeed.
×
×
  • Create New...