- summary: Asks which step of one quest the character is on, and what that step's objectives are.
- area: Game.Quest
- confidence: 0.91
Asks which step of one quest the character is on, and what that step's objectives are.
- Kind request
- Area Game.Quest
- Named by beta, gamemapping, stringtable
Asks about ONE quest. There is no "give me every quest's current step" form - the journal listing and this per-quest detail are separate exchanges.
quest_id is the quest to ask about. Take it from the journal rather than
hardcoding it.
The answer is an EVENT, not a Response, so there is nothing to correlate
against - match QuestStepInformationEvent by arrival and by the quest id it
carries.
When you may send it
- Requires
character_loadedobserved - Raised by: asking about one quest - and again whenever its step changes, if you want the new objectives inferred
Related messages
- You will then receive
QuestStepInformationEventinferred — the quest service's handler treats that event as the answer
Fields
| # | Field | Type | Meaning | You set it |
|---|---|---|---|---|
| 2 | quest_id | int32 | Which quest to ask about. (quest id) | required |
Recovered with score 130, confidence 0.91, margin 130 over the runner-up. A margin close to the score means nothing else came near; a thin margin means a decoy nearly won. Members recovered: 1 of 2.
Aucun avis à afficher.