Storyline

Storyline

1M Downloads

[8.2.5] Error with gossip dialogs offering multiple choices

Ellypse opened this issue · 0 comments

commented

It seems 8.2.5 added more data to what is return by the game’s API for gossip dialog choices, offsetting subsequent data by 1, breaking all dialogs with more than one (quest?) option.

Example

For i = 1, numActiveQuestData, 6 do

Becomes

for i = 1, numActiveQuestData, 7 do