New packet

This commit is contained in:
Shoghi Cervantes Pueyo
2012-10-25 19:08:36 +02:00
parent 60c80110d3
commit 14e6fcb24e
5 changed files with 47 additions and 23 deletions

View File

@ -81,19 +81,21 @@ $pstruct = array(
),
0x84 => array(
"ubyte",
"ubyte",
"special1",
/*10,
8,
"double",
"byte", */
),
0x8c => array(
"ubyte",
"ubyte",
"special1",
),
0xa0 => array(
6,
),
0xc0 => array(
6,
),

View File

@ -36,5 +36,6 @@ $packetName = array(
0x1d => "ID_ADVERTISE_SYSTEM", //RakNet
0x84 => "ID_RESERVED_7", //Minecraft Implementation
0x8c => "Unknown", //Minecraft Implementation
0xa0 => "Unknown", //Minecraft Implementation
0xc0 => "Unknown", //Minecraft Implementation
);