fix: man0u1 F'lhaminn dual-spawn misdirection — scope the gate muster…#207
Merged
Conversation
… apart from the Concern stage
Class-scoped SetENpc(FLHAMINN=1000038) armed BOTH public F'lhaminn
spawns at SEQ_060 and SEQ_075: the Gate of Nald muster (spawn 2435,
zone 170) and the Concern stage (spawn 2433, zone 209). At SEQ_060 the
marker pulled the player into the Miner's Guild for the gate wait-texts
(no cutscene — live run 2026-07-10 02:52), misdirecting them so the
SEQ_075 escort-payment cutscene (processEvent200 + 3,000 gil) was never
sought and the quest soft-locked in front of the Alchemists' Guild
(Nogeloix only claims at SEQ_080).
Retail scopes them apart: marker 11001014 at 060 is a gate-side
positional glyph and the stage is empty until 075 ("she oft takes the
stage around this time of day", text 390).
- seed/099: mint gate-variant class 1099100 (PopulaceStandard,
displayNameId 1900054, appearance cloned from 1000038) and repoint
spawn 2435; idempotent, verified by double-apply.
- man0u1.lua: SEQ_060 arm + wait-talk branch re-keyed to FLHAMINN_GATE;
SEQ_075 stays on base 1000038 which now resolves uniquely to the stage.
- quest_apply.rs: debug breadcrumb in apply_quest_start_sequence — the
hook-path drains logged nothing, making SEQ 45/58/70 hops invisible
and the run look out-of-sequence when it wasn't.
- content-test: expectNoEnpc/expectGil/expectNpcLsMsg matchers; SEQ_060
and SEQ_075 scoping + payment assertions (18/18; mutation-checked).
- design doc: checkpoints 7 (fix + live-verify steps) and 8 (accepted
divergence: stage copy present before 075).
Existing saves self-heal: the ENPC set is rebuilt by onStateChange at
login and migrations apply at boot — the live save parked at
sequence=75 continues without surgery.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… apart from the Concern stage
Class-scoped SetENpc(FLHAMINN=1000038) armed BOTH public F'lhaminn spawns at SEQ_060 and SEQ_075: the Gate of Nald muster (spawn 2435, zone 170) and the Concern stage (spawn 2433, zone 209). At SEQ_060 the marker pulled the player into the Miner's Guild for the gate wait-texts (no cutscene — live run 2026-07-10 02:52), misdirecting them so the SEQ_075 escort-payment cutscene (processEvent200 + 3,000 gil) was never sought and the quest soft-locked in front of the Alchemists' Guild (Nogeloix only claims at SEQ_080).
Retail scopes them apart: marker 11001014 at 060 is a gate-side positional glyph and the stage is empty until 075 ("she oft takes the stage around this time of day", text 390).
Existing saves self-heal: the ENPC set is rebuilt by onStateChange at login and migrations apply at boot — the live save parked at sequence=75 continues without surgery.