Skip to main content

room_entities.effect

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

Overview

  • ID: 1167
  • Header: UNIT_EFFECT
  • Direction: Server to Client (s2c)
  • Realm: Room Entities
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that a unit's avatar effect changed

Payload fields

FieldTypeRequiredDescription
roomIndexint32requiredRoom entity index of the unit.
effectIdint32requiredAvatar effect identifier (0 = no effect).
delayMsint32requiredActivation delay in milliseconds.

Behavior

Sender

Sent when a unit activates or deactivates an avatar effect (e.g. wings, halo, particle effects).

Receiver

The client applies the effect animation to the unit. Confirmed in GLADIATOR.

Notes

  • No additional notes