From The Mana World
(Created page with "{{packet |nicename=Change Ban Status Response |id=0x2731 |mode={{{mode}}} |length=11 |alignment= |define=N/A |sent={{tmwa location|src/login/login.cpp}} |parsed={{tmwa locatio...")
 
 
Line 11: Line 11:
{{packet field |  0 |  2 | Packet ID    }}
{{packet field |  0 |  2 | Packet ID    }}
{{packet field |  2 |  4 | Account ID }}
{{packet field |  2 |  4 | Account ID }}
{{packet field |  6 |  1 | '0' or '1' (1 = ban) }}
{{packet field |  6 |  1 | '0' or '1' }}
{{packet field |  7 |  4 | Status ID }}
{{packet field |  7 |  4 | Status ID }}



Latest revision as of 01:39, 7 December 2013

< Back

Change Ban Status Response

Packet ID:0x2731
Packet Length:11
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 4 Account ID
6 1 '0' or '1'
7 4 Status ID


Description

Sent by login server in response to a Change Ban Status Request

The char server responds to the map server with a Net:0x2b14