Ultima Online Protocol :: Delete Character Failed
Packet # Packet Name Length Client Server Obsolete
0x85 Delete Character Failed 0x0002 X X
Data Type Description
byte 0x85 The packet number.
byte Reason The reason the delete request failed.

  • 0x00 - That character password is invalid.
  • 0x01 - That character does not exist.
  • 0x02 - That character is being played right now.
  • 0x03 - That character is not old enough to delete.
  • 0x04 - That character is currently queued for backup.
  • 0x05 - Couldn't carry out your request.

Packet Description:
This is sent to notify the client that the request to delete a character failed.