diff options
author | Gyx <2359980687@qq.com> | 2012-01-19 14:07:21 +0800 |
---|---|---|
committer | Gyx <2359980687@qq.com> | 2012-01-19 14:07:21 +0800 |
commit | a215e68f4e79fe30a391409ec82b04b5672100c6 (patch) | |
tree | 2e2e1ac3753f21a06c3830f95bf8c2f91ebd23f9 | |
parent | d2cf7d619ac580873cdcac1b2d643c2ab8980e7a (diff) |
Core/Opcodes: 9 new opcodes
Signed-off-by: Gyx <2359980687@qq.com>
-rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index c13806c8a49..b30dc5531fb 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -471,8 +471,8 @@ enum Opcodes MSG_MOVE_HEARTBEAT = 0xB024, MSG_MOVE_HOVER = 0x00, MSG_MOVE_JUMP = 0x9225, - MSG_MOVE_KNOCK_BACK = 0x00, // Possibly 0x60FE - MSG_MOVE_ROOT = 0x00, + MSG_MOVE_KNOCK_BACK = 0x60FE, + MSG_MOVE_ROOT = 0xB0DE, MSG_MOVE_SET_ALL_SPEED_CHEAT = 0x00, MSG_MOVE_SET_FACING = 0x02A4, MSG_MOVE_SET_FLIGHT_BACK_SPEED = 0x00, @@ -515,9 +515,9 @@ enum Opcodes MSG_MOVE_STOP_SWIM = 0xB424, MSG_MOVE_STOP_TURN = 0x90A4, MSG_MOVE_TELEPORT = 0xF25C, - MSG_MOVE_TELEPORT_ACK = 0x00, - MSG_MOVE_TELEPORT_CHEAT = 0x00, - MSG_MOVE_TIME_SKIPPED = 0x00, + MSG_MOVE_TELEPORT_ACK = 0x2425, + MSG_MOVE_TELEPORT_CHEAT = 0xA5A5, + MSG_MOVE_TIME_SKIPPED = 0x3424, MSG_MOVE_TOGGLE_COLLISION_CHEAT = 0x00, MSG_MOVE_TOGGLE_FALL_LOGGING = 0x00, MSG_MOVE_TOGGLE_LOGGING = 0x00, @@ -527,7 +527,7 @@ enum Opcodes MSG_PARTY_ASSIGNMENT = 0x00, MSG_PETITION_DECLINE = 0x98E7, MSG_PETITION_RENAME = 0x4857, - MSG_PVP_LOG_DATA = 0x0, + MSG_PVP_LOG_DATA = 0x00, MSG_QUERY_GUILD_BANK_TEXT = 0x00, MSG_QUERY_NEXT_MAIL_TIME = 0xCEE6, MSG_QUEST_PUSH_RESULT = 0x1863, @@ -844,7 +844,7 @@ enum Opcodes SMSG_NEW_WORLD = 0x647E, SMSG_NOTIFICATION = 0x1A56, SMSG_NOTIFY_DANCE = 0xCE62, - SMSG_NOTIFY_DEST_LOC_SPELL_CAST = 0x00, + SMSG_NOTIFY_DEST_LOC_SPELL_CAST = 0x5CE2, SMSG_NPC_TEXT_UPDATE = 0x4C72, SMSG_NPC_WONT_TALK = 0x00, SMSG_OFFER_PETITION_ERROR = 0x1E7F, @@ -853,7 +853,7 @@ enum Opcodes SMSG_OVERRIDE_LIGHT = 0xCC56, SMSG_PAGE_TEXT_QUERY_RESPONSE = 0x18D2, SMSG_PARTYKILLLOG = 0xCCC2, - SMSG_PARTY_COMMAND_RESULT = 0x00, + SMSG_PARTY_COMMAND_RESULT = 0xCCD6, SMSG_PARTY_MEMBER_STATS = 0xDC5A, SMSG_PARTY_MEMBER_STATS_FULL = 0x0EDF, SMSG_PAUSE_MIRROR_TIMER = 0x00, @@ -897,7 +897,7 @@ enum Opcodes SMSG_PROPOSE_LEVEL_GRANT = 0x0C42, SMSG_PUREMOUNT_CANCELLED_OBSOLETE = 0x00, SMSG_PVP_CREDIT = 0x9EF2, - SMSG_QUERY_QUESTS_COMPLETED_RESPONSE = 0x00, + SMSG_QUERY_QUESTS_COMPLETED_RESPONSE = 0x8E7A, SMSG_QUERY_TIME_RESPONSE = 0xD85A, SMSG_QUESTGIVER_OFFER_REWARD = 0x00, SMSG_QUESTGIVER_QUEST_COMPLETE = 0x24EE, @@ -954,7 +954,7 @@ enum Opcodes SMSG_SET_PHASE_SHIFT = 0x204C, SMSG_SET_PLAYER_DECLINED_NAMES_RESULT = 0x0E67, SMSG_SET_PROFICIENCY = 0x9C5F, - SMSG_SET_PROJECTILE_POSITION = 0x00, + SMSG_SET_PROJECTILE_POSITION = 0xC8F7, SMSG_SHOWTAXINODES = 0x8CFB, SMSG_SHOW_BANK = 0xCCA, SMSG_SPELLBREAKLOG = 0x00, |