diff options
author | n0n4m3 <none@none> | 2010-04-11 11:11:32 +0400 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-04-11 11:11:32 +0400 |
commit | 8db7c06e6b16728eca499d29bb136980d714313b (patch) | |
tree | a06f96173df6f3f23aa2c5a51effa1fd69bd3dcd /src/game/Opcodes.h | |
parent | 36e13c1d1c615d89c1e18add73411c0525ecbf08 (diff) |
Fix Auth on server also some fixes and cleanups. Big thx to TOM_RUS.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 32949eb4731..99817661b91 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1322,8 +1322,26 @@ enum Opcodes UMSG_UNKNOWN_1283 = 0x503, UMSG_UNKNOWN_1284 = 0x504, UMSG_UNKNOWN_1285 = 0x505, - UMSG_UNKNOWN_1286 = 0x506, - NUM_MSG_TYPES = 0x507 + SMSG_UNKNOWN_1286 = 0x506, // ERR_CORPSE_IS_NOT_IN_INSTANCE = 0x1A8, + UMSG_UNKNOWN_1287 = 0x507, // not found + CMSG_UNKNOWN_1288 = 0x508, // lua: SetAllowLowLevelRaid + CMSG_UNKNOWN_1289 = 0x509, // lua: SetAllowLowLevelRaid + SMSG_UNKNOWN_1290 = 0x50A, // camera shake? + SMSG_UNKNOWN_1291 = 0x50B, // some item update packet? + UMSG_UNKNOWN_1292 = 0x50C, // not found + UMSG_UNKNOWN_1293 = 0x50D, // not found - disconnect + CMSG_UNKNOWN_1294 = 0x50E, // something with networking + UMSG_UNKNOWN_1295 = 0x50F, // not found - disconnect + CMSG_UNKNOWN_1296 = 0x510, // something with networking + UMSG_UNKNOWN_1297 = 0x511, // not found - crash + CMSG_UNKNOWN_1298 = 0x512, // something with networking + UMSG_UNKNOWN_1299 = 0x513, // not found + SMSG_UNKNOWN_1300 = 0x514, // SMSG + SMSG_UNKNOWN_1301 = 0x515, // event 0x204 (opens dungeon finder, probably for outdoor bosses) + SMSG_UNKNOWN_1302 = 0x516, // something with player movement (move event 58?) + CMSG_UNKNOWN_1303 = 0x517, // something with player movement (move event 58?) + SMSG_UNKNOWN_1304 = 0x518, // something with player movement (move event 58?), speed packet + NUM_MSG_TYPES = 0x519 }; /// Player state |