- summary: What the account is allowed to do: whether it may create a character, whether the tutorial is offered, and its staff role.
- area: Game.Account
- confidence: 0.97
What the account is allowed to do: whether it may create a character, whether the tutorial is offered, and its staff role.
- Kind event
- Area Game.Account
- Named by beta, gamemapping
Read-only session state describing what this account may do. Nothing is gated on having processed it - you record it and move on.
can_create_new_character USED TO BE A BOOL AND IS NOW A THREE-STATE ENUM.
Measured across the dumped builds:
3.5.3.1 bool, bool, Hierarchy 3.5.17.26 bool, bool, Hierarchy, int64 3.6.10.10 CanCreateNewCharacter, bool, Hierarchy
That is a real protocol change, verified against what the client reads, not a recovery gap - which is why this record is documented for the current build and does not describe the older ones. Code written against the boolean will misread the enum: value 1 is a REFUSAL, and as a boolean it reads as true.
status is the account's staff role - see Hierarchy. On an ordinary account
it is the player role and stays that way.
When you may send it
- Requires
authenticatedobserved
Related messages
- Unsolicited - nothing you send causes this the server pushes it during login and character selection; there is no request for it
Fields
| # | Field | Type | Meaning | You set it |
|---|---|---|---|---|
| 1 | tutorial_available | bool | Whether the tutorial is offered to this account. | never |
| 3 | status | Hierarchy | The account's role in the staff hierarchy. A Hierarchy value. Ordinary accounts carry the player role. | never |
| 4 | can_create_new_character | CanCreateNewCharacter | Whether the account may create another character, and if not, why. A CanCreateNewCharacter value.WAS A BOOL BEFORE THIS BUILD. Do not read it as one - value 1 means refused. | never |
Recovered with score 112, confidence 0.97, margin 112 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: 3 of 4.
Aucun avis à afficher.