Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7151
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Didn’t want to insult anybody, just wanted to state that you should learn the language first before attempting to script, you’ll benefit from it in the long run .
  2. Of course. As I stated, most of us are more than willing to help people out, including me. What you can't expect from me, however, is that I will just spoonfeed everything when I, in fact, know that he won't learn from it. Would you explain how to shift gears to somebody who doesn't know how to get the engine to start but got the engine running because he was able to mimic something without actually understanding what he just mimicked? I wouldn't.
  3. Hhm but how can you have written muling scripts while using an IDE but not know that the syntax of `onLoop();` instead of `onLoop() { }` doesn't work?
  4. First of all, you're not telling us what error you're receiving so how should we be able to help you? Secondly, as @Slut spotted, you have a semicolon at the declaration of your onLoop method. Your IDE most likely tells you that this is not possible. If you couldn't figure this out yourself this probably means that you don't have a single clue about what you're doing. I'd like to suggest for you to learn Java first before trying to write a script . We're more than willing to help out those in need of assistance but we expect them to at least be able to handle syntax and have at least some knowledge about the language.
  5. Use an underscore. I also have to use Eagle_Scripts.
  6. Try moving the Widget declaring and instantiation to a lower scope; within the actual conditional sleep . Also; please conform to the Java naming conventions new ConditionalSleep(15000, 600) { @Override public boolean condition() { final RS2Widget displayDisc = getWidgets().getWidgetContainingText(162, "What name would you like to check"); return displayDisc != null && displayDisc.isVisible(); } }.sleep();
  7. Seems like you're going strong with the updates. Keep up the good work!
  8. Could you supply me with an account I can use to grab data for a few min?
  9. I've already started working on the tree support feature but it's a big update, I've also been really busy lately so once I've got more space in my agenda I'll be able to continue its development. tldr; it'll eventually be added, no ETA as of now though .
  10. OSBot does not have such a method. If you wish to check an account's status without logging it into the RS game itself, your best best is to login to the account on the website, through which you could then check the account's status.
  11. What object is this happening for. How does it get stuck?
  12. Don't bother posting things like these. Bans are bound to happen, any script can get you banned and a ban is not solemnly caused by a script itself.
  13. Ask me about the trial by then, I'll forget otherwise.
  14. Not as of now. Tree support is on the roadmap and that alone is quite the big update. We'll see about a new roadmap after that
  15. Could you try and make me a GIF? I'm fairly positive this is being caused by the OSBot client instead of the script; are you using resizable?
  16. 1) Hhm strange. Please try and remind me about this in 2 weeks from now (unfortunately I will be too busy until then) 2) Not particularly, remind me about this as well and I'll see whether I can grab some data to add them in
  17. Sure thing. Granted Are you using mirror mode? Sure thing. Granted
×
×
  • Create New...