From The Mana World
Revision as of 00:27, 22 June 2013 by Garrett (talk | contribs) (Initial creation)
(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 Packet:0x0071. If the character slot is invalid, the request is silently ignored.