Skip to main content

pet.breeding

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

Overview

  • ID: 1746
  • Header: PET_BREEDING
  • Direction: Server to Client (s2c)
  • Realm: Pets
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify about a pet breeding state change

Payload fields

FieldTypeRequiredDescription
stateint32requiredBreeding state: 1=cancelled, 2=accepted, 3=requested.
ownPetIdint32requiredPlayer's own pet identifier in the breeding.
otherPetIdint32requiredOther pet identifier in the breeding.

Behavior

Sender

Sent when two pets interact at a breeding nest.

Receiver

The client updates the breeding UI based on the state.

Notes

  • No additional notes