From 15d18fea37a615276b75a3b4fc2b079fb46dadd8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 28 Sep 2019 19:53:13 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_msgid.proto | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/server/tools/protobuild/cs_msgid.proto b/server/tools/protobuild/cs_msgid.proto index cefed7a..92db739 100644 --- a/server/tools/protobuild/cs_msgid.proto +++ b/server/tools/protobuild/cs_msgid.proto @@ -5,11 +5,36 @@ enum CMMessageId_e { _CMAuthSession = 0x1ED; _CMCharEnum = 0x037; + _CMPlayerLogin = 0x03D; + _CMNameQuery = 0x050; + _CMUpdateAccountData = 0x20B; + _CMSetActiveMover = 0x26A; } enum SMMessageId_e { + _SMLoginSsetTimeSpeed = 0x042; + _SMNameQueryResponse = 0x051; + _SMFriendList = 0x067; + _SMIgnoreList = 0x06B; + _SMMonsterMove = 0x0DD; _SMAuthChallenge = 0x1EC; _SMAuthResponse = 0x1EE; _SMCharEnum = 0x03B; + _SMMessageChat = 0x096; + _SMTutorialFlags = 0x0FD; + _SMInitializeFactions = 0x122; + _SMSetProficiency = 0x127; + _SMActionButtons = 0x129; + _SMInitialSpells = 0x12A; + _SMSpellGo = 0x132; + _SMUpdateAuraDuration = 0x137; + _SMBindPointUpdate = 0x155; + _SMCompressedUupdateObject = 0x1F6; + _SMAccountDataTimes = 0x209; + _SMLoginVerifyWorld = 0x236; + _SMSetRestStart = 0x21E; + _SMSpellLogExecute = 0x24C; + _SMInitWorldStates = 0x2C2; + _SMWeather = 0x2F4; } \ No newline at end of file