User Tools

Site Tools


uo_protocol_0x86

UO Protocol 0x86

Resend Characters After Delete (Variable # of bytes)

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.

Offset Type     Name             Description
------ -------- ---------------- ------------------------------
 0000  BYTE     cmd
 0001  USHORT   blockSize
 0003  BYTE     nchars           # of characters in the list
       for (nchars)
       {
       CHAR[30] name             character name
       CHAR[30] password         character password
       }
uo_protocol_0x86.txt · Last modified: 2014/05/19 09:11 by thooge