From The Mana World
Line 10: | Line 10: | ||
|fields= | |fields= | ||
{{packet field | 0 | 2 | Packet ID }} | {{packet field | 0 | 2 | Packet ID }} | ||
{{packet field | 2 | 1 | "0" (Zero) }} | {{packet field | 2 | 1 | "0" (Zero, accepted) or "3" (Three, refused) }} | ||
|description= | |description= |
Latest revision as of 06:30, 6 December 2013
Indicator of success/failure of login
Packet ID: | 0x2711 |
---|---|
Packet Length: | 3 |
Client Defined: | N/A |
Sent Location(s): | src/login/login.cpp |
Parsed Location(s): | src/char/char.cpp |
Fields
Offset | Length | Contents |
---|---|---|
0 | 2 | Packet ID |
2 | 1 | "0" (Zero, accepted) or "3" (Three, refused) |
Description
Appears to indicate the success/failure of logging in
Internals
-