Skip to main content

furniture.wall_items

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 1369
  • Header: ITEM_WALL
  • Direction: Server to Client (s2c)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the full list of wall items in the room

Payload fields

FieldTypeRequiredDescription
ownersCountint32requiredNumber of owner name records.
ownersobject[]requiredArray of owner records. Each contains: ownerId (int32), ownerName (string).
itemCountint32requiredNumber of wall item records.
itemsobject[]requiredArray of wall item records. Each contains: itemId (int32), spriteId (int32), location (string), state (string), extra (string), ownerId (int32).

Behavior

Sender

Sent during room loading with all wall-mounted furniture items.

Receiver

The client renders all wall furniture from the received list. Confirmed in GLADIATOR.

Notes

  • No additional notes