CharacterCreateResponse (0x0102)
The server sends this packet in response to a CharacterCreateRequest. It tells the client if the character creation was successful, or if an error occured. If the request is a success, the server should also send a CharacterList update with this character’s slot, for it to appear on the character list.
Payload
Data type | Name | Description |
---|---|---|
u8 | status | The status of the request [0=Success, 1=NameNotAvailable, 2=Error] |