Everything posted by Eagle Scripts
-
AIO Construction
Thanks Unfortunately, this is a client error.
-
AIO Farming
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.
-
AIO Construction
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.
-
One Sketchy Guy's Wheat Harvester
I have checked the source - It is non-malicious . This is not JavaScript though, it's Java
-
AIO Construction
Do you have an account I can user for testing? Has the npc's name been changed?
-
Cant figure out a boolean
Maybe it’s good to go for a basic java course, this should be basic knowledge .
-
AIO Farming
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.
-
AIO Construction
Unforunately I’m on my limit off the free copies I’d still appreciate it though
-
AIO Farming
V0.972 Watering Can Issues Fixed + Saving Now Implements Watering Cans As well
-
AIO Construction
Please look up the script in the store.
-
AIO Farming
I’m currently not sure yet. Please pm me some account details for a farming account so I can test this.
-
AIO Construction
Replied to your PM Eagle
-
AIO Farming
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 .
-
AIO Farming
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.
-
AIO Farming
V0.96 Dropping Issue Fixed + Watering Cans Usage Made Optionally
-
AIO Construction
You can PM me .
-
AIO Farming
That’ll be changed once I work on more teleport options. Tree support currently has low priority.
-
AIO Construction
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 .
-
AIO Construction
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.
-
LoginResponseCode Enum
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; } }
-
Regarding Object ids and model ids
I'd go for model ids myself. Are you sure positions are not something you can work with as well?
-
AIO Construction
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.
-
AIO Construction
You're probably replying on the wrong thread as this script doesn't buy items itself.
-
AIO Farming
I will soon upload a new version where it'll not take the loss of farming ticks into account when logging back in.
-
AIO Construction
Please give me more information. I'm not able to help out with so little information