From The Mana World
Revision as of 23:57, 1 July 2013 by Jaxad0127 (talk | contribs) (Update packet links.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< 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.