Some scores/achievements broken due to take over follower NPC upon death of starting character #63455
Labels
(S1 - Need confirmation)
Report waiting on confirmation of reproducibility
stale
Closed for lack of activity, but still valid.
Describe the bug
Some scores and achievements rely on event statistics that perform a comparison against
avatar_id
, as a check to determine whether it was the player character (as opposed to some other NPC) who did/attained something. Thisavatar_id
is recorded from the starting character upongame_start
event.If your starting character dies and you take control of a follower NPC, the stats break because the player character now has a different character ID.
Attach save file
N/A -- bug identified by code inspection
Steps to reproduce
Expected behavior
Either:
All scores, achievements and conducts accrued so far continue to count and continue to be updated with respect to the new player character.
or
All scores, achievements and conducts are reset upon death and take over of a new character.
Screenshots
No response
Versions and configuration
Bug reproduced in 4b6270c
Additional context
No response
The text was updated successfully, but these errors were encountered: