Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7269
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Maybe it’s good to go for a basic java course, this should be basic knowledge .
  2. Currently the framework of the script doesn’t support me adding these in as they’re different. Once my agenda is a bit more quite I could take a look into it. My agenda is currently really full.
  3. Unforunately I’m on my limit off the free copies I’d still appreciate it though
  4. V0.972 Watering Can Issues Fixed + Saving Now Implements Watering Cans As well
  5. Please look up the script in the store.
  6. I’m currently not sure yet. Please pm me some account details for a farming account so I can test this.
  7. Replied to your PM Eagle
  8. Thanks for the input, I’ll look into it. I wasn’t able to properly test the new version. Please send me a forum PM .
  9. V0.97 Ardougne To Catherby Now Uses Teleport Tab + Login Stuck Problem Solved This version does not include support for more teleports. It only uses the camelot teleport tab when traveling from the Ardougne patch to the Catherby patch.
  10. V0.96 Dropping Issue Fixed + Watering Cans Usage Made Optionally
  11. You can PM me .
  12. That’ll be changed once I work on more teleport options. Tree support currently has low priority.
  13. Unfortunately nobody has been able to supply me with an account so that is a no. I'd advise you to do that last level by services .
  14. Thanks for reporting. Once my entire agenda is empty (This won't happen for a while) I can take a look into it as it's a beta feature.
  15. All credits go to @Abuse for his list here, I've only added the last 2. 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; } }
  16. I'd go for model ids myself. Are you sure positions are not something you can work with as well?
  17. Some users have reported that the butler is not working after the most recent update. If you're able to supply me with an account that is able to do the demon butler method I could look into it.
  18. You're probably replying on the wrong thread as this script doesn't buy items itself.
  19. I will soon upload a new version where it'll not take the loss of farming ticks into account when logging back in.
  20. Please give me more information. I'm not able to help out with so little information
  21. Launch the client through CLI with the following cli flag: -allow norandoms You can then make it use your custom LoginHandler :)
  22. Does anybody have an account I could use for testing? I would not run the script but grab data for the new dialogues.
  23. Please tell me the exact dialogue it is in when this happens
  24. Is this in mirror mode?
×
×
  • Create New...