Welcome!

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

Sign up now!

Resolved ChatboxListener not working?

Joined
Dec 10, 2014
Messages
3,255
I tested by creating a simple Listener that just outputs the message to console.
Code:
getEventDispatcher().addListener((ChatboxListener) event -> {
System.out.println(event.getMessage());

Nothing gets output to console, even when people are talking.

@Cloud @Arbiter
 
Joined
Dec 10, 2014
Messages
3,255
OSRS or RS3? What does the developer toolkit do in the events section?
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.
 
Top