Skip to main content

pet.level_notification

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

Overview

  • ID: 859
  • Header: PET_LEVEL_NOTIFICATION
  • Direction: Server to Client (s2c)
  • Realm: Notifications & Landing
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify the owner that a pet leveled up

Payload fields

FieldTypeRequiredDescription
petIdint32requiredPet identifier.
petNamestringrequiredPet display name.
levelint32requiredNew level reached.
figureDataobjectrequiredPet figure data for the notification icon.

Behavior

Sender

Sent to the pet owner when their pet levels up, even if in another room.

Receiver

The client shows a notification bubble with the pet name and new level.

Notes

  • No additional notes