Table of Contents

Worn Item (0x2E)

Moongate Packet Classes

  • WornItemPacket (Outgoing, Fixed, length 15) from src/Moongate.Network.Packets/Outgoing/Entity/WornItemPacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE cmd
BYTE[4] itemid (always starts 0x40 in my data)
BYTE[2] model (item hex #)
BYTE[1] (0x00)
BYTE[1] layer
BYTE[4] playerID
BYTE[2] color/hue

Subcommand Build

N/A

Notes

N/A