- summary: When the guild's current mission week ends, as a text date.
- area: Game.Guild
- confidence: 0.95
When the guild's current mission week ends, as a text date.
- Kind response
- Area Game.Guild
- Named by gamemapping
The answer to GuildWeeklyNextResetRequest, carrying the reset date AS TEXT.
THE FORMAT IS NOT PINNED BY THE PROTOCOL AND THIS IS A REAL HAZARD. The client feeds the string straight to a culture-sensitive date parse - no fixed format string, no epoch, no offset. That means the string it accepts depends on the machine's locale, and a parser you write against one observed sample may fail on another.
Parse defensively: accept what you can, and treat a failure as "unknown reset date" rather than as a crash.
It arrives as a genuine Response rather than an Event, so it carries the uid of
the request that asked - see Response.
When you may send it
- Requires
character_loadedobserved
Related messages
- Arrives after
GuildWeeklyNextResetRequest
Fields
| # | Field | Type | Meaning | You set it |
|---|---|---|---|---|
| 1 | reset_date | string | When the guild's mission week ends. A TEXT date. The client parses it with the ambient culture - there is no fixed format on the wire. | never |
Recovered with score 110, confidence 0.95, margin 110 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.