Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. T

    Message Listener

    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]){...
  2. T

    Resolved New to RuneMate

    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.
Top