Just trying to call him out so others aren't afraid to post their code in the Support section. I just got off of work, but I am almost positive its the Message type if block now. I will keep you updated. Thanks again!
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]){...
Thank you Wizard. The client is so darn clean. I am in love I believe. Divinius (AKA Salvation) told me about this bot. I used one of his hosting services back in the day.
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.