Net:0x0066
From The Mana World
Select Character Request
| Packet ID: | 0x0066 |
|---|---|
| Packet Length: | 3 |
| Client Defined: | CMSG_CHAR_SELECT |
| Sent Location(s): | src/net/tmwa/charserverhandler.cpp:307 |
| Parsed Location(s): | src/char/char.cpp |
Fields
| Offset | Length | Contents |
|---|---|---|
| 0 | 2 | Packet ID |
| 2 | 1 | Character Slot Number |
Description
The client sends this packet to the character server when setting the active character for a logged in account.
Internals
The character server will validate the character slot number and data and return Net:0x0071. If the character slot is invalid, the request is silently ignored.