Opcode.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. // 本文件由工具自动生成,请勿直接改动
  2. namespace Base
  3. {
  4. public enum Opcode: ushort
  5. {
  6. S2C_StartGame = 4,
  7. S2C_MoveCommand = 6,
  8. S2C_RefreshSkillInfo = 7,
  9. S2C_BulletInit = 8,
  10. S2C_UpdateBuffInfo = 10,
  11. S2C_RemoveBuff = 11,
  12. S2C_SkillShaking = 12,
  13. S2C_UnitDestroy = 13,
  14. S2C_ActorInfo = 14,
  15. S2C_UpdateItem = 15,
  16. S2C_RefreshUnitAttr = 16,
  17. S2C_BattleChat = 17,
  18. S2C_Ping = 18,
  19. S2C_CombatNumberInfo = 19,
  20. S2C_SkillHit = 22,
  21. S2C_RemoveItem = 23,
  22. S2C_RemoveBullet = 24,
  23. S2C_RepickUnit = 25,
  24. S2C_UnitDieReborn = 26,
  25. S2C_UnitReborn = 27,
  26. S2C_UnitInit = 31,
  27. S2C_ActorDetailInfo = 32,
  28. S2C_TimerOn = 33,
  29. S2C_KillReport = 34,
  30. S2C_LineEffect = 37,
  31. S2C_RemoveEffect = 38,
  32. S2C_SkillEnterChannel = 39,
  33. S2C_SkillBreakChannel = 40,
  34. S2C_BulletSyncPosition = 41,
  35. S2C_BulletMoveToTarget = 42,
  36. S2C_BulletMoveToPosition = 43,
  37. S2C_BigPackage = 44,
  38. S2C_RefreshSkillCd = 46,
  39. S2C_SystemNotice = 47,
  40. S2C_LoginBattleServer = 48,
  41. S2C_StartPickHero = 49,
  42. S2C_StartLoading = 50,
  43. S2C_PlayerSelectHero = 51,
  44. S2C_NotifyCreateRole = 53,
  45. S2C_ForwardData = 54,
  46. S2C_ActorGoldInfo = 55,
  47. S2C_GameOverJieSuan = 58,
  48. S2C_LoadingProcess = 61,
  49. S2C_RevokeItemOp = 62,
  50. S2C_LogoutBattle = 63,
  51. S2C_BTreeDebugLog = 64,
  52. S2C_ReconnectBattleServer = 65,
  53. S2C_StartGameFailed = 66,
  54. S2C_DiePlayback = 67,
  55. S2C_WildState = 68,
  56. S2C_NormalSkillEnd = 69,
  57. S2C_UpdateShopItem = 70,
  58. S2C_OpenShop = 71,
  59. S2C_Test = 72,
  60. S2C_BreakSkill = 73,
  61. S2C_RequestSurrender = 74,
  62. S2C_SurrenderVote = 75,
  63. S2C_SurrenderResult = 76,
  64. S2C_ModifyFaction = 77,
  65. S2C_SurrenderTimeLeft = 78,
  66. S2C_ConnectBattleInfo = 79,
  67. S2C_LoadingFinishStartGame = 80,
  68. S2C_MapState = 81,
  69. S2C_InitBuffInfo = 82,
  70. S2C_SelectShop = 83,
  71. S2C_GetShopList = 84,
  72. S2C_StartOb = 85,
  73. S2C_ObFrames = 86,
  74. S2C_UpdateBattleBag = 87,
  75. C2S_Move = 503,
  76. C2S_LevelupSkill = 504,
  77. C2S_CastSkill = 505,
  78. C2S_LoadOk = 506,
  79. C2S_Stop = 507,
  80. C2S_BuyItem = 508,
  81. C2S_DropItem = 509,
  82. C2S_PickupItem = 510,
  83. C2S_BattleChat = 511,
  84. C2S_Ping = 512,
  85. C2S_AttackLocation = 513,
  86. C2S_SellItem = 514,
  87. C2S_LearnSkill = 515,
  88. C2S_ReportError = 516,
  89. C2S_LoginBattleServer = 517,
  90. C2S_LoadingProcess = 518,
  91. C2S_PlayerSelectHero = 519,
  92. C2S_ForwardData = 521,
  93. C2S_ChangeItemPos = 524,
  94. C2S_RevokeItemOp = 526,
  95. C2S_ReconnectGame = 527,
  96. C2S_BattleConfig = 528,
  97. C2S_ModifyHeroAttrs = 529,
  98. C2S_UnitAICmd = 530,
  99. C2S_BTreeDebug = 531,
  100. C2S_ReconnectBattleServer = 532,
  101. C2S_BattleClientInfo = 533,
  102. C2S_OpenShop = 534,
  103. C2S_RandomPickHero = 535,
  104. C2S_RequestSurrender = 536,
  105. C2S_SurrenderVote = 537,
  106. C2S_BuyStone = 538,
  107. C2S_SelectShop = 539,
  108. C2S_GetShopList = 540,
  109. C2S_StartOb = 541,
  110. C2S_Benchmark = 4003,
  111. S2C_Benchmark = 4004,
  112. C2S_PushClientRemoteCommand = 4005,
  113. S2C_PushClientRemoteCommand = 4006,
  114. C2S_ClientRemoteCommand = 4007,
  115. S2C_ClientRemoteCommand = 4008,
  116. C2S_CreateRoom = 4501,
  117. S2C_CreateRoom = 4502,
  118. C2S_EnterRoom = 4503,
  119. S2C_EnterRoom = 4504,
  120. C2S_LeaveRoom = 4505,
  121. S2C_LeaveRoom = 4506,
  122. C2S_InviteFriend = 4507,
  123. S2C_InviteFriend = 4508,
  124. C2S_JoinFaction = 4509,
  125. S2C_JoinFaction = 4510,
  126. C2S_RoomStartGame = 4511,
  127. S2C_RoomStartGame = 4512,
  128. C2S_GetRoomList = 4513,
  129. S2C_GetRoomList = 4514,
  130. C2S_KickPlayer = 4515,
  131. C2S_RoomAddRobot = 4516,
  132. S2C_LoginLobby = 4527,
  133. S2C_ReconnectBattle = 4528,
  134. S2C_UpdateRoomInfo = 4529,
  135. S2C_KickPlayer = 4535,
  136. C2S_RequestOb = 4540,
  137. S2C_RequestOb = 4541,
  138. C2S_GetObRoomList = 4542,
  139. S2C_GetObRoomList = 4543,
  140. C2S_LoginGate = 5001,
  141. S2C_LoginGate = 5002,
  142. C2S_GetPlayerProfile = 5003,
  143. S2C_GetPlayerProfile = 5004,
  144. C2S_SavePlayerProfile = 5005,
  145. S2C_SavePlayerProfile = 5006,
  146. S2C_LogoutGate = 5007,
  147. C2S_LogoutGate = 5011,
  148. C2S_ClientLog = 5012,
  149. S2C_RemoteGM = 5013,
  150. C2S_ClientSysInfo = 5015,
  151. S2C_PlatformBuff = 5016,
  152. C2S_ChangePlayerName = 5017,
  153. S2C_ChangePlayerName = 5018,
  154. S2C_PlayerAttr = 5019,
  155. C2S_Praise = 5021,
  156. S2C_Praise = 5022,
  157. C2S_Complaint = 5025,
  158. S2C_Complaint = 5026,
  159. C2S_RandGenRoleName = 5027,
  160. S2C_RandGenRoleName = 5028,
  161. S2C_TaskInfo = 5030,
  162. S2C_RefreshTask = 5031,
  163. C2S_FetchServerTime = 5032,
  164. S2C_FetchServerTime = 5033,
  165. C2S_FetchPlayerBattleInfo = 5034,
  166. S2C_FetchPlayerBattleInfo = 5035,
  167. C2S_ChangePlayerInfo = 5036,
  168. S2C_ChangePlayerInfo = 5037,
  169. C2S_HeroInfo = 5038,
  170. S2C_HeroInfo = 5039,
  171. C2S_WriteMail = 5040,
  172. S2C_WriteMail = 5041,
  173. S2C_NotifyNewMail = 5042,
  174. C2S_ReadMail = 5043,
  175. S2C_ReadMail = 5044,
  176. C2S_RemoveMail = 5045,
  177. S2C_RemoveMail = 5046,
  178. C2S_Bag = 5050,
  179. S2C_Bag = 5051,
  180. S2C_FlushBagItem = 5052,
  181. S2C_RemoveBagItem = 5053,
  182. C2S_EquipDeckList = 5054,
  183. S2C_EquipDeckList = 5055,
  184. C2S_CreateEquipDeck = 5056,
  185. S2C_CreateEquipDeck = 5057,
  186. C2S_UpdateEquipDeck = 5058,
  187. S2C_UpdateEquipDeck = 5059,
  188. C2S_RemoveEquipDeck = 5060,
  189. S2C_RemoveEquipDeck = 5061,
  190. C2S_MountStone = 5062,
  191. S2C_MountStone = 5063,
  192. C2S_OpenBox = 5064,
  193. S2C_OpenBox = 5065,
  194. C2S_BuyBox = 5066,
  195. S2C_BuyBox = 5067,
  196. C2S_RemoveBagItem = 5068,
  197. C2S_GroupInvite = 5502,
  198. S2C_GroupInvite = 5503,
  199. C2S_JoinGroup = 5504,
  200. S2C_JoinGroup = 5505,
  201. C2S_QuitGroup = 5506,
  202. S2C_QuitGroup = 5507,
  203. C2S_GroupInviteRes = 5508,
  204. S2C_GroupInviteRes = 5509,
  205. S2C_CloseGroup = 5510,
  206. C2S_GroupCreate = 5511,
  207. S2C_Match = 5512,
  208. C2S_CancelMatch = 5513,
  209. S2C_CancelMatch = 5514,
  210. C2S_StartMatch = 5515,
  211. S2C_StartMatch = 5516,
  212. C2S_GroupChat = 5517,
  213. S2C_GroupChat = 5518,
  214. C2S_DownloadMapProcess = 5519,
  215. S2C_DownloadMapProcess = 5520,
  216. C2S_AddFriendReq = 6001,
  217. C2S_AddFriendRes = 6002,
  218. C2S_DeleteFriend = 6003,
  219. C2S_GetFriendList = 6004,
  220. C2S_FriendChat = 6005,
  221. C2S_ChannelMsg = 6006,
  222. C2S_AddFriendGroup = 6007,
  223. C2S_DelFriendGroup = 6008,
  224. C2S_FriendMoveGroup = 6009,
  225. C2S_AddToBlackNames = 6010,
  226. C2S_DelFromBlackNames = 6011,
  227. C2S_ModifyRemarks = 6012,
  228. C2S_UpdateStatus = 6013,
  229. C2S_FetchPlayerFriendInfo = 6014,
  230. C2S_FindPlayerByName = 6015,
  231. C2S_RobotGetOnlinePlayers = 6016,
  232. S2C_AddFriendReqBk = 6500,
  233. S2C_AddFriendReq = 6501,
  234. S2C_AddFriendRes = 6502,
  235. S2C_DeleteFriend = 6503,
  236. S2C_GetFriendList = 6504,
  237. S2C_FriendChat = 6505,
  238. S2C_UpdateFriendStatus = 6506,
  239. S2C_ChannelMsg = 6507,
  240. S2C_AddFriendReqWaitResp = 6508,
  241. S2C_AddFriendGroup = 6509,
  242. S2C_DelFriendGroup = 6510,
  243. S2C_FriendMoveGroup = 6511,
  244. S2C_AddToBlackNames = 6512,
  245. S2C_DelFromBlackNames = 6513,
  246. S2C_NotifyDeleteFriend = 6514,
  247. S2C_ModifyRemarks = 6515,
  248. S2C_UpdateStatus = 6516,
  249. S2C_FetchPlayerFriendInfo = 6517,
  250. S2C_FindPlayerByName = 6518,
  251. S2C_RobotGetOnlinePlayers = 6519,
  252. C2S_AuthAccount = 7001,
  253. S2C_AuthAccount = 7002,
  254. C2S_RegisterAccount = 7003,
  255. S2C_RegisterAccount = 7004,
  256. C2S_QueryAccount = 7005,
  257. S2C_QueryAccount = 7006,
  258. }
  259. }