422837 [Fallen Elf Girl] Becomes Permanently Inaccessible After 422836

  • Hello,


    I investigated why 422837 [Fallen Elf Girl] cannot be obtained in Savage Lands even though it is still listed as incomplete in Codex.


    My current character state is:


    422836 [Ancient Book from the Green Tower] = completed

    422837 [Fallen Elf Girl] = not completed

    422838 [Kalen is Safe] = not completed

    422839 = completed


    The current internal flag state is:


    543465 = 0

    543474 = 1


    I compared the current Chronicles of Arcadia quest data with the old Runewaker quest/event logic.


    422837 [Fallen Elf Girl] currently requires:


    543474 = 1

    543465 = 1


    543474 is granted when 422836 [Ancient Book from the Green Tower] is accepted, which explains why it is still present on my character.


    The problem is 543465.


    The Kalen event that produces 543465 only becomes available while 422836 [Ancient Book from the Green Tower] is actively in the QuestLog.


    The current client-side visibility condition still checks:


    CheckQuest(422836) == 1

    CheckQuest(422837) == 0

    CheckFlag(543465) == 0


    422836 [Ancient Book from the Green Tower] is non-repeatable.


    Therefore, if the player completes 422836 without triggering the Kalen scene and obtaining 543465, the event can no longer be triggered afterwards.


    I also checked the current CoA package for a replay/backfill mechanism, since support previously mentioned that an update was planned to make quests of this type accessible later.


    I could not find a current replay quest, reset NPC, recovery item, flag writer, QuestNPC override, or other normal player route that can produce 543465 after 422836 has already been completed.


    This also blocks 422838 [Kalen is Safe], since that quest requires 422837 [Fallen Elf Girl] to be completed.


    Could you please confirm whether 422837 [Fallen Elf Girl] becoming permanently inaccessible after this one-time trigger window is intended?


    If not, could the 543465 trigger or another recovery/backfill method for players who have already completed 422836 [Ancient Book from the Green Tower] please be checked?


    Thank you.