Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7234
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Trial granted. You can see it for yourself .
  2. 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.
  3. Re-granted and yes it will.
  4. Both granted. It’ll now be in between your scripts.
  5. Please make screenshots of the according dialogues so I can verify what's happening here .
  6. 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?
  7. It seems like the webwalker is missing a link there. Mind reporting it?
  8. It does it for the more common items .
  9. It does currently only support Rimmington un-noting.
  10. Ring of Dueling and house tabs Un-noting at phials in Rimmington is however also supported.
  11. I used to have support for runes but nobody really used it. There's currently no support for runes.
  12. I'm currently not planning to do so. Maybe later down the road .
  13. As h03n said, trees are currently not supported. Because of your post count and join date I will not grant you any trials.
  14. Nope. Nothing else has to be killed .
  15. The bot will eat a food to make space.
  16. Very strange. I'm not sure where I know any fix for those issues though as I'm 'telling' the script to grab data through the client.
  17. Were you running on any special mode such as low resource, low cpu or mirror mode? It seems like a client-issue where it won't successfully grab the needed data.
×
×
  • Create New...