Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7150
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Unfortunately I can't grant you a trial until you have 10+ postcount
  2. Unfortunately, I can't grant you a trial due to your given post count and join date.
  3. I'm debating on adding support for custom traversing methods, such as the teleport tab you just named. The thing is that this'd need quite the enhancement on the current traversing system, meaning I can't add this in with 5 minutes of work. My agenda currently doesn't 'allow' me to work on this right now, try PMing me about this in a week from now.
  4. Please see my last quote as well.
  5. V2.1 has been pushede - V2.1 Paint Toggling Added
  6. I saw your private script request. Send me a PM regarding this, I can make this for you as a private script.
  7. Granted. What are the needed tools for this?
  8. You're probably viewing this out of a library. You're not able to edit libraries. You should extract all the classes so you're then able to make any changes.
  9. It does not and I don’t plan on adding it in either. It will be quite some work and there’s not much demand for it thus it not being worthwhile for me. Unfortunately I can’t grant you a trial because of your postcount and registration date.
  10. I need an account that is able to make the object you’re having trouble with . Could I lend your account so I can grab the needed data?
  11. I think this doesn't really make a difference. A better approach would be to not actually keep reading the text in there but just create a proper Task system in which you can insert tasks for it to execute. Such as : First make 100 hard leather, then make 200 soft leather. I think that's a better approach then going with the chatbox message
  12. Do you have an account I can use to grab the correct data? This is an issue of incorrect data.
  13. Guess that also totally depends on how many words you can write in a minute You shouldn’t really measure in lines/hour though as a solution with 10 lines can be far better then a 100 lines one.
  14. Trial granted. You can see it for yourself .
  15. A good practice is to make this more generic. Make an Enum class called Herb. Save properties in there such as it's itemId. You should then be able to iterate over the Herb#values. In every iteration, check whether that margin is better then the currently best known margin. If so? update the currently best known margin enum object with the new herb one. I'm currently not able to write you a quick and dirty snippet but I hope you understand what I mean. If you don't, I'll try to write you a snippet in an hour or so.
  16. Re-granted and yes it will.
  17. Both granted. It’ll now be in between your scripts.
  18. Please make screenshots of the according dialogues so I can verify what's happening here .
  19. First of all; your conventions are incorrect. Please make yourself known with the Java Conventions . Your method should be called depositWornItems. The #interact() method has a boolean return-value which represents whether the interaction has been executed successfully or not. Try to make use of this feature by only executing the conditional sleep if you're sure that the widget#interact has been successfully excecuted. Try to grab all your widgets dynamically instead of using static ids. You can do this by various things such as their actions, message, position, colour etc. https://hastebin.com/niyohuboja.java Edit: The API already has a method for this though, are you aware of this?
×
×
  • Create New...