Ultima Online Protocol :: Bulletin Board :: Delete Message
Packet # Packet Name Length Client Server Obsolete
0x71 Bulletin Board dynamic X
Data Type Description
byte 0x71 The packet number.
ushort Size The size of the packet.
byte Command The command being sent.

  • 0x06 - Delete Message
uint Serial The board's item serial.
uint Message The message serial.

Packet Description:
This is sent by the client to delete a message.

The server should remove the message from the bulletin board container and send a Destroy
packet to each client viewing the board to remove the message.