Ultima Online Protocol :: Get Item Failed
Packet # Packet Name Length Client Server Obsolete
0x27 Get Item Failed 0x0002 X X
Data Type Description
byte 0x27 The packet number.
byte Reason 0x00 - Display "You cannot pick that up."
0x01 - Display "That is too far away."
0x02 - Display "That is out of sight."
0x03 - Display "That item does not belong to you. You will have to steal it."
0x04 - Display "You are already holding an item."
0x05 - Destroy the item.
0x06 - No message.

Packet Description:
This is sent to deny the player's request to get an item.