Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7274
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Thanks Unfortunately, this is a client error.
  2. Try restarting your client when this happens. This is a client error not a script error unfortunately. The script is trying to check whether there is an item selected, the client throws an error when trying to check this.
  3. Alright. Please place a bug report following the bug report template, maybe I'm able to work with that. Please make the screenshot with and without the script running when the error occured, so I can see if it is in a dialogue and if so which exact one.
  4. I have checked the source - It is non-malicious . This is not JavaScript though, it's Java
  5. Do you have an account I can user for testing? Has the npc's name been changed?
  6. Maybe it’s good to go for a basic java course, this should be basic knowledge .
  7. 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.
  8. Unforunately I’m on my limit off the free copies I’d still appreciate it though
  9. V0.972 Watering Can Issues Fixed + Saving Now Implements Watering Cans As well
  10. Please look up the script in the store.
  11. I’m currently not sure yet. Please pm me some account details for a farming account so I can test this.
  12. Replied to your PM Eagle
  13. 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 .
  14. 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.
  15. V0.96 Dropping Issue Fixed + Watering Cans Usage Made Optionally
  16. You can PM me .
  17. That’ll be changed once I work on more teleport options. Tree support currently has low priority.
  18. 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 .
  19. 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.
  20. 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; } }
  21. I'd go for model ids myself. Are you sure positions are not something you can work with as well?
  22. 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.
  23. You're probably replying on the wrong thread as this script doesn't buy items itself.
  24. I will soon upload a new version where it'll not take the loss of farming ticks into account when logging back in.
  25. Please give me more information. I'm not able to help out with so little information
×
×
  • Create New...