Skip to main content

pet.status

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

Overview

  • ID: 1907
  • Header: PET_STATUS
  • Direction: Server to Client (s2c)
  • Realm: Pets
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Update a pet's breeding and harvest status

Payload fields

FieldTypeRequiredDescription
roomIndexint32requiredRoom entity index.
petIdint32requiredPet identifier.
canBreedbooleanrequiredWhether the pet can breed.
canHarvestbooleanrequiredWhether the pet can be harvested (plants).
canRevivebooleanrequiredWhether the pet can be revived.
hasBreedingPermissionbooleanrequiredWhether the player has permission to breed.

Behavior

Sender

Sent when a pet's status flags change.

Receiver

The client updates context menu options for the pet.

Notes

  • No additional notes