Worn Item (0x2E)
- Status:
implemented - Direction:
Server - Length:
15 bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x2E
- Last modified in POL docs:
2009-03-02 08:12:43byTurley
Moongate Packet Classes
WornItemPacket(Outgoing, Fixed, length15) fromsrc/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