Net:0x0067: Difference between revisions
From The Mana World
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
|description= | |description= | ||
Sent by a client to the character server to request the creation of a character and determan the characters name, stats, slot, hair color and hair style. | Sent by a client to the character server to request the creation of a character and determan the characters name, stats, slot, hair color and hair style. | ||
if it fails to make a new char, sends packet 0xabcd. Otherwise, send packet 0x1234. | if it fails to make a new char, sends packet 0xabcd. Otherwise, send packet 0x1234. | ||
}} | }} | ||
Revision as of 01:04, 11 December 2013
Create Character Request
| Packet ID: | 0x0061 |
|---|---|
| Packet Length: | 37 |
| Client Defined: | CMSG_CHAR_CREATE |
| Sent Location(s): | src/net/tmwa/charserverhandler.cpp:315 |
| Parsed Location(s): | src/char/char.cpp |
Fields
| Offset | Length | Contents |
|---|---|---|
| 0 | 2 | Packet ID |
| 2 | 24 | Char Name |
| 26 | 6 | Char Stats |
| 32 | 1 | Char Selection Slot |
| 33 | 2 | Hair color |
| 35 | 2 | Hair Style |
Description
Sent by a client to the character server to request the creation of a character and determan the characters name, stats, slot, hair color and hair style. if it fails to make a new char, sends packet 0xabcd. Otherwise, send packet 0x1234.