New packets, general Improvement

This commit is contained in:
Shoghi Cervantes Pueyo
2012-10-21 23:58:16 +02:00
parent 9c4abf49f5
commit 5425dfa5dc
7 changed files with 28 additions and 72 deletions

View File

@ -81,6 +81,7 @@ $pstruct = array(
),
0x84 => array(
"ubyte",
"special1",
/*10,
8,
@ -88,6 +89,11 @@ $pstruct = array(
"byte", */
),
0x8c => array(
"ubyte",
"special1",
),
0xc0 => array(
6,
),

View File

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