1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved ChatboxListener not working?

Discussion in 'Client & Site Support' started by SlashnHax, Apr 30, 2016.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    I tested by creating a simple Listener that just outputs the message to console.
    Code (Text):
    1. getEventDispatcher().addListener((ChatboxListener) event -> {
    2. System.out.println(event.getMessage());
    Nothing gets output to console, even when people are talking.

    @Cloud @Arbiter

     
  2. Best Answer:
    Post #4 by Cloud, Apr 30, 2016
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    OSRS or RS3? What does the developer toolkit do in the events section?
     
  4. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    RS3, haven't tested for OSRS
    After completing an agility obstacle, SkillListener becomes expandable, but ChatboxListener doesn't change, even though you get a message in the chatbox after completing the obstacle.
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Fixed for V2.0.12
     

Share This Page

Loading...