-
Notifications
You must be signed in to change notification settings - Fork 10
Packet 1004
jackpotsvr edited this page Mar 1, 2014
·
1 revision
The message packet, sent from client to server and server to client. It's main purpose is for the in-game chat, although it's also used for login information, and dialog messages.
| Offset | C-type | Java-type | Dec Value | Hex Value |
|---|---|---|---|---|
| 0 | unsigned short |
int |
variable | variable |
| 2 | unsigned short |
int |
1004 | 0x3EC |
| 4 | unsigned integer |
long |
4294967295 | 0xFFFFFFFF |
| 8 | unsigned integer |
long |
2101 | 0x835 |
| 12 | unsigned integer |
long |
0 | 0x0 |
| 14 | unsigned integer |
long |
0 | 0x0 |
| 16 | unsigned byte |
short |
4 | 0x4 |
| 17 | unsigned byte |
short |
6 | 0x6 |
| 18 | char[6] |
String |
SYSTEM | |
| 24 | unsigned byte |
short |
8 | 0x8 |
| 32 | char[8] |
String |
ALLUSERS | |
| 41 | unsigned byte |
short |
8 | 0x8 |
| 42 | char[8] |
String |
ANSWER_OK |