Skip to main content

furniture.wall_update

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

Overview

  • ID: 168
  • Header: FURNITURE_WALL_UPDATE
  • Direction: Client to Server (c2s)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Move a wall item to a new position

Payload fields

FieldTypeRequiredDescription
itemIdstringrequiredRoom wall item ID (serialized as string).
wallPositionstringrequiredWall position string in Nitro wall-item notation.

Behavior

Sender

Sent when the user repositions a wall item using the furniture edit mode.

Receiver

The server validates placement and broadcasts furniture.wall_item_updated (s2c 2009). Confirmed in GLADIATOR.

Notes

  • No additional notes