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

Resolved ChatDialog.getTitle() always null

Discussion in 'Developer Support' started by Snufalufugus, Aug 3, 2017.

  1. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    Tested with this chat dialog:
    Imgur: The most awesome images on the Internet

    With this code:
    Code (Text):
    1. getLogger.warn("Chat dialog title: "+ChatDialog.getTitle());
    2. getLogger.warn("Chat dialog text: "+ChatDialog.getText());
    3. getLogger.warn("Chat dialog options: "+ChatDialog.getOptions());
    Produces this result:
    Code (Text):
    1. 00:00:49 WARN    Chat dialog title: null
    2. 00:00:49 WARN    Chat dialog text: Hi there, looking for a challenge are you?
    3. 00:00:49 WARN    Chat dialog options: []
    Should be getting the Chat dialog of "Richard O'Brian"

    Problem persists into other NPC convos

     
  2. Best Answer:
    Post #4 by Cloud, Aug 3, 2017
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Osrs or rs3. Where can I locate this npc.
     
  4. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    OSRS

    Burthrope Rogue's den
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Fixed in the next release
     
    awesome123man and Snufalufugus like this.

Share This Page

Loading...