Skip to main content

pet.confirm_breeding_request

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

Overview

  • ID: 634
  • Header: PET_CONFIRM_BREEDING_REQUEST
  • Direction: Server to Client (s2c)
  • Realm: Pets
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Show the breeding confirmation dialog

Payload fields

FieldTypeRequiredDescription
nestIdint32requiredBreeding nest furniture identifier.
pet1objectrequiredFirst pet info: webId (int32), name (string), level (int32), figure (string), and owner (string).
pet2objectrequiredSecond pet info with the same structure.
rarityCategorieslist&lt;object&gt;requiredRarity pool entries with chance (int32) and breedIds (list<int32>).
resultPetTypeint32requiredType identifier for the offspring.

Behavior

Sender

Sent when two pets are eligible to breed and the player needs to confirm.

Receiver

The client shows a dialog with both pets, potential offspring rarity, and result type.

Notes

  • No additional notes