So I have the listener implemented now, this is my on message recieved:
public void onMessageReceived(MessageEvent e) {
String message = e.getMessage();
if(e.getType()==MessageEvent.Type.SERVER){
if(message.contains("boots")&&toAlchID==items[0]){...
I just recently downloaded RuneMate and I love it. It has the cleanest look of all the bots I have seen so far and the API is on point. I have already started writing for it, however I cannot figure out how to debug things such as ID's or Interface IDs. Any help would be appreciated <3.