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

    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!
  2. T

    Message Listener

    I knew someone would say something lol. Be polite, it's the support section, I am not releasing snippets here.
  3. 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]){...
  4. T

    Resolved New to RuneMate

    Now that I figured it out, I will write a little tutorial tomorrow!
  5. T

    Resolved New to RuneMate

    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.
  6. T

    Resolved New to RuneMate

    I found that section my friend, however I could not find how to make the client show item IDs.
  7. 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