InnerOpcode.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace ET
  2. {
  3. public static partial class InnerOpcode
  4. {
  5. public const ushort M2A_Reload = 20002;
  6. public const ushort A2M_Reload = 20003;
  7. public const ushort G2G_LockRequest = 20004;
  8. public const ushort G2G_LockResponse = 20005;
  9. public const ushort G2G_LockReleaseRequest = 20006;
  10. public const ushort G2G_LockReleaseResponse = 20007;
  11. public const ushort ObjectAddRequest = 20008;
  12. public const ushort ObjectAddResponse = 20009;
  13. public const ushort ObjectLockRequest = 20010;
  14. public const ushort ObjectLockResponse = 20011;
  15. public const ushort ObjectUnLockRequest = 20012;
  16. public const ushort ObjectUnLockResponse = 20013;
  17. public const ushort ObjectRemoveRequest = 20014;
  18. public const ushort ObjectRemoveResponse = 20015;
  19. public const ushort ObjectGetRequest = 20016;
  20. public const ushort ObjectGetResponse = 20017;
  21. public const ushort G2M_SessionDisconnect = 20018;
  22. public const ushort A2L_LoginAccountRequest = 20019;
  23. public const ushort L2A_LoginAccountResponse = 20020;
  24. public const ushort L2G_DisconnectGateUnit = 20021;
  25. public const ushort A2R_GetRealmKey = 20022;
  26. public const ushort R2A_GetRealmKey = 20023;
  27. public const ushort R2G_GetLoginGateKey = 20024;
  28. public const ushort G2R_GetLoginGateKey = 20025;
  29. public const ushort G2L_AddLoginRecord = 20026;
  30. public const ushort L2G_AddLoginRecord = 20027;
  31. public const ushort G2M_RequestEnterGameState = 20028;
  32. public const ushort M2G_RequestEnterGameState = 20029;
  33. public const ushort M2M_UnitTransferResponse = 20030;
  34. public const ushort G2M_RequestExitGame = 20031;
  35. public const ushort M2G_RequestExitGame = 20032;
  36. public const ushort G2L_RemoveLoginRecord = 20033;
  37. public const ushort L2G_RemoveLoginRecord = 20034;
  38. public const ushort Other2UnitCache_AddOrUpdateUnit = 20035;
  39. public const ushort UnitCache2Other_AddOrUpdateUnit = 20036;
  40. public const ushort Other2UnitCache_GetUnit = 20037;
  41. public const ushort Other2UnitCache_DeleteUnit = 20038;
  42. public const ushort UnitCache2Other_DeleteUnit = 20039;
  43. public const ushort SystemNoticeProtoIn = 20040;
  44. public const ushort H2N_AddSystemNotice = 20041;
  45. public const ushort N2H_AddSystemNotice = 20042;
  46. public const ushort H2N_RemoveSystemNotice = 20043;
  47. public const ushort N2H_RemoveSystemNotice = 20044;
  48. public const ushort N2M_SystemNoticeChanged = 20045;
  49. public const ushort N2M_SystemNoticeRemoved = 20046;
  50. public const ushort A2N_GetLatestNotice = 20047;
  51. public const ushort N2A_GetLatestNotice = 20048;
  52. public const ushort M2N_GetSystemNoticeList = 20049;
  53. public const ushort N2M_GetSystemNoticeList = 20050;
  54. public const ushort M2N_GetSystemNotice = 20051;
  55. public const ushort N2M_GetSystemNotice = 20052;
  56. public const ushort MailProtoIn = 20053;
  57. public const ushort H2Mail_AddMail = 20054;
  58. public const ushort Mail2H_AddMail = 20055;
  59. public const ushort H2Mail_RemoveMail = 20056;
  60. public const ushort Mail2H_RemoveMail = 20057;
  61. public const ushort G2Mail_EnterGame = 20058;
  62. public const ushort Mail2G_EnterGame = 20059;
  63. public const ushort G2Mail_ExitGame = 20060;
  64. public const ushort Mail2G_ExitGame = 20061;
  65. public const ushort M2Mail_GetMailItems = 20062;
  66. public const ushort Mail2M_GetMailItems = 20063;
  67. public const ushort M2Mail_GetAllMailItems = 20064;
  68. public const ushort Mail2M_GetAllMailItems = 20065;
  69. public const ushort H2M_GetOnlineCount = 20066;
  70. public const ushort M2H_GetOnlineCount = 20067;
  71. public const ushort H2M_GetRoleOnlineStatus = 20068;
  72. public const ushort M2H_GetRoleOnlineStatus = 20069;
  73. public const ushort H2A_GetRoleInfo = 20070;
  74. public const ushort A2H_GetRoleInfo = 20071;
  75. public const ushort H2Other_ReloadHotfixDll = 20072;
  76. public const ushort Other2H_ReloadHotfixDll = 20073;
  77. public const ushort H2Other_ReloadSqliteConfig = 20074;
  78. public const ushort Other2H_ReloadSqliteConfig = 20075;
  79. public const ushort H2G_KickAllPlayers = 20076;
  80. public const ushort G2H_KickAllPlayers = 20077;
  81. public const ushort H2A_SetLoginStatus = 20078;
  82. public const ushort A2H_SetLoginStatus = 20079;
  83. public const ushort G2M_RequestWaitEnterGameScene = 20080;
  84. public const ushort G2Friend_EnterGame = 20081;
  85. public const ushort Friend2G_EnterGame = 20082;
  86. public const ushort G2Friend_ExitGame = 20083;
  87. public const ushort Friend2G_ExitGame = 20084;
  88. public const ushort FriendProtoIn = 20085;
  89. public const ushort M2Friend_GetAllTypeFriendList = 20086;
  90. public const ushort Friend2M_GetAllTypeFriendList = 20087;
  91. public const ushort Friend2OpenRoleInfo_ReceiveApplyForFriend = 20088;
  92. public const ushort Friend2OpenRoleInfo_AddFriend = 20089;
  93. public const ushort M2Friend_TakeGiftFromFriend = 20090;
  94. public const ushort Friend2M_TakeGiftFromFriend = 20091;
  95. public const ushort M2Friend_TakeGiftFromAllFriend = 20092;
  96. public const ushort Friend2M_TakeGiftFromAllFriend = 20093;
  97. public const ushort Friend2M_GiveGiftToFriend = 20094;
  98. public const ushort M2Friend_GetFriendCount = 20095;
  99. public const ushort Friend2M_GetFriendCount = 20096;
  100. public const ushort G2Gallery_EnterGame = 20097;
  101. public const ushort Gallery2G_EnterGame = 20098;
  102. public const ushort G2Gallery_ExitGame = 20099;
  103. public const ushort Gallery2G_ExitGame = 20100;
  104. public const ushort M2Gallery_LikeGalleryWorks = 20101;
  105. public const ushort Gallery2M_LikeGalleryWorks = 20102;
  106. public const ushort Gallery2Friend_GetAllFriendId = 20103;
  107. public const ushort Friend2Gallery_GetAllFriendId = 20104;
  108. public const ushort M2Gallery_GetGalleryRankBonus = 20105;
  109. public const ushort Gallery2M_GetGalleryRankBonus = 20106;
  110. public const ushort M2Gallery_ModifyGalleryRoleName = 20107;
  111. public const ushort M2Gallery_ClearingGalleryRank = 20108;
  112. public const ushort Other2OpenRoleInfo_GetOtherRoleInfo = 20109;
  113. public const ushort OpenRoleInfo2Other_GetOtherRoleInfo = 20110;
  114. public const ushort M2Arena_GetArenaDressup = 20111;
  115. public const ushort Arena2M_GetArenaDressup = 20112;
  116. public const ushort Arena2M_CheckDressupInfo = 20113;
  117. public const ushort M2Arena_CheckDressupInfo = 20114;
  118. public const ushort Arena2M_SyncSeasonData = 20115;
  119. public const ushort Other2M_AddNum = 20116;
  120. public const ushort M2Other_AddNum = 20117;
  121. public const ushort M2Other_CacheRoleInstanceId = 20118;
  122. public const ushort M2Other_ClearRoleInstanceIdCache = 20119;
  123. public const ushort Other2M_SetLimitInfo = 20120;
  124. public const ushort LimitInfoProto = 20121;
  125. public const ushort Arena2M_SendFightPrize = 20122;
  126. public const ushort M2Arena_SendFightPrize = 20123;
  127. public const ushort Arena2M_SendFightFirstUpPrize = 20124;
  128. public const ushort Arena2M_SyncDressupInfo = 20125;
  129. public const ushort M2Arena_EnterGame = 20126;
  130. public const ushort Arena2M_GetArenaDressupAttrProto = 20127;
  131. public const ushort M2Arena_GetArenaDressupAttrProto = 20128;
  132. public const ushort M2Arena_AsyncArenaDressupAttrProto = 20129;
  133. public const ushort M2Arena_AsyncArenaLeagueSkillAttrProto = 20130;
  134. public const ushort Arena2M_GetSkillAttrProto = 20131;
  135. public const ushort M2Arena_GetSkillAttrProto = 20132;
  136. public const ushort Arena2M_CheckArenaFightNum = 20133;
  137. public const ushort M2Arena_CheckArenaFightNum = 20134;
  138. public const ushort Arena2M_DeductsArenaFightNum = 20135;
  139. public const ushort Other2Friend_GetAllFriendId = 20136;
  140. public const ushort Friend2Other_GetAllFriendId = 20137;
  141. public const ushort M2Arena_RefreshArenaTargets = 20138;
  142. public const ushort Arena2M_RefreshArenaTargets = 20139;
  143. public const ushort OpenRoleInfo2Other_SendOtherRoleInfo = 20140;
  144. public const ushort M2Arena_SetRankAndGrade = 20141;
  145. public const ushort T2Other_Test = 20142;
  146. public const ushort M2League_CreateLeague = 20143;
  147. public const ushort League2M_CreateLeague = 20144;
  148. public const ushort M2League_CheckLeaguePower = 20145;
  149. public const ushort League2M_CheckLeaguePower = 20146;
  150. public const ushort M2League_ModifyLeagueNameOrIcon = 20147;
  151. public const ushort League2M_ModifyLeagueNameOrIcon = 20148;
  152. public const ushort M2League_SendLeagueAd = 20149;
  153. public const ushort League2M_SendLeagueAd = 20150;
  154. public const ushort M2League_LeaguePray = 20151;
  155. public const ushort League2M_LeaguePray = 20152;
  156. public const ushort M2League_CheckLeagueWelfare = 20153;
  157. public const ushort League2M_CheckLeagueWelfare = 20154;
  158. public const ushort M2League_SendLeagueChatToRole = 20155;
  159. public const ushort Other2M_SendItemsToRole = 20156;
  160. public const ushort H2A_OpenServerType = 20157;
  161. public const ushort A2H_OpenServerType = 20158;
  162. public const ushort H2A_AccountWhite = 20159;
  163. public const ushort A2H_AccountWhite = 20160;
  164. public const ushort H2A_AccountBan = 20161;
  165. public const ushort A2H_AccountBan = 20162;
  166. public const ushort H2A_AccountWh = 20163;
  167. public const ushort A2H_AccountWh = 20164;
  168. public const ushort H2A_IpBan = 20165;
  169. public const ushort A2H_IpBan = 20166;
  170. public const ushort M2League_AddLeagueCoin = 20167;
  171. public const ushort League2M_LeagueChange = 20168;
  172. public const ushort League2M_JoinLeagueQuestion = 20169;
  173. public const ushort Friend2M_SyncFriendNum = 20170;
  174. public const ushort Arena2M_AddChallengeNum = 20171;
  175. public const ushort Other2League_SetLeagueValue = 20172;
  176. public const ushort Order2Map_SendShopAdd = 20173;
  177. public const ushort Map2Order_SendShopAdd = 20174;
  178. public const ushort H2A_SetQuickLoginCheck = 20175;
  179. public const ushort H2A_SetQuickLoginCheckMode = 20176;
  180. public const ushort M2Order_AddOrderTemp = 20177;
  181. public const ushort Order2M_AddOrderTemp = 20178;
  182. public const ushort Order2Off_AddOrderMsg = 20179;
  183. public const ushort Map2Chat_QueryChatRecord = 20180;
  184. public const ushort Chat2Map_QueryChatRecord = 20181;
  185. public const ushort Other2Chat_AddChatRecord = 20182;
  186. public const ushort H2O_PingScene = 20183;
  187. public const ushort O2H_PingScene = 20184;
  188. public const ushort League2M_GetAnswerQuestionReward = 20185;
  189. public const ushort M2League_GetAnswerQuestionReward = 20186;
  190. public const ushort M2League_DailyResetReward = 20187;
  191. public const ushort H2Other_ReloadHotfixWords = 20188;
  192. public const ushort Other2H_ReloadHotfixWords = 20189;
  193. public const ushort M2OpenRoleInfo_AddOrUpdateOpenRoleInfo = 20190;
  194. public const ushort M2OpenRoleInfo_UpdateLvl = 20191;
  195. public const ushort M2OpenRoleInfo_UpdateName = 20192;
  196. public const ushort M2OpenRoleInfo_UpdateSignature = 20193;
  197. public const ushort M2OpenRoleInfo_UpdateOfflineTimeSec = 20194;
  198. public const ushort M2OpenRoleInfo_UpdateCustomSuitInfo = 20195;
  199. public const ushort InnerPictureInfoProto = 20196;
  200. public const ushort M2OpenRoleInfo_UpdateAlbum = 20197;
  201. public const ushort M2OpenRoleInfo_SetMonthCardStatus = 20198;
  202. public const ushort M2OpenRoleInfo_UpdateHead = 20199;
  203. public const ushort M2OpenRoleInfo_UpdateHeadBorder = 20200;
  204. public const ushort M2OpenRoleInfo_UpdateTitleItem = 20201;
  205. public const ushort M2OpenRoleInfo_UpdateSuitCollect = 20202;
  206. public const ushort M2OpenRoleInfo_UpdateCardCollect = 20203;
  207. public const ushort M2OpenRoleInfo_UpdateAchievementTaskCollect = 20204;
  208. public const ushort M2OpenRoleInfo_UpdateExp = 20205;
  209. public const ushort M2OpenRoleInfo_UpdateBadge = 20206;
  210. public const ushort M2OpenRoleInfo_UpdateLeagueName = 20207;
  211. public const ushort G2Queue_Enqueue = 20208;
  212. public const ushort Queue2G_Enqueue = 20209;
  213. public const ushort Queue2G_EnterMap = 20210;
  214. public const ushort G2Queue_EnterMap = 20211;
  215. public const ushort Queue2G_UpdateInfo = 20212;
  216. public const ushort G2Queue_Disconnect = 20213;
  217. public const ushort H2Other_ReloadStartConfig = 20214;
  218. public const ushort Other2H_ReloadStartConfig = 20215;
  219. public const ushort Other2Queue_GetRoleMapId = 20216;
  220. public const ushort Queue2Other_GetRoleMapId = 20217;
  221. public const ushort Queue2M_ExploringActivity = 20218;
  222. public const ushort M2Queue_ExploringActivity = 20219;
  223. public const ushort M2Queue_NoticeFiring = 20220;
  224. public const ushort H2Other_OperatorManyFunc = 20221;
  225. public const ushort Other2H_OperatorManyFunc = 20222;
  226. public const ushort M2OpenRoleInfo_UpdateRoleGold = 20223;
  227. public const ushort M2OpenRoleInfo_UpdateVipLvl = 20224;
  228. public const ushort M2OpenRoleInfo_UpdateVipExp = 20225;
  229. public const ushort M2OpenRoleInfo_UpdateDiamondPurple = 20226;
  230. public const ushort M2OpenRoleInfo_UpdateDiamondRed = 20227;
  231. public const ushort H2OpenRoleInfo_GetRoleInfo = 20228;
  232. public const ushort OpenRoleInfo2H_GetRoleInfo = 20229;
  233. public const ushort M2OpenRoleInfo_UpdateSynthesisProgress = 20230;
  234. public const ushort M2OpenRoleInfo_GetLevelRoleInfoProtos = 20231;
  235. public const ushort OpenRoleInfo2M_GetLevelRoleInfoProtos = 20232;
  236. public const ushort M2Arena_UpMaxGradeRewardToCanGot = 20233;
  237. public const ushort G2JudgingRound_EnterGame = 20234;
  238. public const ushort JudgingRound2G_EnterGame = 20235;
  239. public const ushort G2JudgingRound_ExitGame = 20236;
  240. public const ushort JudgingRound2G_ExitGame = 20237;
  241. public const ushort JudgingRound2M_JudgingRoundBeckoning = 20238;
  242. public const ushort M2JudgingRound_JudgingRoundBeckoning = 20239;
  243. public const ushort M2GlobalTime_GetCimbingTowerWeekTags = 20240;
  244. public const ushort GlobalTime2M_GetCimbingTowerWeekTags = 20241;
  245. }
  246. }