MarWo22 Posted March 21, 2018 Posted March 21, 2018 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.
ScummyBotter Posted March 21, 2018 Posted March 21, 2018 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");
HeyImJamie Posted March 21, 2018 Posted March 21, 2018 If you want to cancel all offers you can filter widgets for actions and then handle them however you choose. Here's a snippet: 1