- Recompute new_quest_lv7_DestMapIndex in the goto_oldwomans_sister state based on the player’s empire.
- Restrict the 9006.chat handler in goto_oldwomans_sister with
`pc.get_map_index() == new_quest_lv7_DestMapIndex`, so the bouquet
can only be delivered to the sister in the correct second village
(Jayang/Bokjung/Bakra) and not to the old woman in the first village.
This prevents completing the sister step by talking to the wrong 9006 NPC
after briefly entering and leaving the destination map, and aligns the
behavior with the intended narrative flow.
- Enforce minimum level 7 when starting the quest dialog with Octavio
- Use get_old_woman_map() to show the correct village name in quest info
(ask_oldwoman and return_oldwoman states) instead of hardcoding map 1
- Ensure quest progresses correctly when the player already has all required
flowers (both on state enter and on wolf kills)
- Extend completion check in when_one_killed() so flower sets obtained via
trade or previous drops still advance the quest
- Prevent negative “missing flowers” values when the player owns more items
than required
- Make “soup” flavour flag persistent using quest flags (pc.setqf/pc.getqf)
so related dialogue is preserved across relogs
- Make EXP/Yang reward text match the actual reward granted by reusing the
same random values instead of recalculating them
All korean text has been replaced with english.
Group <real mob_name>
Leader <real mob_name>
Fishing <real item_name>
Item Group <real item_name>
No more Korean. Still got some files to deal with, such as dragon_soul_table, common_drop_item but this files won't prevent you from running the files.