Caraxi / SimpleTweaksPlugin

GNU Affero General Public License v3.0
151 stars 139 forks source link

[Bug] Echo Story Selection takes wrong text with multi-level selection #818

Open hibiyasleep opened 1 month ago

hibiyasleep commented 1 month ago

should be noted is, this is Aetheryte and is multi-level dialog, and "Travel to Instanced Area" has same index of "Urqopacha <3>.". maybe OnAddonSetup of second dialogue is fired before of OnAddonFinalize or first dialog?

Log seen from my own log viewer:

image

raw:

[172155189_6480,"003D","Story Selection","Urqopacha . (24) "],
[172155189_8245,"003D","Story Selection","Urqopacha . (33) "],
[172155189_9900,"0039","","You are now in the instanced area Urqopacha . …."],

[172155190_4858,"003D","Story Selection","Urqopacha . (24) "],
[172155190_5772,"003D","Story Selection","Urqopacha . (24) "],
[172155190_7221,"0039","","You are now in the instanced area Urqopacha . …."],

[172155202_3647,"003D","Story Selection","Urqopacha . (35) "],
[172155202_5650,"003D","Story Selection","Urqopacha . (25) "],
[172155202_7173,"0039","","You are now in the instanced area Urqopacha . …."],

[172155203_7631,"003D","Story Selection","Urqopacha . (34) "],
[172155203_9473,"003D","Story Selection","Urqopacha . (27) "],
[172155204_0931,"0039","","You are now in the instanced area Urqopacha . …."],

[172155212_2101,"003D","Story Selection","Urqopacha . (37) "],
[172155212_3587,"003D","Story Selection","Urqopacha . (37) "],
[172155212_5090,"0039","","You are now in the instanced area Urqopacha . …."],

[172155214_4362,"003D","Story Selection","Urqopacha . (37) "],
[172155214_5664,"003D","Story Selection","Urqopacha . (16) "],
[172155214_7273,"0039","","You are now in the instanced area Urqopacha . …."],

[172155221_2800,"003D","Story Selection","Urqopacha . (35) "],
[172155221_3668,"003D","Story Selection","Urqopacha . (26) "],
[172155221_5586,"0039","","You are now in the instanced area Urqopacha . …."],

[172155222_3089,"003D","Story Selection","Urqopacha . (33) "],
[172155222_3956,"003D","Story Selection","Urqopacha . (33) "],
[172155222_5855,"0039","","You are now in the instanced area Urqopacha . …."],
hibiyasleep commented 1 month ago

image

Confirmed event order ingame.

hibiyasleep commented 1 month ago

image

made options as queue and problem disappeared, but I'm not sure OnAddonFinalize is guaranteed to be called……