slashnhax Joined Dec 10, 2014 Messages 3,255 Apr 30, 2016 Thread Author #1 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
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
C cloud Engineer Joined Jul 28, 2013 Messages 2,776 Apr 30, 2016 #2 OSRS or RS3? What does the developer toolkit do in the events section?
slashnhax Joined Dec 10, 2014 Messages 3,255 Apr 30, 2016 Thread Author #3 Cloud said: OSRS or RS3? What does the developer toolkit do in the events section? Click to expand... 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.
Cloud said: OSRS or RS3? What does the developer toolkit do in the events section? Click to expand... 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.