Welcome!

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

Sign up now!

Request ChatDialog updates

Joined
Sep 30, 2015
Messages
86
  • String ChatDialog.getDialog
Returns the text in the dialog box, eg it'll return "Oh nooooo!" from the image below.

  • String ChatDialog.getTitle() needs to be updated
It will sometimes return null, and sometimes return the previous chat dialog title. This is assuming Title is referring to the title of the chat dialog box, eg "Coshing Volunteer" in the image below.

6e942620ba8727930cc9dc1e57328c86.png
 
Joined
Jun 20, 2015
Messages
183
Chat dialogues can have different interfaces.
Anyway, new int[] {1184,1189,1191} those seem to be all the ones I've come across, and calling those when going through dialogues for questing and misc stuff seem to always do it.

Work with Interfaces.newQuery().containers(1184,1189,1191).results() to get the text.
 
Top