Table of Contents

Play Sound Effect (0x54)

Moongate Packet Classes

  • PlaySoundEffectPacket (Outgoing, Fixed, length 12) from src/Moongate.Network.Packets/Outgoing/World/PlaySoundEffectPacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] cmd
BYTE[1] mode (0x00=quiet, repeating, 0x01=single normally played sound effect)
BYTE[2] SoundModel
BYTE[2] unknown3 (speed/volume modifier? Line of sight stuff?)
BYTE[2] xLoc
BYTE[2] yLoc
BYTE[2] zLoc

Subcommand Build

N/A

Notes

N/A