You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talking to various NPC's generally triggers the HTML_PAGE_SELECT_QUEST dialog (ID 10), which is used primarily for quest selection or NPC functions (like vendors); however, NPC's that are not currently offering quest-related options or functions, should instead send a different dialog ID.
Unfortunately, which ID to send is slightly more complicated than just choosing a single alternative to HTML_PAGE_SELECT_QUEST. Depending on the NPC, different interactions are available. The most common alternative is HTML_PAGE_SELECT1 (ID 1011); however, there are others. The correct one to send is often dependent on quest states; but, other reasons, such as which legion the player is in, also exist.
As an example, the vast majority of NPC's in Ishalgen have HTML_PAGE_SELECT1 options for when the player has not yet ascended, and HTML_PAGE_SELECT2 (ID 1352) options for when they have. Ulgorn, for instance, acts like the player's boss before they have ascended; but, after ascension, merely offers congratulations and asks why the player has returned.
It's also important to note that some NPC's, such as many vendors, have dialogue for the HTML_PAGE_SELECT1 option, but are never intended to use it. Their dialogue for that option is often a plea for help to the player -- to report the appearance of that dialogue as a bug.
As HTML_PAGE_SELECT_QUEST is generally used for displaying quest options to the player, the dialogue presented by the page is often quite short. It would be a significant improvement to the life of the game world if the alternative dialogue options were available to the user.
Reproduction steps
Talk to nigh any NPC that does not offer a function, nor quest step, to the player.
Observe unintended short dialogue instead of longer character dialogue.
The text was updated successfully, but these errors were encountered:
Description
Talking to various NPC's generally triggers the HTML_PAGE_SELECT_QUEST dialog (ID 10), which is used primarily for quest selection or NPC functions (like vendors); however, NPC's that are not currently offering quest-related options or functions, should instead send a different dialog ID.
Unfortunately, which ID to send is slightly more complicated than just choosing a single alternative to HTML_PAGE_SELECT_QUEST. Depending on the NPC, different interactions are available. The most common alternative is HTML_PAGE_SELECT1 (ID 1011); however, there are others. The correct one to send is often dependent on quest states; but, other reasons, such as which legion the player is in, also exist.
As an example, the vast majority of NPC's in Ishalgen have HTML_PAGE_SELECT1 options for when the player has not yet ascended, and HTML_PAGE_SELECT2 (ID 1352) options for when they have. Ulgorn, for instance, acts like the player's boss before they have ascended; but, after ascension, merely offers congratulations and asks why the player has returned.
It's also important to note that some NPC's, such as many vendors, have dialogue for the HTML_PAGE_SELECT1 option, but are never intended to use it. Their dialogue for that option is often a plea for help to the player -- to report the appearance of that dialogue as a bug.
As HTML_PAGE_SELECT_QUEST is generally used for displaying quest options to the player, the dialogue presented by the page is often quite short. It would be a significant improvement to the life of the game world if the alternative dialogue options were available to the user.
Reproduction steps
The text was updated successfully, but these errors were encountered: