Everything posted by Eagle Scripts
-
AIO Construction
Oak larders are indeed supported, the capes aren't. Trial granted .
-
Eagle Plunder
Sure thing. Trial granted .
-
AIO MTA
Sure thing. Both trials granted .
-
AIO Farming
Not yet unfortunately. Please try and remind me tonight/tomorrow, hopefully I'll have some time tomorrow.
-
AIO MTA
Sure thing. Trial granted
-
AIO MTA
Sure thing. Trial granted .
-
AIO Farming
Sure thing. Trial granted .
- AIO MTA
-
AIO Farming
Thanks for the info! Currently I do not have any plans to add this in as I'm rather busy and this does not seem vital. In the event of my agenda clearing up I could potentially consider this although this won't be any time soon, unfortunately.
-
AIO Farming
Please elaborate more on this, I've never heard about it .
-
AIO MTA
Sure thing. Trial granted .
-
AIO Farming
All trials have been (re)granted.
-
AIO Construction
Sure thing. Trial granted .
-
AIO Construction
Sure thing. Trial granted .
-
AIO MTA
Sure thing. Trial granted .
-
AIO Farming
It does not
-
AIO MTA
Sure thing. Trial granted
-
AIO MTA
Sure thing. Trial granted .
-
AIO Farming
Sure thing. Trial granted .
-
Following a GUI Tutorial (Did all correct I think) Get this
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.
-
[Resolved] Widgets - Containing text on settings
No problem at all. Mind sharing the solution with us?
-
[Resolved] Widgets - Containing text on settings
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"));
-
AIO Farming
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 .
-
AIO Construction
Sure thing. Trial Granted .
-
AIO MTA
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 .