Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7185
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. 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.
  2. V0.96 Dropping Issue Fixed + Watering Cans Usage Made Optionally
  3. That’ll be changed once I work on more teleport options. Tree support currently has low priority.
  4. 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 .
  5. 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.
  6. 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; } }
  7. I'd go for model ids myself. Are you sure positions are not something you can work with as well?
  8. 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.
  9. You're probably replying on the wrong thread as this script doesn't buy items itself.
  10. I will soon upload a new version where it'll not take the loss of farming ticks into account when logging back in.
  11. Please give me more information. I'm not able to help out with so little information
  12. Launch the client through CLI with the following cli flag: -allow norandoms You can then make it use your custom LoginHandler :)
  13. Does anybody have an account I could use for testing? I would not run the script but grab data for the new dialogues.
  14. Please tell me the exact dialogue it is in when this happens
  15. I'm not really interested in editing other people's code. I can however write you new ones. If you're interested please send me a PM on the forums .
  16. Mirror mode can cause some issues indeed.
  17. Please PM me about this so I get a reminder
  18. I've been traveling a lot thus resulting in me not being active for requests. I'm back home now which means that I'm open to requests again .
  19. If I'm interpreting this correctly, it is getting stuck when trying to drop items when an item is already selected. Is this correct?
  20. Please use the bug report template
  21. Once there's space in my agenda I'm working on adding more locations + teleport methods. I have to be honest in stating that I really dislike your attitude. If you don't have any proper bug report / constructive criticism to make, please just go for a refund instead of writing these useless posts.
  22. You haven't. It clearly states that you should have noted planks for the butler. Please only place a 'bug' report when you're sure the problem is not at your end
×
×
  • Create New...