Skip to main content

room.use_pet_product

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

Overview

  • ID: 1328
  • Header: USE_PET_PRODUCT
  • Direction: Client to Server (c2s)
  • Realm: Pets
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Use a product item on a pet

Payload fields

FieldTypeRequiredDescription
petIdint32requiredRoom entity ID of the pet.
itemIdint32requiredInventory item ID of the product to use.

Behavior

Sender

Sent when the user applies a product (e.g. accessory, potion) to a pet in the room.

Receiver

The server applies the product effect to the pet. Confirmed in GLADIATOR.

Notes

  • No additional notes