Ultima Online Protocol :: Server List
Packet # Packet Name Length Client Server Obsolete
0xA8 Server List dynamic X X
Data Type Description
byte 0xA8 The packet number.
ushort Size The size of the packet.
byte Flags Server list flags.
ushort Number The number of servers in the list.
loop
{
    ushort Index
    char[32] name
    byte Full
    byte Timezone
    uint Address
}
Index: The server's 0-based index.
Name: The name of the server.
Full: The percentage of players/maximum for the server.
Timezone: The server's timezone bias.
Address: The server's IP address in Big Endian.

Packet Description:
This displays the server list.