"Working" server

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-06 02:11:20 +01:00
parent fc63676bde
commit 2fd71922ca
6 changed files with 36 additions and 15 deletions

View File

@ -81,25 +81,25 @@ $pstruct = array(
),
0x80 => array(
"triad",
"itriad",
"ubyte",
"customData",
),
0x84 => array(
"triad",
"itriad",
"ubyte",
"customData",
),
0x88 => array(
"triad",
"itriad",
"ubyte",
"customData",
),
0x8c => array(
"triad",
"itriad",
"ubyte",
"customData",
),
@ -107,14 +107,14 @@ $pstruct = array(
0xa0 => array(
"short",
"bool",
"triad",
"itriad",
"special1",
),
0xc0 => array(
"short",
"bool",
"triad",
"itriad",
"special1",
),

View File

@ -40,6 +40,8 @@ $dataName = array(
0x87 => "StartGame",
0x93 => "MoveEntity_PosRot",
0x94 => "MovePlayer",
0x9d => "RequestChunk",
0xa4 => "SetEntityMotion",
);