427229 [Who Needs Doctors?] / 427230 [Warning Notes] - Missing Quest Flag Transitions

  • Hello,


    I investigated why 427229 [Who Needs Doctors?] and 427230 [Warning Notes] cannot be obtained from 123817 [Ethan] in Splitwater Coast.


    My current quest state is:


    427197 = completed

    427198 = completed

    427199 = completed

    427228 [Mushroom, Mushroom!] = completed

    427229 [Who Needs Doctors?] = not completed

    427230 [Warning Notes] = not completed


    The current internal flag state is:


    549134 = 1

    549135 = 0

    549130 = 0


    123817 [Ethan] currently offers 427227 [Attack, Attack, Attack!] and 427228 [Mushroom, Mushroom!], but 427229 [Who Needs Doctors?] and 427230 [Warning Notes] do not appear.


    I also repeated and completed 427228 [Mushroom, Mushroom!] again, but the flag state remained:


    549134 = 1

    549135 = 0

    549130 = 0


    I compared the old Runewaker quest data with the current Chronicles of Arcadia client data.


    427229 [Who Needs Doctors?] currently requires:


    427198 completed

    549135 = 1


    Previously, completing 427228 [Mushroom, Mushroom!] used:


    @Z32_SetQuestFlag_00(549134,549135,80)


    This changed the state from 549134 to 549135 and awarded the Public Event score.


    In the current CoA data, 427228 instead uses:


    @Lua_ZonePE_3th_GetScore(160)


    The PE reward was doubled, but the flag transition appears to have been removed.


    There is also a second issue in the same chain.


    427230 [Warning Notes] requires:


    549130 = 1


    Previously, completing 427229 [Who Needs Doctors?] used:


    @Z32_SetQuestFlag_00(549135,549130,100)


    In the current CoA data, this was changed to:


    @Lua_ZonePE_3th_GetScore(200)


    Therefore, even if 427229 [Who Needs Doctors?] became accessible, its current completion callback would no longer produce the 549130 flag required for 427230 [Warning Notes].


    Both quests are still present in the QuestNPC data for 123817 [Ethan].


    Could you please confirm whether these callback changes are intended? If not, please check the flag transitions for 427228 [Mushroom, Mushroom!] → 427229 [Who Needs Doctors?] → 427230 [Warning Notes].


    Thank you.