Aller au contenu
Afficher dans l'application

Une meilleure façon de naviguer. En savoir plus.

Asterobot

Une application plein écran sur votre écran d'accueil avec notifications push, badges et plus encore.

Pour installer cette application sur iOS et iPadOS
  1. Appuyez sur Icône de partage dans Safari
  2. Faites défiler le menu et appuyez sur Ajouter à l'écran d'accueil.
  3. Appuyez sur Ajouter dans le coin supérieur droit.
Pour installer cette application sur Android
  1. Appuyez sur le menu à trois points (⋮) dans le coin supérieur droit du navigateur.
  2. Appuyez sur Ajouter à l'écran d'accueil ou Installer l'application.
  3. Confirmez en appuyant sur Installer.

AccountCapabilitiesEvent

(0 notes)
  • 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 authenticated observed

Related messages

  • Unsolicited - nothing you send causes this the server pushes it during login and character selection; there is no request for it

Fields

#FieldTypeMeaningYou set it
1tutorial_availableboolWhether the tutorial is offered to this account.never
3statusHierarchyThe account's role in the staff hierarchy.
A Hierarchy value. Ordinary accounts carry the player role.
never
4can_create_new_characterCanCreateNewCharacterWhether 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.

Commentaires des utilisateurs

Aucun avis à afficher.

Compte

Navigation

Recherche

Recherche

Configurer les notifications push du navigateur

Chrome (Android)
  1. Appuyez sur l'icône de cadenas à côté de la barre d'adresse.
  2. Tap Autorisations → Notifications.
  3. Ajustez vos préférences.
Chrome (Desktop)
  1. Cliquez sur l'icône représentant un cadenas dans la barre d'adresse..
  2. Select Paramètres du site.
  3. Find Notifications et ajustez vos préférences.