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.

InventoryContentEvent

(0 notes)
  • summary: The character's entire inventory and kamas balance, pushed by the server as a full snapshot.
  • area: Game.Inventory
  • confidence: 0.97

The character's entire inventory and kamas balance, pushed by the server as a full snapshot.

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

The whole inventory in one message: every item the character holds, plus the kamas balance.

IT IS A SNAPSHOT, NOT A DELTA - REPLACE YOUR MODEL, DO NOT MERGE. An item that is absent from this message is an item the character no longer has. A script that merges keeps phantom stacks forever, most visibly after a trade, a bank withdrawal, or any server-side resynchronisation.

Each element is an ObjectItemInventory: the item itself plus where it sits and how the player tagged it. The item is an ObjectItem, whose ObjectItem.uid is the handle every later request needs - destroy, drop, move, exchange. Index your model by that uid and nothing else.

KAMAS IS A 64-BIT VALUE and a wealthy character exceeds 2^31. A 32-bit accumulator overflows.

Do not assume you see this exactly once. It arrives at login and can arrive again unprompted at any time.

When you may send it

  • Requires character_selected observed

Related messages

  • Unsolicited - nothing you send causes this the server pushes it during the login burst and again whenever it resynchronises; no request asks for it

Fields

#FieldTypeMeaningYou set it
1kamasint64The character's kamas balance at the moment of the snapshot. (kamas)
64-bit; do not narrow it.
never
2objectsrepeated ObjectItemInventoryEvery item the character holds, each wrapped with its inventory position and tags.
Element type is ObjectItemInventory, not ObjectItem - the item is one level down.
never

Recovered with score 180, confidence 0.97, margin 180 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: 2 of 2.

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.