CharacterCreateResponse - Afr0Games/Project-Dollhouse GitHub Wiki

Login Server

Description: Sent by Login Server to confirm or deny character creation.
ID: 0x08, byte
PacketLength: Length of the packet, including the header (3 bytes), ushort
UnencryptedLength: Length of the data when decrypted, not including the packet's header, ushort
CharacterCreationStatus: Can be either 0x01 (Name already existed), 0x02 (Exceeded character limit) or 0x03 (Success), byte
Token: Server-generated token (GUID) to be passed to City Server if the previous field is 0x03 (Success), pascalstring