March 21, 20187 yr Im trying to find a way to cancel the GE offers. There is probably a really easy way to do it buy I can't seem to find it.
March 21, 20187 yr You can get the widget of the relevant GE box and then interact with Abort offer for example the first GE box, assuming that the GE interface is already opened RS2Widget boxOne = getWidgets().get(465,7); boxOne.interact("Abort offer");
March 21, 20187 yr If you want to cancel all offers you can filter widgets for actions and then handle them however you choose. Here's a snippet:
Create an account or sign in to comment