Ultima Online Protocol :: MOB Name
Packet # Packet Name Length Client Server Obsolete
0x98 MOB Name dynamic X
Data Type Description
byte 0x98 The packet number.
ushort Size The size of the packet.
uint Serial The target's serial.
char[30] Name The target's name. The client version does not include this.

Packet Description:
If you hold ctrl+shift, the Third Dawn client sends this to retrieve the name of a character.
The server should respond with a matching packet that includes the name.

Note: This packet was created long before the introduction of UO3D, so it possibly has other uses.