Skip to main content

furniture.save_wired_condition

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

Overview

  • ID: 3203
  • Header: WIRED_CONDITION_SAVE
  • Direction: Client to Server (c2s)
  • Realm: Furniture & Items
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Save wired condition configuration

Payload fields

FieldTypeRequiredDescription
itemIdint32requiredRoom item ID of the wired condition.
selectedItemsint32[]requiredIDs of room items linked to this condition.
conditionTypeIdint32requiredWired condition type identifier.
conditionDatastringrequiredCondition-specific configuration data.

Behavior

Sender

Sent when the user saves the configuration of a wired condition item.

Receiver

The server stores the configuration and sends furniture.wired_saved (s2c 1155). Confirmed in GLADIATOR.

Notes

  • No additional notes