From The Mana World
m (Jaxad0127 moved page Packet:0x0066 to Net:0x0066 without leaving a redirect)
m (Update packet links.)
 
Line 16: Line 16:


===Internals===
===Internals===
The character server will validate the character slot number and data and return [[Packet:0x0071]]. If the character slot is invalid, the request is silently ignored.
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.


}}
}}

Latest revision as of 23:57, 1 July 2013

< Back

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.