Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7234
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Sure thing. Trial granted
  2. Sure thing. Trial granted .
  3. Make sure to actually initialize the JComboBox. Try and find the part in explv's tutorial that contains: = new JComboBox That being said, if you don't know the difference between variable declaration and initialization, my advice is for you to first learn some Java fundamentals as opposed to creating scripts.
  4. No problem at all. Mind sharing the solution with us?
  5. I'm not entirely sure what your exact question is so I'm not sure if my reply will answer it. Look into filters. e.g.: public class WidgetMessagesFilter implements Filter<RS2Widget> { private final String[] messages; public WidgetMessagesFilter(final String... messages) { this.messages = messages; } @Override public final boolean match(final RS2Widget rs2Widget) { if (rs2Widget == null || !rs2Widget.isVisible() || rs2Widget.getMessage() == null) { return false; } return Arrays.stream(messages).anyMatch(m -> rs2Widget.getMessage().contains(m)); } } Usage: final RS2Widget loveEagleFilter = s.getWidgets().singleFilter(s.getWidgets().getAll(), new WidgetMessageFilter("TEXT HERE"));
  6. I've been notified of this bug a few days ago and I've said that I'll try and look into it somewhere the next upcoming days once I have some spare time! If you haven't seen an update on the thread regarding this in a couple of days feel free to remind me. Sure thing. Trial granted .
  7. Sounds like the stamina potions might be bugged. Could you try and disable this feature to see how it performs then? Sure thing. Trial granted .
  8. I'm sorry to say that I'm currently not planning to add this in.
  9. V1.22 Has been pushed. - Added DraynorViaMountedGlory - Added HouseTeleportPortal; VARROCK, LUMBRIDGE, BATTLEFRONT, FENKENSTRAIN
  10. Sure thing. Both trials granted .
  11. Sure thing. Both trials granted .
  12. Sure thing. Trial granted .
  13. Sure thing. Trial granted .
  14. Sure thing. Trial granted .
  15. I'll add these in/evaluate these if you can supply me with an account that has access to all of them.
  16. I'm sorry to say that I'm currently not planning to add these in.
  17. Looks like you haven't started both your character & the butler 100% like the thread states. Please make sure to carefully follow the instructions. If you still encounter an issue after double-checking twice, feel free to join the Discord and ask for some help there.
×
×
  • Create New...