fish_def.proto 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. package fish_protocols;
  2. enum e_server_msg_type {
  3. //客户端到服务端
  4. e_mst_start_c2l = 10000;
  5. e_mst_c2l_get_room_info = 10001; //获取游戏信息
  6. e_mst_c2l_enter_table = 10002; //进入游戏
  7. e_mst_c2l_leave_table = 10003; //离开游戏
  8. e_mst_c2l_check_state = 10004; //检测状态
  9. e_mst_c2l_get_scene_info = 10100; //获取场景信息
  10. e_mst_c2l_change_seat = 10101; //请求改变座位
  11. e_mst_c2l_change_rate = 10102; //请求改变倍率
  12. e_mst_c2l_manual_fire = 10103; //手动发炮
  13. e_mst_c2l_hit_fish = 10104; //击中鱼
  14. e_mst_c2l_buy_item = 10105; //购买道具
  15. e_mst_c2l_use_item = 10106; //使用道具
  16. e_mst_c2l_get_shoplist = 10107; //获取商品列表
  17. e_mst_c2l_hit_fishs = 10108; //击中鱼
  18. e_mst_c2l_lock_fish = 10109; //锁定鱼
  19. e_mst_c2l_player_levelup = 10110; //玩家升级
  20. e_mst_c2l_turret_levelup = 10111; //玩家升级
  21. e_mst_c2l_usetick_levelup = 10112; //使用礼券升级
  22. e_mst_c2l_change_table = 10113; //换桌子
  23. e_mst_c2l_try_turret = 10114; //试用炮台结束
  24. e_mst_c2l_try_turret_state = 10115; //请求试用状态
  25. e_mst_c2l_use_turret_power = 10116; //请求使用大招
  26. e_mst_c2l_turret_rotate = 10117; //炮台旋转
  27. e_mst_c2l_missile_fire = 10118; //导弹发射
  28. e_mst_c2l_complete_guide = 10119; //完成引导
  29. e_mst_c2l_pre_missile_fire = 10120; //大激光准备
  30. e_mst_c2l_get_arena_match_info = 10121; //获取竞技场的当前信息
  31. e_mst_c2l_get_champion_list = 10122; //获取冠军列表
  32. e_mst_c2l_get_self_history_reward_list = 10123; // 获取自己的奖励列表
  33. e_mst_c2l_buy_func_item = 10124; //购买功能道具
  34. e_mst_c2l_useitem_levelup = 10125; //使用道具升级
  35. e_mst_c2l_ask_sync_gold = 10126; //金币同步
  36. e_mst_c2l_torpedo_exchange = 10127; //炮台合成
  37. e_mst_c2l_req_drop_rate = 10128; //请求降炮
  38. e_mst_c2l_beneifts = 10129; //领取救济金
  39. e_mst_c2l_get_baojin_match_info = 10130; //爆金场大厅界面信息获取
  40. e_mst_c2l_baojin_revive = 10131; //复活,再次挑战
  41. e_mst_c2l_get_baojin_rank = 10132; //获取爆金排行榜
  42. e_mst_c2l_recv_score_reward = 10133; //领取积分档位奖励
  43. e_mst_c2l_get_self_info = 10134; //获取个人信息
  44. e_mst_c2l_req_gold_feast_info = 10135; // 请求盛宴活动信息
  45. e_mst_c2l_req_recv_gold_feast_reward = 10136; // 请求领取盛宴活动奖励
  46. e_mst_c2l_get_baojin_quest_info = 10137; // 获取竞技场任务信息
  47. e_mst_c2l_use_torpedo_lock_fish = 10138; // 使用弹头锁定鱼
  48. e_mst_c2l_baojin_recv_actreward = 10139; // 首次完成比赛后,领取活动奖励
  49. e_mst_c2l_baojin_act_getinfo = 10140; // 竞技场活动信息
  50. e_mst_l2c_abandon_baojin_match = 10141; // 放弃竞技场挑战
  51. e_mst_c2l_get_christmas_info = 10142; // 获取圣诞活动信息
  52. e_mst_c2l_christmas_exchange = 10143; // 圣诞兑换
  53. e_mst_c2l_christmas_lottery_word = 10144; // 抽取文字
  54. e_mst_c2l_get_torpedo_rank = 10145; // 弹头排行榜
  55. e_mst_c2l_get_torpedo_rank_change_list = 10146; // 弹头排行榜
  56. e_mst_c2l_req_recv_spittor_snatch_level_reward = 10147; // 领取金蟾夺宝活动档位奖励
  57. e_mst_c2l_get_dragon_palace_info = 10148; // 龙宫界面信息获取
  58. e_mst_c2l_get_dragon_palace_rank = 10149; // 获取龙宫排行榜
  59. e_mst_c2l_dragon_palace_exchange = 10150; // 龙宫兑换
  60. e_mst_c2l_dragon_add_exchange_count = 10151;
  61. e_mst_c2l_daily_dimensity_exchange = 10152;
  62. e_mst_c2l_get_ticket_palace_info = 10153;
  63. e_mst_c2l_get_recv_ticket_palace_reward = 10154;
  64. e_mst_c2l_join_arena_match = 10155;
  65. e_mst_c2l_get_freedom_match_info = 10156;
  66. e_mst_c2l_join_freedom_match = 10157;
  67. e_mst_c2l_freedom_match_do_balance = 10158;
  68. e_mst_c2l_get_kd_rank = 10159;
  69. e_mst_c2l_get_points_rank = 10160;
  70. e_mst_c2l_medium_grade_exchange = 10161;
  71. e_mst_c2l_get_monkey_rank = 10162;
  72. e_mst_c2l_torpedo_compose = 10163; //弹头合成
  73. e_mst_c2l_create_airdrop = 10164; //创建空投
  74. e_mst_c2l_get_airdrop_list = 10165; //获取空投列表
  75. e_mst_c2l_get_airdrop_info = 10166; //获取空投信息
  76. e_mst_c2l_draw_airpot = 10167; //领取空投
  77. e_mst_c2l_torpedo_disassemble = 10168; //弹头拆解
  78. e_mst_c2l_goldfish_lottery = 10169; //黄金鱼抽奖
  79. e_mst_c2l_exchange_dimensity = 10170; //魔晶兑换
  80. e_mst_c2l_get_torpedo_notice = 10171;
  81. e_mst_c2l_southsea_treasurehunt_lottery = 10172;
  82. e_mst_c2l_southsea_treasurehunt_get_info = 10173;
  83. e_mst_c2l_southsea_treasurehunt_enter = 10174;
  84. e_mst_c2l_get_southsea_treasurehunt_notice = 10175;
  85. e_mst_c2l_enter_southsea_treasurehunt = 10176;
  86. e_mst_c2l_start_Sd_Lottery = 10177;
  87. e_mst_c2l_summer_item_exchange = 10178;
  88. e_mst_c2l_get_grand_prix_rank = 10179;
  89. e_mst_c2l_get_crab_info = 10180;
  90. e_mst_c2l_req_attack_crab = 10181;
  91. e_mst_c2l_req_cur_loop_act = 10182;
  92. e_mst_c2l_get_armedshark_palace_info = 10183;
  93. e_mst_c2l_armedshark_palace_call_bomb_aircraft = 10184;
  94. e_mst_c2l_armedshark_palace_lottery = 10185;
  95. e_mst_c2l_get_armedshark_getHistoryList = 10186;
  96. e_mst_c2l_armedshark_palace_execute = 10187;
  97. e_mst_c2l_Nd_start_Lottery = 10188;
  98. e_mst_c2l_Nd_item_exchange = 10189;
  99. e_mst_c2l_Nd_get_activity_info = 10190;
  100. e_mst_c2l_req_activity_game_info = 10191;
  101. e_mst_c2l_get_legendaryfish_palace_info = 10192;
  102. e_mst_c2l_flush_shop = 10193;
  103. e_mst_c2l_call_legendaryfish = 10194;
  104. e_mst_c2l_buy_shop_item = 10195;
  105. e_mst_c2l_play_ad_reward = 10196;
  106. e_mst_c2l_treasure_bowl_lottery = 10197;
  107. e_mst_c2l_get_boss_info = 10198;
  108. e_mst_c2l_receive_redpacket_reward = 10199;
  109. e_mst_c2l_get_mythical_palace_info = 10200;
  110. e_mst_c2l_receive_mythical_points_award = 10201;
  111. e_mst_c2l_req_lottery_mysterous_shell = 10202;
  112. e_mst_c2l_req_lottery_dice_game = 10203;
  113. e_mst_c2l_receive_torpedo_guaranteed_award = 10204;
  114. e_mst_c2l_change_room_rate = 10205;
  115. e_mst_c2l_req_torpedo_rank = 10206;
  116. e_mst_c2l_lucky_lottery = 10207;
  117. e_mst_c2l_syn_record_info = 10208;
  118. e_mst_c2l_auto_fire = 10209;
  119. e_mst_c2l_egg_treasure_lottery = 10210;
  120. e_mst_c2l_flood_dragon_fly_lottery = 10211;
  121. e_mst_c2l_req_crab_harm_rank = 10212;
  122. e_mst_c2l_get_arena_match_history_rank = 10213;
  123. e_mst_c2l_change_turret = 10214;
  124. e_mst_c2l_receive_tommorrow_reward = 10215;
  125. e_mst_c2l_get_qualifying_info = 10216;
  126. e_mst_c2l_get_qualifying_rank = 10217;
  127. e_mst_c2l_receive_qualifying_reward = 10218;
  128. e_mst_c2l_get_kill_monkey_history = 10219;
  129. e_mst_c2l_call_monkey = 10220;
  130. e_mst_c2l_get_monkey_info = 10221;
  131. e_mst_c2l_monkey_exchange = 10222;
  132. e_mst_c2l_syn_arena_match_bullet = 10223;
  133. e_mst_c2l_syn_freedom_match_bullet = 10224;
  134. e_mst_c2l_change_headid = 10225;
  135. e_mst_c2l_rand_turret_addition = 10226;
  136. e_mst_c2l_turret_addition_confirm = 10227;
  137. e_mst_c2l_turret_addition_reset = 10228;
  138. e_mst_c2l_change_bullet_power = 10229;
  139. // 服务端到客户端---------------------------------------------------------------------------
  140. e_mst_start_l2c = 15000;
  141. e_mst_l2c_get_room_info_result = 15001; //返回游戏信息
  142. e_mst_l2c_enter_table_result = 15002; //返回进入游戏
  143. e_mst_l2c_leave_table_result = 15003; //离开游戏
  144. e_mst_l2c_check_state_result = 15004; //返回状态
  145. e_mst_l2c_get_scene_info_result = 15100; //获取场景信息结果
  146. e_mst_l2c_change_seat_result = 15101; //改变座位结果
  147. e_mst_l2c_player_levelup_result = 15102; //返回玩家升级
  148. e_mst_l2c_turret_levelup_result = 15103; //返回炮台升级
  149. e_mst_l2c_usetick_levelup_result = 15104; //返回礼券升级
  150. e_mst_l2c_change_table_result = 15105; //切换桌子返回
  151. e_mst_l2c_try_turret_result = 15106; //试用炮台
  152. e_mst_l2c_try_turret_state_result = 15107; //试用状态
  153. e_mst_l2c_use_turret_power_result = 15108; //使用大招结果
  154. e_mst_l2c_give_item_result = 15109; //获得物品
  155. e_mst_l2c_player_auto_levelup = 15110; //玩家升级
  156. e_mst_l2c_torpedo_exchange_result = 15111; //炮台合成返回
  157. //同步信息
  158. e_mst_l2c_bc_enter_seat = 15201; //广播进入座位
  159. e_mst_l2c_bc_leave_seat = 15202; //广播离开座位
  160. e_mst_l2c_bc_change_rate = 15203; //广播改变倍率
  161. e_mst_l2c_bc_create_fish = 15204; //广播创建鱼
  162. e_mst_l2c_bc_manual_fire = 15205; //广播手动发炮
  163. e_mst_l2c_bc_fish_die = 15206; //广播鱼死亡
  164. e_mst_l2c_bc_change_attr = 15207; //广播玩家金币变更
  165. e_mst_l2c_bc_create_generator = 15208; //广播鱼阵
  166. e_mst_l2c_bc_change_scene = 15209; //广播刷水
  167. e_mst_l2c_buy_item_result = 15210; //购买道具返回
  168. e_mst_l2c_use_item_result = 15211; //使用道具返回
  169. e_mst_l2c_get_shoplist_result = 15212;//获取商品列表返回
  170. e_mst_l2c_bc_using_item = 15213; //使用道具
  171. e_mst_l2c_bc_stop_using_item = 15214; //停止使用道具
  172. e_mst_l2c_bc_changeturret = 15215; //改变炮台
  173. e_mst_l2c_bc_lock_fish = 15216; //锁定炮台
  174. e_mst_l2c_bc_freeze = 15217; //全屏静止
  175. e_mst_l2c_bc_fishs_die = 15218; //广播鱼死亡
  176. e_mst_l2c_bc_specialfish_die = 15219; //广播火龙珠死亡
  177. e_mst_l2c_bc_change_scene_bg = 15220;
  178. e_mst_l2c_bc_scene_time = 15221;
  179. e_mst_l2c_bc_bullet_explode = 15222;
  180. e_mst_l2c_bc_hit_fishs = 15223; //击中鱼
  181. e_mst_l2c_bc_turret_rotate = 15224; //激光旋转
  182. e_mst_l2c_bc_change_max_power = 15225; //玩家等级改变
  183. e_mst_l2c_bc_missile_fire = 15226; //导弹发射
  184. e_mst_l2c_bc_pre_missile_fire = 15227; //大激光准备
  185. e_mst_l2c_bc_finish_boss_scene = 15228; //BOSS逃跑
  186. e_mst_l2c_bc_table_lottery = 15229; //星星抽奖
  187. e_mst_l2c_bc_change_jackpot = 15230; //高级场奖池变化
  188. e_mst_l2c_notify_bullet_explode = 15231;
  189. //机器人
  190. e_mst_c2l_robot_enter = 16000;
  191. e_mst_l2c_robot_leave = 16100;
  192. e_mst_l2c_get_arena_match_info_result = 16101; // 获取比赛的当前信息结果
  193. e_mst_l2c_get_champion_list_resutl = 16102; // 获取冠军列表结果
  194. e_mst_l2c_get_self_history_reward_list_result = 16103; // 获取自己的奖励列表结果
  195. e_mst_l2c_grandprix_rank_notify = 16104; // 大奖赛排名通知
  196. e_mst_l2c_grandprix_end_notify = 16105; // 大奖赛结束通知
  197. e_mst_l2c_missile_fire_result = 16106; // 使用激光结果
  198. e_mst_l2c_buy_func_item_result = 16107; //购买功能道具
  199. e_mst_l2c_useitem_levelup_result = 16108; //使用道具升级
  200. e_mst_l2c_req_drop_rate_result = 16109; // 请求降炮结果
  201. e_mst_l2c_benefits_result = 16110; // 领取救济金结果
  202. e_mst_l2c_get_baojin_match_info_result = 16111; // 爆金场大厅界面信息获取结果
  203. e_mst_l2c_baojin_revive_result = 16112; // 复活,再次挑战结果
  204. e_mst_l2c_get_baojin_rank_result = 16113; // 获取爆金排行榜结果
  205. e_mst_l2c_recv_score_reward_result = 16114; // 领取积分档位奖励结果
  206. e_mst_l2c_get_self_info_result = 16115; // 获取个人信息结果
  207. e_mst_l2c_score_notify = 16116; // 爆金场得分通知
  208. e_mst_l2c_bc_baojin_revive = 16117; // 广播再次挑战
  209. e_mst_l2c_baojin_matchend_notify = 16118; // 比赛结束通知
  210. e_mst_l2c_bc_table_kill_chipfish = 16119; // 杀死话费鱼
  211. e_mst_l2c_req_gold_feast_info_result = 16120; // 请求盛宴活动信息结果
  212. e_mst_l2c_req_recv_gold_feast_reward_result = 16121; // 请求领取盛宴活动奖励结果
  213. e_mst_l2c_open_baojin_quest_notify = 16122; // 触发一个竞技场任务
  214. e_mst_l2c_baojin_quest_progress_notify = 16123; // 竞技场任务进度通知
  215. e_mst_l2c_get_baojin_quest_info_result = 16124; // 获取竞技场任务信息结果
  216. e_mst_l2c_bc_use_torpedo_lock_fish = 16125; // 广播 使用弹头锁定鱼
  217. e_mst_l2c_baojin_score_beyond_value_notify = 16126; // 积分超出指定值
  218. e_mst_l2c_arena_match_end_notify = 16127; //
  219. e_mst_l2c_baojin_recv_actreward_result = 16128; // 首次完成比赛后,领取活动奖励结果
  220. e_mst_l2c_baojin_act_getinfo_result = 16129; // 竞技场活动信息结果
  221. e_mst_l2c_abandon_baojin_match_result = 16130; // 放弃竞技场挑战结果
  222. e_mst_l2c_get_christmas_info_result = 16131; // 获取圣诞活动信息结果
  223. e_mst_l2c_christmas_exchange_result = 16132; // 圣诞兑换结果
  224. e_mst_l2c_christmas_lottery_word_result = 16133; // 抽取文字结果
  225. e_mst_l2c_get_torpedo_rank_result = 16134; // 弹头排行榜结果
  226. e_mst_l2c_get_torpedo_rank_change_list_result = 16135;
  227. e_mst_l2c_req_recv_spittor_snatch_level_reward_result = 16136; // 领取金蟾夺宝活动档位奖励结果
  228. e_mst_l2c_get_dragon_palace_info_result = 16137; // 龙宫界面信息获取结果
  229. e_mst_l2c_get_dragon_palace_rank_result = 16138; // 获取龙宫排行榜结果
  230. e_mst_l2c_dragon_palace_exchange_result = 16139; // 兑换结果
  231. e_mst_l2c_dragon_add_exchange_count_result = 16140;
  232. e_mst_l2c_daily_dimensity_exchange_result = 16141;
  233. e_mst_l2c_get_ticket_palace_info_result = 16142;
  234. e_mst_l2c_recv_ticket_palace_reward_result = 16143;
  235. e_mst_l2c_join_arena_match_result = 16144;
  236. e_mst_l2c_get_freedom_match_info_result = 16145;
  237. e_mst_l2c_get_grand_prix_info_result = 16146;
  238. e_mst_l2c_grand_prix_rank_result = 16147;
  239. e_mst_l2c_bc_table_kill_turntablefish = 16148; // 杀死转盘鱼
  240. e_mst_l2c_bc_table_finish_turntablefish_balance = 16149; // 完成转盘鱼结算
  241. e_mst_l2c_get_kd_rank_result = 16150;
  242. e_mst_l2c_get_points_rank_result = 16151;
  243. e_mst_l2c_medium_grade_exchange_result = 16152;
  244. e_mst_l2c_get_monkey_rank_result = 16153;
  245. e_mst_l2c_bc_table_kill_monkey = 16154;
  246. e_mst_l2c_torpedo_compose_result = 16155;
  247. e_mst_l2c_create_airdrop_result = 16156; //创建空投
  248. e_mst_l2c_get_airdrop_list_result = 16157; //获取空投列表
  249. e_mst_l2c_get_airdrop_info_result = 16158; //获取空投信息
  250. e_mst_l2c_draw_airpot_result = 16159; //领取空投
  251. e_mst_l2c_bullet_disassemble_result = 16160; //拆解弹头返回
  252. e_mst_l2c_goldfish_lottery_result = 16161; //黄金鱼抽奖返回
  253. e_mst_l2c_kill_goldfish = 16162; //杀死黄金鱼返回
  254. e_mst_l2c_exchange_dimensity_result = 16163; //魔晶兑换返回
  255. e_mst_l2c_get_torpedo_notice_result = 16164;
  256. e_mst_l2c_southsea_treasurehunt_lottery_result = 16165;
  257. e_mst_l2c_southsea_treasurehunt_get_info_result = 16166;
  258. e_mst_l2c_southsea_treasurehunt_enter_result = 16167;
  259. e_mst_l2c_get_southsea_treasurehunt_notice_result = 16168;
  260. e_mst_l2c_enter_southsea_treasurehunt_result = 16169;
  261. e_mst_l2c_start_Sd_Lottery_result = 16170;
  262. e_mst_l2c_summer_item_exchange_result = 16171;
  263. e_mst_l2c_activity_item_change = 16172;
  264. e_mst_l2c_req_attack_crab_result = 16173;
  265. e_mst_l2c_syn_crab_info = 16174;
  266. e_mst_l2c_req_cur_loop_act_result = 16176;
  267. e_mst_l2c_get_armedshark_palace_info_result = 16177;
  268. e_mst_l2c_armedshark_palace_call_bomb_aircraft_result = 16178;
  269. e_mst_l2c_armedshark_palace_lottery_result = 16179;
  270. e_mst_l2c_get_armedshark_getHistoryList_result = 16180;
  271. e_mst_l2c_armedshark_palace_execute_result = 16181;
  272. e_mst_l2c_Nd_start_Lottery_result = 16182;
  273. e_mst_l2c_Nd_item_exchange_result = 16183;
  274. e_mst_l2c_Nd_get_activity_info_result = 16184;
  275. e_mst_l2c_get_legendaryfish_palace_info_result = 16185;
  276. e_mst_l2c_flush_shop_result = 16186;
  277. e_mst_l2c_play_ad_reward_result = 16187;
  278. e_mst_l2c_call_legendaryfish_result = 16188;
  279. e_mst_l2c_buy_shop_item_result = 16189;
  280. e_mst_l2c_change_room_rate_result = 16190;
  281. e_mst_l2c_notice_boss_countdown = 16191;
  282. e_mst_l2c_get_boss_info_result = 16192;
  283. e_mst_l2c_receive_redpacket_reward_result = 16193;
  284. e_mst_l2c_get_mythical_palace_info_result = 16194;
  285. e_mst_l2c_bc_trigger_mythical_palace_event = 16195;
  286. e_mst_l2c_receive_mythical_points_award_result = 16196;
  287. e_mst_l2c_bc_trigger_mysterous_shell = 16197;
  288. e_mst_l2c_req_lottery_mysterous_shell_result = 16198;
  289. e_mst_l2c_bc_mysterous_shell_lottery_result = 16199;
  290. e_mst_l2c_bc_trigger_dice_game = 16200;
  291. e_mst_l2c_req_lottery_dice_game_result = 16201;
  292. e_mst_l2c_bc_dice_game_lottery_result = 16202;
  293. e_mst_l2c_receive_torpedo_guaranteed_award_result = 16203;
  294. e_mst_l2c_bc_trigger_treasure_bowl = 16204;
  295. e_mst_l2c_req_torpedo_rank_result = 16205;
  296. e_mst_l2c_lucky_lottery_result = 16206;
  297. e_mst_l2c_bc_trigger_egg_treasure = 16207;
  298. e_mst_l2c_egg_treasure_lottery_result = 16208;
  299. e_mst_l2c_treasure_bowl_lottery_result = 16209;
  300. e_mst_l2c_bc_trigger_flood_dragon_fly = 16210;
  301. e_mst_l2c_flood_dragon_fly_lottery_result = 16211;
  302. e_mst_l2c_req_crab_harm_rank_result = 16212;
  303. e_mst_l2c_join_freedom_match_result = 16213;
  304. e_mst_l2c_freedom_match_end_notify = 16214;
  305. //e_mst_l2c_get_freedom_match_history_rank_result = 16215;
  306. e_mst_l2c_get_arena_match_history_rank_result = 16216;
  307. e_mst_l2c_change_turret_result = 16217;
  308. e_mst_l2c_notify_arena_match_add_bullet = 16218;
  309. e_mst_l2c_send_item = 16219;
  310. e_mst_l2c_receive_tommorrow_reward_result = 16220;
  311. e_mst_l2c_get_qualifying_info_result = 16221;
  312. e_mst_l2c_get_qualifying_result = 16222;
  313. e_mst_l2c_receive_qualifying_info_result = 16223;
  314. e_mst_l2c_get_kill_monkey_history_result = 16224;
  315. e_mst_l2c_bc_table_kill_monkey_fish = 16225;
  316. e_mst_l2c_call_monkey_result = 16226;
  317. e_mst_l2c_get_monkey_info_result = 16227;
  318. e_mst_l2c_monkey_exchange_result = 16228;
  319. e_mst_l2c_syn_arena_match_bullet_result = 16229;
  320. e_mst_l2c_syn_freedom_match_bullet_result = 16230;
  321. e_mst_l2c_change_headid_result = 16231;
  322. e_mst_l2c_rand_turret_addition_result = 16232;
  323. e_mst_l2c_turret_addition_confirm_result = 16233;
  324. e_mst_l2c_turret_addition_reset_result = 16234;
  325. e_mst_l2c_change_bullet_power_result = 16235;
  326. e_mst_clend_index = 20000;
  327. }