From The Mana World
(Created page with "{{internal packet |nicename= Indicator of success/failure of login |id=0x2711 |mode={{{mode}}} |length= - |alignment= |define= - |sent={{tmwa location|src/char/char.cpp|1091}}...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{packet | ||
|nicename= Indicator of success/failure of login | |nicename= Indicator of success/failure of login | ||
|id=0x2711 | |id=0x2711 | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length= | |length= 3 | ||
|alignment= | |alignment= | ||
|define= | |define= N/A | ||
|sent={{tmwa location|src/ | |sent={{tmwa location|src/login/login.cpp|1091}} | ||
|parsed={{tmwa location|src/ | |parsed={{tmwa location|src/char/char.cpp|}} | ||
|fields= | |fields= | ||
{{packet field | 0 | 2 | Packet ID }} | |||
{{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
-