UO Protocol 0x08

Drop Item(s) (14 bytes)

This is sent by the client when the player drops an item.

Offset Type     Name             Description
------ -------- ---------------- ------------------------------
 0000  BYTE     cmd
 0001  UINT     serial           item ID
 0005  USHORT   locX
 0007  USHORT   locY
 0009  SBYTE    locZ
 0010  UINT     containerId      Move Into Container ID (0xFFFFFFFF if normal world)

UO Protocol