From The Mana World
(Created page with "{{packet |nicename= Create Character Request |id=0x0061 |mode={{{mode}}} |length=37 |alignment=white |define= CMSG_CHAR_CREATE |sent={{mana location|src/net/tmwa/charserverhan...")
 
(fix id)
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{packet
{{packet
|nicename= Create Character Request
|nicename= Create Character Request
|id=0x0061
|id=0x0067
|mode={{{mode}}}
|mode={{{mode}}}
|length=37
|length=37
Line 10: Line 10:
|fields=
|fields=
{{packet field |  0 |  2| Packet ID  }}
{{packet field |  0 |  2| Packet ID  }}
{{packet field |  2 |  24| Char Name  }}
{{packet field |  26 |  6| Char Stats  }}
{{packet field |  32 |  1| Char Selection Slot  }}
{{packet field |  33 |  2| Hair color  }}
{{packet field |  35 |  2| Hair Style  }}


|description=
|description=
Sent by a client to the character server to request the creation of a character.
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 0x6e;. otherwise, sends packet 0x00.
===Internals===
??????????????????????????????????????????????????????????????????????????.


}}
}}

Latest revision as of 21:18, 16 December 2013

< Back

Create Character Request

Packet ID:0x0067
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 0x6e;. otherwise, sends packet 0x00.