mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 15:05:17 +01:00
1062 lines
39 KiB
Protocol Buffer
1062 lines
39 KiB
Protocol Buffer
syntax = "proto3";
|
|
package proto;
|
|
|
|
option go_package = "/csproto";
|
|
|
|
enum CSMessageID {
|
|
cs_message_begin = 0;
|
|
cs_gm_command = 4;
|
|
cs_ping = 5;
|
|
cs_flush_sync = 6;
|
|
cs_set_name = 7;
|
|
cs_set_gender = 8;
|
|
cs_check_name = 9;
|
|
cs_check_sensitive = 10;
|
|
cs_sync_logical_ts = 11;
|
|
cs_set_client_setting = 12;
|
|
cs_login = 13;
|
|
cs_create_role = 14;
|
|
cs_logout = 15;
|
|
cs_update_client_language = 16;
|
|
cs_char_bag_begin = 20;
|
|
cs_char_bag_release_npc_teammates_from_ai_control = 30;
|
|
cs_char_bag_team_begin = 31;
|
|
cs_char_bag_set_team = 32;
|
|
cs_char_bag_set_curr_team_index = 33;
|
|
cs_char_bag_set_team_name = 34;
|
|
cs_char_bag_set_team_leader = 35;
|
|
cs_char_bag_team_change_finish = 36;
|
|
cs_char_bag_team_end = 37;
|
|
cs_char_bag_client_local_team_report = 38;
|
|
cs_char_bag_end = 39;
|
|
cs_char_begin = 40;
|
|
cs_char_level_up = 41;
|
|
cs_char_skill_level_up = 42;
|
|
cs_char_potential_unlock = 43;
|
|
cs_char_set_potential_cg = 44;
|
|
cs_char_end = 49;
|
|
cs_equip_begin = 50;
|
|
cs_equip_puton = 51;
|
|
cs_equip_putoff = 52;
|
|
cs_equip_medicine_modify = 53;
|
|
cs_equip_recycle = 54;
|
|
cs_equip_enhance = 55;
|
|
cs_equip_produce = 56;
|
|
cs_equip_end = 59;
|
|
cs_scene_begin = 80;
|
|
cs_move_object_move = 81;
|
|
cs_enter_scene = 82;
|
|
cs_scene_set_last_record_campid = 83;
|
|
cs_scene_interactive_event_trigger = 84;
|
|
cs_scene_load_finish = 85;
|
|
cs_scene_rest = 86;
|
|
cs_scene_set_safe_zone = 87;
|
|
cs_scene_set_track_point = 88;
|
|
cs_scene_interact_tree = 89;
|
|
cs_scene_static_map_mark_update = 90;
|
|
cs_scene_teleport = 91;
|
|
cs_scene_submit_item = 92;
|
|
cs_scene_submit_ether = 93;
|
|
cs_scene_set_level_script_active = 94;
|
|
cs_scene_level_script_event_trigger = 95;
|
|
cs_scene_repatriate = 96;
|
|
cs_scene_interact_sp_interactive = 97;
|
|
cs_scene_set_last_safe_zone = 98;
|
|
cs_scene_set_battle = 99;
|
|
cs_scene_revival = 100;
|
|
cs_scene_set_level_script_start = 101;
|
|
cs_scene_monster_spawner_begin_wave = 102;
|
|
cs_scene_spawn_summon = 103;
|
|
cs_scene_leave_plane = 104;
|
|
cs_scene_update_script_task_progress = 105;
|
|
cs_scene_teleport_finish = 106;
|
|
cs_scene_set_story_safe_zone = 107;
|
|
cs_scene_touch_trigger_volume_req = 108;
|
|
cs_scene_dynamic_map_mark_add = 109;
|
|
cs_scene_dynamic_map_mark_delete = 110;
|
|
cs_scene_dynamic_map_mark_update = 111;
|
|
cs_scene_get_unstuck_req = 112;
|
|
cs_scene_monster_spawner_wave_confirm_complete = 113;
|
|
cs_scene_refresh_ls_interactive_meta_req = 114;
|
|
cs_scene_interact_npc = 115;
|
|
cs_scene_interact_sp_interactive_list = 116;
|
|
cs_scene_end = 199;
|
|
cs_factory_begin = 200;
|
|
cs_factory_stt_unlock_node = 201;
|
|
cs_factory_stt_unlock_layer = 202;
|
|
cs_factory_panel_store_buy = 203;
|
|
cs_factory_manually_work_exec = 211;
|
|
cs_factory_product_manual_unlock = 212;
|
|
cs_factory_quickbar_set_one = 215;
|
|
cs_factory_quickbar_move_one = 216;
|
|
cs_factory_soil_reclaim = 217;
|
|
cs_factory_soil_water = 218;
|
|
cs_factory_soil_harvest = 220;
|
|
cs_factory_hub_workshop_make = 222;
|
|
cs_factory_hub_transport_route_set = 223;
|
|
cs_factory_hub_transport_route_reset = 224;
|
|
cs_factory_hub_transport_route_restart = 225;
|
|
cs_factory_hs_fb = 232;
|
|
cs_factory_statistic_set_bookmark_item_ids = 234;
|
|
cs_factory_statistic_require = 235;
|
|
cs_factory_pin_set = 236;
|
|
cs_factory_op = 251;
|
|
cs_factory_save_blue_print = 256;
|
|
cs_factory_del_blue_print = 257;
|
|
cs_factory_use_blue_print = 258;
|
|
cs_factory_modify_blue_print = 259;
|
|
cs_factory_review_blue_print = 260;
|
|
cs_factory_share_blue_print = 261;
|
|
cs_factory_query_shared_blue_print = 262;
|
|
cs_factory_fetch_gift_blue_print = 263;
|
|
cs_factory_report_blue_print = 264;
|
|
cs_factory_query_gift_blue_print = 265;
|
|
cs_factory_set_blue_print_flag = 266;
|
|
cs_factory_end = 269;
|
|
cs_weapon_begin = 270;
|
|
cs_weapon_puton = 271;
|
|
cs_weapon_breakthrough = 272;
|
|
cs_weapon_add_exp = 273;
|
|
cs_weapon_attach_gem = 274;
|
|
cs_weapon_detach_gem = 275;
|
|
cs_weapon_refine_upgrade = 276;
|
|
cs_weapon_end = 279;
|
|
cs_wiki_begin = 290;
|
|
cs_unlock_wiki = 291;
|
|
cs_mark_wiki_read = 292;
|
|
cs_wiki_end = 299;
|
|
cs_mission_begin = 310;
|
|
cs_fail_mission = 311;
|
|
cs_track_mission = 312;
|
|
cs_stop_tracking_mission = 313;
|
|
cs_update_quest_objective = 314;
|
|
cs_accept_mission = 315;
|
|
cs_mission_event_trigger = 316;
|
|
cs_mission_client_trigger_done = 317;
|
|
cs_set_new_mission_tag_done = 318;
|
|
cs_mission_end = 329;
|
|
cs_guide_begin = 330;
|
|
cs_complete_guide_group_key_step = 331;
|
|
cs_complete_guide_group = 332;
|
|
cs_guide_end = 339;
|
|
cs_dialog_begin = 340;
|
|
cs_finish_dialog = 341;
|
|
cs_dialog_end = 349;
|
|
cs_dungeon_begin = 350;
|
|
cs_dungeon_restore_ap = 370;
|
|
cs_enter_dungeon = 371;
|
|
cs_restart_dungeon = 372;
|
|
cs_leave_dungeon = 373;
|
|
cs_dungeon_recover_ap = 375;
|
|
cs_dungeon_touch_entrance = 377;
|
|
cs_dungeon_end = 378;
|
|
cs_enter_train_dungeon = 379;
|
|
cs_game_mechanics_begin = 380;
|
|
cs_game_mechanics_req_active = 381;
|
|
cs_game_mechanics_req_reward = 382;
|
|
cs_game_mechanics_ntf_inst_prepare_finish = 383;
|
|
cs_game_mechanics_req_set_custom_reward_index = 384;
|
|
cs_game_mechanics_req_start = 385;
|
|
cs_game_mechanics_req_stop = 386;
|
|
cs_game_mechanics_confirm_leave_game_inst = 387;
|
|
cs_game_mechanics_end = 399;
|
|
cs_mail_begin = 400;
|
|
cs_get_mail = 401;
|
|
cs_read_mail = 402;
|
|
cs_delete_mail = 403;
|
|
cs_delete_all_mail = 404;
|
|
cs_get_mail_attachment = 405;
|
|
cs_get_all_mail_attachment = 406;
|
|
cs_mark_star_mail = 407;
|
|
cs_mail_end = 419;
|
|
cs_red_dot_begin = 430;
|
|
cs_remove_item_new_tags = 431;
|
|
cs_red_dot_read_formula = 432;
|
|
cs_red_dot_read_char_doc = 433;
|
|
cs_red_dot_read_char_voice = 434;
|
|
cs_red_dot_read_equip_formula = 435;
|
|
cs_red_dot_read_week_raid_mission = 436;
|
|
cs_red_dot_end = 440;
|
|
cs_prts_begin = 441;
|
|
cs_prts_mark_read = 442;
|
|
cs_prts_mark_terminal_read = 443;
|
|
cs_prts_rich_content_read = 444;
|
|
cs_prts_finish_investigate = 445;
|
|
cs_prts_end = 449;
|
|
cs_bitset_begin = 480;
|
|
cs_bitset_add = 481;
|
|
cs_bitset_remove = 482;
|
|
cs_bitset_remove_all = 483;
|
|
cs_bitset_end = 499;
|
|
cs_merge_msg = 500;
|
|
cs_pay_begin = 510;
|
|
cs_pay_create_order = 512;
|
|
cs_pay_accept_order = 513;
|
|
cs_pay_query_platform_data = 514;
|
|
cs_pay_end = 529;
|
|
cs_friend_begin = 530;
|
|
cs_friend_request_submit = 531;
|
|
cs_friend_request_reject = 532;
|
|
cs_friend_request_accept = 533;
|
|
cs_friend_delete = 534;
|
|
cs_friend_search_name = 535;
|
|
cs_friend_search_name_query = 536;
|
|
cs_friend_request_list_simple_sync = 537;
|
|
cs_friend_request_list_query = 538;
|
|
cs_friend_list_simple_sync = 539;
|
|
cs_friend_list_query = 540;
|
|
cs_friend_black_list_sync = 541;
|
|
cs_friend_search_platform_role_id = 542;
|
|
cs_friend_stranger_recommend_query = 543;
|
|
cs_friend_user_avatar_modify = 544;
|
|
cs_friend_user_avatar_frame_modify = 545;
|
|
cs_friend_signature_modify = 546;
|
|
cs_friend_display_char_modify = 547;
|
|
cs_friend_business_card_topic_modify = 548;
|
|
cs_friend_business_card_query = 549;
|
|
cs_friend_remark_name_modify = 550;
|
|
cs_friend_black_list_add = 551;
|
|
cs_friend_black_list_delete = 552;
|
|
cs_friend_report_user = 553;
|
|
cs_friend_visit_spaceship = 554;
|
|
cs_friend_srole_char_query = 555;
|
|
cs_friend_business_card_expand_flag_modify = 556;
|
|
cs_friend_psn_friend_list_simple_sync = 557;
|
|
cs_friend_psn_friend_list_query = 558;
|
|
cs_friend_psn_black_list_sync = 559;
|
|
cs_friend_psn_authcode_query = 560;
|
|
cs_friend_set_psn_only = 561;
|
|
cs_social_user_list_query = 562;
|
|
cs_friend_chat_begin = 570;
|
|
cs_friend_chat_create = 571;
|
|
cs_friend_chat_close = 572;
|
|
cs_friend_chat_msg_query = 573;
|
|
cs_friend_chat_msg_read = 574;
|
|
cs_friend_chat_msg_send = 575;
|
|
cs_friend_chat_social_building_receive = 576;
|
|
cs_friend_chat_msg_instant_info_query = 577;
|
|
cs_friend_chat_list_simple_sync = 578;
|
|
cs_friend_chat_social_building_check_area = 579;
|
|
cs_friend_chat_end = 598;
|
|
cs_friend_end = 599;
|
|
cs_wallet_begin = 600;
|
|
cs_wallet_record_require = 601;
|
|
cs_wallet_end = 630;
|
|
cs_game_var_begin = 631;
|
|
cs_update_client_game_var = 632;
|
|
cs_game_var_end = 640;
|
|
cs_mini_game_begin = 641;
|
|
cs_complete_mini_game = 642;
|
|
cs_mini_game_end = 650;
|
|
cs_gem_begin = 801;
|
|
cs_gem_recast = 802;
|
|
cs_gem_enhance = 803;
|
|
cs_gem_dismantle = 804;
|
|
cs_gem_end = 820;
|
|
cs_sns_begin = 701;
|
|
cs_sns_get_list = 702;
|
|
cs_sns_finish_dialog = 706;
|
|
cs_sns_read_dialog = 707;
|
|
cs_sns_chat_dialog_jump = 708;
|
|
cs_sns_end = 730;
|
|
cs_spaceship_begin = 731;
|
|
cs_spaceship_guest_room_begin = 732;
|
|
cs_spaceship_guest_room_recv_friend_clue = 733;
|
|
cs_spaceship_guest_room_present_friend_clue = 734;
|
|
cs_spaceship_guest_room_place_clue = 735;
|
|
cs_spaceship_guest_room_cancel_place_clue = 736;
|
|
cs_spaceship_guest_room_open_info_exchange = 737;
|
|
cs_spaceship_guest_room_get_clue_info = 738;
|
|
cs_spaceship_guest_room_settle_info_exchange = 739;
|
|
cs_spaceship_guest_room_join_friend_info_exchange = 740;
|
|
cs_spaceship_guest_room_recv_clue = 741;
|
|
cs_spaceship_guest_room_set_char_picture_list = 742;
|
|
cs_spaceship_guest_room_set_playing_music = 743;
|
|
cs_spaceship_guest_room_query_visit_list = 744;
|
|
cs_spaceship_guest_room_recv_visit_list_reward = 745;
|
|
cs_spaceship_guest_room_delete_self_clue = 746;
|
|
cs_spaceship_guest_room_read_clue = 747;
|
|
cs_spaceship_guest_room_end = 749;
|
|
cs_spaceship_help_room = 750;
|
|
cs_spaceship_use_help_credit = 751;
|
|
cs_spaceship_build_room = 752;
|
|
cs_spaceship_level_up_room = 753;
|
|
cs_spaceship_station_char = 754;
|
|
cs_spaceship_station_char_change_work_state = 755;
|
|
cs_spaceship_present_gift_to_char = 756;
|
|
cs_spaceship_recv_gift_from_char = 757;
|
|
cs_spaceship_visit_req = 758;
|
|
cs_spaceship_leave_visit_req = 759;
|
|
cs_spaceship_deconstruct_room = 760;
|
|
cs_spaceship_manufacturing_begin = 771;
|
|
cs_spaceship_manufacturing_station_start = 772;
|
|
cs_spaceship_manufacturing_station_collect = 775;
|
|
cs_spaceship_manufacturing_station_cancel = 776;
|
|
cs_spaceship_manufacturing_station_change_order = 777;
|
|
cs_spaceship_manufacturing_end = 785;
|
|
cs_spaceship_grow_cabin_begin = 786;
|
|
cs_spaceship_grow_cabin_breed = 787;
|
|
cs_spaceship_grow_cabin_sow = 788;
|
|
cs_spaceship_grow_cabin_harvest = 789;
|
|
cs_spaceship_grow_cabin_cancel = 790;
|
|
cs_spaceship_grow_cabin_clear_preview_recipe = 791;
|
|
cs_spaceship_grow_cabin_end = 799;
|
|
cs_spaceship_expedition_start = 821;
|
|
cs_spaceship_expedition_cancel = 822;
|
|
cs_spaceship_expedition_collect = 823;
|
|
cs_spaceship_expedition_refresh = 824;
|
|
cs_spaceship_showcase_modify = 830;
|
|
cs_spaceship_guest_room_weapon_change = 831;
|
|
cs_spaceship_guest_room_char_change = 832;
|
|
cs_spaceship_end = 850;
|
|
cs_buff_begin = 900;
|
|
cs_battle_op = 901;
|
|
cs_dev_clear_battle_info = 902;
|
|
cs_buff_end = 950;
|
|
cs_item_bag_begin = 1000;
|
|
cs_item_bag_tidy_in_bag = 1001;
|
|
cs_item_bag_move_in_bag = 1002;
|
|
cs_item_bag_split_in_bag = 1003;
|
|
cs_item_bag_factory_depot_to_bag = 1004;
|
|
cs_item_bag_bag_to_factory_depot = 1005;
|
|
cs_item_bag_use_item = 1007;
|
|
cs_item_bag_set_batch_move_flag = 1008;
|
|
cs_item_bag_set_item_lock = 1010;
|
|
cs_item_bag_abandon_in_bag = 1011;
|
|
cs_item_bag_destroy_in_depot = 1012;
|
|
cs_item_bag_destroy_in_factory_depot = 1013;
|
|
cs_item_bag_dump_bottle_in_bag = 1014;
|
|
cs_item_bag_dump_bottle_in_factory_depot = 1015;
|
|
cs_item_bag_takeout_lost_and_found = 1031;
|
|
cs_item_bag_use_item_case = 1032;
|
|
cs_item_bag_chg_spaceship_chapter = 1033;
|
|
cs_item_bag_spray_to_building = 1034;
|
|
cs_item_bag_lt_items_expire_confirm_req = 1035;
|
|
cs_item_bag_end = 1049;
|
|
cs_settlement_begin = 1050;
|
|
cs_settlement_set_officer = 1052;
|
|
cs_settlement_sell_item = 1055;
|
|
cs_settlement_end = 1099;
|
|
cs_shop_begin = 1100;
|
|
cs_shop_buy = 1111;
|
|
cs_shop_swap_money = 1112;
|
|
cs_shop_sell = 1113;
|
|
cs_shop_domain_channel_level_up = 1114;
|
|
cs_shop_query_friend_goods_price = 1115;
|
|
cs_shop_manual_refresh = 1116;
|
|
cs_shop_query_friend_shop = 1117;
|
|
cs_shop_swap_char_potential_up = 1118;
|
|
cs_shop_end = 1149;
|
|
cs_adventure_begin = 1150;
|
|
cs_adventure_take_reward_all = 1151;
|
|
cs_adventure_set_world_level = 1152;
|
|
cs_adventure_end = 1179;
|
|
cs_adventure_book_begin = 1250;
|
|
cs_take_all_adventure_task_reward = 1251;
|
|
cs_take_adventure_task_reward = 1252;
|
|
cs_take_adventure_book_stage_reward = 1253;
|
|
cs_take_all_activation_reward = 1254;
|
|
cs_adventure_book_end = 1299;
|
|
cs_talent_begin = 1300;
|
|
cs_char_unlock_talent_node = 1301;
|
|
cs_talent_end = 1329;
|
|
cs_racing_dungeon_begin = 1330;
|
|
cs_racing_dungeon_battle_pass_receive_reward = 1332;
|
|
cs_racing_dungeon_get_battle_pass = 1333;
|
|
cs_racing_dungeon_get_achievement = 1334;
|
|
cs_racing_dungeon_achievement_receive_reward = 1335;
|
|
cs_racing_dungeon_leave = 1336;
|
|
cs_racing_dungeon_update_battle_info = 1337;
|
|
cs_racing_dungeon_end = 1400;
|
|
cs_trial_character_begin = 1401;
|
|
cs_trial_character_end = 1403;
|
|
cs_gacha_begin = 1431;
|
|
cs_gacha_single_pull_req = 1432;
|
|
cs_gacha_ten_pull_req = 1433;
|
|
cs_gacha_claim_cumulative_reward_req = 1434;
|
|
cs_gacha_confirm_reward_req = 1435;
|
|
cs_gacha_select_choice_pack_req = 1436;
|
|
cs_gacha_end = 1450;
|
|
cs_game_time_freeze_begin = 1451;
|
|
cs_game_time_freeze_start_req = 1452;
|
|
cs_game_time_freeze_end_req = 1453;
|
|
cs_game_time_freeze_end = 1460;
|
|
cs_activity_begin = 1461;
|
|
cs_base_multi_stage_activity_receive_reward = 1462;
|
|
cs_conditional_multi_stage_activity_gain_reward = 1463;
|
|
cs_activity_char_trial_claim_reward = 1464;
|
|
cs_activity_weekly_task_task_gain_reward = 1465;
|
|
cs_activity_weekly_task_milestone_gain_reward = 1466;
|
|
cs_daily_checkin = 1471;
|
|
cs_activity_read_notify = 1472;
|
|
cs_activity_end = 1510;
|
|
cs_npc_begin = 1511;
|
|
cs_npc_set_meta_data_req = 1512;
|
|
cs_npc_batch_set_meta_data_req = 1513;
|
|
cs_npc_end = 1520;
|
|
cs_focus_mode_begin = 1521;
|
|
cs_focus_mode_enter_req = 1522;
|
|
cs_focus_mode_leave_req = 1523;
|
|
cs_focus_mode_end = 1550;
|
|
cs_domain_development_begin = 1551;
|
|
cs_domain_development_take_reward = 1552;
|
|
cs_domain_development_read_version_info = 1553;
|
|
cs_domain_development_end = 1600;
|
|
cs_recycle_bin_begin = 1601;
|
|
cs_recycle_bin_unlock = 1602;
|
|
cs_recycle_bin_level_up = 1603;
|
|
cs_recycle_bin_collect = 1604;
|
|
cs_recycle_bin_end = 1630;
|
|
cs_kite_station_begin = 1631;
|
|
cs_kite_station_level_up = 1632;
|
|
cs_kite_station_collect_reward = 1633;
|
|
cs_kite_station_accept_task = 1634;
|
|
cs_kite_station_end = 1650;
|
|
cs_stat_begin = 1651;
|
|
cs_stat_req_inc_stat = 1652;
|
|
cs_stat_req_set_stat = 1653;
|
|
cs_stat_end = 1660;
|
|
cs_week_raid_begin = 1661;
|
|
cs_week_raid_battle_pass_receive_reward = 1662;
|
|
cs_week_raid_pictorial_receive_reward = 1663;
|
|
cs_week_raid_refresh_mission = 1664;
|
|
cs_week_raid_leave = 1665;
|
|
cs_week_raid_complete_mission = 1666;
|
|
cs_week_raid_trigger_region = 1667;
|
|
cs_week_raid_set_pin_mission = 1668;
|
|
cs_week_raid_end = 1699;
|
|
cs_domain_depot_begin = 1700;
|
|
cs_domain_depot_unlock_req = 1701;
|
|
cs_domain_depot_level_upgrade_req = 1702;
|
|
cs_reduce_cargo_integrity_req = 1703;
|
|
cs_domain_depot_pack_item_req = 1704;
|
|
cs_domain_depot_select_buyer_req = 1705;
|
|
cs_domain_depot_fetch_delegate_req = 1706;
|
|
cs_domain_depot_delegate_req = 1707;
|
|
cs_domain_depot_take_delegate_req = 1708;
|
|
cs_domain_depot_collect_delegate_reward_req = 1709;
|
|
cs_domain_depot_recv_package_for_deliver_req = 1710;
|
|
cs_domain_depot_send_package_for_deliver_req = 1711;
|
|
cs_domain_depot_end = 1750;
|
|
cs_achieve_begin = 1761;
|
|
cs_achieve_display_info_change = 1762;
|
|
cs_achieve_end = 1790;
|
|
cs_monthlycard_begin = 1791;
|
|
cs_monthlycard_confirm_reward = 1792;
|
|
cs_monthlycard_end = 1800;
|
|
cs_bp_begin = 1801;
|
|
cs_bp_take_track_reward = 1802;
|
|
cs_bp_take_task_reward = 1803;
|
|
cs_bp_buy_level = 1804;
|
|
cs_bp_buy_originium_track = 1805;
|
|
cs_bp_end = 1840;
|
|
cs_world_energy_point_begin = 1841;
|
|
cs_world_energy_point_req_group_reward = 1842;
|
|
cs_world_energy_point_set_terms = 1843;
|
|
cs_world_energy_point_abandon_group_reward = 1844;
|
|
cs_world_energy_point_end = 1850;
|
|
cs_anti_cheat_begin = 1851;
|
|
cs_anti_cheat_upload_data = 1852;
|
|
cs_anti_cheat_send_anti_data1 = 1853;
|
|
cs_anti_cheat_send_anti_data2 = 1854;
|
|
cs_anti_cheat_send_anti_data4 = 1855;
|
|
cs_anti_cheat_get_light_feature = 1856;
|
|
cs_anti_cheat_end = 1880;
|
|
cs_factory_soil_fertilize = 1890;
|
|
cs_tools_begin = 1900;
|
|
cs_report_client_remote_task_ret = 1901;
|
|
cs_tools_end = 1950;
|
|
cs_message_end = 4095;
|
|
}
|
|
enum SCMessageID {
|
|
sc_message_begin = 0;
|
|
sc_login = 1;
|
|
sc_sync_base_data = 2;
|
|
sc_ntf_error_code = 3;
|
|
sc_gm_command = 4;
|
|
sc_ping = 5;
|
|
sc_reconnect_incr = 6;
|
|
sc_reconnect_full = 7;
|
|
sc_flush_sync = 8;
|
|
sc_ntf_code = 9;
|
|
sc_set_name = 10;
|
|
sc_set_gender = 11;
|
|
sc_check_name = 12;
|
|
sc_check_sensitive = 13;
|
|
sc_sync_full_data_end = 14;
|
|
sc_set_client_setting = 15;
|
|
sc_create_role = 16;
|
|
sc_sync_client_switch = 17;
|
|
sc_sync_all_role_scene = 20;
|
|
sc_object_enter_view = 21;
|
|
sc_object_leave_view = 22;
|
|
sc_move_object_move = 23;
|
|
sc_enter_scene_notify = 24;
|
|
sc_self_scene_info = 25;
|
|
sc_leave_scene_notify = 26;
|
|
sc_scene_set_last_record_campid = 27;
|
|
sc_scene_update_interactive_property = 28;
|
|
sc_scene_revival = 30;
|
|
sc_scene_create_entity = 31;
|
|
sc_scene_destroy_entity = 32;
|
|
sc_scene_set_safe_zone = 35;
|
|
sc_scene_level_script_state_notify = 37;
|
|
sc_scene_unlock_area = 39;
|
|
sc_scene_set_track_point = 40;
|
|
sc_scene_collection_sync = 42;
|
|
sc_scene_collection_modify = 43;
|
|
sc_scene_map_mark_sync = 44;
|
|
sc_scene_static_map_mark_modify = 45;
|
|
sc_scene_teleport = 46;
|
|
sc_scene_submit_item = 47;
|
|
sc_scene_submit_ether = 48;
|
|
sc_scene_update_level_script_property = 49;
|
|
sc_scene_reset_entity = 50;
|
|
sc_scene_level_script_reset_begin = 51;
|
|
sc_scene_level_script_reset_end = 52;
|
|
sc_scene_set_battle = 53;
|
|
sc_scene_level_script_event_trigger = 55;
|
|
sc_scene_interactive_event_trigger = 56;
|
|
sc_scene_trigger_client_level_script_event = 57;
|
|
sc_scene_trigger_client_interactive_event = 58;
|
|
sc_scene_cross_scene_status = 59;
|
|
sc_scene_drop_create = 800;
|
|
sc_scene_drop_delete = 801;
|
|
sc_scene_drop_modify = 802;
|
|
sc_seamless_scene_destroy_notify = 804;
|
|
sc_scene_monster_spawner_start = 805;
|
|
sc_scene_monster_spawner_stop = 806;
|
|
sc_scene_monster_spawner_complete = 807;
|
|
sc_scene_monster_spawner_begin_wave = 808;
|
|
sc_scene_monster_spawner_wave_complete = 809;
|
|
sc_scene_monster_spawner_wave_pre_complete = 810;
|
|
sc_scene_monster_spawner_object_data_begin = 811;
|
|
sc_scene_monster_spawner_object_data_end = 812;
|
|
sc_scene_level_script_task_state_update = 813;
|
|
sc_scene_client_id_info = 814;
|
|
sc_scene_level_script_task_progress_update = 815;
|
|
sc_scene_level_script_task_start_finish = 816;
|
|
sc_scene_interact_sp_interactive = 817;
|
|
sc_scene_update_interactive_meta = 818;
|
|
sc_scene_set_story_safe_zone = 820;
|
|
sc_scene_repatriate = 821;
|
|
sc_scene_level_script_set_done = 823;
|
|
sc_scene_modify_trigger_volume_sync = 824;
|
|
sc_scene_level_script_stage_change = 825;
|
|
sc_scene_dynamic_map_mark_modify = 826;
|
|
sc_scene_detect_map_mark = 827;
|
|
sc_scene_interact_npc = 828;
|
|
sc_scene_update_npc_last_interact_time = 829;
|
|
sc_scene_gameplay_electricity_data_sync = 830;
|
|
sc_scene_interact_sp_interactive_list = 831;
|
|
sc_scene_cross_border_notify = 832;
|
|
sc_scene_checkpoint_debug_info = 833;
|
|
sc_scene_checkpoint_set_debug_info = 834;
|
|
sc_scene_debug_server_script = 835;
|
|
sc_scene_sync_cur_map_var = 836;
|
|
sc_scene_update_map_var = 837;
|
|
sc_change_scene_begin_notify = 838;
|
|
sc_scene_get_unstuck_rsp = 839;
|
|
sc_sync_char_bag_info = 60;
|
|
sc_char_bag_add_char = 61;
|
|
sc_char_bag_set_team = 62;
|
|
sc_char_bag_sync_persistent_buffs = 63;
|
|
sc_char_bag_set_team_name = 64;
|
|
sc_char_bag_set_team_leader = 65;
|
|
sc_char_bag_set_max_team_member_count = 66;
|
|
sc_char_bag_team_leader_not_match_ntf = 67;
|
|
sc_char_bag_del_char = 68;
|
|
sc_char_bag_add_char_with_conversion_notify = 69;
|
|
sc_sync_wallet = 70;
|
|
sc_wallet_sync_money = 71;
|
|
sc_sync_wallet_record = 72;
|
|
sc_char_skill_infos = 78;
|
|
sc_char_potential_unlock = 79;
|
|
sc_char_level_up = 80;
|
|
sc_char_set_potential_cg = 81;
|
|
sc_char_sync_level_exp = 82;
|
|
sc_char_skill_level_up = 84;
|
|
sc_char_gain_exp_toast = 86;
|
|
sc_char_sync_status = 87;
|
|
sc_equip_puton = 90;
|
|
sc_equip_putoff = 91;
|
|
sc_equip_medicine_modify = 92;
|
|
sc_equip_recycle = 93;
|
|
sc_equip_enhance = 94;
|
|
sc_equip_produce = 96;
|
|
sc_sync_all_mission = 110;
|
|
sc_quest_state_update = 111;
|
|
sc_mission_state_update = 112;
|
|
sc_quest_failed = 113;
|
|
sc_mission_failed = 114;
|
|
sc_track_mission_change = 115;
|
|
sc_quest_objectives_update = 116;
|
|
sc_mission_deleted = 117;
|
|
sc_update_mission_pause_state = 118;
|
|
sc_update_quest_pause_state = 119;
|
|
sc_quest_rollback = 123;
|
|
sc_update_mission_property = 124;
|
|
sc_scene_trigger_client_mission_event = 125;
|
|
sc_mission_event_trigger = 126;
|
|
sc_daily_mission_info_update = 127;
|
|
sc_quest_description_index_update = 128;
|
|
sc_sync_all_dialog = 130;
|
|
sc_finish_dialog = 131;
|
|
sc_sync_all_guide = 140;
|
|
sc_complete_guide_group_key_step = 141;
|
|
sc_complete_guide_group = 142;
|
|
sc_accept_guide_group = 143;
|
|
sc_sync_attr = 150;
|
|
sc_sync_all_unlock = 160;
|
|
sc_unlock_system = 161;
|
|
sc_sync_all_bitset = 165;
|
|
sc_bitset_add = 166;
|
|
sc_bitset_remove = 167;
|
|
sc_bitset_remove_all = 168;
|
|
sc_char_bag_set_npc_teammates = 180;
|
|
sc_factory_sync = 200;
|
|
sc_factory_modify_formula_man = 201;
|
|
sc_factory_modify_stt = 202;
|
|
sc_factory_modify_visible_formula = 203;
|
|
sc_factory_modify_formula_mode = 204;
|
|
sc_factory_sync_offline_info = 205;
|
|
sc_factory_modify_panel_store = 206;
|
|
sc_factory_modify_progress_status = 207;
|
|
sc_factory_sync_scope = 210;
|
|
sc_factory_release_scope = 211;
|
|
sc_factory_modify_scope = 212;
|
|
sc_factory_modify_quickbar = 213;
|
|
sc_factory_manually_work_exec = 214;
|
|
sc_factory_product_manual_unlock = 215;
|
|
sc_factory_modify_sign_mgr = 216;
|
|
sc_factory_soil_reclaim = 217;
|
|
sc_factory_soil_water = 218;
|
|
sc_factory_modify_shared_mgr = 219;
|
|
sc_factory_soil_harvest = 220;
|
|
sc_factory_sync_chapter = 221;
|
|
sc_factory_modify_chapter_nodes = 222;
|
|
sc_factory_modify_chapter_components = 223;
|
|
sc_factory_modify_chapter_scene = 224;
|
|
sc_factory_modify_chapter_pin_board = 226;
|
|
sc_factory_modify_chapter_map = 227;
|
|
sc_factory_switch_chapter = 228;
|
|
sc_factory_hs = 231;
|
|
sc_factory_hs_sync = 232;
|
|
sc_factory_modify_statistic = 242;
|
|
sc_factory_statistic_require = 243;
|
|
sc_factory_hub_workshop_make = 244;
|
|
sc_factory_hub_transport_route_modify = 245;
|
|
sc_factory_modify_statistic_bookmark = 246;
|
|
sc_factory_bp_public_status = 238;
|
|
sc_factory_set_blue_print_flag = 239;
|
|
sc_factory_query_gift_blue_print = 240;
|
|
sc_factory_report_blue_print = 241;
|
|
sc_factory_review_blue_print = 247;
|
|
sc_factory_share_blue_print = 248;
|
|
sc_factory_query_shared_blue_print = 249;
|
|
sc_factory_fetch_gift_blue_print = 250;
|
|
sc_factory_op_ret = 251;
|
|
sc_factory_sync_pending_list = 252;
|
|
sc_factory_modify_pending_data = 253;
|
|
sc_factory_save_blue_print = 254;
|
|
sc_factory_del_blue_print = 255;
|
|
sc_factory_sync_blue_print_data = 256;
|
|
sc_factory_sync_blue_print_mgr = 257;
|
|
sc_factory_use_blue_print = 258;
|
|
sc_factory_modify_blue_print = 259;
|
|
sc_weapon_puton = 260;
|
|
sc_weapon_breakthrough = 262;
|
|
sc_weapon_add_exp = 263;
|
|
sc_weapon_attach_gem = 264;
|
|
sc_weapon_detach_gem = 265;
|
|
sc_weapon_refine_upgrade = 266;
|
|
sc_reward_toast_begin = 270;
|
|
sc_reward_toast_end = 271;
|
|
sc_reward_to_scene_begin = 273;
|
|
sc_reward_to_scene_end = 274;
|
|
sc_reward_drop_sp_item_toast = 275;
|
|
sc_dungeon_begin = 300;
|
|
sc_enter_dungeon = 301;
|
|
sc_restart_dungeon = 302;
|
|
sc_leave_dungeon = 303;
|
|
sc_sync_stamina = 304;
|
|
sc_sync_full_dungeon_status = 306;
|
|
sc_ntf_ap_items_expire_auto_use = 307;
|
|
sc_dungeon_restore_ap_rsp = 308;
|
|
sc_dungeon_end = 359;
|
|
sc_sync_all_mail = 400;
|
|
sc_get_mail = 401;
|
|
sc_read_mail = 402;
|
|
sc_get_mail_attachment = 403;
|
|
sc_del_mail_notify = 404;
|
|
sc_new_mail_notify = 405;
|
|
sc_mark_star_mail = 406;
|
|
sc_sync_game_mode = 430;
|
|
sc_remove_item_new_tags = 440;
|
|
sc_sync_all_wiki = 470;
|
|
sc_sync_all_stat = 500;
|
|
sc_sync_stat = 501;
|
|
sc_char_bag_set_curr_team_index = 511;
|
|
sc_char_bag_set_curr_team_type = 512;
|
|
sc_new_notice_notify = 600;
|
|
sc_pay_create_order = 652;
|
|
sc_pay_order_settle = 653;
|
|
sc_pay_sync_cash_shops = 654;
|
|
sc_pay_cash_shop_modify = 655;
|
|
sc_pay_cash_shop_goods_modify = 656;
|
|
sc_pay_accept_order = 657;
|
|
sc_pay_query_platform_data = 658;
|
|
sc_pay_sync_remind_order = 659;
|
|
sc_pay_end = 699;
|
|
sc_friend_begin = 700;
|
|
sc_friend_request_submit = 701;
|
|
sc_friend_request_reject = 702;
|
|
sc_friend_request_accept = 703;
|
|
sc_friend_delete = 704;
|
|
sc_friend_search_name = 705;
|
|
sc_friend_request_list_sync = 706;
|
|
sc_friend_list_sync = 707;
|
|
sc_friend_request_add_notify = 708;
|
|
sc_friend_add_notify = 709;
|
|
sc_friend_list_simple_sync = 710;
|
|
sc_friend_list_query = 711;
|
|
sc_friend_request_list_simple_sync = 712;
|
|
sc_friend_request_list_query = 713;
|
|
sc_friend_black_list_sync = 714;
|
|
sc_friend_search_name_query = 715;
|
|
sc_friend_search_platform_role_id = 716;
|
|
sc_friend_stranger_recommend_query = 717;
|
|
sc_friend_user_avatar_modify = 718;
|
|
sc_friend_user_avatar_frame_modify = 719;
|
|
sc_friend_signature_modify = 720;
|
|
sc_friend_business_card_topic_modify = 721;
|
|
sc_friend_business_card_query = 722;
|
|
sc_friend_remark_name_modify = 723;
|
|
sc_friend_black_list_modify = 724;
|
|
sc_friend_request_list_login_notify = 725;
|
|
sc_friend_visit_spaceship = 726;
|
|
sc_friend_srole_char_query = 727;
|
|
sc_friend_display_char_modify = 728;
|
|
sc_friend_personal_data_sync = 729;
|
|
sc_friend_friend_list_login_notify = 730;
|
|
sc_friend_business_card_expand_flag_modify = 731;
|
|
sc_friend_psn_authcode_query = 732;
|
|
sc_friend_psn_friend_list_query = 733;
|
|
sc_friend_psn_friend_list_simple_sync = 734;
|
|
sc_friend_psn_black_list_sync = 735;
|
|
sc_friend_set_psn_only = 736;
|
|
sc_social_user_list_query = 737;
|
|
sc_friend_request_rejected_notify = 738;
|
|
sc_friend_chat_msg_read = 771;
|
|
sc_friend_chat_msg_query = 772;
|
|
sc_friend_chat_list_simple_sync = 773;
|
|
sc_friend_chat_list_add = 774;
|
|
sc_friend_chat_list_delete = 775;
|
|
sc_friend_chat_list_top = 776;
|
|
sc_friend_chat_msg_receive_notify = 777;
|
|
sc_friend_chat_daily_social_building_share_cnt_modify = 778;
|
|
sc_friend_chat_msg_instant_info_query = 779;
|
|
sc_friend_chat_social_building_check_area = 780;
|
|
sc_friend_end = 799;
|
|
sc_update_game_var = 901;
|
|
sc_sync_all_game_var = 902;
|
|
sc_sync_all_mini_game = 914;
|
|
sc_complete_mini_game = 915;
|
|
sc_item_bag_common_sync = 1000;
|
|
sc_item_bag_common_modify = 1001;
|
|
sc_item_bag_scope_sync = 1002;
|
|
sc_item_bag_scope_modify = 1003;
|
|
sc_item_bag_use_item = 1004;
|
|
sc_item_bag_set_quick_bar = 1005;
|
|
sc_item_bag_set_quick_bar_pos = 1006;
|
|
sc_item_bag_set_item_lock = 1007;
|
|
sc_item_bag_abandon_in_bag = 1008;
|
|
sc_item_bag_takeout_lost_and_found = 1031;
|
|
sc_item_bag_got_item_toast = 1032;
|
|
sc_item_bag_trial_char_depot_modify = 1033;
|
|
sc_item_bag_trial_char_depot_clear = 1034;
|
|
sc_item_bag_use_item_case = 1035;
|
|
sc_item_bag_chg_spaceship_chapter = 1036;
|
|
sc_item_bag_lt_items_expire_ntf = 1037;
|
|
sc_item_bag_lt_items_expire_confirm_rsp = 1038;
|
|
sc_item_bag_end = 1049;
|
|
sc_spawn_enemy = 1170;
|
|
sc_entity_property_change = 1172;
|
|
sc_battle_debug_info = 1173;
|
|
sc_battle_generation_change = 1174;
|
|
sc_attach_server_skill = 1175;
|
|
sc_detach_server_skill = 1176;
|
|
sc_add_server_buff = 1177;
|
|
sc_remove_server_buff = 1178;
|
|
sc_battle_sync_seq_id = 1179;
|
|
sc_update_server_skill = 1180;
|
|
sc_reset_battle_status = 1181;
|
|
sc_battle_sync_global_buff_info = 1182;
|
|
sc_battle_add_global_buff = 1183;
|
|
sc_battle_remove_global_buff = 1184;
|
|
sc_spaceship_guest_room_auto_recv_clue = 1185;
|
|
sc_spaceship_guest_room_delete_self_clue = 1186;
|
|
sc_spaceship_sync = 1200;
|
|
sc_spaceship_modify_room = 1201;
|
|
sc_spaceship_modify_char = 1202;
|
|
sc_spaceship_present_char_info = 1203;
|
|
sc_spaceship_char_favorability_change = 1204;
|
|
sc_spaceship_recv_gift_from_char = 1205;
|
|
sc_spaceship_present_gift_to_char = 1206;
|
|
sc_spaceship_sync_room_level_up = 1207;
|
|
sc_spaceship_sync_char_skill = 1208;
|
|
sc_spaceship_sync_room_station = 1209;
|
|
sc_spaceship_manufacturing_station_sync = 1210;
|
|
sc_spaceship_manufacturing_station_start = 1211;
|
|
sc_spaceship_manufacturing_station_cancel = 1212;
|
|
sc_spaceship_manufacturing_station_collect = 1213;
|
|
sc_spaceship_modify_grow_cabin = 1214;
|
|
sc_spaceship_grow_cabin_breed = 1215;
|
|
sc_spaceship_grow_cabin_sow = 1216;
|
|
sc_spaceship_grow_cabin_harvest = 1217;
|
|
sc_spaceship_grow_cabin_cancel = 1218;
|
|
sc_spaceship_report_char_work_modify = 1219;
|
|
sc_spaceship_report_output_modify = 1220;
|
|
sc_spaceship_visit_sync = 1221;
|
|
sc_spaceship_modify_blackboard = 1222;
|
|
sc_spaceship_room_serial_num_change = 1223;
|
|
sc_spaceship_help_room = 1224;
|
|
sc_spaceship_use_help_credit = 1225;
|
|
sc_spaceship_assist_data = 1226;
|
|
sc_spaceship_guest_room_recv_clue = 1227;
|
|
sc_spaceship_guest_room_recv_friend_clue = 1228;
|
|
sc_spaceship_guest_room_present_friend_clue = 1229;
|
|
sc_spaceship_guest_room_place_clue = 1230;
|
|
sc_spaceship_guest_room_cancel_place_clue = 1231;
|
|
sc_spaceship_guest_room_open_info_exchange = 1232;
|
|
sc_spaceship_guest_room_settle_info_exchange = 1233;
|
|
sc_spaceship_guest_room_join_friend_info_exchange = 1234;
|
|
sc_spaceship_guest_room_get_clue_info = 1235;
|
|
sc_spaceship_guest_room_set_char_picture_list = 1236;
|
|
sc_spaceship_guest_room_music_player_modify = 1237;
|
|
sc_spaceship_guest_room_query_visit_list = 1238;
|
|
sc_spaceship_guest_room_recv_visit_list_reward = 1239;
|
|
sc_spaceship_guest_room_new_visitor_op_notify = 1240;
|
|
sc_spaceship_expedition_start = 1241;
|
|
sc_spaceship_expedition_cancel = 1242;
|
|
sc_spaceship_expedition_collect = 1243;
|
|
sc_spaceship_expedition_refresh = 1244;
|
|
sc_spaceship_expedition_info_tokens_update = 1246;
|
|
sc_spaceship_expedition_region_update = 1247;
|
|
sc_spaceship_expedition_expedition_update = 1248;
|
|
sc_spaceship_showcase_modify = 1245;
|
|
sc_spaceship_guest_room_weapon_change = 1249;
|
|
sc_spaceship_guest_room_char_change = 1199;
|
|
sc_spaceship_report_expedition_modify = 1198;
|
|
sc_game_mechanics_begin = 1250;
|
|
sc_game_mechanics_sync = 1251;
|
|
sc_game_mechanics_sync_unlock_condition = 1252;
|
|
sc_game_mechanics_modify_records = 1253;
|
|
sc_game_mechanics_sync_challenge_start = 1254;
|
|
sc_game_mechanics_sync_challenge_complete = 1255;
|
|
sc_game_mechanics_sync_completion_reward = 1256;
|
|
sc_game_mechanics_sync_enter_game_inst = 1257;
|
|
sc_game_mechanics_sync_leave_game_inst = 1258;
|
|
sc_game_mechanics_sync_restart_game_inst = 1259;
|
|
sc_game_mechanics_modify_inst_time_freeze = 1260;
|
|
sc_game_mechanics_sync_category_unlock_condition = 1261;
|
|
sc_game_mechanics_modify_group_records = 1262;
|
|
sc_game_mechanics_end = 1299;
|
|
sc_sns_begin = 1300;
|
|
sc_sns_get_chat_list = 1302;
|
|
sc_sync_sns_dialog_modify = 1305;
|
|
sc_sync_sns_chat_modify = 1309;
|
|
sc_sns_end = 1330;
|
|
sc_settlement_begin = 1331;
|
|
sc_settlement_sync_all = 1332;
|
|
sc_settlement_sync_modify = 1333;
|
|
sc_settlement_set_officer = 1335;
|
|
sc_settlement_remain_money_sync = 1338;
|
|
sc_settlement_sell_item = 1339;
|
|
sc_settlement_end = 1350;
|
|
sc_shop_begin = 1351;
|
|
sc_shop_sync = 1352;
|
|
sc_shop_sync_shop_group_condition = 1353;
|
|
sc_shop_modify_shop = 1354;
|
|
sc_shop_sync_shop_condition = 1355;
|
|
sc_shop_sync_goods_condition = 1356;
|
|
sc_shop_modify_frequency_limit = 1357;
|
|
sc_shop_delete_frequency_limit = 1358;
|
|
sc_shop_buy_resp = 1359;
|
|
sc_shop_swap_money = 1360;
|
|
sc_shop_domain_channel_level_up = 1361;
|
|
sc_shop_modify_domain_shop_positions = 1362;
|
|
sc_shop_sell_resp = 1363;
|
|
sc_shop_query_friend_goods_price = 1364;
|
|
sc_shop_manual_refresh = 1365;
|
|
sc_shop_query_friend_shop = 1366;
|
|
sc_shop_swap_char_potential_up = 1367;
|
|
sc_shop_end = 1370;
|
|
sc_td_begin = 1371;
|
|
sc_sync_td_settlement = 1375;
|
|
sc_td_end = 1400;
|
|
sc_adventure_begin = 1401;
|
|
sc_adventure_level_modify = 1402;
|
|
sc_adventure_sync_all = 1403;
|
|
sc_adventure_world_level_modify = 1404;
|
|
sc_adventure_end = 1430;
|
|
sc_gem_recast = 1431;
|
|
sc_gem_enhance = 1432;
|
|
sc_gem_dismantle = 1433;
|
|
sc_gem_end = 1440;
|
|
sc_reset_daily_adventure_task = 1441;
|
|
sc_daily_activation_modify = 1443;
|
|
sc_adventure_task_modify = 1444;
|
|
sc_adventure_book_sync = 1445;
|
|
sc_adventure_book_stage_modify = 1447;
|
|
sc_talent_begin = 1490;
|
|
sc_char_unlock_talent_node = 1491;
|
|
sc_talent_end = 1529;
|
|
sc_racing_dungeon_begin = 1530;
|
|
sc_sync_racing_dungeon_passed_level = 1531;
|
|
sc_racing_dungeon_enter = 1532;
|
|
sc_sync_racing_dungeon_settlement = 1533;
|
|
sc_sync_racing_dungeon_reconnect = 1534;
|
|
sc_racing_dungeon_battle_pass_receive_reward = 1535;
|
|
sc_racing_dungeon_get_battle_pass = 1536;
|
|
sc_racing_dungeon_get_achievement = 1537;
|
|
sc_racing_dungeon_achievement_receive_reward = 1538;
|
|
sc_sync_racing_dungeon_buff_modify = 1539;
|
|
sc_sync_racing_dungeon_achievement_modify = 1540;
|
|
sc_sync_racing_timer_pause = 1541;
|
|
sc_sync_racing_dungeon_complete_room = 1542;
|
|
sc_racing_dungeon_end = 1600;
|
|
sc_char_bag_remove_trial_character = 1602;
|
|
sc_trial_character_equip_medicine_modify = 1603;
|
|
sc_gacha_begin = 1610;
|
|
sc_gacha_sync = 1611;
|
|
sc_gacha_modify_pool_info = 1612;
|
|
sc_gacha_sync_pull_result = 1613;
|
|
sc_gacha_modify_pool_role_data = 1614;
|
|
sc_gacha_testimonial_convert_ntf = 1615;
|
|
sc_gacha_end = 1640;
|
|
sc_game_time_freeze_begin = 1641;
|
|
sc_game_time_freeze_start_rsp = 1642;
|
|
sc_game_time_freeze_end_rsp = 1643;
|
|
sc_game_time_freeze_end = 1650;
|
|
sc_activity_begin = 1651;
|
|
sc_activity_sync = 1652;
|
|
sc_activity_modify = 1653;
|
|
sc_activity_progress_change = 1654;
|
|
sc_base_multi_stage_activity_receive_reward = 1655;
|
|
sc_activity_conditional_multi_stage_base_change = 1656;
|
|
sc_conditional_multi_stage_activity_gain_reward = 1657;
|
|
sc_activity_conditional_stage_progress_change = 1658;
|
|
sc_activity_weekly_task_task_gain_reward = 1659;
|
|
sc_activity_weekly_task_milestone_gain_reward = 1660;
|
|
sc_daily_checkin = 1661;
|
|
sc_activity_end = 1690;
|
|
sc_npc_begin = 1691;
|
|
sc_npc_set_meta_data_rsp = 1692;
|
|
sc_npc_enter_map_resync = 1693;
|
|
sc_npc_active_change_ntf = 1694;
|
|
sc_npc_reset_meta_data_ntf = 1695;
|
|
sc_npc_conflict_ntf = 1696;
|
|
sc_npc_batch_set_meta_data_rsp = 1697;
|
|
sc_npc_active_change_apply_ntf = 1698;
|
|
sc_npc_end = 1710;
|
|
sc_focus_mode_begin = 1711;
|
|
sc_focus_mode_enter_ntf = 1712;
|
|
sc_focus_mode_leave_ntf = 1713;
|
|
sc_focus_mode_leave_end_ntf = 1714;
|
|
sc_focus_mode_end = 1740;
|
|
sc_domain_development_begin = 1741;
|
|
sc_domain_development_system_sync = 1742;
|
|
sc_domain_development_degree_modify = 1743;
|
|
sc_domain_development_rewarded_level_modify = 1744;
|
|
sc_domain_development_sync = 1745;
|
|
sc_domain_development_read_version_info_modify = 1746;
|
|
sc_domain_development_end = 1790;
|
|
sc_recycle_bin_begin = 1791;
|
|
sc_recycle_bin_modify = 1792;
|
|
sc_recycle_bin_system_sync_all = 1793;
|
|
sc_recycle_bin_end = 1799;
|
|
sc_sync_all_doodad_group = 1800;
|
|
sc_doodad_group_modify = 1801;
|
|
sc_kite_station_begin = 1811;
|
|
sc_kite_station_level_up = 1812;
|
|
sc_kite_station_sync_all = 1813;
|
|
sc_kite_station_modify_ks = 1816;
|
|
sc_kite_station_refresh = 1817;
|
|
sc_kite_station_end = 1830;
|
|
sc_achieve_begin = 1831;
|
|
sc_achieve_sync = 1832;
|
|
sc_achieve_sync_public_info = 1833;
|
|
sc_achieve_sync_personal_info = 1834;
|
|
sc_achieve_display_info_change = 1835;
|
|
sc_achieve_end = 1850;
|
|
sc_dev_data_version_notify = 1851;
|
|
sc_week_raid_begin = 1901;
|
|
sc_week_raid_battle_pass_receive_reward = 1902;
|
|
sc_week_raid_pictorial_receive_reward = 1903;
|
|
sc_week_raid_pictorial_modify = 1904;
|
|
sc_sync_week_raid_danger_meter_modify = 1905;
|
|
sc_sync_week_raid_settlement = 1906;
|
|
sc_week_raid_refresh_mission = 1907;
|
|
sc_sync_week_raid = 1908;
|
|
sc_sync_week_raid_battle_pass_modify = 1909;
|
|
sc_week_raid_complete_mission = 1910;
|
|
sc_week_raid_tech_modify = 1911;
|
|
sc_sync_week_raid_game_start = 1912;
|
|
sc_week_raid_mission_modify = 1913;
|
|
sc_week_raid_end = 1999;
|
|
sc_domain_depot_begin = 2000;
|
|
sc_domain_depot_sync_all_info = 2001;
|
|
sc_reduce_cargo_integrity_rsp = 2002;
|
|
sc_domain_depot_unlock_rsp = 2003;
|
|
sc_domain_depot_level_upgrade_rsp = 2004;
|
|
sc_domain_depot_pack_item_rsp = 2005;
|
|
sc_domain_depot_select_buyer_rsp = 2006;
|
|
sc_domain_depot_fetch_delegate_rsp = 2007;
|
|
sc_domain_depot_delegate_rsp = 2008;
|
|
sc_domain_depot_take_delegate_rsp = 2009;
|
|
sc_domain_depot_update_delegate_inst_state = 2010;
|
|
sc_domain_depot_collect_delegate_reward_rsp = 2011;
|
|
sc_domain_depot_recv_package_for_deliver_rsp = 2012;
|
|
sc_domain_depot_send_package_for_deliver_rsp = 2013;
|
|
sc_domain_depot_daily_refresh_trigger = 2014;
|
|
sc_domain_depot_end = 2050;
|
|
sc_factory_soil_fertilize = 2051;
|
|
sc_global_effect_sync_all = 2061;
|
|
sc_global_effect_modify_sync = 2062;
|
|
sc_punish_system_begin = 2070;
|
|
sc_punish_system_sync = 2071;
|
|
sc_client_social_share_control = 2072;
|
|
sc_punish_system_end = 2079;
|
|
sc_monthlycard_begin = 2080;
|
|
sc_monthlycard_sync = 2081;
|
|
sc_monthlycard_end = 2089;
|
|
sc_bp_begin = 2090;
|
|
sc_bp_sync_all = 2091;
|
|
sc_bp_level_modify = 2092;
|
|
sc_bp_track_mgr_modify = 2093;
|
|
sc_bp_take_track_reward = 2094;
|
|
sc_bp_task_state_modify = 2095;
|
|
sc_bp_sync_visible_condition = 2096;
|
|
sc_bp_sync_task_complete_condition = 2097;
|
|
sc_bp_abscent_count_modify = 2098;
|
|
sc_bp_sync_task_label_modify = 2099;
|
|
sc_bp_buy_level = 2100;
|
|
sc_bp_end = 2140;
|
|
sc_world_energy_point_begin = 2141;
|
|
sc_world_energy_point_req_group_reward = 2142;
|
|
sc_world_energy_point_end = 2160;
|
|
sc_anti_cheat_begin = 2161;
|
|
sc_anti_cheat_sync_data = 2162;
|
|
sc_anti_cheat_ticket = 2163;
|
|
sc_anti_cheat_send_anti_data4 = 2164;
|
|
sc_anti_cheat_get_light_feature = 2165;
|
|
sc_anti_cheat_credit_warning = 2166;
|
|
sc_anti_cheat_credit_zero = 2167;
|
|
sc_anti_cheat_end = 2180;
|
|
sc_tools_begin = 2181;
|
|
sc_sync_client_remote_task = 2182;
|
|
sc_tools_end = 2199;
|
|
sc_message_end = 4095;
|
|
}
|