Login Protocol: CharacterInfoResponse - Afr0Games/Project-Dollhouse GitHub Wiki
Server
Description: Sent by the loginserver in response to CharacterInfoRequest.
ID: 0x05, byte
Length: Length of the encrypted packet, including header (3 bytes), ushort
DecryptedLength: Length of the data when decrypted, not including header, ushort
NumCharacters: Number of characters that are sent with this packet, byte (encrypted)
For each character
- CharacterID: ID of this character, int32
- Timestamp: Timestamp of when this character was last saved on the server, pascalstring
- Name: Name of this character, pascalstring
- Sex: Sex of this character, pascalstring