Ultima Online Protocol :: All Characters
Packet # Packet Name Length Client Server Obsolete
0x86 All Characters dynamic X X
Data Type Description
byte 0x86 The packet number.
ushort Size The size of the packet.
byte num_chars The number of characters in the list.
loop
{
    char[30] name
    char[30] password
}
This loop contains the name and password (if any) of each character in the list. Loop for num_chars.

Packet Description:
This is sent by the server after deleting a character.
Some clients may require that all five characters be sent even if they are not used.