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.

SetUpdateEvent

(0 notes)
  • summary: The current state of one equipment set: which of its pieces are worn and which bonuses that grants.
  • area: Game.Inventory
  • confidence: 0.99

The current state of one equipment set: which of its pieces are worn and which bonuses that grants.

  • Kind event
  • Area Game.Inventory
  • Named by beta, gamemapping

Sent when the character's equipment changes in a way that affects a set bonus.

IT IS THE WHOLE STATE OF ONE SET, NOT A DELTA - REPLACE, DO NOT MERGE. The message names a set and lists every piece currently worn from it together with every bonus currently active. Removing a piece produces a new message with a SHORTER list, not a removal instruction, so a script that merges never sees a bonus expire.

Key your model by set_id. The client does exactly that: it uses the same value as a dictionary key for set state and as the subject of its own notification.

effects are the bonuses granted at the CURRENT number of worn pieces, not the set's full table. They are ObjectEffect values and carry the same branch-on-the-oneof rule.

The record declares additional members no dumped build reads. They stand with their obfuscated names.

When you may send it

  • Requires character_loaded inferred

Related messages

  • Unsolicited - nothing you send causes this the server pushes it when equipment changes; no request asks for it

Fields

#FieldTypeMeaningYou set it
1effectsrepeated ObjectEffectThe bonuses active at the current number of worn pieces.
Element type ObjectEffect - branch on its oneof.
never
3set_idint32Which equipment set this update is about. (set id)never
4objects_uidrepeated int32The unique handles of the set pieces currently worn. (item instance ids)
These are ObjectItem.uid values, not template gids.
never

Recovered with score 310, confidence 0.99, margin 310 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.