Play Sound Effect (0x54)
- Status:
implemented - Direction:
Server - Length:
12 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x54
- Last modified in POL docs:
2009-03-02 08:16:35byTurley
Moongate Packet Classes
PlaySoundEffectPacket(Outgoing, Fixed, length12) fromsrc/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