Hello,
I investigated why 425386 [Surprise Attack] cannot be obtained in Chrysalia.
My live character state was:
546989 = 0
546990 = 1
At level 80, I was able to obtain 425385 [Pushback] from 121027 [Woston]. I defeated 8x 106722 [Gloomy Baron] and successfully completed the quest.
However, immediately after completion, and again after relogging, the state remained:
546989 = 0
546990 = 1
Therefore, 425386 [Surprise Attack], which still requires 546989 = 1, does not become available.
I compared the old Runewaker quest data with the current Chronicles of Arcadia client data.
Old 425385 [Pushback] completion callback:
@DW_CycleQuestEnd(546989,546990,80)
Current CoA callback:
@Lua_ZonePE_3th_GetScore(160)
The old callback opened 546989, closed 546990, and awarded the Public Event score. The current callback appears to award only the Public Event score.
425386 [Surprise Attack] still requires 546989 = 1 in the current QuestDetailObjectDB.
The same callback change also exists on 425386 [Surprise Attack]:
Old:
@DW_CycleQuestEnd(546990,546989,100)
Current:
@Lua_ZonePE_3th_GetScore(200)
Could you please confirm whether this change is intended? If not, please check the flag transition between 425385 [Pushback] and 425386 [Surprise Attack].
Thank you.