UO Protocol 0x07

Pick Up Item(s) (7 bytes)

This is sent by the client when the player picks up an item.

Offset Type     Name             Description
------ -------- ---------------- ------------------------------
 0000  BYTE     cmd
 0001  UINT     serial           item ID
 0005  USHORT   amount           # of items in stack

UO Protocol