425774 Transportation Tester

  • Hello,

    I’m currently missing the last 4 quests in Merdhin Tundra, and one of them is 425774 [Transportation Tester].

    The quest requires two prerequisites:

    1. 425773 [Reconnect the Transport Circles]

    2. 547219 [Sys547219_name] → (I have no idea what this one is — it doesn’t appear anywhere in the game.)

    I’ve spoken with 121584 [Robb Stanson] multiple times and completed all the quests he offers, yet the game still doesn’t provide me with the 425774 [Transportation Tester] quest.

    Because of this, I can’t complete all the quests in Merdhin Tundra.

    Could you please look into this issue?

    Thank you.



    425773 [Reconnect the Transport Circles

    425774 [Transportation Tester]

    547219 [Sys547219_name]



    ]

  • After extensive testing, I can confirm that the quests 425780 [More Feed Needed], 425778 [Medics' Good Helper], and 425774 [Transportation Tester] cannot be obtained from their respective NPCs.


    As a result, these quests cannot be completed, and the quest progression in the Merdhin Tundra zone is completely blocked at this point.


    As shown in the attached screenshot, these quests appear in the list but the NPCs do not offer them.

  • Hello,


    I investigated these three inaccessible Merdhin Tundra quests further:


    425774 [Transportation Tester]

    425778 [Medics' Good Helper]

    425780 [More Feed Needed]


    My current character state confirms:


    425773 [Reconnect the Transport Circles] = completed

    547218 = 1

    547219 = 0

    425774 = not completed


    425777 [More Medical Supplies] = completed

    547216 = 1

    547217 = 0

    425778 = not completed


    425779 = completed

    547222 = 1

    547223 = 0

    425780 = not completed


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


    Previously:


    425773:

    @DW_CycleQuestEnd(547219,547218,50)


    425777:

    @DW_CycleQuestEnd(547217,547216,125)


    425779:

    @DW_CycleQuestEnd(547223,547222,100)


    In the current CoA data, these callbacks are:


    425773:

    @Lua_ZonePE_3th_GetScore(100)


    425777:

    @Lua_ZonePE_3th_GetScore(250)


    425779:

    @Lua_ZonePE_3th_GetScore(200)


    The Public Event rewards were doubled, but the old callbacks also handled the flag transitions required to unlock the following quests.


    The current quest data still requires:


    425774 → 547219 = 1

    425778 → 547217 = 1

    425780 → 547223 = 1


    Could you please check whether these flag transitions were unintentionally removed when the Public Event rewards were changed?


    Thank you.