Skip to main content

user.respect_received

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

Overview

  • ID: 2815
  • Header: USER_RESPECT
  • Direction: Server to Client (s2c)
  • Realm: User & Profile
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a user has received a respect point

Payload fields

FieldTypeRequiredDescription
userIdint32requiredID of the user who received the respect point
respectsReceivedint32requiredUpdated total respect points received by this user

Behavior

Sender

Sent to both the giver and receiver when a respect action is completed. The packet identifies the recipient and their new total respect count.

Receiver

The client plays the respect animation for the target user and updates the displayed respect total on the profile card if it is open.

Notes

  • No additional notes