diff --git a/PacketOpcodes.java b/PacketOpcodes.java index 851f2806..ce19e0f5 100644 --- a/PacketOpcodes.java +++ b/PacketOpcodes.java @@ -2,342 +2,474 @@ package emu.grasscutter.net.packet; public class PacketOpcodes { // Empty - public static final int NONE = 1; + public static final int NONE = 0; // Opcodes - public static final int UNKNOWN1 = 2682; - public static final int UNKNOWN3 = 28968; - public static final int LOOP_UNK1 = 23233; - public static final int GetPlayerTokenReq = 23703; + public static final int EnterSceneDoneReq = 117; + public static final int SceneKickPlayerReq = 182; + public static final int AntiAddictNotify = 243; + public static final int ChangeGameTimeRsp = 274; + public static final int CutSceneBeginNotify = 305; public static final int GetPlayerTokenRsp = 322; - public static final int PlayerLoginReq = 7412; - public static final int PlayerLoginRsp = 22719; - public static final int PlayerDataNotify = 21169; - public static final int OpenStateUpdateNotify = 29113; - public static final int AvatarDataNotify = 26021; - public static final int PlayerPropNotify = 2616; - public static final int PlayerEnterSceneNotify = 23590; + public static final int GetAuthkeyRsp = 383; + public static final int CombineRsp = 492; + public static final int PullRecentChatRsp = 523; + public static final int AvatarSkillDepotChangeNotify = 568; + public static final int PrivateChatReq = 583; + public static final int TowerAllDataReq = 611; + public static final int UseItemRsp = 673; + public static final int EvtAvatarLockChairReq = 709; + public static final int DungeonEntryInfoReq = 730; + public static final int AvatarDieAnimationEndReq = 772; + public static final int StoreItemChangeNotify = 825; + public static final int SetUpAvatarTeamRsp = 897; + public static final int AddQuestContentProgressRsp = 927; + public static final int DoGachaReq = 1018; public static final int GetPlayerSocialDetailReq = 1043; + public static final int PlayerGetForceQuitBanInfoReq = 1112; + public static final int SetChatEmojiCollectionReq = 1123; + public static final int WeaponAwakenRsp = 1182; + public static final int SceneAreaUnlockNotify = 1330; + public static final int SetPlayerBirthdayReq = 1368; + public static final int QuickUseWidgetReq = 1372; + public static final int SetNameCardRsp = 1442; + public static final int EvtDestroyGadgetNotify = 1452; + public static final int DealAddFriendReq = 1458; + public static final int AvatarFetterLevelRewardReq = 1484; + public static final int ClientScriptEventNotify = 1503; + public static final int GetRecentMpPlayerListReq = 1509; + public static final int AvatarFlycloakChangeNotify = 1516; + public static final int GetProfilePictureDataReq = 1648; + public static final int AvatarAddNotify = 1694; + public static final int ServerAnnounceNotify = 1758; + public static final int PlayerChatNotify = 1772; + public static final int SetPlayerPropReq = 1774; public static final int GetPlayerSocialDetailRsp = 1804; + public static final int AvatarUnlockTalentNotify = 1893; + public static final int TowerFloorRecordChangeNotify = 1981; + public static final int GetGachaInfoReq = 2098; + public static final int QuestGlobalVarNotify = 2152; + public static final int HitTreeNotify = 2178; + public static final int UpdatePlayerShowNameCardListRsp = 2205; + public static final int TowerAllDataRsp = 2253; + public static final int AvatarPropNotify = 2280; + public static final int QueryPathReq = 2337; + public static final int ObstacleModifyNotify = 2375; + public static final int QueryPathRsp = 2381; + public static final int PathfindingEnterSceneReq = 2382; + public static final int PlayerStoreNotify = 2454; + public static final int ExecuteGadgetLuaRsp = 2532; + public static final int CodexDataFullNotify = 2558; + public static final int GetDungeonEntryExploreConditionReq = 2592; + public static final int PlayerPropNotify = 2616; + public static final int SetPlayerBirthdayRsp = 2617; + public static final int EvtAiSyncCombatThreatInfoNotify = 2682; + public static final int HomeBasicInfoNotify = 2810; + public static final int PlayerLevelRewardUpdateNotify = 2830; + public static final int WorldPlayerRTTNotify = 2845; + public static final int AvatarGainFlycloakNotify = 2863; + public static final int QuestDestroyNpcReq = 2930; + public static final int BattlePassAllDataNotify = 2963; + public static final int EvtAvatarUpdateFocusNotify = 3013; + public static final int TakeBattlePassRewardRsp = 3069; + public static final int SceneInitFinishRsp = 3099; + public static final int TakeoffEquipRsp = 3147; + public static final int ReformFireworksReq = 3254; + public static final int WeaponUpgradeRsp = 3294; + public static final int AskAddFriendRsp = 3297; + public static final int CombineReq = 3349; + public static final int ServerTimeNotify = 3350; + public static final int GadgetInteractReq = 3565; + public static final int WearEquipRsp = 3629; + public static final int SceneTeamUpdateNotify = 3630; + public static final int HomeChooseModuleReq = 3660; + public static final int AddQuestContentProgressReq = 3813; + public static final int PlayerWorldSceneInfoListNotify = 3846; + public static final int SetEquipLockStateReq = 3852; + public static final int DungeonSettleNotify = 3857; + public static final int AbilityInvocationsNotify = 3901; + public static final int SetBattlePassViewedReq = 4006; + public static final int AvatarTeamUpdateNotify = 4042; + public static final int EvtAvatarEnterFocusNotify = 4109; + public static final int PingRsp = 4322; + public static final int ClientAbilitiesInitFinishCombineNotify = 4338; + public static final int SetPlayerPropRsp = 4436; + public static final int DungeonChallengeBeginNotify = 4649; + public static final int PlayerQuitDungeonReq = 4653; + public static final int PlayerCompoundMaterialRsp = 4656; + public static final int ClientAbilityInitFinishNotify = 4679; + public static final int EntityAiKillSelfNotify = 4703; + public static final int CreateVehicleRsp = 4740; + public static final int SceneTransToPointRsp = 4798; + public static final int TakeInvestigationRewardRsp = 4841; + public static final int PlayerApplyEnterMpResultRsp = 4853; + public static final int AskAddFriendReq = 4872; + public static final int QuestDestroyNpcRsp = 4958; + public static final int GetFriendShowNameCardInfoRsp = 4963; + public static final int GetPlayerFriendListRsp = 4989; + public static final int WorktopOptionNotify = 5012; + public static final int AvatarEquipChangeNotify = 5079; + public static final int VehicleInteractReq = 5099; + public static final int PlayerChatReq = 5171; + public static final int CombatInvocationsNotify = 5196; + public static final int PlayerApplyEnterHomeNotify = 5247; + public static final int SyncTeamEntityNotify = 5280; + public static final int MonsterForceAlertNotify = 5287; + public static final int ScenePointUnlockNotify = 5540; + public static final int GetWidgetSlotRsp = 5626; + public static final int GachaWishReq = 5636; + public static final int ReliquaryUpgradeRsp = 5692; + public static final int ForgeQueueDataNotify = 5698; + public static final int EvtBulletHitNotify = 5735; + public static final int TowerEnterLevelRsp = 5746; + public static final int DelBackupAvatarTeamReq = 5780; + public static final int HomeGetArrangementInfoRsp = 5806; + public static final int EnterSceneReadyRsp = 5816; + public static final int WorldPlayerReviveReq = 5872; public static final int GetShopReq = 5877; + public static final int GivingRecordNotify = 5883; + public static final int ForgeGetQueueDataReq = 5954; + public static final int MarkNewNotify = 5979; + public static final int ToTheMoonEnterSceneReq = 6163; + public static final int SetPlayerNameReq = 6220; + public static final int GetScenePointReq = 6271; + public static final int GetDailyDungeonEntryInfoRsp = 6323; + public static final int HomeSaveArrangementNoChangeRsp = 6397; + public static final int ItemGivingReq = 6477; + public static final int TakeAchievementGoalRewardReq = 6501; + public static final int HomeTransferReq = 6539; + public static final int UnionCmdNotify = 6564; + public static final int GetProfilePictureDataRsp = 6565; + public static final int PlayerInvestigationNotify = 6640; + public static final int EnterWorldAreaReq = 6675; + public static final int UpdateAbilityCreatedMovingPlatformNotify = 6778; + public static final int GetOnlinePlayerListRsp = 6813; + public static final int SelectWorktopOptionReq = 6885; + public static final int ChooseCurAvatarTeamRsp = 6895; + public static final int GetShopmallDataRsp = 6919; + public static final int ChallengeDataNotify = 6967; + public static final int FinishedParentQuestUpdateNotify = 6968; + public static final int ForgeDataNotify = 6985; + public static final int DungeonPlayerDieReq = 7032; + public static final int PlayerApplyEnterMpNotify = 7182; + public static final int SceneAudioNotify = 7184; + public static final int GetScenePointRsp = 7225; + public static final int PlayerLoginReq = 7412; + public static final int WorldPlayerLocationNotify = 7420; + public static final int AchievementAllDataNotify = 7450; + public static final int HomeComfortInfoNotify = 7484; + public static final int QuestUpdateQuestVarNotify = 7517; + public static final int AvatarWearFlycloakReq = 7570; + public static final int ForgeGetQueueDataRsp = 7571; + public static final int TakeFurnitureMakeReq = 7585; + public static final int HomeMarkPointNotify = 7657; + public static final int ItemAddHintNotify = 7712; + public static final int ClientLockGameTimeNotify = 7730; + public static final int HomeSceneJumpReq = 7730; + public static final int MonsterSummonTagNotify = 7831; + public static final int SceneEntityDisappearNotify = 7872; + public static final int AvatarFightPropNotify = 7895; + public static final int QuestProgressUpdateNotify = 7905; + public static final int PrivateChatNotify = 7936; + public static final int ExitTransPointRegionNotify = 8012; + public static final int TakeAchievementRewardRsp = 8024; + public static final int BatchBuyGoodsRsp = 8097; + public static final int ReliquaryDecomposeRsp = 8148; + public static final int WidgetDoBagReq = 8213; + public static final int AvatarSatiationDataNotify = 8229; + public static final int DungeonPlayerDieNotify = 8234; + public static final int SetPlayerNameRsp = 8361; + public static final int GetAllMailNotify = 8385; + public static final int GetPlayerAskFriendListRsp = 8429; + public static final int EnterWorldAreaRsp = 8436; + public static final int ForgeFormulaDataNotify = 8543; + public static final int TowerCurLevelRecordChangeNotify = 8595; + public static final int SetPlayerHeadImageReq = 8629; + public static final int SkipPlayerGameTimeReq = 8747; + public static final int ItemGivingRsp = 8905; + public static final int PullRecentChatReq = 8936; + public static final int TakeAchievementGoalRewardRsp = 8945; + public static final int SetOpenStateReq = 9009; + public static final int QuestTransmitReq = 9051; + public static final int ReliquaryUpgradeReq = 9142; + public static final int PostEnterSceneReq = 9174; + public static final int AvatarSkillMaxChargeCountNotify = 9198; + public static final int HomeChooseModuleRsp = 9238; + public static final int PullPrivateChatReq = 9253; + public static final int EvtAvatarLockChairRsp = 9256; + public static final int AvatarSkillChangeNotify = 9268; + public static final int DropHintNotify = 9366; + public static final int McoinExchangeHcoinRsp = 9399; + public static final int EvtDoSkillSuccNotify = 9433; + public static final int LifeStateChangeNotify = 9435; + public static final int AllWidgetDataNotify = 9546; + public static final int WeaponPromoteReq = 9611; + public static final int WidgetGadgetDataNotify = 9673; + public static final int GetMapAreaReq = 9700; + public static final int PersonalSceneJumpRsp = 9709; + public static final int AvatarFetterLevelRewardRsp = 9717; + public static final int QuestDelNotify = 9734; + public static final int QuestCreateEntityRsp = 9887; + public static final int ActivityUpdateWatcherNotify = 9907; + public static final int QuestDestroyEntityRsp = 9927; + public static final int MarkMapReq = 9954; + public static final int PlayerTimeNotify = 20024; + public static final int TakeInvestigationTargetRewardReq = 20048; + public static final int MonsterAlertChangeNotify = 20074; + public static final int GetAuthkeyReq = 20204; + public static final int EnterTransPointRegionNotify = 20259; + public static final int ActivityInfoNotify = 20264; + public static final int AvatarPromoteRsp = 20328; + public static final int UseItemReq = 20339; + public static final int GetAllMailResultNotify = 20380; + public static final int TowerEnterLevelReq = 20408; + public static final int PlayerApplyEnterMpRsp = 20430; + public static final int AvatarPromoteReq = 20441; + public static final int AvatarDieAnimationEndRsp = 20608; + public static final int PlayerApplyEnterMpReq = 20663; + public static final int TowerMiddleLevelChangeTeamNotify = 20682; + public static final int QuestUpdateQuestVarRsp = 20695; + public static final int GetShopmallDataReq = 20724; + public static final int EnterScenePeerNotify = 20926; + public static final int AvatarChangeCostumeReq = 20969; + public static final int CanUseSkillNotify = 21073; + public static final int GetWidgetSlotReq = 21085; + public static final int GetPlayerFriendListReq = 21140; + public static final int NpcTalkReq = 21148; + public static final int PlayerDataNotify = 21169; + public static final int GadgetInteractRsp = 21242; + public static final int OpenStateChangeNotify = 21245; + public static final int ClientAbilityChangeNotify = 21288; + public static final int PlayerPropChangeReasonNotify = 21300; + public static final int UnlockAvatarTalentReq = 21301; + public static final int BatchBuyGoodsReq = 21323; + public static final int SceneInitFinishReq = 21370; + public static final int ScenePlayerLocationNotify = 21376; + public static final int PlayerQuitFromHomeNotify = 21403; + public static final int QueryCodexMonsterBeKilledNumReq = 21437; + public static final int ChangeAvatarReq = 21461; + public static final int SceneEntityUpdateNotify = 21463; + public static final int PersonalSceneJumpReq = 21464; + public static final int PlayerEnterDungeonReq = 21509; + public static final int ScenePlayerInfoNotify = 21623; + public static final int BattlePassMissionUpdateNotify = 21651; + public static final int WidgetDoBagRsp = 21671; + public static final int UpdatePlayerShowAvatarListRsp = 21752; + public static final int DungeonDieOptionRsp = 21764; + public static final int ChangeAvatarRsp = 21804; + public static final int GetInvestigationMonsterReq = 21813; + public static final int HomeResourceTakeHomeCoinRsp = 21855; + public static final int HomeResourceTakeFetterExpRsp = 22038; + public static final int CombineFormulaDataNotify = 22050; + public static final int ServerGlobalValueChangeNotify = 22099; + public static final int GadgetStateNotify = 22100; + public static final int PlayerInvestigationTargetNotify = 22101; + public static final int AbilityChangeNotify = 22133; + public static final int SetOpenStateRsp = 22146; + public static final int PlayerPreEnterMpNotify = 22149; + public static final int QuickUseWidgetRsp = 22155; + public static final int ChangeMailStarNotify = 22223; + public static final int DungeonDieOptionReq = 22244; + public static final int GetAllUnlockNameCardRsp = 22367; + public static final int UnlockAvatarTalentRsp = 22369; + public static final int GetFriendShowAvatarInfoReq = 22460; + public static final int GetOnlinePlayerListReq = 22525; + public static final int AvatarSkillUpgradeReq = 22618; + public static final int WorldChestOpenNotify = 22669; + public static final int SyncScenePlayTeamEntityNotify = 22675; + public static final int QuestListNotify = 22684; + public static final int AddBackupAvatarTeamReq = 22689; + public static final int PlayerLoginRsp = 22719; + public static final int DeleteFriendRsp = 22728; + public static final int ClientAIStateNotify = 22734; + public static final int BuyGoodsRsp = 22736; + public static final int ClientLoadingCostumeVerificationNotify = 22940; + public static final int BattlePassCurScheduleUpdateNotify = 23013; + public static final int ChangeGameTimeReq = 23019; + public static final int HostPlayerNotify = 23063; + public static final int PullPrivateChatRsp = 23154; + public static final int SetPlayerSignatureRsp = 23156; + public static final int AvatarChangeCostumeRsp = 23183; + public static final int SceneTimeNotify = 23193; + public static final int ChangeMpTeamAvatarRsp = 23226; + public static final int SceneEntityDrownReq = 23233; + public static final int UpdatePlayerShowNameCardListReq = 23241; + public static final int SceneAreaWeatherNotify = 23245; + public static final int HomeChangeEditModeReq = 23294; + public static final int GetPlayerAskFriendListReq = 23308; + public static final int FireworksReformDataNotify = 23329; + public static final int EvtAiSyncSkillCdNotify = 23435; + public static final int HomeGetOnlineStatusRsp = 23465; + public static final int SetEquipLockStateRsp = 23492; + public static final int GetDailyDungeonEntryInfoReq = 23493; + public static final int HomeSaveArrangementNoChangeReq = 23493; + public static final int WeaponPromoteRsp = 23521; + public static final int TakePlayerLevelRewardReq = 23531; + public static final int PlayerEnterSceneNotify = 23590; + public static final int SceneDataNotify = 23591; + public static final int BuyGoodsReq = 23649; + public static final int MarkMapRsp = 23656; + public static final int ForgeQueueManipulateReq = 23681; + public static final int GetPlayerTokenReq = 23703; + public static final int SceneForceLockNotify = 23746; + public static final int CombineDataNotify = 23746; + public static final int ReadPrivateChatReq = 24013; + public static final int SetUpAvatarTeamReq = 24152; + public static final int WeaponUpgradeReq = 24162; + public static final int QuestDestroyEntityReq = 24278; + public static final int TakePlayerLevelRewardRsp = 24293; + public static final int UnlockTransPointReq = 24297; + public static final int TryEnterHomeRsp = 24318; + public static final int SetUpLunchBoxWidgetRsp = 24393; + public static final int ForgeQueueManipulateRsp = 24425; + public static final int PostEnterSceneRsp = 24454; + public static final int EvtAvatarExitFocusNotify = 24493; + public static final int SetPlayerHeadImageRsp = 24577; + public static final int DungeonSlipRevivePointActivateRsp = 24625; + public static final int AvatarUpgradeReq = 24626; + public static final int SceneEntityAppearNotify = 24635; + public static final int EntityFightPropUpdateNotify = 24691; + public static final int ChangeTeamNameReq = 24699; + public static final int EntityAiSyncNotify = 24710; + public static final int AvatarUpgradeRsp = 24717; + public static final int BlossomBriefInfoNotify = 24748; + public static final int WorldOwnerBlossomBriefInfoNotify = 24777; + public static final int TryEnterHomeReq = 24797; + public static final int EvtBulletMoveNotify = 24809; + public static final int SetUpLunchBoxWidgetReq = 24935; + public static final int DestroyMaterialRsp = 24989; + public static final int MassiveEntityElementOpBatchNotify = 25032; + public static final int WeaponAwakenReq = 25056; + public static final int DelTeamEntityNotify = 25063; + public static final int SetWidgetSlotReq = 25160; + public static final int ReliquaryDecomposeReq = 25206; + public static final int EvtCreateGadgetNotify = 25223; + public static final int SetPlayerSignatureReq = 25315; + public static final int GetActivityInfoReq = 25360; + public static final int GroupUnloadNotify = 25365; + public static final int TakeInvestigationRewardReq = 25416; + public static final int TakeInvestigationTargetRewardRsp = 25452; + public static final int GetInvestigationMonsterRsp = 25460; + public static final int HomeUpdateArrangementInfoReq = 25486; + public static final int PlayerSetPauseRsp = 25525; + public static final int PlatformStartRouteNotify = 25562; + public static final int AvatarGainCostumeNotify = 25586; + public static final int DungeonChallengeFinishNotify = 25587; + public static final int AvatarFightPropUpdateNotify = 25612; + public static final int SeeMonsterReq = 25646; + public static final int HomeChangeEditModeRsp = 25696; + public static final int ServerCondMeetQuestListUpdateNotify = 25746; + public static final int PlatformStopRouteNotify = 25803; + public static final int HomePreChangeEditModeNotify = 25837; + public static final int WidgetSlotChangeNotify = 25904; + public static final int AvatarDataNotify = 26021; + public static final int CompoundDataNotify = 26025; + public static final int DeleteFriendReq = 26120; + public static final int DungeonEntryToBeExploreNotify = 26162; + public static final int GachaWishRsp = 26208; + public static final int AvatarTeamAllDataNotify = 26224; + public static final int TakeoffEquipReq = 26274; + public static final int PlayerApplyEnterMpResultReq = 26285; + public static final int QuestTransmitRsp = 26298; + public static final int ChangeMpTeamAvatarReq = 26305; + public static final int EnterSceneDoneRsp = 26367; + public static final int EvtAvatarSitDownNotify = 26530; + public static final int AvatarSkillUpgradeRsp = 26538; + public static final int GetDungeonEntryExploreConditionRsp = 26570; + public static final int NpcTalkRsp = 26611; + public static final int CodexDataUpdateNotify = 26679; + public static final int GetGachaInfoRsp = 26742; + public static final int CreateVehicleReq = 26744; + public static final int UnlockTransPointRsp = 26749; + public static final int McoinExchangeHcoinReq = 26763; + public static final int AvatarLifeStateChangeNotify = 26767; + public static final int GroupSuiteNotify = 26778; + public static final int GetChatEmojiCollectionRsp = 26849; + public static final int PlayerCompoundMaterialReq = 26870; + public static final int EntityFightPropChangeReasonNotify = 26911; + public static final int GetAllUnlockNameCardReq = 26933; + public static final int GetMapAreaRsp = 26944; + public static final int WindSeedType1Notify = 27020; + public static final int DungeonEntryInfoRsp = 27078; + public static final int QuestUpdateQuestVarReq = 27089; + public static final int SceneAvatarStaminaStepReq = 27101; + public static final int PlayerApplyEnterMpResultNotify = 27203; + public static final int VehicleInteractRsp = 27242; + public static final int ChangeTeamNameRsp = 27356; + public static final int UpdatePlayerShowAvatarListReq = 27376; + public static final int WorldPlayerDieNotify = 27386; public static final int GetShopRsp = 27397; public static final int EnterSceneReadyReq = 27508; - public static final int EnterScenePeerNotify = 20926; - public static final int EnterSceneReadyRsp = 5816; - public static final int PlayerSetPauseReq = 27557; - public static final int PlayerSetPauseRsp = 25525; - public static final int PathfindingEnterSceneReq = 2382; - public static final int ToTheMoonEnterSceneReq = 6163; - public static final int ClientAbilityInitFinishNotify = 4679; - public static final int GetScenePointReq = 6271; - public static final int GetScenePointRsp = 7225; - public static final int GetSceneAreaReq = 28350; - public static final int GetSceneAreaRsp = 28603; - public static final int SceneInitFinishReq = 21370; - public static final int PlayerWorldSceneInfoListNotify = 3846; - public static final int PlayerEnterSceneInfoNotify = 28783; - public static final int ScenePlayerInfoNotify = 21623; - public static final int SceneTeamUpdateNotify = 3630; - public static final int SceneInitFinishRsp = 3099; - public static final int EnterSceneDoneReq = 117; - public static final int EnterSceneDoneRsp = 26367; - public static final int SceneEntityAppearNotify = 24635; - public static final int PostEnterSceneReq = 9174; - public static final int PostEnterSceneRsp = 24454; - public static final int ClientAbilityChangeNotify = 21288; - public static final int PingReq = 28999; - public static final int PingRsp = 4322; - public static final int PlayerStoreNotify = 2454; - public static final int StoreWeightLimitNotify = 28467; - public static final int UnionCmdNotify = 6564; - public static final int GetPlayerFriendListReq = 21140; - public static final int GetPlayerFriendListRsp = 4989; - public static final int PrivateChatReq = 583; - public static final int SceneTransToPointReq = 28479; - public static final int SceneTransToPointRsp = 4798; - public static final int MarkMapReq = 9954; - public static final int SetUpAvatarTeamReq = 24152; - public static final int SetUpAvatarTeamRsp = 897; - public static final int ChangeAvatarReq = 21461; - public static final int SetPlayerSignatureReq = 25315; - public static final int SetPlayerSignatureRsp = 23156; - public static final int SetPlayerNameReq = 6220; - public static final int SetPlayerNameRsp = 8361; - public static final int ChangeAvatarRsp = 21804; - public static final int SceneEntityDisappearNotify = 7872; - public static final int AvatarTeamUpdateNotify = 4042; - public static final int GetAllUnlockNameCardReq = 26933; - public static final int GetAllUnlockNameCardRsp = 22367; - public static final int PersonalSceneJumpRsp = 9709; - public static final int HostPlayerNotify = 23063; - public static final int DungeonSettleNotify = 3857; - public static final int GetAuthkeyRsp = 383; - public static final int AvatarTeamAllDataNotify = 26224; - public static final int MonsterAlertChangeNotify = 20074; - public static final int OpenStateChangeNotify = 21245; public static final int SetNameCardReq = 27523; - public static final int SetNameCardRsp = 1442; - public static final int GetProfilePictureDataReq = 1648; - public static final int GetProfilePictureDataRsp = 6565; - public static final int ProfilePictureUpdateNotify = 24838; - public static final int SetPlayerHeadImageReq = 8629; - public static final int SetPlayerHeadImageRsp = 24577; - public static final int EntityTagChangeNotify = 20867; - public static final int QuestRenameAvatarReq = 4885; - public static final int FinishedParentQuestNotify = 28012; - public static final int QuestUpdateQuestVarReq = 27089; - public static final int QuestDestroyNpcReq = 2930; - public static final int QuestUpdateQuestVarRsp = 20695; - public static final int QuestGlobalVarNotify = 2152; - public static final int AddQuestContentProgressReq = 3813; - public static final int QuestTransmitReq = 9051; - public static final int AddQuestContentProgressRsp = 927; - public static final int QuestProgressUpdateNotify = 7905; - public static final int QuestTransmitRsp = 26298; - public static final int QuestListUpdateNotify = 27936; - public static final int QuestRenameAvatarRsp = 4095; - public static final int GetQuestLackingResourceReq = 24871; - public static final int GetQuestLackingResourceRsp = 25570; - public static final int QuestDestroyNpcRsp = 4958; - public static final int QuestUpdateQuestVarNotify = 7517; - public static final int TakeCityReputationParentQuestRsp = 7755; - public static final int QuestListNotify = 22684; - public static final int SceneShowTextNotify = 22295; - public static final int FinishedParentQuestUpdateNotify = 6968; - public static final int ParentQuestInferenceDataNotify = 29190; - public static final int QuestUpdateQuestTimeVarNotify = 22391; - public static final int GetParentQuestVideoKeyRsp = 9194; - public static final int TakeCityReputationParentQuestReq = 506; - public static final int QuestDestroyEntityReq = 24278; - public static final int SceneForceUnlockNotify = 27604; - public static final int QuestDestroyEntityRsp = 9927; - public static final int PrivateChatNotify = 7936; - public static final int PullPrivateChatReq = 9253; - public static final int PullPrivateChatRsp = 23154; - public static final int PullRecentChatReq = 8936; - public static final int PullRecentChatRsp = 523; - public static final int WindSeedType1Notify = 27020; - public static final int SceneTimeNotify = 23193; - public static final int AvatarPropNotify = 2280; - public static final int PlayerTimeNotify = 20024; - public static final int SkipPlayerGameTimeReq = 8747; - public static final int SkipPlayerGameTimeRsp = 29633; - public static final int ChangeGameTimeReq = 23019; - public static final int ChangeGameTimeRsp = 274; - public static final int CombatInvocationsNotify = 5196; - public static final int AvatarLifeStateChangeNotify = 26767; - public static final int LifeStateChangeNotify = 9435; - public static final int EntityFightPropUpdateNotify = 24691; - public static final int WorldPlayerDieNotify = 27386; - public static final int AvatarDieAnimationEndReq = 772; - public static final int AvatarDieAnimationEndRsp = 20608; - public static final int AbilityInvocationsNotify = 3901; - public static final int AvatarSatiationDataNotify = 8229; - public static final int QueryPathReq = 2337; - public static final int QueryPathRsp = 2381; - public static final int UseItemReq = 20339; - public static final int UseItemRsp = 673; - public static final int GadgetInteractReq = 3565; - public static final int GadgetInteractRsp = 21242; - public static final int EvtAvatarLockChairReq = 709; - public static final int EvtAvatarLockChairRsp = 9256; - public static final int EvtAvatarStandUpNotify = 29783; - public static final int MarkMapRsp = 23656; - public static final int EvtAiSyncCombatThreatInfoNotify = 2682; - public static final int UNKNOWN2 = 24710; - public static final int SetEntityClientDataNotify = 28968; - public static final int HomeAvatarTalkReq = 29305; - public static final int NpcTalkReq = 21148; - public static final int NpcTalkRsp = 26611; - public static final int WearEquipReq = 28314; - public static final int WearEquipRsp = 3629; - public static final int AvatarEquipChangeNotify = 5079; - public static final int AvatarWearFlycloakReq = 7570; - public static final int AvatarWearFlycloakRsp = 28211; - public static final int AvatarFlycloakChangeNotify = 1516; - public static final int AvatarChangeCostumeReq = 20969; - public static final int AvatarChangeCostumeRsp = 23183; - public static final int AvatarChangeCostumeNotify = 29175; - public static final int EvtDoSkillSuccNotify = 9433; - public static final int StoreItemChangeNotify = 825; - public static final int StoreItemDelNotify = 27723; - public static final int SetEquipLockStateReq = 3852; - public static final int SetEquipLockStateRsp = 23492; - public static final int UpdatePlayerShowAvatarListReq = 27376; - public static final int UpdatePlayerShowAvatarListRsp = 21752; - public static final int UpdatePlayerShowNameCardListReq = 23241; - public static final int UpdatePlayerShowNameCardListRsp = 2205; - public static final int WorldPlayerReviveReq = 5872; - public static final int EntityFightPropChangeReasonNotify = 26911; - public static final int PlayerPropChangeNotify = 29322; - public static final int PlayerPropChangeReasonNotify = 21300; - public static final int AvatarPropChangeReasonNotify = 21300; - public static final int AvatarFightPropUpdateNotify = 25612; - public static final int AvatarFightPropNotify = 7895; - public static final int SetPlayerBirthdayReq = 1368; - public static final int SetPlayerBirthdayRsp = 2617; - public static final int AvatarAddNotify = 1694; - public static final int ItemAddHintNotify = 7712; - public static final int ItemGivingReq = 6477; - public static final int ItemGivingRsp = 8905; - public static final int DropHintNotify = 9366; - public static final int ScenePointUnlockNotify = 5540; - public static final int TakeoffEquipReq = 26274; - public static final int TakeoffEquipRsp = 3147; - public static final int GetGachaInfoReq = 2098; - public static final int GetGachaInfoRsp = 26742; - public static final int DoGachaReq = 1018; + public static final int AskAddFriendNotify = 27545; + public static final int PlayerSetPauseReq = 27557; + public static final int TowerTeamSelectRsp = 27570; public static final int DoGachaRsp = 27578; - public static final int GachaWishReq = 5636; - public static final int GachaWishRsp = 26208; - public static final int DungeonEntryInfoReq = 730; - public static final int DungeonEntryInfoRsp = 27078; - public static final int GetActivityInfoRsp = 27972; - public static final int PersonalSceneJumpReq = 21464; - public static final int DestroyMaterialReq = 29395; - public static final int DestroyMaterialRsp = 24989; - public static final int McoinExchangeHcoinReq = 26763; - public static final int McoinExchangeHcoinRsp = 9399; - public static final int CardProductRewardNotify = 27902; + public static final int SceneForceUnlockNotify = 27604; + public static final int DungeonWayPointNotify = 27604; + public static final int ChooseCurAvatarTeamReq = 27622; + public static final int AchievementUpdateNotify = 27625; + public static final int StoreItemDelNotify = 27723; + public static final int PlayerInvestigationAllInfoNotify = 27774; public static final int WorldDataNotify = 27793; + public static final int SetFriendEnterHomeOptionReq = 27828; + public static final int TakeBattlePassRewardReq = 27855; + public static final int CardProductRewardNotify = 27902; + public static final int QuestListUpdateNotify = 27936; public static final int WorldPlayerInfoNotify = 27949; - public static final int SceneAreaWeatherNotify = 23245; - public static final int SyncTeamEntityNotify = 5280; - public static final int SyncScenePlayTeamEntityNotify = 22675; + public static final int GetActivityInfoRsp = 27972; + public static final int FinishedParentQuestNotify = 28012; + public static final int TakeFurnitureMakeRsp = 28114; + public static final int TowerTeamSelectReq = 28157; + public static final int AvatarWearFlycloakRsp = 28211; + public static final int GetCompoundDataRsp = 28257; + public static final int WearEquipReq = 28314; + public static final int HomeResourceNotify = 28318; + public static final int GetSceneAreaReq = 28350; + public static final int SceneEntityMoveNotify = 28352; + public static final int UnfreezeGroupLimitNotify = 28371; + public static final int DungeonPlayerDieRsp = 28416; + public static final int StoreWeightLimitNotify = 28467; + public static final int SceneTransToPointReq = 28479; + public static final int EvtEntityRenderersChangedNotify = 28488; + public static final int SelectWorktopOptionRsp = 28536; + public static final int GetSceneAreaRsp = 28603; + public static final int PlatformChangeRouteNotify = 28607; + public static final int QuestCreateEntityReq = 28703; + public static final int AvatarSkillInfoNotify = 28706; + public static final int PlayerEnterSceneInfoNotify = 28783; + public static final int EvtBulletDeactiveNotify = 28844; + public static final int DungeonSlipRevivePointActivateReq = 28862; + public static final int QueryCodexMonsterBeKilledNumRsp = 28880; + public static final int OtherPlayerEnterHomeNotify = 28932; + public static final int SetEntityClientDataNotify = 28968; + public static final int PingReq = 28999; public static final int PlayerGameTimeNotify = 29079; - public static final int AbilityInvocationFixedNotify = 23176; - public static final int WindSeedClientNotify = 50000; - public static final int SceneEntityUpdateNotify = 50001; - public static final int EvtCreateGadgetNotify = 50002; - public static final int GetFriendShowNameCardInfoRsp = 50003; - public static final int EvtAiSyncSkillCdNotify = 50004; - public static final int EvtDestroyGadgetNotify = 50005; - public static final int EvtEntityRenderersChangedNotify = 50006; - public static final int AbilityChangeNotify = 50007; - public static final int HitTreeNotify = 50008; - public static final int WorldPlayerLocationNotify = 50009; - public static final int ObstacleModifyNotify = 50010; - public static final int WeaponUpgradeReq = 50011; - public static final int WeaponUpgradeRsp = 50012; - public static final int WeaponPromoteReq = 50013; - public static final int WeaponPromoteRsp = 50014; - public static final int WeaponAwakenReq = 50015; - public static final int WeaponAwakenRsp = 50016; - public static final int GetWidgetQuickSlotListReq = 50017; - public static final int TakePlayerLevelRewardReq = 50018; - public static final int TakePlayerLevelRewardRsp = 50019; - public static final int AvatarGainCostumeNotify = 50020; - public static final int AvatarGainFlycloakNotify = 50021; - public static final int PlayerEnterDungeonReq = 50022; - public static final int PlayerEnterDungeonRsp = 50023; - public static final int SelectWorktopOptionReq = 50024; - public static final int SelectWorktopOptionRsp = 50025; - public static final int PlayerQuitDungeonReq = 50026; - public static final int DungeonChallengeBeginNotify = 50027; - public static final int DungeonChallengeFinishNotify = 50028; - public static final int DungeonDieOptionReq = 50029; - public static final int DungeonDieOptionRsp = 50030; - public static final int EntityAiSyncNotify = 50031; - public static final int ServerAnnounceNotify = 50032; - public static final int DungeonEntryToBeExploreNotify = 50033; - public static final int GetDungeonEntryExploreConditionReq = 50034; - public static final int GetDungeonEntryExploreConditionRsp = 50035; - public static final int TowerLevelEndNotify = 50036; - public static final int TrialAvatarFirstPassDungeonNotify = 50037; - public static final int DungeonWayPointNotify = 50038; - public static final int SceneForceLockNotify = 50039; + public static final int OpenStateUpdateNotify = 29113; + public static final int PlayerEnterDungeonRsp = 29126; + public static final int ExecuteGadgetLuaReq = 29143; + public static final int AvatarChangeCostumeNotify = 29175; + public static final int PlayerQuitDungeonRsp = 29245; + public static final int HomeAvatarTalkReq = 29305; + public static final int PlayerPropChangeNotify = 29322; + public static final int DealAddFriendRsp = 29333; + public static final int WidgetCoolDownNotify = 29375; + public static final int DestroyMaterialReq = 29395; + public static final int ActivityScheduleInfoNotify = 29397; + public static final int SetWidgetSlotRsp = 29426; + public static final int TowerLevelStarCondNotify = 29627; + public static final int SkipPlayerGameTimeRsp = 29633; + public static final int EvtAvatarStandUpNotify = 29783; + public static final int TakeAchievementRewardReq = 29798; + public static final int SceneEntityDrownRsp = 29817; public static final int PlayerEnterMapLayerNotify = 50040; - public static final int AbilityInvocationFailNotify = 50041; - public static final int AcceptCityReputationRequestReq = 50042; - public static final int AcceptCityReputationRequestRsp = 50043; - public static final int AchievementAllDataNotify = 50044; - public static final int AchievementUpdateNotify = 50045; - public static final int ActivityAcceptAllGiveGiftReq = 50046; - public static final int ActivityAcceptAllGiveGiftRsp = 50047; - public static final int ActivityAcceptGiveGiftReq = 50048; - public static final int ActivityAcceptGiveGiftRsp = 50049; - public static final int ActivityBannerClearReq = 50050; - public static final int ActivityBannerClearRsp = 50051; - public static final int ActivityBannerNotify = 50052; - public static final int ActivityCoinInfoNotify = 50053; - public static final int ActivityCondStateChangeNotify = 50054; - public static final int ActivityDisableTransferPointInteractionNotify = 50055; - public static final int ActivityGetCanGiveFriendGiftReq = 50056; - public static final int ActivityGetCanGiveFriendGiftRsp = 50057; - public static final int ActivityGetFriendGiftWishListReq = 50058; - public static final int ActivityGetFriendGiftWishListRsp = 50059; - public static final int ActivityGetRecvGiftListReq = 50060; - public static final int ActivityGetRecvGiftListRsp = 50061; - public static final int ActivityGiveFriendGiftReq = 50062; - public static final int ActivityGiveFriendGiftRsp = 50063; - public static final int ActivityHaveRecvGiftNotify = 50064; - public static final int ActivityInfoNotify = 50065; - public static final int ActivityPlayOpenAnimNotify = 50066; - public static final int ActivityPushTipsInfoNotify = 50067; - public static final int ActivityReadPushTipsReq = 50068; - public static final int ActivityReadPushTipsRsp = 50069; - public static final int ActivitySaleChangeNotify = 50070; - public static final int ActivityScheduleInfoNotify = 50071; - public static final int ActivitySelectAvatarCardReq = 50072; - public static final int ActivitySelectAvatarCardRsp = 50073; - public static final int ActivitySetGiftWishReq = 50074; - public static final int ActivitySetGiftWishRsp = 50075; - public static final int ActivityTakeAllScoreRewardReq = 50076; - public static final int ActivityTakeAllScoreRewardRsp = 50077; - public static final int ActivityTakeScoreRewardReq = 50078; - public static final int ActivityTakeScoreRewardRsp = 50079; - public static final int ActivityTakeWatcherRewardBatchReq = 50080; - public static final int ActivityTakeWatcherRewardBatchRsp = 50081; public static final int ActivityTakeWatcherRewardReq = 50082; public static final int ActivityTakeWatcherRewardRsp = 50083; - public static final int ActivityUpdateWatcherNotify = 50084; - public static final int AddAranaraCollectionNotify = 50085; - public static final int AddBackupAvatarTeamReq = 50086; public static final int AddBackupAvatarTeamRsp = 50087; - public static final int AddBlacklistReq = 50088; - public static final int AddBlacklistRsp = 50089; - public static final int AddFriendNotify = 50090; public static final int AddNoGachaAvatarCardNotify = 50091; - public static final int AddRandTaskInfoNotify = 50092; - public static final int AddSeenMonsterNotify = 50093; - public static final int AdjustWorldLevelReq = 50094; - public static final int AdjustWorldLevelRsp = 50095; - public static final int AllCoopInfoNotify = 50096; - public static final int AllMarkPointNotify = 50097; - public static final int AllSeenMonsterNotify = 50098; - public static final int AllShareCDDataNotify = 50099; - public static final int AllWidgetBackgroundActiveStateNotify = 50100; - public static final int AllWidgetDataNotify = 50101; - public static final int AnchorPointDataNotify = 50102; - public static final int AnchorPointOpReq = 50103; - public static final int AnchorPointOpRsp = 50104; - public static final int AnimatorForceSetAirMoveNotify = 50105; - public static final int AntiAddictNotify = 50106; - public static final int AranaraCollectionDataNotify = 50107; - public static final int AreaPlayInfoNotify = 50108; - public static final int ArenaChallengeFinishNotify = 50109; - public static final int AskAddFriendNotify = 50110; - public static final int AskAddFriendReq = 50111; - public static final int AskAddFriendRsp = 50112; - public static final int AssociateInferenceWordReq = 50113; - public static final int AssociateInferenceWordRsp = 50114; - public static final int AsterLargeInfoNotify = 50115; - public static final int AsterLittleInfoNotify = 50116; - public static final int AsterMidCampInfoNotify = 50117; - public static final int AsterMidInfoNotify = 50118; - public static final int AsterMiscInfoNotify = 50119; - public static final int AsterProgressInfoNotify = 50120; - public static final int AvatarBuffAddNotify = 50121; - public static final int AvatarBuffDelNotify = 50122; - public static final int AvatarCardChangeReq = 50123; - public static final int AvatarCardChangeRsp = 50124; - public static final int AvatarChangeAnimHashReq = 50125; - public static final int AvatarChangeAnimHashRsp = 50126; public static final int AvatarChangeElementTypeReq = 50127; public static final int AvatarChangeElementTypeRsp = 50128; public static final int AvatarDelNotify = 50129; - public static final int AvatarEnterElementViewNotify = 50130; - public static final int AvatarEquipAffixStartNotify = 50131; public static final int AvatarExpeditionAllDataReq = 50132; public static final int AvatarExpeditionAllDataRsp = 50133; public static final int AvatarExpeditionCallBackReq = 50134; @@ -348,835 +480,91 @@ public class PacketOpcodes { public static final int AvatarExpeditionStartReq = 50139; public static final int AvatarExpeditionStartRsp = 50140; public static final int AvatarFetterDataNotify = 50141; - public static final int AvatarFetterLevelRewardReq = 50142; - public static final int AvatarFetterLevelRewardRsp = 50143; - public static final int AvatarFollowRouteNotify = 50144; - public static final int AvatarPromoteGetRewardReq = 50145; - public static final int AvatarPromoteGetRewardRsp = 50146; - public static final int AvatarPromoteReq = 50147; - public static final int AvatarPromoteRsp = 50148; - public static final int AvatarRenameInfoNotify = 50149; - public static final int AvatarSkillChangeNotify = 50150; - public static final int AvatarSkillDepotChangeNotify = 50151; - public static final int AvatarSkillInfoNotify = 50152; - public static final int AvatarSkillMaxChargeCountNotify = 50153; - public static final int AvatarSkillUpgradeReq = 50154; - public static final int AvatarSkillUpgradeRsp = 50155; - public static final int AvatarUnlockTalentNotify = 50156; - public static final int AvatarUpgradeReq = 50157; - public static final int AvatarUpgradeRsp = 50158; - public static final int BAAOCAEGJBP = 50159; - public static final int BBLDMLJIAIM = 50160; - public static final int BBLFOGIBMGA = 50161; - public static final int BDPDLIDMKOJ = 50162; - public static final int BFCKKPOACHJ = 50163; - public static final int BFDMAPHCILI = 50164; - public static final int BFECBNMGCJJ = 50165; - public static final int BGJBIIDKDBL = 50166; - public static final int BIHPFJENLOF = 50167; - public static final int BIOILPNCJNI = 50168; - public static final int BKCMELBNNNM = 50169; - public static final int BKKLKEHJKPJ = 50170; - public static final int BKKOCMDJIKO = 50171; - public static final int BKNAMDDEIKH = 50172; - public static final int BKOHLDCHKBL = 50173; - public static final int BLDHOHDIBHB = 50174; public static final int PlayerEnterChildMapLayerNotify = 50175; - public static final int BMODNHIFDPI = 50176; - public static final int BMPHGPCILIK = 50177; - public static final int BOFOFKKOBNO = 50178; - public static final int BOKHOGPNNKA = 50179; - public static final int BOLCDNOPCFK = 50180; - public static final int BPOLCGACIHE = 50181; public static final int BackMyWorldReq = 50182; public static final int BackMyWorldRsp = 50183; - public static final int BackPlayCustomDungeonOfficialReq = 50184; - public static final int BackPlayCustomDungeonOfficialRsp = 50185; - public static final int BackRebornGalleryReq = 50186; - public static final int BackRebornGalleryRsp = 50187; public static final int BargainOfferPriceReq = 50188; public static final int BargainOfferPriceRsp = 50189; public static final int BargainStartNotify = 50190; public static final int BargainTerminateNotify = 50191; - public static final int BartenderCancelLevelReq = 50192; - public static final int BartenderCancelLevelRsp = 50193; - public static final int BartenderCancelOrderReq = 50194; - public static final int BartenderCancelOrderRsp = 50195; - public static final int BartenderCompleteOrderReq = 50196; - public static final int BartenderCompleteOrderRsp = 50197; - public static final int BartenderFinishLevelReq = 50198; - public static final int BartenderFinishLevelRsp = 50199; - public static final int BartenderGetFormulaReq = 50200; - public static final int BartenderGetFormulaRsp = 50201; - public static final int BartenderLevelProgressNotify = 50202; - public static final int BartenderStartLevelReq = 50203; - public static final int BartenderStartLevelRsp = 50204; - public static final int BatchBuyGoodsReq = 50205; - public static final int BatchBuyGoodsRsp = 50206; - public static final int BattlePassAllDataNotify = 50207; - public static final int BattlePassBuySuccNotify = 50208; - public static final int BattlePassCurScheduleUpdateNotify = 50209; - public static final int BattlePassMissionDelNotify = 50210; - public static final int BattlePassMissionUpdateNotify = 50211; public static final int BeginCameraSceneLookNotify = 50212; - public static final int BeginCameraSceneLookWithTemplateNotify = 50213; - public static final int BigTalentPointConvertReq = 50214; - public static final int BigTalentPointConvertRsp = 50215; - public static final int BlessingAcceptAllGivePicReq = 50216; - public static final int BlessingAcceptAllGivePicRsp = 50217; - public static final int BlessingAcceptGivePicReq = 50218; - public static final int BlessingAcceptGivePicRsp = 50219; - public static final int BlessingGetAllRecvPicRecordListReq = 50220; - public static final int BlessingGetAllRecvPicRecordListRsp = 50221; - public static final int BlessingGetFriendPicListReq = 50222; - public static final int BlessingGetFriendPicListRsp = 50223; - public static final int BlessingGiveFriendPicReq = 50224; - public static final int BlessingGiveFriendPicRsp = 50225; - public static final int BlessingRecvFriendPicNotify = 50226; - public static final int BlessingRedeemRewardReq = 50227; - public static final int BlessingRedeemRewardRsp = 50228; - public static final int BlessingScanReq = 50229; - public static final int BlessingScanRsp = 50230; - public static final int BlitzRushParkourRestartReq = 50231; - public static final int BlitzRushParkourRestartRsp = 50232; - public static final int BlossomBriefInfoNotify = 50233; - public static final int BlossomChestCreateNotify = 50234; - public static final int BlossomChestInfoNotify = 50235; - public static final int BonusActivityInfoReq = 50236; - public static final int BonusActivityInfoRsp = 50237; - public static final int BonusActivityUpdateNotify = 50238; - public static final int BossChestActivateNotify = 50239; - public static final int BounceConjuringSettleNotify = 50240; - public static final int BrickBreakerPlayerReadyNotify = 50241; - public static final int BrickBreakerPlayerSetAvatarNotify = 50242; - public static final int BrickBreakerPlayerSetChangingNotify = 50243; - public static final int BrickBreakerPlayerSetSkillNotify = 50244; - public static final int BrickBreakerQuitReq = 50245; - public static final int BrickBreakerQuitRsp = 50246; - public static final int BrickBreakerSelectAvatarReq = 50247; - public static final int BrickBreakerSelectAvatarRsp = 50248; - public static final int BrickBreakerSelectSkillReq = 50249; - public static final int BrickBreakerSelectSkillRsp = 50250; - public static final int BrickBreakerSetChangingReq = 50251; - public static final int BrickBreakerSetChangingRsp = 50252; - public static final int BrickBreakerSetReadyReq = 50253; - public static final int BrickBreakerSetReadyRsp = 50254; - public static final int BrickBreakerSettleNotify = 50255; - public static final int BrickBreakerTwiceStartReq = 50256; - public static final int BrickBreakerTwiceStartRsp = 50257; - public static final int BuoyantCombatSettleNotify = 50258; public static final int BuyBattlePassLevelReq = 50259; public static final int BuyBattlePassLevelRsp = 50260; - public static final int BuyGoodsReq = 50261; - public static final int BuyGoodsRsp = 50262; public static final int BuyResinReq = 50263; public static final int BuyResinRsp = 50264; public static final int CalcWeaponUpgradeReturnItemsReq = 50265; public static final int CalcWeaponUpgradeReturnItemsRsp = 50266; - public static final int SceneEntityMoveNotify = 50267; - public static final int CanUseSkillNotify = 50268; - public static final int CancelCityReputationRequestReq = 50269; - public static final int CancelCityReputationRequestRsp = 50270; public static final int CancelCoopTaskReq = 50271; - public static final int CancelCoopTaskRsp = 50272; - public static final int CancelFinishParentQuestNotify = 50273; - public static final int CataLogFinishedGlobalWatcherAllDataNotify = 50274; - public static final int CataLogNewFinishedGlobalWatcherNotify = 50275; - public static final int ChallengeDataNotify = 50276; - public static final int ChallengeRecordNotify = 50277; - public static final int ChangeCustomDungeonRoomReq = 50278; - public static final int ChangeCustomDungeonRoomRsp = 50279; - public static final int ChangeMailStarNotify = 50280; - public static final int ChangeMpTeamAvatarReq = 50281; - public static final int ChangeMpTeamAvatarRsp = 50282; - public static final int ChangeServerGlobalValueNotify = 50283; - public static final int ChangeTeamNameReq = 50284; - public static final int ChangeTeamNameRsp = 50285; - public static final int ChangeWidgetBackgroundActiveStateReq = 50286; - public static final int ChangeWidgetBackgroundActiveStateRsp = 50287; - public static final int ChangeWorldToSingleModeNotify = 50288; - public static final int ChangeWorldToSingleModeReq = 50289; - public static final int ChangeWorldToSingleModeRsp = 50290; - public static final int ChannelerSlabStageActiveChallengeIndexNotify = 50291; - public static final int ChannelerSlabStageOneoffDungeonNotify = 50292; - public static final int ChannellerSlabCheckEnterLoopDungeonReq = 50293; - public static final int ChannellerSlabCheckEnterLoopDungeonRsp = 50294; - public static final int ChannellerSlabEnterLoopDungeonReq = 50295; - public static final int ChannellerSlabEnterLoopDungeonRsp = 50296; - public static final int ChannellerSlabLoopDungeonChallengeInfoNotify = 50297; - public static final int ChannellerSlabLoopDungeonSelectConditionReq = 50298; - public static final int ChannellerSlabLoopDungeonSelectConditionRsp = 50299; - public static final int ChannellerSlabLoopDungeonTakeFirstPassRewardReq = 50300; - public static final int ChannellerSlabLoopDungeonTakeFirstPassRewardRsp = 50301; - public static final int ChannellerSlabLoopDungeonTakeScoreRewardReq = 50302; - public static final int ChannellerSlabLoopDungeonTakeScoreRewardRsp = 50303; - public static final int ChannellerSlabOneOffDungeonInfoNotify = 50304; - public static final int ChannellerSlabOneOffDungeonInfoReq = 50305; - public static final int ChannellerSlabOneOffDungeonInfoRsp = 50306; - public static final int ChannellerSlabSaveAssistInfoReq = 50307; - public static final int ChannellerSlabSaveAssistInfoRsp = 50308; - public static final int ChannellerSlabTakeoffBuffReq = 50309; - public static final int ChannellerSlabTakeoffBuffRsp = 50310; - public static final int ChannellerSlabWearBuffReq = 50311; - public static final int ChannellerSlabWearBuffRsp = 50312; public static final int ChapterStateNotify = 50313; - public static final int CharAmusementSettleNotify = 50314; - public static final int ChatChannelDataNotify = 50315; - public static final int ChatChannelInfoNotify = 50316; - public static final int ChatChannelShieldNotify = 50317; - public static final int ChatChannelUpdateNotify = 50318; - public static final int ChatHistoryNotify = 50319; - public static final int CheckAddItemExceedLimitNotify = 50320; - public static final int CheckGroupReplacedReq = 50321; - public static final int CheckGroupReplacedRsp = 50322; - public static final int CheckSegmentCRCNotify = 50323; - public static final int CheckSegmentCRCReq = 50324; public static final int CheckUgcStateReq = 50325; public static final int CheckUgcStateRsp = 50326; public static final int CheckUgcUpdateReq = 50327; public static final int CheckUgcUpdateRsp = 50328; - public static final int ChessEscapedMonstersNotify = 50329; - public static final int ChessLeftMonstersNotify = 50330; - public static final int ChessManualRefreshCardsReq = 50331; - public static final int ChessManualRefreshCardsRsp = 50332; - public static final int ChessPickCardNotify = 50333; - public static final int ChessPickCardReq = 50334; - public static final int ChessPickCardRsp = 50335; - public static final int ChessPlayerInfoNotify = 50336; - public static final int ChessSelectedCardsNotify = 50337; - public static final int ChooseCurAvatarTeamReq = 50338; - public static final int ChooseCurAvatarTeamRsp = 50339; - public static final int CityReputationDataNotify = 50340; - public static final int CityReputationLevelupNotify = 50341; - public static final int ClearRoguelikeCurseNotify = 50342; - public static final int ClientAIStateNotify = 50343; - public static final int ClientAbilitiesInitFinishCombineNotify = 50344; - public static final int ClientAbilityInitBeginNotify = 50345; - public static final int ClientBulletCreateNotify = 50346; - public static final int ClientCollectorDataNotify = 50347; - public static final int ClientHashDebugNotify = 50348; - public static final int ClientLoadingCostumeVerificationNotify = 50349; - public static final int ClientLockGameTimeNotify = 50350; - public static final int ClientNewMailNotify = 50351; - public static final int ClientPauseNotify = 50352; - public static final int ClientReconnectNotify = 50353; - public static final int ClientRemoveCombatEndModifierNotify = 50354; - public static final int ClientReportNotify = 50355; - public static final int ClientScriptEventNotify = 50356; - public static final int ClientTransmitReq = 50357; - public static final int ClientTransmitRsp = 50358; - public static final int ClientTriggerEventNotify = 50359; public static final int CloseCommonTipsNotify = 50360; - public static final int ClosedItemNotify = 50361; - public static final int CodexDataFullNotify = 50362; - public static final int CodexDataUpdateNotify = 50363; - public static final int CoinCollectCheckDoubleStartPlayReq = 50364; - public static final int CoinCollectCheckDoubleStartPlayRsp = 50365; - public static final int CoinCollectChooseSkillReq = 50366; - public static final int CoinCollectChooseSkillRsp = 50367; - public static final int CoinCollectGallerySettleNotify = 50368; - public static final int CoinCollectInterruptPlayReq = 50369; - public static final int CoinCollectInterruptPlayRsp = 50370; - public static final int CoinCollectPrepareReq = 50371; - public static final int CoinCollectPrepareRsp = 50372; - public static final int CoinCollectPrepareStageNotify = 50373; - public static final int CombineDataNotify = 50374; - public static final int CombineFormulaDataNotify = 50375; - public static final int CombineReq = 50376; - public static final int CombineRsp = 50377; - public static final int CommonPlayerTipsNotify = 50378; - public static final int CompoundDataNotify = 50379; - public static final int CompoundUnlockNotify = 50380; public static final int CookDataNotify = 50381; - public static final int CookGradeDataNotify = 50382; public static final int CookRecipeDataNotify = 50383; - public static final int CoopCgShowNotify = 50384; - public static final int CoopCgUpdateNotify = 50385; - public static final int CoopChapterUpdateNotify = 50386; public static final int CoopDataNotify = 50387; - public static final int CoopPointUpdateNotify = 50388; - public static final int CoopProgressUpdateNotify = 50389; - public static final int CoopRewardUpdateNotify = 50390; - public static final int CreateMassiveEntityNotify = 50391; - public static final int CreateMassiveEntityReq = 50392; - public static final int CreateMassiveEntityRsp = 50393; - public static final int CreateVehicleReq = 50394; - public static final int CreateVehicleRsp = 50395; - public static final int CrystalLinkDungeonInfoNotify = 50396; - public static final int CrystalLinkEnterDungeonReq = 50397; - public static final int CrystalLinkEnterDungeonRsp = 50398; - public static final int CrystalLinkRestartDungeonReq = 50399; - public static final int CrystalLinkRestartDungeonRsp = 50400; - public static final int CustomDungeonBattleRecordNotify = 50401; - public static final int CustomDungeonOfficialNotify = 50402; - public static final int CustomDungeonRecoverNotify = 50403; - public static final int CustomDungeonUpdateNotify = 50404; - public static final int CutSceneBeginNotify = 50405; - public static final int CutSceneEndNotify = 50406; - public static final int CutSceneFinishNotify = 50407; public static final int DailyTaskDataNotify = 50408; public static final int DailyTaskFilterCityReq = 50409; public static final int DailyTaskFilterCityRsp = 50410; public static final int DailyTaskProgressNotify = 50411; - public static final int DailyTaskScoreRewardNotify = 50412; public static final int DailyTaskUnlockedCitiesNotify = 50413; - public static final int DataResVersionNotify = 50414; - public static final int DealAddFriendReq = 50415; - public static final int DealAddFriendRsp = 50416; - public static final int DeathZoneInfoNotify = 50417; - public static final int DeathZoneObserveNotify = 50418; - public static final int DelBackupAvatarTeamReq = 50419; public static final int DelBackupAvatarTeamRsp = 50420; public static final int DelMailReq = 50421; public static final int DelMailRsp = 50422; - public static final int DelScenePlayTeamEntityNotify = 50423; - public static final int DelTeamEntityNotify = 50424; public static final int DeleteFriendNotify = 50425; - public static final int DeleteFriendReq = 50426; - public static final int DeleteFriendRsp = 50427; - public static final int DeshretObeliskChestInfoNotify = 50428; - public static final int DestroyMassiveEntityNotify = 50429; - public static final int DigActivityChangeGadgetStateReq = 50430; - public static final int DigActivityChangeGadgetStateRsp = 50431; - public static final int DigActivityMarkPointChangeNotify = 50432; - public static final int DisableRoguelikeTrapNotify = 50433; - public static final int DoRoguelikeDungeonCardGachaReq = 50434; - public static final int DoRoguelikeDungeonCardGachaRsp = 50435; public static final int DoSetPlayerBornDataNotify = 50436; - public static final int DraftGuestReplyInviteNotify = 50437; - public static final int DraftGuestReplyInviteReq = 50438; - public static final int DraftGuestReplyInviteRsp = 50439; - public static final int DraftGuestReplyTwiceConfirmNotify = 50440; - public static final int DraftGuestReplyTwiceConfirmReq = 50441; - public static final int DraftGuestReplyTwiceConfirmRsp = 50442; - public static final int DraftInviteResultNotify = 50443; - public static final int DraftOwnerInviteNotify = 50444; - public static final int DraftOwnerStartInviteReq = 50445; - public static final int DraftOwnerStartInviteRsp = 50446; - public static final int DraftOwnerTwiceConfirmNotify = 50447; - public static final int DraftTwiceConfirmResultNotify = 50448; - public static final int DragonSpineChapterFinishNotify = 50449; - public static final int DragonSpineChapterOpenNotify = 50450; - public static final int DragonSpineChapterProgressChangeNotify = 50451; - public static final int DragonSpineCoinChangeNotify = 50452; - public static final int DropItemReq = 50453; - public static final int DropItemRsp = 50454; - public static final int DuelHeartCgEndNotify = 50455; - public static final int DuelHeartEnterDungeonReq = 50456; - public static final int DuelHeartEnterDungeonRsp = 50457; - public static final int DuelHeartRestartDungeonReq = 50458; - public static final int DuelHeartRestartDungeonRsp = 50459; - public static final int DuelHeartSelectDifficultyReq = 50460; - public static final int DuelHeartSelectDifficultyRsp = 50461; - public static final int DuelHeartSettleNotify = 50462; public static final int DungeonCandidateTeamChangeAvatarReq = 50463; public static final int DungeonCandidateTeamChangeAvatarRsp = 50464; - public static final int DungeonCandidateTeamCreateReq = 50465; - public static final int DungeonCandidateTeamCreateRsp = 50466; - public static final int DungeonCandidateTeamDismissNotify = 50467; - public static final int DungeonCandidateTeamInfoNotify = 50468; - public static final int DungeonCandidateTeamInviteNotify = 50469; - public static final int DungeonCandidateTeamInviteReq = 50470; - public static final int DungeonCandidateTeamInviteRsp = 50471; - public static final int DungeonCandidateTeamKickReq = 50472; - public static final int DungeonCandidateTeamKickRsp = 50473; - public static final int DungeonCandidateTeamLeaveReq = 50474; - public static final int DungeonCandidateTeamLeaveRsp = 50475; - public static final int DungeonCandidateTeamPlayerLeaveNotify = 50476; - public static final int DungeonCandidateTeamRefuseNotify = 50477; - public static final int DungeonCandidateTeamReplyInviteReq = 50478; - public static final int DungeonCandidateTeamReplyInviteRsp = 50479; - public static final int DungeonCandidateTeamSetChangingAvatarReq = 50480; - public static final int DungeonCandidateTeamSetChangingAvatarRsp = 50481; - public static final int DungeonCandidateTeamSetReadyReq = 50482; - public static final int DungeonCandidateTeamSetReadyRsp = 50483; - public static final int DungeonDataNotify = 50484; - public static final int DungeonFollowNotify = 50485; - public static final int DungeonGetStatueDropReq = 50486; - public static final int DungeonGetStatueDropRsp = 50487; - public static final int DungeonInterruptChallengeReq = 50488; - public static final int DungeonInterruptChallengeRsp = 50489; - public static final int DungeonPlayerDieNotify = 50490; - public static final int DungeonPlayerDieReq = 50491; - public static final int DungeonPlayerDieRsp = 50492; - public static final int DungeonRestartInviteNotify = 50493; - public static final int DungeonRestartInviteReplyNotify = 50494; - public static final int DungeonRestartInviteReplyReq = 50495; - public static final int DungeonRestartInviteReplyRsp = 50496; public static final int DungeonRestartReq = 50497; - public static final int DungeonRestartResultNotify = 50498; public static final int DungeonRestartRsp = 50499; - public static final int DungeonReviseLevelNotify = 50500; public static final int DungeonShowReminderNotify = 50501; - public static final int DungeonSlipRevivePointActivateReq = 50502; - public static final int DungeonSlipRevivePointActivateRsp = 50503; public static final int DungeonWayPointActivateReq = 50504; public static final int DungeonWayPointActivateRsp = 50505; - public static final int EchoNotify = 50506; - public static final int EchoShellTakeRewardReq = 50507; - public static final int EchoShellTakeRewardRsp = 50508; - public static final int EchoShellUpdateNotify = 50509; - public static final int EffigyChallengeInfoNotify = 50510; - public static final int EffigyChallengeResultNotify = 50511; - public static final int EffigyChallengeV2ChooseSkillReq = 50512; - public static final int EffigyChallengeV2ChooseSkillRsp = 50513; - public static final int EffigyChallengeV2DungeonInfoNotify = 50514; - public static final int EffigyChallengeV2EnterDungeonReq = 50515; - public static final int EffigyChallengeV2EnterDungeonRsp = 50516; - public static final int EffigyChallengeV2RestartDungeonReq = 50517; - public static final int EffigyChallengeV2RestartDungeonRsp = 50518; - public static final int ElectroherculesBattleSelectDifficultyReq = 50519; - public static final int ElectroherculesBattleSelectDifficultyRsp = 50520; - public static final int ElectroherculesBattleSettleNotify = 50521; public static final int EndCameraSceneLookNotify = 50522; - public static final int EndCoinCollectPlaySingleModeReq = 50523; - public static final int EndCoinCollectPlaySingleModeRsp = 50524; - public static final int EnterChessDungeonReq = 50525; - public static final int EnterChessDungeonRsp = 50526; - public static final int EnterCustomDungeonReq = 50527; - public static final int EnterCustomDungeonRsp = 50528; - public static final int EnterFishingReq = 50529; - public static final int EnterFishingRsp = 50530; - public static final int EnterFungusFighterPlotDungeonReq = 50531; - public static final int EnterFungusFighterPlotDungeonRsp = 50532; - public static final int EnterFungusFighterTrainingDungeonReq = 50533; - public static final int EnterFungusFighterTrainingDungeonRsp = 50534; - public static final int EnterIrodoriChessDungeonReq = 50535; - public static final int EnterIrodoriChessDungeonRsp = 50536; - public static final int EnterMechanicusDungeonReq = 50537; - public static final int EnterMechanicusDungeonRsp = 50538; - public static final int EnterRogueDiaryDungeonReq = 50539; - public static final int EnterRogueDiaryDungeonRsp = 50540; - public static final int EnterRoguelikeDungeonNotify = 50541; - public static final int EnterSceneWeatherAreaNotify = 50542; - public static final int EnterTransPointRegionNotify = 50543; public static final int EnterTrialAvatarActivityDungeonReq = 50544; public static final int EnterTrialAvatarActivityDungeonRsp = 50545; - public static final int EnterWorldAreaReq = 50546; - public static final int EnterWorldAreaRsp = 50547; - public static final int EntityAiKillSelfNotify = 50548; - public static final int EntityAuthorityChangeNotify = 50549; - public static final int EntityConfigHashNotify = 50550; - public static final int EntityFightPropNotify = 50551; - public static final int EntityForceSyncReq = 50552; - public static final int EntityForceSyncRsp = 50553; - public static final int EntityJumpNotify = 50554; - public static final int EntityMoveRoomNotify = 50555; - public static final int EntityPropNotify = 50556; - public static final int EquipRoguelikeRuneReq = 50557; - public static final int EquipRoguelikeRuneRsp = 50558; - public static final int EvtAnimatorParameterNotify = 50559; - public static final int EvtAnimatorStateChangedNotify = 50560; - public static final int EvtAvatarEnterFocusNotify = 50561; - public static final int EvtAvatarExitFocusNotify = 50562; - public static final int EvtAvatarSitDownNotify = 50563; - public static final int EvtAvatarUpdateFocusNotify = 50564; - public static final int EvtBeingHealedNotify = 50565; - public static final int EvtBeingHitNotify = 50566; - public static final int EvtBeingHitsCombineNotify = 50567; - public static final int EvtBulletDeactiveNotify = 50568; - public static final int EvtBulletHitNotify = 50569; - public static final int EvtBulletMoveNotify = 50570; - public static final int EvtCostStaminaNotify = 50571; - public static final int EvtDestroyServerGadgetNotify = 50572; - public static final int EvtEntityStartDieEndNotify = 50573; - public static final int EvtFaceToDirNotify = 50574; - public static final int EvtFaceToEntityNotify = 50575; - public static final int EvtLocalGadgetOwnerLeaveSceneNotify = 50576; - public static final int EvtRushMoveNotify = 50577; - public static final int EvtSetAttackTargetNotify = 50578; - public static final int ExclusiveRuleNotify = 50579; - public static final int ExecuteGadgetLuaReq = 50580; - public static final int ExecuteGadgetLuaRsp = 50581; - public static final int ExecuteGroupTriggerReq = 50582; - public static final int ExecuteGroupTriggerRsp = 50583; - public static final int ExitCustomDungeonTryReq = 50584; - public static final int ExitCustomDungeonTryRsp = 50585; - public static final int ExitFishingReq = 50586; - public static final int ExitFishingRsp = 50587; - public static final int ExitSceneWeatherAreaNotify = 50588; - public static final int ExitTransPointRegionNotify = 50589; - public static final int ExpeditionChallengeEnterRegionNotify = 50590; - public static final int ExpeditionChallengeFinishedNotify = 50591; - public static final int ExpeditionRecallReq = 50592; - public static final int ExpeditionRecallRsp = 50593; - public static final int ExpeditionStartReq = 50594; - public static final int ExpeditionStartRsp = 50595; - public static final int ExpeditionTakeRewardReq = 50596; - public static final int ExpeditionTakeRewardRsp = 50597; - public static final int FindHilichurlAcceptQuestNotify = 50598; - public static final int FindHilichurlFinishSecondQuestNotify = 50599; - public static final int FinishDeliveryNotify = 50600; - public static final int FinishLanternProjectionReq = 50601; - public static final int FinishLanternProjectionRsp = 50602; - public static final int FinishMainCoopReq = 50603; - public static final int FinishMainCoopRsp = 50604; - public static final int FinishedTalkIdListNotify = 50605; public static final int FireworksLaunchDataNotify = 50606; - public static final int FireworksReformDataNotify = 50607; - public static final int FishAttractNotify = 50608; - public static final int FishBaitGoneNotify = 50609; - public static final int FishBattleBeginReq = 50610; - public static final int FishBattleBeginRsp = 50611; - public static final int FishBattleEndReq = 50612; - public static final int FishBattleEndRsp = 50613; - public static final int FishBiteReq = 50614; - public static final int FishBiteRsp = 50615; - public static final int FishCastRodReq = 50616; - public static final int FishCastRodRsp = 50617; - public static final int FishChosenNotify = 50618; - public static final int FishEscapeNotify = 50619; - public static final int FishPoolDataNotify = 50620; - public static final int FishingGallerySettleNotify = 50621; - public static final int FleurFairBalloonSettleNotify = 50622; - public static final int FleurFairBuffEnergyNotify = 50623; - public static final int FleurFairFallSettleNotify = 50624; - public static final int FleurFairFinishGalleryStageNotify = 50625; public static final int FleurFairMusicGameSettleReq = 50626; public static final int FleurFairMusicGameSettleRsp = 50627; public static final int FleurFairMusicGameStartReq = 50628; public static final int FleurFairMusicGameStartRsp = 50629; - public static final int FleurFairReplayMiniGameReq = 50630; - public static final int FleurFairReplayMiniGameRsp = 50631; - public static final int FleurFairStageSettleNotify = 50632; - public static final int FlightActivityRestartReq = 50633; - public static final int FlightActivityRestartRsp = 50634; - public static final int FlightActivitySettleNotify = 50635; - public static final int FocusAvatarReq = 50636; - public static final int FocusAvatarRsp = 50637; - public static final int ForceAddPlayerFriendReq = 50638; - public static final int ForceAddPlayerFriendRsp = 50639; - public static final int ForceDragAvatarNotify = 50640; - public static final int ForceDragBackTransferNotify = 50641; - public static final int ForgeDataNotify = 50642; - public static final int ForgeFormulaDataNotify = 50643; - public static final int ForgeGetQueueDataReq = 50644; - public static final int ForgeGetQueueDataRsp = 50645; - public static final int ForgeQueueDataNotify = 50646; - public static final int ForgeQueueManipulateReq = 50647; - public static final int ForgeQueueManipulateRsp = 50648; public static final int ForgeStartReq = 50649; public static final int ForgeStartRsp = 50650; - public static final int FoundationNotify = 50651; - public static final int FoundationReq = 50652; - public static final int FoundationRsp = 50653; - public static final int FriendInfoChangeNotify = 50654; - public static final int FungusCaptureSettleNotify = 50655; - public static final int FungusCultivateReq = 50656; - public static final int FungusCultivateRsp = 50657; - public static final int FungusFighterClearTrainingRuntimeDataReq = 50658; - public static final int FungusFighterClearTrainingRuntimeDataRsp = 50659; - public static final int FungusFighterPlotInfoNotify = 50660; - public static final int FungusFighterRestartTraningDungeonReq = 50661; - public static final int FungusFighterRestartTraningDungeonRsp = 50662; - public static final int FungusFighterRuntimeDataNotify = 50663; - public static final int FungusFighterTrainingGallerySettleNotify = 50664; - public static final int FungusFighterTrainingInfoNotify = 50665; - public static final int FungusFighterTrainingSelectFungusReq = 50666; - public static final int FungusFighterTrainingSelectFungusRsp = 50667; - public static final int FungusFighterUseBackupFungusReq = 50668; - public static final int FungusFighterUseBackupFungusRsp = 50669; - public static final int FungusRenameReq = 50670; - public static final int FungusRenameRsp = 50671; - public static final int FunitureMakeMakeInfoChangeNotify = 50672; public static final int FurnitureCurModuleArrangeCountNotify = 50673; - public static final int FurnitureMakeBeHelpedNotify = 50674; - public static final int FurnitureMakeCancelReq = 50675; - public static final int FurnitureMakeCancelRsp = 50676; - public static final int FurnitureMakeFinishNotify = 50677; - public static final int FurnitureMakeHelpReq = 50678; - public static final int FurnitureMakeHelpRsp = 50679; public static final int FurnitureMakeReq = 50680; public static final int FurnitureMakeRsp = 50681; public static final int FurnitureMakeStartReq = 50682; public static final int FurnitureMakeStartRsp = 50683; - public static final int GCGApplyInviteBattleNotify = 50684; - public static final int GCGApplyInviteBattleReq = 50685; - public static final int GCGApplyInviteBattleRsp = 50686; - public static final int GCGAskDuelReq = 50687; - public static final int GCGAskDuelRsp = 50688; - public static final int GCGBackToDuelReq = 50689; - public static final int GCGBackToDuelRsp = 50690; - public static final int GCGBasicDataNotify = 50691; - public static final int GCGBossChallengeUpdateNotify = 50692; - public static final int GCGChallengeUpdateNotify = 50693; - public static final int GCGClientSettleReq = 50694; - public static final int GCGClientSettleRsp = 50695; - public static final int GCGDSBanCardNotify = 50696; - public static final int GCGDSCardBackUnlockNotify = 50697; - public static final int GCGDSCardFaceUnlockNotify = 50698; - public static final int GCGDSCardFaceUpdateNotify = 50699; - public static final int GCGDSCardNumChangeNotify = 50700; - public static final int GCGDSCardProficiencyNotify = 50701; - public static final int GCGDSChangeCardBackReq = 50702; - public static final int GCGDSChangeCardBackRsp = 50703; - public static final int GCGDSChangeCardFaceReq = 50704; - public static final int GCGDSChangeCardFaceRsp = 50705; - public static final int GCGDSChangeCurDeckReq = 50706; - public static final int GCGDSChangeCurDeckRsp = 50707; - public static final int GCGDSChangeDeckNameReq = 50708; - public static final int GCGDSChangeDeckNameRsp = 50709; - public static final int GCGDSChangeFieldReq = 50710; - public static final int GCGDSChangeFieldRsp = 50711; - public static final int GCGDSCurDeckChangeNotify = 50712; - public static final int GCGDSDataNotify = 50713; - public static final int GCGDSDeckSaveReq = 50714; - public static final int GCGDSDeckSaveRsp = 50715; - public static final int GCGDSDeckUnlockNotify = 50716; - public static final int GCGDSDeckUpdateNotify = 50717; - public static final int GCGDSDeleteDeckReq = 50718; - public static final int GCGDSDeleteDeckRsp = 50719; - public static final int GCGDSFieldUnlockNotify = 50720; - public static final int GCGDSTakeCardProficiencyRewardReq = 50721; - public static final int GCGDSTakeCardProficiencyRewardRsp = 50722; - public static final int GCGDebugReplayNotify = 50723; - public static final int GCGGameBriefDataNotify = 50724; - public static final int GCGGameCreateFailReasonNotify = 50725; - public static final int GCGGameMaxNotify = 50726; - public static final int GCGGrowthLevelNotify = 50727; - public static final int GCGGrowthLevelRewardNotify = 50728; - public static final int GCGGrowthLevelTakeRewardReq = 50729; - public static final int GCGGrowthLevelTakeRewardRsp = 50730; - public static final int GCGHeartBeatNotify = 50731; - public static final int GCGInitFinishReq = 50732; - public static final int GCGInitFinishRsp = 50733; - public static final int GCGInviteBattleNotify = 50734; - public static final int GCGInviteGuestBattleReq = 50735; - public static final int GCGInviteGuestBattleRsp = 50736; - public static final int GCGLevelChallengeDeleteNotify = 50737; - public static final int GCGLevelChallengeFinishNotify = 50738; - public static final int GCGLevelChallengeNotify = 50739; - public static final int GCGMessagePackNotify = 50740; - public static final int GCGOperationReq = 50741; - public static final int GCGOperationRsp = 50742; - public static final int GCGResourceStateNotify = 50743; - public static final int GCGSettleNotify = 50744; - public static final int GCGSettleOptionReq = 50745; - public static final int GCGSettleOptionRsp = 50746; - public static final int GCGSkillPreviewAskReq = 50747; - public static final int GCGSkillPreviewAskRsp = 50748; - public static final int GCGSkillPreviewNotify = 50749; - public static final int GCGStartChallengeByCheckRewardReq = 50750; - public static final int GCGStartChallengeByCheckRewardRsp = 50751; - public static final int GCGStartChallengeReq = 50752; - public static final int GCGStartChallengeRsp = 50753; - public static final int GCGTCInviteReq = 50754; - public static final int GCGTCInviteRsp = 50755; public static final int GCGTCTavernChallengeDataNotify = 50756; - public static final int GCGTCTavernChallengeUpdateNotify = 50757; - public static final int GCGTCTavernInfoNotify = 50758; - public static final int GCGTavernNpcInfoNotify = 50759; - public static final int GCGWeekChallengeInfoNotify = 50760; - public static final int GCGWorldChallengeUnlockNotify = 50761; - public static final int GCGWorldPlayerGCGStateReq = 50762; - public static final int GCGWorldPlayerGCGStateRsp = 50763; - public static final int GMShowNavMeshReq = 50764; - public static final int GMShowNavMeshRsp = 50765; - public static final int GMShowObstacleReq = 50766; - public static final int GMShowObstacleRsp = 50767; - public static final int GachaActivityCreateRobotReq = 50768; - public static final int GachaActivityCreateRobotRsp = 50769; - public static final int GachaActivityNextStageReq = 50770; - public static final int GachaActivityNextStageRsp = 50771; - public static final int GachaActivityPercentNotify = 50772; - public static final int GachaActivityResetReq = 50773; - public static final int GachaActivityResetRsp = 50774; - public static final int GachaActivityTakeRewardReq = 50775; - public static final int GachaActivityTakeRewardRsp = 50776; - public static final int GachaActivityUpdateElemNotify = 50777; - public static final int GachaOpenWishNotify = 50778; - public static final int GachaSimpleInfoNotify = 50779; public static final int GadgetAutoPickDropInfoNotify = 50780; - public static final int GadgetChainLevelChangeNotify = 50781; - public static final int GadgetChainLevelUpdateNotify = 50782; - public static final int GadgetChangeLevelTagReq = 50783; - public static final int GadgetChangeLevelTagRsp = 50784; - public static final int GadgetCustomTreeInfoNotify = 50785; - public static final int GadgetGeneralRewardInfoNotify = 50786; - public static final int GadgetPlayDataNotify = 50787; - public static final int GadgetPlayStartNotify = 50788; - public static final int GadgetPlayStopNotify = 50789; - public static final int GadgetPlayUidOpNotify = 50790; - public static final int GadgetStateNotify = 50791; - public static final int GadgetTalkChangeNotify = 50792; - public static final int GalleryBalloonScoreNotify = 50793; - public static final int GalleryBalloonShootNotify = 50794; - public static final int GalleryBounceConjuringHitNotify = 50795; - public static final int GalleryBrokenFloorFallNotify = 50796; - public static final int GalleryBulletHitNotify = 50797; - public static final int GalleryCrystalLinkBuffInfoNotify = 50798; - public static final int GalleryCrystalLinkKillMonsterNotify = 50799; - public static final int GalleryFallCatchNotify = 50800; - public static final int GalleryFallScoreNotify = 50801; - public static final int GalleryFlowerCatchNotify = 50802; - public static final int GalleryIslandPartyDownHillInfoNotify = 50803; - public static final int GalleryPreStartNotify = 50804; - public static final int GalleryStartNotify = 50805; - public static final int GalleryStopNotify = 50806; - public static final int GallerySumoKillMonsterNotify = 50807; - public static final int GalleryWillStartCountdownNotify = 50808; - public static final int GearActivityFinishPlayGearReq = 50809; - public static final int GearActivityFinishPlayGearRsp = 50810; - public static final int GearActivityFinishPlayPictureReq = 50811; - public static final int GearActivityFinishPlayPictureRsp = 50812; - public static final int GearActivityStartPlayGearReq = 50813; - public static final int GearActivityStartPlayGearRsp = 50814; - public static final int GearActivityStartPlayPictureReq = 50815; - public static final int GearActivityStartPlayPictureRsp = 50816; - public static final int GetActivityInfoReq = 50817; - public static final int GetActivityScheduleReq = 50818; - public static final int GetActivityScheduleRsp = 50819; public static final int GetActivityShopSheetInfoReq = 50820; public static final int GetActivityShopSheetInfoRsp = 50821; public static final int GetAllActivatedBargainDataReq = 50822; public static final int GetAllActivatedBargainDataRsp = 50823; public static final int GetAllH5ActivityInfoReq = 50824; - public static final int GetAllH5ActivityInfoRsp = 50825; - public static final int GetAllMailNotify = 50826; - public static final int GetAllMailReq = 50827; - public static final int GetAllMailResultNotify = 50828; - public static final int GetAllMailRsp = 50829; - public static final int GetAllSceneGalleryInfoReq = 50830; - public static final int GetAllSceneGalleryInfoRsp = 50831; - public static final int GetAreaExplorePointReq = 50832; - public static final int GetAreaExplorePointRsp = 50833; - public static final int GetAuthSalesmanInfoReq = 50834; - public static final int GetAuthSalesmanInfoRsp = 50835; - public static final int GetAuthkeyReq = 50836; public static final int GetBargainDataReq = 50837; public static final int GetBargainDataRsp = 50838; - public static final int GetBattlePassProductReq = 50839; - public static final int GetBattlePassProductRsp = 50840; - public static final int GetBlossomBriefInfoListReq = 50841; - public static final int GetBlossomBriefInfoListRsp = 50842; - public static final int GetBonusActivityRewardReq = 50843; - public static final int GetBonusActivityRewardRsp = 50844; public static final int GetChatEmojiCollectionReq = 50845; - public static final int GetChatEmojiCollectionRsp = 50846; - public static final int GetCityHuntingOfferReq = 50847; - public static final int GetCityHuntingOfferRsp = 50848; - public static final int GetCityReputationInfoReq = 50849; - public static final int GetCityReputationInfoRsp = 50850; - public static final int GetCityReputationMapInfoReq = 50851; - public static final int GetCityReputationMapInfoRsp = 50852; public static final int GetCompoundDataReq = 50853; - public static final int GetCompoundDataRsp = 50854; - public static final int GetCustomDungeonReq = 50855; - public static final int GetCustomDungeonRsp = 50856; - public static final int GetDailyDungeonEntryInfoReq = 50857; - public static final int GetDailyDungeonEntryInfoRsp = 50858; - public static final int GetExpeditionAssistInfoListReq = 50859; - public static final int GetExpeditionAssistInfoListRsp = 50860; - public static final int GetFriendShowAvatarInfoReq = 50861; public static final int GetFriendShowAvatarInfoRsp = 50862; public static final int GetFriendShowNameCardInfoReq = 50863; public static final int GetFurnitureCurModuleArrangeCountReq = 50864; - public static final int GetGameplayRecommendationReq = 50865; - public static final int GetGameplayRecommendationRsp = 50866; - public static final int GetHomeExchangeWoodInfoReq = 50867; - public static final int GetHomeExchangeWoodInfoRsp = 50868; public static final int GetHomeLevelUpRewardReq = 50869; public static final int GetHomeLevelUpRewardRsp = 50870; - public static final int GetHuntingOfferRewardReq = 50871; - public static final int GetHuntingOfferRewardRsp = 50872; - public static final int GetInvestigationMonsterReq = 50873; - public static final int GetInvestigationMonsterRsp = 50874; public static final int GetMailItemReq = 50875; public static final int GetMailItemRsp = 50876; - public static final int GetMapAreaReq = 50877; - public static final int GetMapAreaRsp = 50878; - public static final int GetMapMarkTipsReq = 50879; - public static final int GetMapMarkTipsRsp = 50880; - public static final int GetMechanicusInfoReq = 50881; - public static final int GetMechanicusInfoRsp = 50882; - public static final int GetNextResourceInfoReq = 50883; - public static final int GetNextResourceInfoRsp = 50884; - public static final int GetOnlinePlayerInfoReq = 50885; - public static final int GetOnlinePlayerInfoRsp = 50886; - public static final int GetOnlinePlayerListReq = 50887; - public static final int GetOnlinePlayerListRsp = 50888; - public static final int GetOpActivityInfoReq = 50889; - public static final int GetOpActivityInfoRsp = 50890; - public static final int GetParentQuestVideoKeyReq = 50891; - public static final int GetPlayerAskFriendListReq = 50892; - public static final int GetPlayerAskFriendListRsp = 50893; public static final int GetPlayerBlacklistReq = 50894; public static final int GetPlayerBlacklistRsp = 50895; public static final int GetPlayerHomeCompInfoReq = 50896; - public static final int GetPlayerMpModeAvailabilityReq = 50897; - public static final int GetPlayerMpModeAvailabilityRsp = 50898; - public static final int GetPushTipsRewardReq = 50899; - public static final int GetPushTipsRewardRsp = 50900; - public static final int GetRecentMpPlayerListReq = 50901; - public static final int GetRecentMpPlayerListRsp = 50902; - public static final int GetRecommendCustomDungeonReq = 50903; - public static final int GetRecommendCustomDungeonRsp = 50904; public static final int GetRegionSearchReq = 50905; - public static final int GetReunionMissionInfoReq = 50906; - public static final int GetReunionMissionInfoRsp = 50907; - public static final int GetReunionPrivilegeInfoReq = 50908; - public static final int GetReunionPrivilegeInfoRsp = 50909; - public static final int GetReunionSignInInfoReq = 50910; - public static final int GetReunionSignInInfoRsp = 50911; - public static final int GetRogueDairyRepairInfoReq = 50912; - public static final int GetRogueDairyRepairInfoRsp = 50913; - public static final int GetSceneNpcPositionReq = 50914; - public static final int GetSceneNpcPositionRsp = 50915; - public static final int GetScenePerformanceReq = 50916; - public static final int GetScenePerformanceRsp = 50917; - public static final int GetShopmallDataReq = 50918; - public static final int GetShopmallDataRsp = 50919; - public static final int GetSignInRewardReq = 50920; - public static final int GetSignInRewardRsp = 50921; - public static final int GetStoreCustomDungeonReq = 50922; - public static final int GetStoreCustomDungeonRsp = 50923; public static final int GetUgcBriefInfoReq = 50924; public static final int GetUgcBriefInfoRsp = 50925; public static final int GetUgcReq = 50926; public static final int GetUgcRsp = 50927; - public static final int GetWidgetSlotReq = 50928; - public static final int GetWidgetSlotRsp = 50929; public static final int GetWorldMpInfoReq = 50930; public static final int GetWorldMpInfoRsp = 50931; - public static final int GiveUpRoguelikeDungeonCardReq = 50932; - public static final int GiveUpRoguelikeDungeonCardRsp = 50933; - public static final int GivingRecordChangeNotify = 50934; - public static final int GivingRecordNotify = 50935; - public static final int GlobalBuildingInfoNotify = 50936; - public static final int GmTalkNotify = 50937; - public static final int GmTalkReq = 50938; - public static final int GmTalkRsp = 50939; - public static final int GrantRewardNotify = 50940; - public static final int GravenInnocenceEditCarveCombinationReq = 50941; - public static final int GravenInnocenceEditCarveCombinationRsp = 50942; - public static final int GravenInnocencePhotoFinishReq = 50943; - public static final int GravenInnocencePhotoFinishRsp = 50944; - public static final int GravenInnocencePhotoReminderNotify = 50945; - public static final int GravenInnocenceRaceRestartReq = 50946; - public static final int GravenInnocenceRaceRestartRsp = 50947; - public static final int GravenInnocenceRaceSettleNotify = 50948; - public static final int GroupLinkAllNotify = 50949; - public static final int GroupLinkChangeNotify = 50950; - public static final int GroupLinkDeleteNotify = 50951; - public static final int GroupLinkMarkUpdateNotify = 50952; - public static final int GroupSuiteNotify = 50953; - public static final int GroupUnloadNotify = 50954; - public static final int GuestBeginEnterSceneNotify = 50955; - public static final int GuestPostEnterSceneNotify = 50956; public static final int H5ActivityIdsNotify = 50957; - public static final int HideAndSeekChooseMapReq = 50958; - public static final int HideAndSeekChooseMapRsp = 50959; - public static final int HideAndSeekPlayerCapturedNotify = 50960; - public static final int HideAndSeekPlayerReadyNotify = 50961; - public static final int HideAndSeekPlayerSetAvatarNotify = 50962; - public static final int HideAndSeekSelectAvatarReq = 50963; - public static final int HideAndSeekSelectAvatarRsp = 50964; - public static final int HideAndSeekSelectSkillReq = 50965; - public static final int HideAndSeekSelectSkillRsp = 50966; - public static final int HideAndSeekSetReadyReq = 50967; - public static final int HideAndSeekSetReadyRsp = 50968; - public static final int HideAndSeekSettleNotify = 50969; - public static final int HitClientTrivialNotify = 50970; public static final int HomeAllUnlockedBgmIdListNotify = 50971; public static final int HomeAvatarAllFinishRewardNotify = 50972; public static final int HomeAvatarCostumeChangeNotify = 50973; @@ -1190,1002 +578,95 @@ public class PacketOpcodes { public static final int HomeAvatarSummonFinishRsp = 50981; public static final int HomeAvatarTalkFinishInfoNotify = 50982; public static final int HomeAvatarTalkRsp = 50983; - public static final int HomeAvtarAllFinishRewardNotify = 50984; - public static final int HomeBalloonGalleryScoreNotify = 50985; - public static final int HomeBalloonGallerySettleNotify = 50986; - public static final int HomeBasicInfoNotify = 50987; - public static final int HomeBlockNotify = 50988; - public static final int HomeBlueprintInfoNotify = 50989; public static final int HomeChangeBgmNotify = 50990; public static final int HomeChangeBgmReq = 50991; public static final int HomeChangeBgmRsp = 50992; - public static final int HomeChangeEditModeReq = 50993; - public static final int HomeChangeEditModeRsp = 50994; public static final int HomeChangeModuleReq = 50995; public static final int HomeChangeModuleRsp = 50996; - public static final int HomeChooseModuleReq = 50997; - public static final int HomeChooseModuleRsp = 50998; - public static final int HomeClearGroupRecordReq = 50999; - public static final int HomeClearGroupRecordRsp = 51000; - public static final int HomeComfortInfoNotify = 51001; - public static final int HomeCreateBlueprintReq = 51002; - public static final int HomeCreateBlueprintRsp = 51003; - public static final int HomeCustomFurnitureInfoNotify = 51004; - public static final int HomeDeleteBlueprintReq = 51005; - public static final int HomeDeleteBlueprintRsp = 51006; - public static final int HomeEditCustomFurnitureReq = 51007; - public static final int HomeEditCustomFurnitureRsp = 51008; public static final int HomeEnterEditModeFinishReq = 51009; public static final int HomeEnterEditModeFinishRsp = 51010; - public static final int HomeExchangeWoodReq = 51011; - public static final int HomeExchangeWoodRsp = 51012; - public static final int HomeFishFarmingInfoNotify = 51013; - public static final int HomeGalleryInPlayingNotify = 51014; public static final int HomeGetArrangementInfoReq = 51015; - public static final int HomeGetArrangementInfoRsp = 51016; public static final int HomeGetBasicInfoReq = 51017; - public static final int HomeGetBlueprintSlotInfoReq = 51018; - public static final int HomeGetBlueprintSlotInfoRsp = 51019; - public static final int HomeGetFishFarmingInfoReq = 51020; - public static final int HomeGetFishFarmingInfoRsp = 51021; - public static final int HomeGetGroupRecordReq = 51022; - public static final int HomeGetGroupRecordRsp = 51023; public static final int HomeGetOnlineStatusReq = 51024; - public static final int HomeGetOnlineStatusRsp = 51025; public static final int HomeKickPlayerReq = 51026; public static final int HomeKickPlayerRsp = 51027; public static final int HomeLimitedShopBuyGoodsReq = 51028; public static final int HomeLimitedShopBuyGoodsRsp = 51029; - public static final int HomeLimitedShopGoodsListReq = 51030; - public static final int HomeLimitedShopGoodsListRsp = 51031; - public static final int HomeLimitedShopInfoChangeNotify = 51032; - public static final int HomeLimitedShopInfoNotify = 51033; - public static final int HomeLimitedShopInfoReq = 51034; - public static final int HomeLimitedShopInfoRsp = 51035; - public static final int HomeMarkPointNotify = 51036; public static final int HomeModuleSeenReq = 51037; public static final int HomeModuleSeenRsp = 51038; public static final int HomeModuleUnlockNotify = 51039; public static final int HomeNewUnlockedBgmIdListNotify = 51040; - public static final int HomePictureFrameInfoNotify = 51041; - public static final int HomePlantFieldNotify = 51042; - public static final int HomePlantInfoNotify = 51043; - public static final int HomePlantInfoReq = 51044; - public static final int HomePlantInfoRsp = 51045; - public static final int HomePlantSeedReq = 51046; - public static final int HomePlantSeedRsp = 51047; - public static final int HomePlantWeedReq = 51048; - public static final int HomePlantWeedRsp = 51049; - public static final int HomePreChangeEditModeNotify = 51050; - public static final int HomePreviewBlueprintReq = 51051; - public static final int HomePreviewBlueprintRsp = 51052; - public static final int HomePriorCheckNotify = 51053; - public static final int HomeRacingGallerySettleNotify = 51054; - public static final int HomeResourceNotify = 51055; public static final int HomeResourceTakeFetterExpReq = 51056; - public static final int HomeResourceTakeFetterExpRsp = 51057; public static final int HomeResourceTakeHomeCoinReq = 51058; - public static final int HomeResourceTakeHomeCoinRsp = 51059; - public static final int HomeSaveArrangementNoChangeReq = 51060; - public static final int HomeSaveArrangementNoChangeRsp = 51061; public static final int HomeSceneInitFinishReq = 51062; public static final int HomeSceneInitFinishRsp = 51063; - public static final int HomeSceneJumpReq = 51064; public static final int HomeSceneJumpRsp = 51065; - public static final int HomeScenePointFishFarmingInfoNotify = 51066; - public static final int HomeSearchBlueprintReq = 51067; - public static final int HomeSearchBlueprintRsp = 51068; - public static final int HomeSeekFurnitureGalleryScoreNotify = 51069; - public static final int HomeSetBlueprintFriendOptionReq = 51070; - public static final int HomeSetBlueprintFriendOptionRsp = 51071; - public static final int HomeSetBlueprintSlotOptionReq = 51072; - public static final int HomeSetBlueprintSlotOptionRsp = 51073; - public static final int HomeTransferReq = 51074; public static final int HomeTransferRsp = 51075; - public static final int HomeUpdateArrangementInfoReq = 51076; public static final int HomeUpdateArrangementInfoRsp = 51077; - public static final int HomeUpdateFishFarmingInfoReq = 51078; - public static final int HomeUpdateFishFarmingInfoRsp = 51079; - public static final int HomeUpdatePictureFrameInfoReq = 51080; - public static final int HomeUpdatePictureFrameInfoRsp = 51081; - public static final int HomeUpdateScenePointFishFarmingInfoReq = 51082; - public static final int HomeUpdateScenePointFishFarmingInfoRsp = 51083; - public static final int HuntingFailNotify = 51084; - public static final int HuntingGiveUpReq = 51085; - public static final int HuntingGiveUpRsp = 51086; - public static final int HuntingOngoingNotify = 51087; - public static final int HuntingRevealClueNotify = 51088; - public static final int HuntingRevealFinalNotify = 51089; - public static final int HuntingStartNotify = 51090; - public static final int HuntingSuccessNotify = 51091; - public static final int InBattleMechanicusBuildingPointsNotify = 51092; - public static final int InBattleMechanicusCardResultNotify = 51093; - public static final int InBattleMechanicusConfirmCardNotify = 51094; - public static final int InBattleMechanicusConfirmCardReq = 51095; - public static final int InBattleMechanicusConfirmCardRsp = 51096; - public static final int InBattleMechanicusExcapeMonsterNotify = 51097; - public static final int InBattleMechanicusLeftMonsterNotify = 51098; - public static final int InBattleMechanicusPickCardNotify = 51099; - public static final int InBattleMechanicusPickCardReq = 51100; - public static final int InBattleMechanicusPickCardRsp = 51101; - public static final int InBattleMechanicusSettleNotify = 51102; - public static final int InstableSprayEnterDungeonReq = 51103; - public static final int InstableSprayEnterDungeonRsp = 51104; - public static final int InstableSprayGalleryInfoNotify = 51105; - public static final int InstableSprayLevelFinishNotify = 51106; - public static final int InstableSprayRestartDungeonReq = 51107; - public static final int InstableSprayRestartDungeonRsp = 51108; - public static final int InstableSpraySwitchTeamReq = 51109; - public static final int InstableSpraySwitchTeamRsp = 51110; - public static final int InteractDailyDungeonInfoNotify = 51111; - public static final int InterpretInferenceWordReq = 51112; - public static final int InterpretInferenceWordRsp = 51113; - public static final int InterruptGalleryReq = 51114; - public static final int InterruptGalleryRsp = 51115; - public static final int InvestigationMonsterUpdateNotify = 51116; - public static final int InvestigationQuestDailyNotify = 51117; - public static final int InvestigationReadQuestDailyNotify = 51118; - public static final int IrodoriChessEquipCardReq = 51119; - public static final int IrodoriChessEquipCardRsp = 51120; - public static final int IrodoriChessLeftMonsterNotify = 51121; - public static final int IrodoriChessPlayerInfoNotify = 51122; - public static final int IrodoriChessUnequipCardReq = 51123; - public static final int IrodoriChessUnequipCardRsp = 51124; - public static final int IrodoriEditFlowerCombinationReq = 51125; - public static final int IrodoriEditFlowerCombinationRsp = 51126; - public static final int IrodoriFillPoetryReq = 51127; - public static final int IrodoriFillPoetryRsp = 51128; - public static final int IrodoriMasterGalleryCgEndNotify = 51129; - public static final int IrodoriMasterGallerySettleNotify = 51130; - public static final int IrodoriMasterStartGalleryReq = 51131; - public static final int IrodoriMasterStartGalleryRsp = 51132; - public static final int IrodoriScanEntityReq = 51133; - public static final int IrodoriScanEntityRsp = 51134; - public static final int IslandPartyRaftInfoNotify = 51135; - public static final int IslandPartySailInfoNotify = 51136; - public static final int IslandPartySettleNotify = 51137; - public static final int ItemCdGroupTimeNotify = 51138; - public static final int ItemRenameAvatarReq = 51139; - public static final int ItemRenameAvatarRsp = 51140; - public static final int JoinHomeWorldFailNotify = 51141; - public static final int JoinPlayerFailNotify = 51142; - public static final int JoinPlayerSceneReq = 51143; - public static final int JoinPlayerSceneRsp = 51144; - public static final int KeepAliveNotify = 51145; - public static final int LanV3BoatGameStartSingleReq = 51146; - public static final int LanV3BoatGameStartSingleRsp = 51147; - public static final int LanV3BoatGameTransferFinishNotify = 51148; - public static final int LanV3BoatInterruptSettleStageReq = 51149; - public static final int LanV3BoatInterruptSettleStageRsp = 51150; - public static final int LanV3BoatSettleNotify = 51151; - public static final int LanV3RaceRestartReq = 51152; - public static final int LanV3RaceRestartRsp = 51153; - public static final int LanV3RaceSettleNotify = 51154; - public static final int LanV3ShadowFinishLevelReq = 51155; - public static final int LanV3ShadowFinishLevelRsp = 51156; - public static final int LanternRiteDoFireworksReformReq = 51157; - public static final int LanternRiteDoFireworksReformRsp = 51158; - public static final int LanternRiteEndFireworksReformReq = 51159; - public static final int LanternRiteEndFireworksReformRsp = 51160; - public static final int LanternRiteStartFireworksReformReq = 51161; - public static final int LanternRiteStartFireworksReformRsp = 51162; - public static final int LanternRiteTakeSkinRewardReq = 51163; - public static final int LanternRiteTakeSkinRewardRsp = 51164; - public static final int LastPacketPrintNotify = 51165; public static final int LaunchFireworksReq = 51166; public static final int LaunchFireworksRsp = 51167; - public static final int LeaveSceneReq = 51168; - public static final int LeaveSceneRsp = 51169; - public static final int LeaveWorldNotify = 51170; - public static final int LevelTagDataNotify = 51171; public static final int LevelupCityReq = 51172; public static final int LevelupCityRsp = 51173; - public static final int LikeCustomDungeonReq = 51174; - public static final int LikeCustomDungeonRsp = 51175; - public static final int LiveEndNotify = 51176; - public static final int LiveStartNotify = 51177; - public static final int LoadActivityTerrainNotify = 51178; - public static final int LuaEnvironmentEffectNotify = 51179; - public static final int LuaSetOptionNotify = 51180; - public static final int LuminanceStoneChallengeSettleNotify = 51181; - public static final int LunaRiteAreaFinishNotify = 51182; - public static final int LunaRiteGroupBundleRegisterNotify = 51183; - public static final int LunaRiteHintPointRemoveNotify = 51184; - public static final int LunaRiteHintPointReq = 51185; - public static final int LunaRiteHintPointRsp = 51186; - public static final int LunaRiteSacrificeReq = 51187; - public static final int LunaRiteSacrificeRsp = 51188; - public static final int LunaRiteTakeSacrificeRewardReq = 51189; - public static final int LunaRiteTakeSacrificeRewardRsp = 51190; public static final int MailChangeNotify = 51191; - public static final int MainCoopFailNotify = 51192; - public static final int MainCoopUpdateNotify = 51193; - public static final int MapAreaChangeNotify = 51194; - public static final int MarkEntityInMinMapNotify = 51195; - public static final int MarkNewNotify = 51196; - public static final int MarkTargetInvestigationMonsterNotify = 51197; - public static final int MassiveEntityElementOpBatchNotify = 51198; - public static final int MassiveEntityStateChangedNotify = 51199; - public static final int MaterialDeleteReturnNotify = 51200; - public static final int MaterialDeleteUpdateNotify = 51201; - public static final int MechanicusCandidateTeamCreateReq = 51202; - public static final int MechanicusCandidateTeamCreateRsp = 51203; - public static final int MechanicusCloseNotify = 51204; - public static final int MechanicusCoinNotify = 51205; - public static final int MechanicusLevelupGearReq = 51206; - public static final int MechanicusLevelupGearRsp = 51207; - public static final int MechanicusOpenNotify = 51208; - public static final int MechanicusSequenceOpenNotify = 51209; - public static final int MechanicusUnlockGearReq = 51210; - public static final int MechanicusUnlockGearRsp = 51211; - public static final int MeetNpcReq = 51212; - public static final int MeetNpcRsp = 51213; - public static final int MetNpcIdListNotify = 51214; - public static final int MichiaeMatsuriDarkPressureLevelUpdateNotify = 51215; - public static final int MichiaeMatsuriGainCrystalExpUpdateNotify = 51216; - public static final int MichiaeMatsuriInteractStatueReq = 51217; - public static final int MichiaeMatsuriInteractStatueRsp = 51218; - public static final int MichiaeMatsuriRemoveChallengeMarkNotify = 51219; - public static final int MichiaeMatsuriRemoveChestMarkNotify = 51220; - public static final int MichiaeMatsuriStartBossChallengeReq = 51221; - public static final int MichiaeMatsuriStartBossChallengeRsp = 51222; - public static final int MichiaeMatsuriStartDarkChallengeReq = 51223; - public static final int MichiaeMatsuriStartDarkChallengeRsp = 51224; - public static final int MichiaeMatsuriUnlockCrystalSkillReq = 51225; - public static final int MichiaeMatsuriUnlockCrystalSkillRsp = 51226; - public static final int MiracleRingDataNotify = 51227; - public static final int MiracleRingDeliverItemReq = 51228; - public static final int MiracleRingDeliverItemRsp = 51229; - public static final int MiracleRingDestroyNotify = 51230; - public static final int MiracleRingDropResultNotify = 51231; - public static final int MiracleRingTakeRewardReq = 51232; - public static final int MiracleRingTakeRewardRsp = 51233; - public static final int MistTrialDunegonFailNotify = 51234; - public static final int MistTrialFloorLevelNotify = 51235; - public static final int MistTrialGetChallengeMissionReq = 51236; - public static final int MistTrialGetChallengeMissionRsp = 51237; - public static final int MistTrialGetDungeonExhibitionDataReq = 51238; - public static final int MistTrialGetDungeonExhibitionDataRsp = 51239; - public static final int MistTrialSelectAvatarAndEnterDungeonReq = 51240; - public static final int MistTrialSelectAvatarAndEnterDungeonRsp = 51241; - public static final int MistTrialSettleNotify = 51242; public static final int MonsterAIConfigHashNotify = 51243; - public static final int MonsterForceAlertNotify = 51244; - public static final int MonsterPointArrayRouteUpdateNotify = 51245; - public static final int MonsterSummonTagNotify = 51246; - public static final int MpBlockNotify = 51247; - public static final int MpPlayGuestReplyInviteReq = 51248; - public static final int MpPlayGuestReplyInviteRsp = 51249; - public static final int MpPlayGuestReplyNotify = 51250; - public static final int MpPlayInviteResultNotify = 51251; - public static final int MpPlayOwnerCheckReq = 51252; - public static final int MpPlayOwnerCheckRsp = 51253; - public static final int MpPlayOwnerInviteNotify = 51254; - public static final int MpPlayOwnerStartInviteReq = 51255; - public static final int MpPlayOwnerStartInviteRsp = 51256; - public static final int MpPlayPrepareInterruptNotify = 51257; - public static final int MpPlayPrepareNotify = 51258; - public static final int MultistagePlayEndNotify = 51259; - public static final int MultistagePlayFinishStageReq = 51260; - public static final int MultistagePlayFinishStageRsp = 51261; - public static final int MultistagePlayInfoNotify = 51262; - public static final int MultistagePlaySettleNotify = 51263; - public static final int MultistagePlayStageEndNotify = 51264; - public static final int MuqadasPotionActivityEnterDungeonReq = 51265; - public static final int MuqadasPotionActivityEnterDungeonRsp = 51266; - public static final int MuqadasPotionCaptureWeaknessReq = 51267; - public static final int MuqadasPotionCaptureWeaknessRsp = 51268; public static final int MuqadasPotionDungeonSettleNotify = 51269; - public static final int MuqadasPotionRestartDungeonReq = 51270; - public static final int MuqadasPotionRestartDungeonRsp = 51271; public static final int MusicGameSettleReq = 51272; public static final int MusicGameSettleRsp = 51273; public static final int MusicGameStartReq = 51274; public static final int MusicGameStartRsp = 51275; - public static final int NavMeshStatsNotify = 51276; - public static final int NicknameAuditConfigNotify = 51277; - public static final int NightCrowGadgetObservationMatchReq = 51278; - public static final int NightCrowGadgetObservationMatchRsp = 51279; - public static final int NormalUidOpNotify = 51280; - public static final int NpcTalkStateNotify = 51281; - public static final int OfferingInteractReq = 51282; - public static final int OfferingInteractRsp = 51283; - public static final int OneoffGatherPointDetectorDataNotify = 51284; - public static final int OpActivityDataNotify = 51285; - public static final int OpActivityStateNotify = 51286; - public static final int OpActivityUpdateNotify = 51287; - public static final int OpenBlossomCircleCampGuideNotify = 51288; - public static final int OrderDisplayNotify = 51289; - public static final int OrderFinishNotify = 51290; - public static final int OtherPlayerEnterHomeNotify = 51291; - public static final int OutStuckCustomDungeonReq = 51292; - public static final int OutStuckCustomDungeonRsp = 51293; - public static final int PSNBlackListNotify = 51294; - public static final int PSNFriendListNotify = 51295; public static final int PSPlayerApplyEnterMpReq = 51296; public static final int PSPlayerApplyEnterMpRsp = 51297; public static final int PathfindingEnterSceneRsp = 51298; - public static final int PathfindingPingNotify = 51299; - public static final int PerformOperationNotify = 51300; - public static final int PersistentDungeonSwitchAvatarReq = 51301; - public static final int PersistentDungeonSwitchAvatarRsp = 51302; public static final int PersonalLineAllDataReq = 51303; public static final int PersonalLineAllDataRsp = 51304; - public static final int PersonalLineNewUnlockNotify = 51305; - public static final int PhotoActivityClientViewReq = 51306; - public static final int PhotoActivityClientViewRsp = 51307; - public static final int PhotoActivityFinishReq = 51308; - public static final int PhotoActivityFinishRsp = 51309; - public static final int PlantFlowerAcceptAllGiveFlowerReq = 51310; - public static final int PlantFlowerAcceptAllGiveFlowerRsp = 51311; - public static final int PlantFlowerAcceptGiveFlowerReq = 51312; - public static final int PlantFlowerAcceptGiveFlowerRsp = 51313; - public static final int PlantFlowerEditFlowerCombinationReq = 51314; - public static final int PlantFlowerEditFlowerCombinationRsp = 51315; - public static final int PlantFlowerGetCanGiveFriendFlowerReq = 51316; - public static final int PlantFlowerGetCanGiveFriendFlowerRsp = 51317; - public static final int PlantFlowerGetFriendFlowerWishListReq = 51318; - public static final int PlantFlowerGetFriendFlowerWishListRsp = 51319; - public static final int PlantFlowerGetRecvFlowerListReq = 51320; - public static final int PlantFlowerGetRecvFlowerListRsp = 51321; - public static final int PlantFlowerGetSeedInfoReq = 51322; - public static final int PlantFlowerGetSeedInfoRsp = 51323; - public static final int PlantFlowerGiveFriendFlowerReq = 51324; - public static final int PlantFlowerGiveFriendFlowerRsp = 51325; - public static final int PlantFlowerHaveRecvFlowerNotify = 51326; - public static final int PlantFlowerSetFlowerWishReq = 51327; - public static final int PlantFlowerSetFlowerWishRsp = 51328; - public static final int PlantFlowerTakeSeedRewardReq = 51329; - public static final int PlantFlowerTakeSeedRewardRsp = 51330; - public static final int PlatformChangeRouteNotify = 51331; - public static final int PlatformStartRouteNotify = 51332; - public static final int PlatformStopRouteNotify = 51333; - public static final int PlayerAllowEnterMpAfterAgreeMatchNotify = 51334; - public static final int PlayerApplyEnterHomeNotify = 51335; public static final int PlayerApplyEnterHomeResultNotify = 51336; public static final int PlayerApplyEnterHomeResultReq = 51337; public static final int PlayerApplyEnterHomeResultRsp = 51338; - public static final int PlayerApplyEnterMpAfterMatchAgreedNotify = 51339; - public static final int PlayerApplyEnterMpNotify = 51340; - public static final int PlayerApplyEnterMpReq = 51341; - public static final int PlayerApplyEnterMpResultNotify = 51342; - public static final int PlayerApplyEnterMpResultReq = 51343; - public static final int PlayerApplyEnterMpResultRsp = 51344; - public static final int PlayerApplyEnterMpRsp = 51345; - public static final int PlayerCancelMatchReq = 51346; - public static final int PlayerCancelMatchRsp = 51347; - public static final int PlayerChatCDNotify = 51348; - public static final int PlayerChatNotify = 51349; - public static final int PlayerChatReq = 51350; public static final int PlayerChatRsp = 51351; - public static final int PlayerCompoundMaterialBoostReq = 51352; - public static final int PlayerCompoundMaterialBoostRsp = 51353; - public static final int PlayerCompoundMaterialReq = 51354; - public static final int PlayerCompoundMaterialRsp = 51355; - public static final int PlayerConfirmMatchReq = 51356; - public static final int PlayerConfirmMatchRsp = 51357; public static final int PlayerCookArgsReq = 51358; public static final int PlayerCookArgsRsp = 51359; public static final int PlayerCookReq = 51360; public static final int PlayerCookRsp = 51361; - public static final int PlayerDeathZoneNotify = 51362; - public static final int PlayerEyePointStateNotify = 51363; - public static final int PlayerFishingDataNotify = 51364; public static final int PlayerForceExitReq = 51365; - public static final int PlayerForceExitRsp = 51366; - public static final int PlayerGCGMatchConfirmNotify = 51367; - public static final int PlayerGCGMatchDismissNotify = 51368; - public static final int PlayerGameTimeByLuaNotify = 51369; - public static final int PlayerGeneralMatchConfirmNotify = 51370; - public static final int PlayerGeneralMatchDismissNotify = 51371; - public static final int PlayerGetForceQuitBanInfoReq = 51372; public static final int PlayerGetForceQuitBanInfoRsp = 51373; public static final int PlayerHomeCompInfoNotify = 51374; - public static final int PlayerInjectFixNotify = 51375; - public static final int PlayerInvestigationAllInfoNotify = 51376; - public static final int PlayerInvestigationNotify = 51377; - public static final int PlayerInvestigationTargetNotify = 51378; - public static final int PlayerIpRegionNotify = 51379; - public static final int PlayerLevelRewardUpdateNotify = 51380; - public static final int PlayerLogoutNotify = 51381; - public static final int PlayerLogoutReq = 51382; - public static final int PlayerLogoutRsp = 51383; - public static final int PlayerLuaShellNotify = 51384; - public static final int PlayerMatchAgreedResultNotify = 51385; - public static final int PlayerMatchInfoNotify = 51386; - public static final int PlayerMatchStopNotify = 51387; - public static final int PlayerMatchSuccNotify = 51388; - public static final int PlayerNicknameAuditDataNotify = 51389; - public static final int PlayerNicknameNotify = 51390; - public static final int PlayerOfferingDataNotify = 51391; - public static final int PlayerOfferingReq = 51392; - public static final int PlayerOfferingRsp = 51393; - public static final int PlayerPreEnterMpNotify = 51394; - public static final int PlayerQuitDungeonRsp = 51395; - public static final int PlayerQuitFromHomeNotify = 51396; - public static final int PlayerQuitFromMpNotify = 51397; - public static final int PlayerRandomCookReq = 51398; - public static final int PlayerRandomCookRsp = 51399; - public static final int PlayerRechargeDataNotify = 51400; - public static final int PlayerReportReq = 51401; - public static final int PlayerReportRsp = 51402; - public static final int PlayerRoutineDataNotify = 51403; - public static final int PlayerSetLanguageReq = 51404; - public static final int PlayerSetLanguageRsp = 51405; - public static final int PlayerSetOnlyMPWithPSPlayerReq = 51406; - public static final int PlayerSetOnlyMPWithPSPlayerRsp = 51407; - public static final int PlayerSignatureAuditDataNotify = 51408; - public static final int PlayerSignatureNotify = 51409; - public static final int PlayerStartMatchReq = 51410; - public static final int PlayerStartMatchRsp = 51411; - public static final int PotionEnterDungeonNotify = 51412; - public static final int PotionEnterDungeonReq = 51413; - public static final int PotionEnterDungeonRsp = 51414; - public static final int PotionResetChallengeReq = 51415; - public static final int PotionResetChallengeRsp = 51416; - public static final int PotionRestartDungeonReq = 51417; - public static final int PotionRestartDungeonRsp = 51418; - public static final int PotionSaveDungeonResultReq = 51419; - public static final int PotionSaveDungeonResultRsp = 51420; - public static final int PrivateChatRsp = 51421; - public static final int ProfilePictureChangeNotify = 51422; - public static final int ProjectorOptionReq = 51423; - public static final int ProjectorOptionRsp = 51424; public static final int ProudSkillChangeNotify = 51425; public static final int ProudSkillExtraLevelNotify = 51426; - public static final int ProudSkillUpgradeReq = 51427; - public static final int ProudSkillUpgradeRsp = 51428; - public static final int PublishCustomDungeonReq = 51429; - public static final int PublishCustomDungeonRsp = 51430; - public static final int PublishUgcReq = 51431; - public static final int PublishUgcRsp = 51432; - public static final int PushTipsAllDataNotify = 51433; - public static final int PushTipsChangeNotify = 51434; - public static final int PushTipsReadFinishReq = 51435; - public static final int PushTipsReadFinishRsp = 51436; - public static final int QueryCodexMonsterBeKilledNumReq = 51437; - public static final int QueryCodexMonsterBeKilledNumRsp = 51438; - public static final int QuestCreateEntityReq = 51439; - public static final int QuestCreateEntityRsp = 51440; - public static final int QuestDelNotify = 51441; - public static final int QuickOpenActivityReq = 51442; - public static final int QuickOpenActivityRsp = 51443; - public static final int QuickUseWidgetReq = 51444; - public static final int QuickUseWidgetRsp = 51445; public static final int ReadMailNotify = 51446; - public static final int ReadNicknameAuditReq = 51447; - public static final int ReadNicknameAuditRsp = 51448; - public static final int ReadPrivateChatReq = 51449; - public static final int ReadPrivateChatRsp = 51450; - public static final int ReadSignatureAuditReq = 51451; - public static final int ReadSignatureAuditRsp = 51452; public static final int ReceivedTrialAvatarActivityRewardReq = 51453; public static final int ReceivedTrialAvatarActivityRewardRsp = 51454; - public static final int RechargeReq = 51455; - public static final int RechargeRsp = 51456; - public static final int RedeemLegendaryKeyReq = 51457; - public static final int RedeemLegendaryKeyRsp = 51458; - public static final int ReformFireworksReq = 51459; public static final int ReformFireworksRsp = 51460; - public static final int RefreshBackgroundAvatarReq = 51461; - public static final int RefreshBackgroundAvatarRsp = 51462; - public static final int RefreshEntityAuthNotify = 51463; - public static final int RefreshRogueDiaryCardReq = 51464; - public static final int RefreshRogueDiaryCardRsp = 51465; - public static final int RefreshRoguelikeDungeonCardReq = 51466; - public static final int RefreshRoguelikeDungeonCardRsp = 51467; - public static final int RegionSearchChangeRegionNotify = 51468; - public static final int RegionSearchNotify = 51469; - public static final int RegionalPlayInfoNotify = 51470; - public static final int ReliquaryDecomposeReq = 51471; - public static final int ReliquaryDecomposeRsp = 51472; - public static final int ReliquaryFilterStateNotify = 51473; - public static final int ReliquaryFilterStateSaveNotify = 51474; - public static final int ReliquaryPromoteReq = 51475; - public static final int ReliquaryPromoteRsp = 51476; - public static final int ReliquaryUpgradeReq = 51477; - public static final int ReliquaryUpgradeRsp = 51478; - public static final int RemotePlayerWidgetNotify = 51479; - public static final int RemoveBlacklistReq = 51480; - public static final int RemoveBlacklistRsp = 51481; - public static final int RemoveCustomDungeonReq = 51482; - public static final int RemoveCustomDungeonRsp = 51483; - public static final int RemoveRandTaskInfoNotify = 51484; - public static final int ReplayCustomDungeonReq = 51485; - public static final int ReplayCustomDungeonRsp = 51486; - public static final int ReportFightAntiCheatNotify = 51487; - public static final int ReportTrackingIOInfoNotify = 51488; - public static final int RequestLiveInfoReq = 51489; - public static final int RequestLiveInfoRsp = 51490; - public static final int ReserveRogueDiaryAvatarReq = 51491; - public static final int ReserveRogueDiaryAvatarRsp = 51492; - public static final int ResetRogueDiaryPlayReq = 51493; - public static final int ResetRogueDiaryPlayRsp = 51494; - public static final int ResinCardDataUpdateNotify = 51495; public static final int ResinChangeNotify = 51496; - public static final int RestartCoinCollectPlaySingleModeReq = 51497; - public static final int RestartCoinCollectPlaySingleModeRsp = 51498; - public static final int RestartEffigyChallengeReq = 51499; - public static final int RestartEffigyChallengeRsp = 51500; - public static final int ResumeRogueDiaryDungeonReq = 51501; - public static final int ResumeRogueDiaryDungeonRsp = 51502; - public static final int RetryCurRogueDiaryDungeonReq = 51503; - public static final int RetryCurRogueDiaryDungeonRsp = 51504; - public static final int ReunionActivateNotify = 51505; - public static final int ReunionBriefInfoReq = 51506; - public static final int ReunionBriefInfoRsp = 51507; - public static final int ReunionDailyRefreshNotify = 51508; - public static final int ReunionPrivilegeChangeNotify = 51509; - public static final int ReunionSettleNotify = 51510; public static final int RobotPushPlayerDataNotify = 51511; - public static final int RogueCellUpdateNotify = 51512; - public static final int RogueDiaryCoinAddNotify = 51513; - public static final int RogueDiaryDungeonInfoNotify = 51514; public static final int RogueDiaryDungeonSettleNotify = 51515; - public static final int RogueDiaryRepairInfoNotify = 51516; - public static final int RogueDiaryReviveAvatarReq = 51517; - public static final int RogueDiaryReviveAvatarRsp = 51518; - public static final int RogueDiaryTiredAvatarNotify = 51519; - public static final int RogueDungeonPlayerCellChangeNotify = 51520; - public static final int RogueFinishRepairReq = 51521; - public static final int RogueFinishRepairRsp = 51522; - public static final int RogueHealAvatarsReq = 51523; - public static final int RogueHealAvatarsRsp = 51524; - public static final int RogueResumeDungeonReq = 51525; - public static final int RogueResumeDungeonRsp = 51526; - public static final int RogueSwitchAvatarReq = 51527; - public static final int RogueSwitchAvatarRsp = 51528; - public static final int RoguelikeCardGachaNotify = 51529; - public static final int RoguelikeEffectDataNotify = 51530; - public static final int RoguelikeEffectViewReq = 51531; - public static final int RoguelikeEffectViewRsp = 51532; - public static final int RoguelikeGiveUpReq = 51533; - public static final int RoguelikeGiveUpRsp = 51534; - public static final int RoguelikeMistClearNotify = 51535; - public static final int RoguelikeRefreshCardCostUpdateNotify = 51536; - public static final int RoguelikeResourceBonusPropUpdateNotify = 51537; - public static final int RoguelikeRuneRecordUpdateNotify = 51538; - public static final int RoguelikeSelectAvatarAndEnterDungeonReq = 51539; - public static final int RoguelikeSelectAvatarAndEnterDungeonRsp = 51540; - public static final int RoguelikeTakeStageFirstPassRewardReq = 51541; - public static final int RoguelikeTakeStageFirstPassRewardRsp = 51542; - public static final int SalesmanDeliverItemReq = 51543; - public static final int SalesmanDeliverItemRsp = 51544; - public static final int SalesmanTakeRewardReq = 51545; - public static final int SalesmanTakeRewardRsp = 51546; - public static final int SalesmanTakeSpecialRewardReq = 51547; - public static final int SalesmanTakeSpecialRewardRsp = 51548; - public static final int SalvageEscortRestartReq = 51549; - public static final int SalvageEscortRestartRsp = 51550; - public static final int SalvageEscortSettleNotify = 51551; - public static final int SalvagePreventRestartReq = 51552; - public static final int SalvagePreventRestartRsp = 51553; - public static final int SalvagePreventSettleNotify = 51554; - public static final int SaveCoopDialogReq = 51555; - public static final int SaveCoopDialogRsp = 51556; - public static final int SaveCustomDungeonRoomReq = 51557; - public static final int SaveCustomDungeonRoomRsp = 51558; - public static final int SaveMainCoopReq = 51559; - public static final int SaveMainCoopRsp = 51560; - public static final int SaveUgcReq = 51561; - public static final int SaveUgcRsp = 51562; - public static final int SceneAreaUnlockNotify = 51563; - public static final int SceneAudioNotify = 51564; - public static final int SceneAvatarStaminaStepReq = 51565; - public static final int SceneAvatarStaminaStepRsp = 51566; - public static final int SceneCreateEntityReq = 51567; - public static final int SceneCreateEntityRsp = 51568; - public static final int SceneDataNotify = 51569; - public static final int SceneDestroyEntityReq = 51570; - public static final int SceneDestroyEntityRsp = 51571; - public static final int SceneEntitiesMoveCombineNotify = 51572; - public static final int SceneEntitiesMovesReq = 51573; - public static final int SceneEntitiesMovesRsp = 51574; - public static final int SceneEntityDrownReq = 51575; - public static final int SceneEntityDrownRsp = 51576; - public static final int SceneEntityMoveReq = 51577; - public static final int SceneEntityMoveRsp = 51578; - public static final int SceneGalleryInfoNotify = 51579; - public static final int SceneGalleryVintageHuntingSettleNotify = 51580; - public static final int SceneKickPlayerNotify = 51581; - public static final int SceneKickPlayerReq = 51582; public static final int SceneKickPlayerRsp = 51583; - public static final int ScenePlayBattleInfoListNotify = 51584; - public static final int ScenePlayBattleInfoNotify = 51585; - public static final int ScenePlayBattleInterruptNotify = 51586; - public static final int ScenePlayBattleResultNotify = 51587; - public static final int ScenePlayBattleUidOpNotify = 51588; - public static final int ScenePlayGuestReplyInviteReq = 51589; - public static final int ScenePlayGuestReplyInviteRsp = 51590; - public static final int ScenePlayGuestReplyNotify = 51591; - public static final int ScenePlayInfoListNotify = 51592; - public static final int ScenePlayInviteResultNotify = 51593; - public static final int ScenePlayOutofRegionNotify = 51594; - public static final int ScenePlayOwnerCheckReq = 51595; - public static final int ScenePlayOwnerCheckRsp = 51596; - public static final int ScenePlayOwnerInviteNotify = 51597; - public static final int ScenePlayOwnerStartInviteReq = 51598; - public static final int ScenePlayOwnerStartInviteRsp = 51599; - public static final int ScenePlayerBackgroundAvatarRefreshNotify = 51600; - public static final int ScenePlayerLocationNotify = 51601; public static final int ScenePlayerSoundNotify = 51602; - public static final int SceneRouteChangeNotify = 51603; - public static final int SceneWeatherForcastReq = 51604; - public static final int SceneWeatherForcastRsp = 51605; - public static final int SeaLampCoinNotify = 51606; - public static final int SeaLampContributeItemReq = 51607; - public static final int SeaLampContributeItemRsp = 51608; - public static final int SeaLampFlyLampNotify = 51609; - public static final int SeaLampFlyLampReq = 51610; - public static final int SeaLampFlyLampRsp = 51611; - public static final int SeaLampPopularityNotify = 51612; - public static final int SeaLampTakeContributionRewardReq = 51613; - public static final int SeaLampTakeContributionRewardRsp = 51614; - public static final int SeaLampTakePhaseRewardReq = 51615; - public static final int SeaLampTakePhaseRewardRsp = 51616; - public static final int SealBattleBeginNotify = 51617; - public static final int SealBattleEndNotify = 51618; - public static final int SealBattleProgressNotify = 51619; - public static final int SearchCustomDungeonReq = 51620; - public static final int SearchCustomDungeonRsp = 51621; - public static final int SeeMonsterReq = 51622; - public static final int SeeMonsterRsp = 51623; - public static final int SelectAsterMidDifficultyReq = 51624; - public static final int SelectAsterMidDifficultyRsp = 51625; - public static final int SelectEffigyChallengeConditionReq = 51626; - public static final int SelectEffigyChallengeConditionRsp = 51627; - public static final int SelectRoguelikeDungeonCardReq = 51628; - public static final int SelectRoguelikeDungeonCardRsp = 51629; public static final int ServerAnnounceRevokeNotify = 51630; public static final int ServerBuffChangeNotify = 51631; - public static final int ServerCombatEndNotify = 51632; - public static final int ServerCondMeetQuestListUpdateNotify = 51633; - public static final int ServerDisconnectClientNotify = 51634; - public static final int ServerGlobalValueChangeNotify = 51635; - public static final int ServerLogNotify = 51636; - public static final int ServerMessageNotify = 51637; - public static final int ServerTimeNotify = 51638; - public static final int ServerTryCancelGeneralMatchNotify = 51639; - public static final int ServerUpdateGlobalValueNotify = 51640; - public static final int SetBattlePassViewedReq = 51641; public static final int SetBattlePassViewedRsp = 51642; - public static final int SetChatEmojiCollectionReq = 51643; public static final int SetChatEmojiCollectionRsp = 51644; - public static final int SetCodexPushtipsReadReq = 51645; - public static final int SetCodexPushtipsReadRsp = 51646; - public static final int SetCoopChapterViewedReq = 51647; public static final int SetCoopChapterViewedRsp = 51648; - public static final int SetCurExpeditionChallengeIdReq = 51649; - public static final int SetCurExpeditionChallengeIdRsp = 51650; - public static final int SetFriendEnterHomeOptionReq = 51651; public static final int SetFriendEnterHomeOptionRsp = 51652; - public static final int SetFriendRemarkNameReq = 51653; - public static final int SetFriendRemarkNameRsp = 51654; - public static final int SetH5ActivityRedDotTimestampReq = 51655; - public static final int SetH5ActivityRedDotTimestampRsp = 51656; - public static final int SetIsAutoUnlockSpecificEquipReq = 51657; - public static final int SetIsAutoUnlockSpecificEquipRsp = 51658; - public static final int SetLimitOptimizationNotify = 51659; - public static final int SetOpenStateReq = 51660; - public static final int SetOpenStateRsp = 51661; public static final int SetPlayerBornDataReq = 51662; public static final int SetPlayerBornDataRsp = 51663; - public static final int SetPlayerPropReq = 51664; - public static final int SetPlayerPropRsp = 51665; - public static final int SetSceneWeatherAreaReq = 51666; - public static final int SetSceneWeatherAreaRsp = 51667; - public static final int SetUpLunchBoxWidgetReq = 51668; - public static final int SetUpLunchBoxWidgetRsp = 51669; - public static final int SetWidgetSlotReq = 51670; - public static final int SetWidgetSlotRsp = 51671; public static final int ShowClientGuideNotify = 51672; - public static final int ShowClientTutorialNotify = 51673; public static final int ShowCommonTipsNotify = 51674; - public static final int ShowMessageNotify = 51675; - public static final int ShowTemplateReminderNotify = 51676; - public static final int SignInInfoReq = 51677; - public static final int SignInInfoRsp = 51678; - public static final int SignatureAuditConfigNotify = 51679; - public static final int SingleRestartBrickBreakerReq = 51680; - public static final int SingleRestartBrickBreakerRsp = 51681; - public static final int SingleStartBrickBreakerReq = 51682; - public static final int SingleStartBrickBreakerRsp = 51683; - public static final int SkyCrystalDetectorDataUpdateNotify = 51684; - public static final int SocialDataNotify = 51685; - public static final int SpiceActivityFinishMakeSpiceReq = 51686; - public static final int SpiceActivityFinishMakeSpiceRsp = 51687; public static final int SpiceActivityGivingRecordNotify = 51688; - public static final int SpiceActivityProcessFoodReq = 51689; - public static final int SpiceActivityProcessFoodRsp = 51690; - public static final int SpringUseReq = 51691; - public static final int SpringUseRsp = 51692; - public static final int StartArenaChallengeLevelReq = 51693; - public static final int StartArenaChallengeLevelRsp = 51694; - public static final int StartBuoyantCombatGalleryReq = 51695; - public static final int StartBuoyantCombatGalleryRsp = 51696; public static final int StartCoopPointReq = 51697; public static final int StartCoopPointRsp = 51698; - public static final int StartEffigyChallengeReq = 51699; - public static final int StartEffigyChallengeRsp = 51700; - public static final int StartFishingReq = 51701; - public static final int StartFishingRsp = 51702; - public static final int StartRogueDiaryPlayReq = 51703; - public static final int StartRogueDiaryPlayRsp = 51704; - public static final int StartRogueDiaryRoomReq = 51705; - public static final int StartRogueDiaryRoomRsp = 51706; - public static final int StartRogueEliteCellChallengeReq = 51707; - public static final int StartRogueEliteCellChallengeRsp = 51708; - public static final int StartRogueNormalCellChallengeReq = 51709; - public static final int StartRogueNormalCellChallengeRsp = 51710; - public static final int StopReminderNotify = 51711; - public static final int StoreCustomDungeonReq = 51712; - public static final int StoreCustomDungeonRsp = 51713; - public static final int SubmitInferenceWordReq = 51714; - public static final int SubmitInferenceWordRsp = 51715; - public static final int SummerTimeFloatSignalPositionNotify = 51716; - public static final int SummerTimeFloatSignalUpdateNotify = 51717; - public static final int SummerTimeSprintBoatRestartReq = 51718; - public static final int SummerTimeSprintBoatRestartRsp = 51719; - public static final int SummerTimeSprintBoatSettleNotify = 51720; - public static final int SummerTimeV2BoatSettleNotify = 51721; - public static final int SummerTimeV2RestartBoatGalleryReq = 51722; - public static final int SummerTimeV2RestartBoatGalleryRsp = 51723; - public static final int SummerTimeV2RestartDungeonReq = 51724; - public static final int SummerTimeV2RestartDungeonRsp = 51725; public static final int SumoDungeonSettleNotify = 51726; - public static final int SumoEnterDungeonNotify = 51727; - public static final int SumoLeaveDungeonNotify = 51728; - public static final int SumoRestartDungeonReq = 51729; - public static final int SumoRestartDungeonRsp = 51730; - public static final int SumoSaveTeamReq = 51731; - public static final int SumoSaveTeamRsp = 51732; - public static final int SumoSelectTeamAndEnterDungeonReq = 51733; - public static final int SumoSelectTeamAndEnterDungeonRsp = 51734; - public static final int SumoSetNoSwitchPunishTimeNotify = 51735; - public static final int SumoSwitchTeamReq = 51736; - public static final int SumoSwitchTeamRsp = 51737; - public static final int TakeAchievementGoalRewardReq = 51738; - public static final int TakeAchievementGoalRewardRsp = 51739; - public static final int TakeAchievementRewardReq = 51740; - public static final int TakeAchievementRewardRsp = 51741; - public static final int TakeAsterSpecialRewardReq = 51742; - public static final int TakeAsterSpecialRewardRsp = 51743; - public static final int TakeBackGivingItemReq = 51744; - public static final int TakeBackGivingItemRsp = 51745; public static final int TakeBattlePassMissionPointReq = 51746; public static final int TakeBattlePassMissionPointRsp = 51747; - public static final int TakeBattlePassRewardReq = 51748; - public static final int TakeBattlePassRewardRsp = 51749; - public static final int TakeCityReputationExploreRewardReq = 51750; - public static final int TakeCityReputationExploreRewardRsp = 51751; - public static final int TakeCityReputationLevelRewardReq = 51752; - public static final int TakeCityReputationLevelRewardRsp = 51753; public static final int TakeCompoundOutputReq = 51754; public static final int TakeCompoundOutputRsp = 51755; - public static final int TakeCoopRewardReq = 51756; - public static final int TakeCoopRewardRsp = 51757; - public static final int TakeDeliveryDailyRewardReq = 51758; - public static final int TakeDeliveryDailyRewardRsp = 51759; - public static final int TakeEffigyFirstPassRewardReq = 51760; - public static final int TakeEffigyFirstPassRewardRsp = 51761; - public static final int TakeEffigyRewardReq = 51762; - public static final int TakeEffigyRewardRsp = 51763; - public static final int TakeFirstShareRewardReq = 51764; - public static final int TakeFirstShareRewardRsp = 51765; - public static final int TakeFurnitureMakeReq = 51766; - public static final int TakeFurnitureMakeRsp = 51767; - public static final int TakeHuntingOfferReq = 51768; - public static final int TakeHuntingOfferRsp = 51769; - public static final int TakeInvestigationRewardReq = 51770; - public static final int TakeInvestigationRewardRsp = 51771; - public static final int TakeInvestigationTargetRewardReq = 51772; - public static final int TakeInvestigationTargetRewardRsp = 51773; - public static final int TakeMaterialDeleteReturnReq = 51774; - public static final int TakeMaterialDeleteReturnRsp = 51775; - public static final int TakeOfferingLevelRewardReq = 51776; - public static final int TakeOfferingLevelRewardRsp = 51777; - public static final int TakeRegionSearchRewardReq = 51778; - public static final int TakeRegionSearchRewardRsp = 51779; - public static final int TakeResinCardDailyRewardReq = 51780; - public static final int TakeResinCardDailyRewardRsp = 51781; - public static final int TakeReunionFirstGiftRewardReq = 51782; - public static final int TakeReunionFirstGiftRewardRsp = 51783; - public static final int TakeReunionMissionRewardReq = 51784; - public static final int TakeReunionMissionRewardRsp = 51785; - public static final int TakeReunionSignInRewardReq = 51786; - public static final int TakeReunionSignInRewardRsp = 51787; - public static final int TakeReunionWatcherRewardReq = 51788; - public static final int TakeReunionWatcherRewardRsp = 51789; - public static final int TanukiTravelFinishGuideQuestNotify = 51790; - public static final int TaskVarNotify = 51791; - public static final int TeamChainDungeonInfoNotify = 51792; - public static final int TeamChainEnterDungeonReq = 51793; - public static final int TeamChainEnterDungeonRsp = 51794; - public static final int TeamChainRestartDungeonReq = 51795; - public static final int TeamChainRestartDungeonRsp = 51796; - public static final int TeamChainTakeCostumeRewardReq = 51797; - public static final int TeamChainTakeCostumeRewardRsp = 51798; - public static final int TeamResonanceChangeNotify = 51799; - public static final int ToTheMoonAddObstacleReq = 51800; - public static final int ToTheMoonAddObstacleRsp = 51801; - public static final int ToTheMoonEnterSceneRsp = 51802; - public static final int ToTheMoonObstaclesModifyNotify = 51803; - public static final int ToTheMoonPingNotify = 51804; public static final int ToTheMoonQueryPathReq = 51805; public static final int ToTheMoonQueryPathRsp = 51806; - public static final int ToTheMoonRemoveObstacleReq = 51807; - public static final int ToTheMoonRemoveObstacleRsp = 51808; - public static final int TowerAllDataReq = 51809; - public static final int TowerAllDataRsp = 51810; - public static final int TowerBriefDataNotify = 51811; - public static final int TowerBuffSelectReq = 51812; - public static final int TowerBuffSelectRsp = 51813; - public static final int TowerCurLevelRecordChangeNotify = 51814; - public static final int TowerDailyRewardProgressChangeNotify = 51815; - public static final int TowerEnterLevelReq = 51816; - public static final int TowerEnterLevelRsp = 51817; - public static final int TowerFloorRecordChangeNotify = 51818; - public static final int TowerGetFloorStarRewardReq = 51819; - public static final int TowerGetFloorStarRewardRsp = 51820; - public static final int TowerLevelStarCondNotify = 51821; - public static final int TowerMiddleLevelChangeTeamNotify = 51822; - public static final int TowerRecordHandbookReq = 51823; - public static final int TowerRecordHandbookRsp = 51824; - public static final int TowerSurrenderReq = 51825; - public static final int TowerSurrenderRsp = 51826; - public static final int TowerTeamSelectReq = 51827; - public static final int TowerTeamSelectRsp = 51828; - public static final int TreasureMapBonusChallengeNotify = 51829; - public static final int TreasureMapCurrencyNotify = 51830; - public static final int TreasureMapDetectorDataNotify = 51831; - public static final int TreasureMapGuideTaskDoneNotify = 51832; - public static final int TreasureMapHostInfoNotify = 51833; - public static final int TreasureMapMpChallengeNotify = 51834; - public static final int TreasureMapPreTaskDoneNotify = 51835; - public static final int TreasureMapRegionActiveNotify = 51836; - public static final int TreasureMapRegionInfoNotify = 51837; - public static final int TreasureSeelieCollectOrbsNotify = 51838; - public static final int TrialAvatarInDungeonIndexNotify = 51839; - public static final int TriggerCreateGadgetToEquipPartNotify = 51840; - public static final int TriggerRoguelikeCurseNotify = 51841; - public static final int TriggerRoguelikeRuneReq = 51842; - public static final int TriggerRoguelikeRuneRsp = 51843; - public static final int TryCustomDungeonReq = 51844; - public static final int TryCustomDungeonRsp = 51845; - public static final int TryEnterHomeReq = 51846; - public static final int TryEnterHomeRsp = 51847; - public static final int TryEnterNextRogueDiaryDungeonReq = 51848; - public static final int TryEnterNextRogueDiaryDungeonRsp = 51849; - public static final int TryInterruptRogueDiaryDungeonReq = 51850; - public static final int TryInterruptRogueDiaryDungeonRsp = 51851; - public static final int UgcNotify = 51852; - public static final int UnfreezeGroupLimitNotify = 51853; - public static final int UnlockAvatarTalentReq = 51854; - public static final int UnlockAvatarTalentRsp = 51855; - public static final int UnlockCoopChapterReq = 51856; - public static final int UnlockCoopChapterRsp = 51857; public static final int UnlockNameCardNotify = 51858; public static final int UnlockPersonalLineReq = 51859; public static final int UnlockPersonalLineRsp = 51860; - public static final int UnlockTransPointReq = 51861; - public static final int UnlockTransPointRsp = 51862; public static final int UnlockedFurnitureFormulaDataNotify = 51863; public static final int UnlockedFurnitureSuiteDataNotify = 51864; - public static final int UnmarkEntityInMinMapNotify = 51865; - public static final int UpdateAbilityCreatedMovingPlatformNotify = 51866; - public static final int UpdatePS4BlockListReq = 51867; - public static final int UpdatePS4BlockListRsp = 51868; - public static final int UpdatePS4FriendListNotify = 51869; - public static final int UpdatePS4FriendListReq = 51870; - public static final int UpdatePS4FriendListRsp = 51871; - public static final int UpdateRedPointNotify = 51872; - public static final int UpdateReunionWatcherNotify = 51873; - public static final int UpdateSalvageBundleMarkReq = 51874; - public static final int UpdateSalvageBundleMarkRsp = 51875; - public static final int UpgradeRoguelikeShikigamiReq = 51876; - public static final int UpgradeRoguelikeShikigamiRsp = 51877; - public static final int UseMiracleRingReq = 51878; - public static final int UseMiracleRingRsp = 51879; - public static final int UseWidgetCreateGadgetReq = 51880; - public static final int UseWidgetCreateGadgetRsp = 51881; - public static final int UseWidgetRetractGadgetReq = 51882; - public static final int UseWidgetRetractGadgetRsp = 51883; - public static final int VehicleInteractReq = 51884; - public static final int VehicleInteractRsp = 51885; public static final int VehicleStaminaNotify = 51886; - public static final int ViewCodexReq = 51887; - public static final int ViewCodexRsp = 51888; - public static final int ViewLanternProjectionLevelTipsReq = 51889; - public static final int ViewLanternProjectionLevelTipsRsp = 51890; - public static final int ViewLanternProjectionTipsReq = 51891; - public static final int ViewLanternProjectionTipsRsp = 51892; - public static final int VintageCampGroupBundleRegisterNotify = 51893; - public static final int VintageCampStageFinishNotify = 51894; - public static final int VintageDecorateBoothReq = 51895; - public static final int VintageDecorateBoothRsp = 51896; - public static final int VintageHuntingStartGalleryReq = 51897; - public static final int VintageHuntingStartGalleryRsp = 51898; - public static final int VintageMarketDeliverItemReq = 51899; - public static final int VintageMarketDeliverItemRsp = 51900; - public static final int VintageMarketDividendFinishNotify = 51901; - public static final int VintageMarketFinishStorePlayReq = 51902; - public static final int VintageMarketFinishStorePlayRsp = 51903; - public static final int VintageMarketNpcEventFinishNotify = 51904; - public static final int VintageMarketStartStorePlayReq = 51905; - public static final int VintageMarketStartStorePlayRsp = 51906; - public static final int VintageMarketStoreChooseStrategyReq = 51907; - public static final int VintageMarketStoreChooseStrategyRsp = 51908; - public static final int VintageMarketStoreUnlockSlotReq = 51909; - public static final int VintageMarketStoreUnlockSlotRsp = 51910; - public static final int VintageMarketStoreViewStrategyReq = 51911; - public static final int VintageMarketStoreViewStrategyRsp = 51912; - public static final int VintagePresentFinishNoify = 51913; - public static final int VintagePresentFinishNotify = 51914; - public static final int WatcherAllDataNotify = 51915; - public static final int WatcherChangeNotify = 51916; - public static final int WatcherEventNotify = 51917; - public static final int WatcherEventStageNotify = 51918; - public static final int WatcherEventTypeNotify = 51919; - public static final int WaterSpritePhaseFinishNotify = 51920; - public static final int WidgetActiveChangeNotify = 51921; - public static final int WidgetCaptureAnimalReq = 51922; - public static final int WidgetCaptureAnimalRsp = 51923; - public static final int WidgetCoolDownNotify = 51924; - public static final int WidgetDoBagReq = 51925; - public static final int WidgetDoBagRsp = 51926; - public static final int WidgetGadgetAllDataNotify = 51927; - public static final int WidgetGadgetDataNotify = 51928; - public static final int WidgetGadgetDestroyNotify = 51929; - public static final int WidgetQuickHitTreeReq = 51930; - public static final int WidgetQuickHitTreeRsp = 51931; - public static final int WidgetReportReq = 51932; - public static final int WidgetReportRsp = 51933; - public static final int WidgetSlotChangeNotify = 51934; - public static final int WidgetUpdateExtraCDReq = 51935; - public static final int WidgetUpdateExtraCDRsp = 51936; - public static final int WidgetUseAttachAbilityGroupChangeNotify = 51937; - public static final int WidgetWeatherWizardDataNotify = 51938; - public static final int WindFieldGalleryChallengeInfoNotify = 51939; - public static final int WindFieldGalleryInfoNotify = 51940; - public static final int WindFieldRestartDungeonReq = 51941; - public static final int WindFieldRestartDungeonRsp = 51942; - public static final int WindSeedType2Notify = 51943; - public static final int WindSeedType3Notify = 51944; - public static final int WinterCampAcceptAllGiveItemReq = 51945; - public static final int WinterCampAcceptAllGiveItemRsp = 51946; - public static final int WinterCampAcceptGiveItemReq = 51947; - public static final int WinterCampAcceptGiveItemRsp = 51948; - public static final int WinterCampEditSnowmanCombinationReq = 51949; - public static final int WinterCampEditSnowmanCombinationRsp = 51950; - public static final int WinterCampGetCanGiveFriendItemReq = 51951; - public static final int WinterCampGetCanGiveFriendItemRsp = 51952; - public static final int WinterCampGetFriendWishListReq = 51953; - public static final int WinterCampGetFriendWishListRsp = 51954; - public static final int WinterCampGetRecvItemListReq = 51955; - public static final int WinterCampGetRecvItemListRsp = 51956; - public static final int WinterCampGiveFriendItemReq = 51957; - public static final int WinterCampGiveFriendItemRsp = 51958; - public static final int WinterCampRaceScoreNotify = 51959; - public static final int WinterCampRecvItemNotify = 51960; - public static final int WinterCampSetWishListReq = 51961; - public static final int WinterCampSetWishListRsp = 51962; - public static final int WinterCampStageInfoChangeNotify = 51963; - public static final int WinterCampTakeBattleRewardReq = 51964; - public static final int WinterCampTakeBattleRewardRsp = 51965; - public static final int WinterCampTakeExploreRewardReq = 51966; - public static final int WinterCampTakeExploreRewardRsp = 51967; - public static final int WinterCampTriathlonRestartReq = 51968; - public static final int WinterCampTriathlonRestartRsp = 51969; - public static final int WinterCampTriathlonSettleNotify = 51970; - public static final int WorktopOptionNotify = 51971; - public static final int WorldAllRoutineTypeNotify = 51972; - public static final int WorldChestOpenNotify = 51973; - public static final int WorldOwnerBlossomBriefInfoNotify = 51974; - public static final int WorldOwnerBlossomScheduleInfoNotify = 51975; public static final int WorldOwnerDailyTaskNotify = 51976; - public static final int WorldPlayerRTTNotify = 51977; public static final int WorldPlayerReviveRsp = 51978; - public static final int WorldRoutineChangeNotify = 51979; - public static final int WorldRoutineTypeCloseNotify = 51980; - public static final int WorldRoutineTypeRefreshNotify = 51981; } \ No newline at end of file diff --git a/cmdid_gc.json b/cmdid_gc.json index 278600b2..d3eee97a 100644 --- a/cmdid_gc.json +++ b/cmdid_gc.json @@ -171,6 +171,10 @@ "name": "GetPlayerFriendListReq", "id": 21140 }, + { + "name": "GetRecentMpPlayerListReq", + "id": 1509 + }, { "name": "GetPlayerFriendListRsp", "id": 4989 @@ -283,10 +287,6 @@ "name": "GetProfilePictureDataRsp", "id": 6565 }, - { - "name": "ProfilePictureUpdateNotify", - "id": 24838 - }, { "name": "SetPlayerHeadImageReq", "id": 8629 @@ -295,14 +295,6 @@ "name": "SetPlayerHeadImageRsp", "id": 24577 }, - { - "name": "EntityTagChangeNotify", - "id": 20867 - }, - { - "name": "QuestRenameAvatarReq", - "id": 4885 - }, { "name": "FinishedParentQuestNotify", "id": 28012 @@ -347,18 +339,6 @@ "name": "QuestListUpdateNotify", "id": 27936 }, - { - "name": "QuestRenameAvatarRsp", - "id": 4095 - }, - { - "name": "GetQuestLackingResourceReq", - "id": 24871 - }, - { - "name": "GetQuestLackingResourceRsp", - "id": 25570 - }, { "name": "QuestDestroyNpcRsp", "id": 4958 @@ -367,38 +347,14 @@ "name": "QuestUpdateQuestVarNotify", "id": 7517 }, - { - "name": "TakeCityReputationParentQuestRsp", - "id": 7755 - }, { "name": "QuestListNotify", "id": 22684 }, - { - "name": "SceneShowTextNotify", - "id": 22295 - }, { "name": "FinishedParentQuestUpdateNotify", "id": 6968 }, - { - "name": "ParentQuestInferenceDataNotify", - "id": 29190 - }, - { - "name": "QuestUpdateQuestTimeVarNotify", - "id": 22391 - }, - { - "name": "GetParentQuestVideoKeyRsp", - "id": 9194 - }, - { - "name": "TakeCityReputationParentQuestReq", - "id": 506 - }, { "name": "QuestDestroyEntityReq", "id": 24278 @@ -543,10 +499,6 @@ "name": "EvtAiSyncCombatThreatInfoNotify", "id": 2682 }, - { - "name": "UNKNOWN2", - "id": 24710 - }, { "name": "SetEntityClientDataNotify", "id": 28968 @@ -651,10 +603,6 @@ "name": "PlayerPropChangeReasonNotify", "id": 21300 }, - { - "name": "AvatarPropChangeReasonNotify", - "id": 21300 - }, { "name": "AvatarFightPropUpdateNotify", "id": 25612 @@ -787,17 +735,9 @@ "name": "PlayerGameTimeNotify", "id": 29079 }, - { - "name": "AbilityInvocationFixedNotify", - "id": 23176 - }, - { - "name": "WindSeedClientNotify", - "id": 5852 - }, { "name": "SceneEntityUpdateNotify", - "id": 27183 + "id": 21463 }, { "name": "EvtCreateGadgetNotify", @@ -859,13 +799,9 @@ "name": "WeaponAwakenRsp", "id": 1182 }, - { - "name": " //public static final int GetWidgetQuickSlotListReq", - "id": 50017 - }, { "name": "TakePlayerLevelRewardReq", - "id": 20108 + "id": 23531 }, { "name": "TakePlayerLevelRewardRsp", @@ -929,44 +865,24 @@ }, { "name": "GetDungeonEntryExploreConditionReq", - "id": 50034 + "id": 2592 }, { "name": "GetDungeonEntryExploreConditionRsp", - "id": 50035 - }, - { - "name": "TowerLevelEndNotify", - "id": 50036 - }, - { - "name": "TrialAvatarFirstPassDungeonNotify", - "id": 50037 + "id": 26570 }, { "name": "DungeonWayPointNotify", - "id": 50038 + "id": 27604 }, { "name": "SceneForceLockNotify", - "id": 50039 + "id": 23746 }, { "name": "PlayerEnterMapLayerNotify", "id": 50040 }, - { - "name": "AbilityInvocationFailNotify", - "id": 50041 - }, - { - "name": "AcceptCityReputationRequestReq", - "id": 50042 - }, - { - "name": "AcceptCityReputationRequestRsp", - "id": 50043 - }, { "name": "AchievementAllDataNotify", "id": 7450 @@ -975,150 +891,14 @@ "name": "AchievementUpdateNotify", "id": 27625 }, - { - "name": "ActivityAcceptAllGiveGiftReq", - "id": 50046 - }, - { - "name": "ActivityAcceptAllGiveGiftRsp", - "id": 50047 - }, - { - "name": "ActivityAcceptGiveGiftReq", - "id": 50048 - }, - { - "name": "ActivityAcceptGiveGiftRsp", - "id": 50049 - }, - { - "name": "ActivityBannerClearReq", - "id": 50050 - }, - { - "name": "ActivityBannerClearRsp", - "id": 50051 - }, - { - "name": "ActivityBannerNotify", - "id": 50052 - }, - { - "name": "ActivityCoinInfoNotify", - "id": 50053 - }, - { - "name": "ActivityCondStateChangeNotify", - "id": 50054 - }, - { - "name": "ActivityDisableTransferPointInteractionNotify", - "id": 50055 - }, - { - "name": "ActivityGetCanGiveFriendGiftReq", - "id": 50056 - }, - { - "name": "ActivityGetCanGiveFriendGiftRsp", - "id": 50057 - }, - { - "name": "ActivityGetFriendGiftWishListReq", - "id": 50058 - }, - { - "name": "ActivityGetFriendGiftWishListRsp", - "id": 50059 - }, - { - "name": "ActivityGetRecvGiftListReq", - "id": 50060 - }, - { - "name": "ActivityGetRecvGiftListRsp", - "id": 50061 - }, - { - "name": "ActivityGiveFriendGiftReq", - "id": 50062 - }, - { - "name": "ActivityGiveFriendGiftRsp", - "id": 50063 - }, - { - "name": "ActivityHaveRecvGiftNotify", - "id": 50064 - }, { "name": "ActivityInfoNotify", "id": 20264 }, - { - "name": "ActivityPlayOpenAnimNotify", - "id": 50066 - }, - { - "name": "ActivityPushTipsInfoNotify", - "id": 50067 - }, - { - "name": "ActivityReadPushTipsReq", - "id": 50068 - }, - { - "name": "ActivityReadPushTipsRsp", - "id": 50069 - }, - { - "name": "ActivitySaleChangeNotify", - "id": 50070 - }, { "name": "ActivityScheduleInfoNotify", "id": 29397 }, - { - "name": "ActivitySelectAvatarCardReq", - "id": 50072 - }, - { - "name": "ActivitySelectAvatarCardRsp", - "id": 50073 - }, - { - "name": "ActivitySetGiftWishReq", - "id": 50074 - }, - { - "name": "ActivitySetGiftWishRsp", - "id": 50075 - }, - { - "name": "ActivityTakeAllScoreRewardReq", - "id": 50076 - }, - { - "name": "ActivityTakeAllScoreRewardRsp", - "id": 50077 - }, - { - "name": "ActivityTakeScoreRewardReq", - "id": 50078 - }, - { - "name": "ActivityTakeScoreRewardRsp", - "id": 50079 - }, - { - "name": "ActivityTakeWatcherRewardBatchReq", - "id": 50080 - }, - { - "name": "ActivityTakeWatcherRewardBatchRsp", - "id": 50081 - }, { "name": "ActivityTakeWatcherRewardReq", "id": 50082 @@ -1129,175 +909,39 @@ }, { "name": "ActivityUpdateWatcherNotify", - "id": 50084 - }, - { - "name": "AddAranaraCollectionNotify", - "id": 50085 + "id": 9907 }, { "name": "AddBackupAvatarTeamReq", - "id": 50086 + "id": 22689 }, { "name": "AddBackupAvatarTeamRsp", "id": 50087 }, - { - "name": "AddBlacklistReq", - "id": 50088 - }, - { - "name": "AddBlacklistRsp", - "id": 50089 - }, - { - "name": "AddFriendNotify", - "id": 50090 - }, { "name": "AddNoGachaAvatarCardNotify", "id": 50091 }, - { - "name": "AddRandTaskInfoNotify", - "id": 50092 - }, - { - "name": "AddSeenMonsterNotify", - "id": 50093 - }, - { - "name": "AdjustWorldLevelReq", - "id": 50094 - }, - { - "name": "AdjustWorldLevelRsp", - "id": 50095 - }, - { - "name": "AllCoopInfoNotify", - "id": 50096 - }, - { - "name": "AllMarkPointNotify", - "id": 50097 - }, - { - "name": "AllSeenMonsterNotify", - "id": 50098 - }, - { - "name": "AllShareCDDataNotify", - "id": 50099 - }, - { - "name": "AllWidgetBackgroundActiveStateNotify", - "id": 50100 - }, { "name": "AllWidgetDataNotify", "id": 9546 }, - { - "name": "AnchorPointDataNotify", - "id": 50102 - }, - { - "name": "AnchorPointOpReq", - "id": 50103 - }, - { - "name": "AnchorPointOpRsp", - "id": 50104 - }, - { - "name": "AnimatorForceSetAirMoveNotify", - "id": 50105 - }, { "name": "AntiAddictNotify", "id": 243 }, - { - "name": "AranaraCollectionDataNotify", - "id": 50107 - }, - { - "name": "AreaPlayInfoNotify", - "id": 50108 - }, - { - "name": "ArenaChallengeFinishNotify", - "id": 50109 - }, { "name": "AskAddFriendNotify", - "id": 50110 + "id": 27545 }, { "name": "AskAddFriendReq", - "id": 50111 + "id": 4872 }, { "name": "AskAddFriendRsp", - "id": 50112 - }, - { - "name": "AssociateInferenceWordReq", - "id": 50113 - }, - { - "name": "AssociateInferenceWordRsp", - "id": 50114 - }, - { - "name": "AsterLargeInfoNotify", - "id": 50115 - }, - { - "name": "AsterLittleInfoNotify", - "id": 50116 - }, - { - "name": "AsterMidCampInfoNotify", - "id": 50117 - }, - { - "name": "AsterMidInfoNotify", - "id": 50118 - }, - { - "name": "AsterMiscInfoNotify", - "id": 50119 - }, - { - "name": "AsterProgressInfoNotify", - "id": 50120 - }, - { - "name": "AvatarBuffAddNotify", - "id": 50121 - }, - { - "name": "AvatarBuffDelNotify", - "id": 50122 - }, - { - "name": "AvatarCardChangeReq", - "id": 50123 - }, - { - "name": "AvatarCardChangeRsp", - "id": 50124 - }, - { - "name": "AvatarChangeAnimHashReq", - "id": 29050 - }, - { - "name": "AvatarChangeAnimHashRsp", - "id": 29112 + "id": 3297 }, { "name": "AvatarChangeElementTypeReq", @@ -1311,14 +955,6 @@ "name": "AvatarDelNotify", "id": 50129 }, - { - "name": "AvatarEnterElementViewNotify", - "id": 50130 - }, - { - "name": "AvatarEquipAffixStartNotify", - "id": 50131 - }, { "name": "AvatarExpeditionAllDataReq", "id": 50132 @@ -1361,23 +997,11 @@ }, { "name": "AvatarFetterLevelRewardReq", - "id": 50142 + "id": 1484 }, { "name": "AvatarFetterLevelRewardRsp", - "id": 50143 - }, - { - "name": "AvatarFollowRouteNotify", - "id": 50144 - }, - { - "name": "AvatarPromoteGetRewardReq", - "id": 50145 - }, - { - "name": "AvatarPromoteGetRewardRsp", - "id": 50146 + "id": 9717 }, { "name": "AvatarPromoteReq", @@ -1387,10 +1011,6 @@ "name": "AvatarPromoteRsp", "id": 20328 }, - { - "name": "AvatarRenameInfoNotify", - "id": 50149 - }, { "name": "AvatarSkillChangeNotify", "id": 9268 @@ -1439,22 +1059,6 @@ "name": "BackMyWorldRsp", "id": 50183 }, - { - "name": "BackPlayCustomDungeonOfficialReq", - "id": 50184 - }, - { - "name": "BackPlayCustomDungeonOfficialRsp", - "id": 50185 - }, - { - "name": "BackRebornGalleryReq", - "id": 50186 - }, - { - "name": "BackRebornGalleryRsp", - "id": 50187 - }, { "name": "BargainOfferPriceReq", "id": 50188 @@ -1471,82 +1075,22 @@ "name": "BargainTerminateNotify", "id": 50191 }, - { - "name": "BartenderCancelLevelReq", - "id": 50192 - }, - { - "name": "BartenderCancelLevelRsp", - "id": 50193 - }, - { - "name": "BartenderCancelOrderReq", - "id": 50194 - }, - { - "name": "BartenderCancelOrderRsp", - "id": 50195 - }, - { - "name": "BartenderCompleteOrderReq", - "id": 50196 - }, - { - "name": "BartenderCompleteOrderRsp", - "id": 50197 - }, - { - "name": "BartenderFinishLevelReq", - "id": 50198 - }, - { - "name": "BartenderFinishLevelRsp", - "id": 50199 - }, - { - "name": "BartenderGetFormulaReq", - "id": 50200 - }, - { - "name": "BartenderGetFormulaRsp", - "id": 50201 - }, - { - "name": "BartenderLevelProgressNotify", - "id": 50202 - }, - { - "name": "BartenderStartLevelReq", - "id": 50203 - }, - { - "name": "BartenderStartLevelRsp", - "id": 50204 - }, { "name": "BatchBuyGoodsReq", - "id": 50205 + "id": 21323 }, { "name": "BatchBuyGoodsRsp", - "id": 50206 + "id": 8097 }, { "name": "BattlePassAllDataNotify", "id": 2963 }, - { - "name": "BattlePassBuySuccNotify", - "id": 9695 - }, { "name": "BattlePassCurScheduleUpdateNotify", "id": 23013 }, - { - "name": "BattlePassMissionDelNotify", - "id": 50210 - }, { "name": "BattlePassMissionUpdateNotify", "id": 21651 @@ -1555,190 +1099,10 @@ "name": "BeginCameraSceneLookNotify", "id": 50212 }, - { - "name": " //public static final int BeginCameraSceneLookWithTemplateNotify", - "id": 50213 - }, - { - "name": " //public static final int BigTalentPointConvertReq", - "id": 50214 - }, - { - "name": " //public static final int BigTalentPointConvertRsp", - "id": 50215 - }, - { - "name": " //public static final int BlessingAcceptAllGivePicReq", - "id": 50216 - }, - { - "name": "BlessingAcceptAllGivePicRsp", - "id": 50217 - }, - { - "name": "BlessingAcceptGivePicReq", - "id": 50218 - }, - { - "name": "BlessingAcceptGivePicRsp", - "id": 50219 - }, - { - "name": "BlessingGetAllRecvPicRecordListReq", - "id": 50220 - }, - { - "name": "BlessingGetAllRecvPicRecordListRsp", - "id": 50221 - }, - { - "name": "BlessingGetFriendPicListReq", - "id": 50222 - }, - { - "name": "BlessingGetFriendPicListRsp", - "id": 50223 - }, - { - "name": "BlessingGiveFriendPicReq", - "id": 50224 - }, - { - "name": "BlessingGiveFriendPicRsp", - "id": 50225 - }, - { - "name": "BlessingRecvFriendPicNotify", - "id": 50226 - }, - { - "name": "BlessingRedeemRewardReq", - "id": 50227 - }, - { - "name": "BlessingRedeemRewardRsp", - "id": 50228 - }, - { - "name": "BlessingScanReq", - "id": 50229 - }, - { - "name": "BlessingScanRsp", - "id": 50230 - }, - { - "name": "BlitzRushParkourRestartReq", - "id": 50231 - }, - { - "name": "BlitzRushParkourRestartRsp", - "id": 50232 - }, { "name": "BlossomBriefInfoNotify", "id": 24748 }, - { - "name": "BlossomChestCreateNotify", - "id": 50234 - }, - { - "name": "BlossomChestInfoNotify", - "id": 50235 - }, - { - "name": "BonusActivityInfoReq", - "id": 50236 - }, - { - "name": "BonusActivityInfoRsp", - "id": 50237 - }, - { - "name": "BonusActivityUpdateNotify", - "id": 50238 - }, - { - "name": "BossChestActivateNotify", - "id": 50239 - }, - { - "name": "BounceConjuringSettleNotify", - "id": 50240 - }, - { - "name": "BrickBreakerPlayerReadyNotify", - "id": 50241 - }, - { - "name": "BrickBreakerPlayerSetAvatarNotify", - "id": 50242 - }, - { - "name": "BrickBreakerPlayerSetChangingNotify", - "id": 50243 - }, - { - "name": "BrickBreakerPlayerSetSkillNotify", - "id": 50244 - }, - { - "name": "BrickBreakerQuitReq", - "id": 50245 - }, - { - "name": "BrickBreakerQuitRsp", - "id": 50246 - }, - { - "name": "BrickBreakerSelectAvatarReq", - "id": 50247 - }, - { - "name": "BrickBreakerSelectAvatarRsp", - "id": 50248 - }, - { - "name": "BrickBreakerSelectSkillReq", - "id": 50249 - }, - { - "name": "BrickBreakerSelectSkillRsp", - "id": 50250 - }, - { - "name": "BrickBreakerSetChangingReq", - "id": 50251 - }, - { - "name": "BrickBreakerSetChangingRsp", - "id": 50252 - }, - { - "name": "BrickBreakerSetReadyReq", - "id": 50253 - }, - { - "name": "BrickBreakerSetReadyRsp", - "id": 50254 - }, - { - "name": "BrickBreakerSettleNotify", - "id": 50255 - }, - { - "name": "BrickBreakerTwiceStartReq", - "id": 50256 - }, - { - "name": "BrickBreakerTwiceStartRsp", - "id": 50257 - }, - { - "name": "BuoyantCombatSettleNotify", - "id": 50258 - }, { "name": "BuyBattlePassLevelReq", "id": 50259 @@ -1749,11 +1113,11 @@ }, { "name": "BuyGoodsReq", - "id": 50261 + "id": 23649 }, { "name": "BuyGoodsRsp", - "id": 50262 + "id": 22736 }, { "name": "BuyResinReq", @@ -1773,55 +1137,19 @@ }, { "name": "SceneEntityMoveNotify", - "id": 50267 + "id": 28352 }, { "name": "CanUseSkillNotify", - "id": 50268 - }, - { - "name": "CancelCityReputationRequestReq", - "id": 50269 - }, - { - "name": "CancelCityReputationRequestRsp", - "id": 50270 + "id": 21073 }, { "name": "CancelCoopTaskReq", "id": 50271 }, - { - "name": "CancelCoopTaskRsp", - "id": 50272 - }, - { - "name": "CancelFinishParentQuestNotify", - "id": 50273 - }, - { - "name": "CataLogFinishedGlobalWatcherAllDataNotify", - "id": 50274 - }, - { - "name": "CataLogNewFinishedGlobalWatcherNotify", - "id": 50275 - }, { "name": "ChallengeDataNotify", - "id": 50276 - }, - { - "name": "ChallengeRecordNotify", - "id": 50277 - }, - { - "name": "ChangeCustomDungeonRoomReq", - "id": 50278 - }, - { - "name": "ChangeCustomDungeonRoomRsp", - "id": 50279 + "id": 6967 }, { "name": "ChangeMailStarNotify", @@ -1829,180 +1157,24 @@ }, { "name": "ChangeMpTeamAvatarReq", - "id": 50281 + "id": 26305 }, { "name": "ChangeMpTeamAvatarRsp", - "id": 50282 - }, - { - "name": "ChangeServerGlobalValueNotify", - "id": 50283 + "id": 23226 }, { "name": "ChangeTeamNameReq", - "id": 50284 + "id": 24699 }, { "name": "ChangeTeamNameRsp", - "id": 50285 - }, - { - "name": "ChangeWidgetBackgroundActiveStateReq", - "id": 50286 - }, - { - "name": "ChangeWidgetBackgroundActiveStateRsp", - "id": 50287 - }, - { - "name": "ChangeWorldToSingleModeNotify", - "id": 50288 - }, - { - "name": "ChangeWorldToSingleModeReq", - "id": 50289 - }, - { - "name": "ChangeWorldToSingleModeRsp", - "id": 50290 - }, - { - "name": "ChannelerSlabStageActiveChallengeIndexNotify", - "id": 50291 - }, - { - "name": "ChannelerSlabStageOneoffDungeonNotify", - "id": 50292 - }, - { - "name": "ChannellerSlabCheckEnterLoopDungeonReq", - "id": 50293 - }, - { - "name": "ChannellerSlabCheckEnterLoopDungeonRsp", - "id": 50294 - }, - { - "name": "ChannellerSlabEnterLoopDungeonReq", - "id": 50295 - }, - { - "name": "ChannellerSlabEnterLoopDungeonRsp", - "id": 50296 - }, - { - "name": "ChannellerSlabLoopDungeonChallengeInfoNotify", - "id": 50297 - }, - { - "name": "ChannellerSlabLoopDungeonSelectConditionReq", - "id": 50298 - }, - { - "name": "ChannellerSlabLoopDungeonSelectConditionRsp", - "id": 50299 - }, - { - "name": "ChannellerSlabLoopDungeonTakeFirstPassRewardReq", - "id": 50300 - }, - { - "name": "ChannellerSlabLoopDungeonTakeFirstPassRewardRsp", - "id": 50301 - }, - { - "name": "ChannellerSlabLoopDungeonTakeScoreRewardReq", - "id": 50302 - }, - { - "name": "ChannellerSlabLoopDungeonTakeScoreRewardRsp", - "id": 50303 - }, - { - "name": "ChannellerSlabOneOffDungeonInfoNotify", - "id": 50304 - }, - { - "name": "ChannellerSlabOneOffDungeonInfoReq", - "id": 50305 - }, - { - "name": "ChannellerSlabOneOffDungeonInfoRsp", - "id": 50306 - }, - { - "name": "ChannellerSlabSaveAssistInfoReq", - "id": 50307 - }, - { - "name": "ChannellerSlabSaveAssistInfoRsp", - "id": 50308 - }, - { - "name": "ChannellerSlabTakeoffBuffReq", - "id": 50309 - }, - { - "name": "ChannellerSlabTakeoffBuffRsp", - "id": 50310 - }, - { - "name": "ChannellerSlabWearBuffReq", - "id": 50311 - }, - { - "name": "ChannellerSlabWearBuffRsp", - "id": 50312 + "id": 27356 }, { "name": "ChapterStateNotify", "id": 50313 }, - { - "name": "CharAmusementSettleNotify", - "id": 50314 - }, - { - "name": "ChatChannelDataNotify", - "id": 50315 - }, - { - "name": "ChatChannelInfoNotify", - "id": 50316 - }, - { - "name": "ChatChannelShieldNotify", - "id": 50317 - }, - { - "name": "ChatChannelUpdateNotify", - "id": 50318 - }, - { - "name": "ChatHistoryNotify", - "id": 50319 - }, - { - "name": "CheckAddItemExceedLimitNotify", - "id": 50320 - }, - { - "name": "CheckGroupReplacedReq", - "id": 50321 - }, - { - "name": "CheckGroupReplacedRsp", - "id": 50322 - }, - { - "name": "CheckSegmentCRCNotify", - "id": 50323 - }, - { - "name": "CheckSegmentCRCReq", - "id": 50324 - }, { "name": "CheckUgcStateReq", "id": 50325 @@ -2019,61 +1191,13 @@ "name": "CheckUgcUpdateRsp", "id": 50328 }, - { - "name": "ChessEscapedMonstersNotify", - "id": 50329 - }, - { - "name": "ChessLeftMonstersNotify", - "id": 50330 - }, - { - "name": "ChessManualRefreshCardsReq", - "id": 50331 - }, - { - "name": "ChessManualRefreshCardsRsp", - "id": 50332 - }, - { - "name": "ChessPickCardNotify", - "id": 50333 - }, - { - "name": "ChessPickCardReq", - "id": 50334 - }, - { - "name": "ChessPickCardRsp", - "id": 50335 - }, - { - "name": "ChessPlayerInfoNotify", - "id": 50336 - }, - { - "name": "ChessSelectedCardsNotify", - "id": 50337 - }, { "name": "ChooseCurAvatarTeamReq", - "id": 50338 + "id": 27622 }, { "name": "ChooseCurAvatarTeamRsp", - "id": 50339 - }, - { - "name": "CityReputationDataNotify", - "id": 50340 - }, - { - "name": "CityReputationLevelupNotify", - "id": 50341 - }, - { - "name": "ClearRoguelikeCurseNotify", - "id": 50342 + "id": 6895 }, { "name": "ClientAIStateNotify", @@ -2081,76 +1205,24 @@ }, { "name": "ClientAbilitiesInitFinishCombineNotify", - "id": 50344 - }, - { - "name": "ClientAbilityInitBeginNotify", - "id": 50345 - }, - { - "name": "ClientBulletCreateNotify", - "id": 50346 - }, - { - "name": "ClientCollectorDataNotify", - "id": 50347 - }, - { - "name": "ClientHashDebugNotify", - "id": 50348 + "id": 4338 }, { "name": "ClientLoadingCostumeVerificationNotify", - "id": 50349 + "id": 22940 }, { "name": "ClientLockGameTimeNotify", - "id": 50350 - }, - { - "name": "ClientNewMailNotify", - "id": 50351 - }, - { - "name": "ClientPauseNotify", - "id": 50352 - }, - { - "name": "ClientReconnectNotify", - "id": 50353 - }, - { - "name": "ClientRemoveCombatEndModifierNotify", - "id": 50354 - }, - { - "name": "ClientReportNotify", - "id": 50355 + "id": 7730 }, { "name": "ClientScriptEventNotify", - "id": 50356 - }, - { - "name": "ClientTransmitReq", - "id": 50357 - }, - { - "name": "ClientTransmitRsp", - "id": 50358 - }, - { - "name": "ClientTriggerEventNotify", - "id": 50359 + "id": 1503 }, { "name": "CloseCommonTipsNotify", "id": 50360 }, - { - "name": "ClosedItemNotify", - "id": 50361 - }, { "name": "CodexDataFullNotify", "id": 2558 @@ -2159,46 +1231,6 @@ "name": "CodexDataUpdateNotify", "id": 26679 }, - { - "name": "CoinCollectCheckDoubleStartPlayReq", - "id": 50364 - }, - { - "name": "CoinCollectCheckDoubleStartPlayRsp", - "id": 50365 - }, - { - "name": "CoinCollectChooseSkillReq", - "id": 50366 - }, - { - "name": "CoinCollectChooseSkillRsp", - "id": 50367 - }, - { - "name": "CoinCollectGallerySettleNotify", - "id": 50368 - }, - { - "name": "CoinCollectInterruptPlayReq", - "id": 50369 - }, - { - "name": "CoinCollectInterruptPlayRsp", - "id": 50370 - }, - { - "name": "CoinCollectPrepareReq", - "id": 50371 - }, - { - "name": "CoinCollectPrepareRsp", - "id": 50372 - }, - { - "name": "CoinCollectPrepareStageNotify", - "id": 50373 - }, { "name": "CombineDataNotify", "id": 23746 @@ -2215,125 +1247,33 @@ "name": "CombineRsp", "id": 492 }, - { - "name": "CommonPlayerTipsNotify", - "id": 50378 - }, { "name": "CompoundDataNotify", "id": 26025 }, - { - "name": "CompoundUnlockNotify", - "id": 50380 - }, { "name": "CookDataNotify", "id": 50381 }, - { - "name": "CookGradeDataNotify", - "id": 50382 - }, { "name": "CookRecipeDataNotify", "id": 50383 }, - { - "name": "CoopCgShowNotify", - "id": 50384 - }, - { - "name": "CoopCgUpdateNotify", - "id": 50385 - }, - { - "name": "CoopChapterUpdateNotify", - "id": 50386 - }, { "name": "CoopDataNotify", "id": 50387 }, - { - "name": "CoopPointUpdateNotify", - "id": 50388 - }, - { - "name": "CoopProgressUpdateNotify", - "id": 50389 - }, - { - "name": "CoopRewardUpdateNotify", - "id": 50390 - }, - { - "name": "CreateMassiveEntityNotify", - "id": 50391 - }, - { - "name": "CreateMassiveEntityReq", - "id": 50392 - }, - { - "name": "CreateMassiveEntityRsp", - "id": 50393 - }, { "name": "CreateVehicleReq", - "id": 50394 + "id": 26744 }, { "name": "CreateVehicleRsp", - "id": 50395 - }, - { - "name": "CrystalLinkDungeonInfoNotify", - "id": 50396 - }, - { - "name": "CrystalLinkEnterDungeonReq", - "id": 50397 - }, - { - "name": "CrystalLinkEnterDungeonRsp", - "id": 50398 - }, - { - "name": "CrystalLinkRestartDungeonReq", - "id": 50399 - }, - { - "name": "CrystalLinkRestartDungeonRsp", - "id": 50400 - }, - { - "name": "CustomDungeonBattleRecordNotify", - "id": 50401 - }, - { - "name": "CustomDungeonOfficialNotify", - "id": 50402 - }, - { - "name": "CustomDungeonRecoverNotify", - "id": 50403 - }, - { - "name": "CustomDungeonUpdateNotify", - "id": 50404 + "id": 4740 }, { "name": "CutSceneBeginNotify", - "id": 50405 - }, - { - "name": "CutSceneEndNotify", - "id": 50406 - }, - { - "name": "CutSceneFinishNotify", - "id": 50407 + "id": 305 }, { "name": "DailyTaskDataNotify", @@ -2351,37 +1291,21 @@ "name": "DailyTaskProgressNotify", "id": 50411 }, - { - "name": "DailyTaskScoreRewardNotify", - "id": 50412 - }, { "name": "DailyTaskUnlockedCitiesNotify", "id": 50413 }, - { - "name": "DataResVersionNotify", - "id": 50414 - }, { "name": "DealAddFriendReq", - "id": 50415 + "id": 1458 }, { "name": "DealAddFriendRsp", - "id": 50416 - }, - { - "name": "DeathZoneInfoNotify", - "id": 50417 - }, - { - "name": "DeathZoneObserveNotify", - "id": 50418 + "id": 29333 }, { "name": "DelBackupAvatarTeamReq", - "id": 50419 + "id": 5780 }, { "name": "DelBackupAvatarTeamRsp", @@ -2395,13 +1319,9 @@ "name": "DelMailRsp", "id": 50422 }, - { - "name": "DelScenePlayTeamEntityNotify", - "id": 50423 - }, { "name": "DelTeamEntityNotify", - "id": 50424 + "id": 25063 }, { "name": "DeleteFriendNotify", @@ -2409,152 +1329,16 @@ }, { "name": "DeleteFriendReq", - "id": 50426 + "id": 26120 }, { "name": "DeleteFriendRsp", - "id": 50427 - }, - { - "name": "DeshretObeliskChestInfoNotify", - "id": 50428 - }, - { - "name": "DestroyMassiveEntityNotify", - "id": 50429 - }, - { - "name": "DigActivityChangeGadgetStateReq", - "id": 50430 - }, - { - "name": "DigActivityChangeGadgetStateRsp", - "id": 50431 - }, - { - "name": "DigActivityMarkPointChangeNotify", - "id": 50432 - }, - { - "name": "DisableRoguelikeTrapNotify", - "id": 50433 - }, - { - "name": "DoRoguelikeDungeonCardGachaReq", - "id": 50434 - }, - { - "name": "DoRoguelikeDungeonCardGachaRsp", - "id": 50435 + "id": 22728 }, { "name": "DoSetPlayerBornDataNotify", "id": 50436 }, - { - "name": "DraftGuestReplyInviteNotify", - "id": 50437 - }, - { - "name": "DraftGuestReplyInviteReq", - "id": 50438 - }, - { - "name": "DraftGuestReplyInviteRsp", - "id": 50439 - }, - { - "name": "DraftGuestReplyTwiceConfirmNotify", - "id": 50440 - }, - { - "name": "DraftGuestReplyTwiceConfirmReq", - "id": 50441 - }, - { - "name": "DraftGuestReplyTwiceConfirmRsp", - "id": 50442 - }, - { - "name": "DraftInviteResultNotify", - "id": 50443 - }, - { - "name": "DraftOwnerInviteNotify", - "id": 50444 - }, - { - "name": "DraftOwnerStartInviteReq", - "id": 50445 - }, - { - "name": "DraftOwnerStartInviteRsp", - "id": 50446 - }, - { - "name": "DraftOwnerTwiceConfirmNotify", - "id": 50447 - }, - { - "name": "DraftTwiceConfirmResultNotify", - "id": 50448 - }, - { - "name": "DragonSpineChapterFinishNotify", - "id": 50449 - }, - { - "name": "DragonSpineChapterOpenNotify", - "id": 50450 - }, - { - "name": "DragonSpineChapterProgressChangeNotify", - "id": 50451 - }, - { - "name": "DragonSpineCoinChangeNotify", - "id": 50452 - }, - { - "name": "DropItemReq", - "id": 50453 - }, - { - "name": "DropItemRsp", - "id": 50454 - }, - { - "name": "DuelHeartCgEndNotify", - "id": 50455 - }, - { - "name": "DuelHeartEnterDungeonReq", - "id": 50456 - }, - { - "name": "DuelHeartEnterDungeonRsp", - "id": 50457 - }, - { - "name": "DuelHeartRestartDungeonReq", - "id": 50458 - }, - { - "name": "DuelHeartRestartDungeonRsp", - "id": 50459 - }, - { - "name": "DuelHeartSelectDifficultyReq", - "id": 50460 - }, - { - "name": "DuelHeartSelectDifficultyRsp", - "id": 50461 - }, - { - "name": "DuelHeartSettleNotify", - "id": 50462 - }, { "name": "DungeonCandidateTeamChangeAvatarReq", "id": 50463 @@ -2563,161 +1347,37 @@ "name": "DungeonCandidateTeamChangeAvatarRsp", "id": 50464 }, - { - "name": "DungeonCandidateTeamCreateReq", - "id": 50465 - }, - { - "name": "DungeonCandidateTeamCreateRsp", - "id": 50466 - }, - { - "name": "DungeonCandidateTeamDismissNotify", - "id": 50467 - }, - { - "name": "DungeonCandidateTeamInfoNotify", - "id": 50468 - }, - { - "name": "DungeonCandidateTeamInviteNotify", - "id": 50469 - }, - { - "name": "DungeonCandidateTeamInviteReq", - "id": 50470 - }, - { - "name": "DungeonCandidateTeamInviteRsp", - "id": 50471 - }, - { - "name": "DungeonCandidateTeamKickReq", - "id": 50472 - }, - { - "name": "DungeonCandidateTeamKickRsp", - "id": 50473 - }, - { - "name": "DungeonCandidateTeamLeaveReq", - "id": 50474 - }, - { - "name": "DungeonCandidateTeamLeaveRsp", - "id": 50475 - }, - { - "name": "DungeonCandidateTeamPlayerLeaveNotify", - "id": 50476 - }, - { - "name": "DungeonCandidateTeamRefuseNotify", - "id": 50477 - }, - { - "name": "DungeonCandidateTeamReplyInviteReq", - "id": 50478 - }, - { - "name": "DungeonCandidateTeamReplyInviteRsp", - "id": 50479 - }, - { - "name": "DungeonCandidateTeamSetChangingAvatarReq", - "id": 50480 - }, - { - "name": "DungeonCandidateTeamSetChangingAvatarRsp", - "id": 50481 - }, - { - "name": "DungeonCandidateTeamSetReadyReq", - "id": 50482 - }, - { - "name": "DungeonCandidateTeamSetReadyRsp", - "id": 50483 - }, - { - "name": "DungeonDataNotify", - "id": 50484 - }, - { - "name": "DungeonFollowNotify", - "id": 50485 - }, - { - "name": "DungeonGetStatueDropReq", - "id": 50486 - }, - { - "name": "DungeonGetStatueDropRsp", - "id": 50487 - }, - { - "name": "DungeonInterruptChallengeReq", - "id": 50488 - }, - { - "name": "DungeonInterruptChallengeRsp", - "id": 50489 - }, { "name": "DungeonPlayerDieNotify", - "id": 50490 + "id": 8234 }, { "name": "DungeonPlayerDieReq", - "id": 50491 + "id": 7032 }, { "name": "DungeonPlayerDieRsp", - "id": 50492 - }, - { - "name": "DungeonRestartInviteNotify", - "id": 50493 - }, - { - "name": "DungeonRestartInviteReplyNotify", - "id": 50494 - }, - { - "name": "DungeonRestartInviteReplyReq", - "id": 50495 - }, - { - "name": "DungeonRestartInviteReplyRsp", - "id": 50496 + "id": 28416 }, { "name": "DungeonRestartReq", "id": 50497 }, - { - "name": "DungeonRestartResultNotify", - "id": 50498 - }, { "name": "DungeonRestartRsp", "id": 50499 }, - { - "name": "DungeonReviseLevelNotify", - "id": 50500 - }, { "name": "DungeonShowReminderNotify", "id": 50501 }, { "name": "DungeonSlipRevivePointActivateReq", - "id": 50502 + "id": 28862 }, { "name": "DungeonSlipRevivePointActivateRsp", - "id": 50503 + "id": 24625 }, { "name": "DungeonWayPointActivateReq", @@ -2727,154 +1387,10 @@ "name": "DungeonWayPointActivateRsp", "id": 50505 }, - { - "name": "EchoNotify", - "id": 50506 - }, - { - "name": "EchoShellTakeRewardReq", - "id": 50507 - }, - { - "name": "EchoShellTakeRewardRsp", - "id": 50508 - }, - { - "name": "EchoShellUpdateNotify", - "id": 50509 - }, - { - "name": "EffigyChallengeInfoNotify", - "id": 50510 - }, - { - "name": "EffigyChallengeResultNotify", - "id": 50511 - }, - { - "name": "EffigyChallengeV2ChooseSkillReq", - "id": 50512 - }, - { - "name": "EffigyChallengeV2ChooseSkillRsp", - "id": 50513 - }, - { - "name": "EffigyChallengeV2DungeonInfoNotify", - "id": 50514 - }, - { - "name": "EffigyChallengeV2EnterDungeonReq", - "id": 50515 - }, - { - "name": "EffigyChallengeV2EnterDungeonRsp", - "id": 50516 - }, - { - "name": "EffigyChallengeV2RestartDungeonReq", - "id": 50517 - }, - { - "name": "EffigyChallengeV2RestartDungeonRsp", - "id": 50518 - }, - { - "name": "ElectroherculesBattleSelectDifficultyReq", - "id": 50519 - }, - { - "name": "ElectroherculesBattleSelectDifficultyRsp", - "id": 50520 - }, - { - "name": "ElectroherculesBattleSettleNotify", - "id": 50521 - }, { "name": "EndCameraSceneLookNotify", "id": 50522 }, - { - "name": "EndCoinCollectPlaySingleModeReq", - "id": 50523 - }, - { - "name": "EndCoinCollectPlaySingleModeRsp", - "id": 50524 - }, - { - "name": "EnterChessDungeonReq", - "id": 50525 - }, - { - "name": "EnterChessDungeonRsp", - "id": 50526 - }, - { - "name": "EnterCustomDungeonReq", - "id": 50527 - }, - { - "name": "EnterCustomDungeonRsp", - "id": 50528 - }, - { - "name": "EnterFishingReq", - "id": 50529 - }, - { - "name": "EnterFishingRsp", - "id": 50530 - }, - { - "name": "EnterFungusFighterPlotDungeonReq", - "id": 50531 - }, - { - "name": "EnterFungusFighterPlotDungeonRsp", - "id": 50532 - }, - { - "name": "EnterFungusFighterTrainingDungeonReq", - "id": 50533 - }, - { - "name": "EnterFungusFighterTrainingDungeonRsp", - "id": 50534 - }, - { - "name": "EnterIrodoriChessDungeonReq", - "id": 50535 - }, - { - "name": "EnterIrodoriChessDungeonRsp", - "id": 50536 - }, - { - "name": "EnterMechanicusDungeonReq", - "id": 50537 - }, - { - "name": "EnterMechanicusDungeonRsp", - "id": 50538 - }, - { - "name": "EnterRogueDiaryDungeonReq", - "id": 50539 - }, - { - "name": "EnterRogueDiaryDungeonRsp", - "id": 50540 - }, - { - "name": "EnterRoguelikeDungeonNotify", - "id": 50541 - }, - { - "name": "EnterSceneWeatherAreaNotify", - "id": 50542 - }, { "name": "EnterTransPointRegionNotify", "id": 20259 @@ -2897,55 +1413,7 @@ }, { "name": "EntityAiKillSelfNotify", - "id": 50548 - }, - { - "name": "EntityAuthorityChangeNotify", - "id": 50549 - }, - { - "name": "EntityConfigHashNotify", - "id": 50550 - }, - { - "name": "EntityFightPropNotify", - "id": 50551 - }, - { - "name": "EntityForceSyncReq", - "id": 50552 - }, - { - "name": "EntityForceSyncRsp", - "id": 50553 - }, - { - "name": "EntityJumpNotify", - "id": 50554 - }, - { - "name": "EntityMoveRoomNotify", - "id": 50555 - }, - { - "name": "EntityPropNotify", - "id": 50556 - }, - { - "name": "EquipRoguelikeRuneReq", - "id": 50557 - }, - { - "name": "EquipRoguelikeRuneRsp", - "id": 50558 - }, - { - "name": "EvtAnimatorParameterNotify", - "id": 50559 - }, - { - "name": "EvtAnimatorStateChangedNotify", - "id": 50560 + "id": 4703 }, { "name": "EvtAvatarEnterFocusNotify", @@ -2953,75 +1421,27 @@ }, { "name": "EvtAvatarExitFocusNotify", - "id": 28844 + "id": 24493 }, { "name": "EvtAvatarSitDownNotify", - "id": 50563 + "id": 26530 }, { "name": "EvtAvatarUpdateFocusNotify", "id": 3013 }, - { - "name": "EvtBeingHealedNotify", - "id": 50565 - }, - { - "name": "EvtBeingHitNotify", - "id": 50566 - }, - { - "name": "EvtBeingHitsCombineNotify", - "id": 50567 - }, { "name": "EvtBulletDeactiveNotify", - "id": 50568 + "id": 28844 }, { "name": "EvtBulletHitNotify", - "id": 50569 + "id": 5735 }, { "name": "EvtBulletMoveNotify", - "id": 50570 - }, - { - "name": "EvtCostStaminaNotify", - "id": 50571 - }, - { - "name": "EvtDestroyServerGadgetNotify", - "id": 50572 - }, - { - "name": "EvtEntityStartDieEndNotify", - "id": 50573 - }, - { - "name": "EvtFaceToDirNotify", - "id": 50574 - }, - { - "name": "EvtFaceToEntityNotify", - "id": 50575 - }, - { - "name": "EvtLocalGadgetOwnerLeaveSceneNotify", - "id": 50576 - }, - { - "name": "EvtRushMoveNotify", - "id": 50577 - }, - { - "name": "EvtSetAttackTargetNotify", - "id": 50578 - }, - { - "name": "ExclusiveRuleNotify", - "id": 50579 + "id": 24809 }, { "name": "ExecuteGadgetLuaReq", @@ -3031,181 +1451,17 @@ "name": "ExecuteGadgetLuaRsp", "id": 2532 }, - { - "name": "ExecuteGroupTriggerReq", - "id": 50582 - }, - { - "name": "ExecuteGroupTriggerRsp", - "id": 50583 - }, - { - "name": "ExitCustomDungeonTryReq", - "id": 50584 - }, - { - "name": "ExitCustomDungeonTryRsp", - "id": 50585 - }, - { - "name": "ExitFishingReq", - "id": 50586 - }, - { - "name": "ExitFishingRsp", - "id": 50587 - }, - { - "name": "ExitSceneWeatherAreaNotify", - "id": 50588 - }, { "name": "ExitTransPointRegionNotify", "id": 8012 }, - { - "name": "ExpeditionChallengeEnterRegionNotify", - "id": 50590 - }, - { - "name": "ExpeditionChallengeFinishedNotify", - "id": 50591 - }, - { - "name": "ExpeditionRecallReq", - "id": 50592 - }, - { - "name": "ExpeditionRecallRsp", - "id": 50593 - }, - { - "name": "ExpeditionStartReq", - "id": 50594 - }, - { - "name": "ExpeditionStartRsp", - "id": 50595 - }, - { - "name": "ExpeditionTakeRewardReq", - "id": 50596 - }, - { - "name": "ExpeditionTakeRewardRsp", - "id": 50597 - }, - { - "name": "FindHilichurlAcceptQuestNotify", - "id": 50598 - }, - { - "name": "FindHilichurlFinishSecondQuestNotify", - "id": 50599 - }, - { - "name": "FinishDeliveryNotify", - "id": 50600 - }, - { - "name": "FinishLanternProjectionReq", - "id": 50601 - }, - { - "name": "FinishLanternProjectionRsp", - "id": 50602 - }, - { - "name": "FinishMainCoopReq", - "id": 50603 - }, - { - "name": "FinishMainCoopRsp", - "id": 50604 - }, - { - "name": "FinishedTalkIdListNotify", - "id": 50605 - }, { "name": "FireworksLaunchDataNotify", "id": 50606 }, { "name": "FireworksReformDataNotify", - "id": 50607 - }, - { - "name": "FishAttractNotify", - "id": 50608 - }, - { - "name": "FishBaitGoneNotify", - "id": 50609 - }, - { - "name": "FishBattleBeginReq", - "id": 50610 - }, - { - "name": "FishBattleBeginRsp", - "id": 50611 - }, - { - "name": "FishBattleEndReq", - "id": 50612 - }, - { - "name": "FishBattleEndRsp", - "id": 50613 - }, - { - "name": "FishBiteReq", - "id": 50614 - }, - { - "name": "FishBiteRsp", - "id": 50615 - }, - { - "name": "FishCastRodReq", - "id": 50616 - }, - { - "name": "FishCastRodRsp", - "id": 50617 - }, - { - "name": "FishChosenNotify", - "id": 50618 - }, - { - "name": "FishEscapeNotify", - "id": 50619 - }, - { - "name": "FishPoolDataNotify", - "id": 50620 - }, - { - "name": "FishingGallerySettleNotify", - "id": 50621 - }, - { - "name": "FleurFairBalloonSettleNotify", - "id": 50622 - }, - { - "name": "FleurFairBuffEnergyNotify", - "id": 50623 - }, - { - "name": "FleurFairFallSettleNotify", - "id": 50624 - }, - { - "name": "FleurFairFinishGalleryStageNotify", - "id": 50625 + "id": 23329 }, { "name": "FleurFairMusicGameSettleReq", @@ -3223,54 +1479,6 @@ "name": "FleurFairMusicGameStartRsp", "id": 50629 }, - { - "name": "FleurFairReplayMiniGameReq", - "id": 50630 - }, - { - "name": "FleurFairReplayMiniGameRsp", - "id": 50631 - }, - { - "name": "FleurFairStageSettleNotify", - "id": 50632 - }, - { - "name": "FlightActivityRestartReq", - "id": 50633 - }, - { - "name": "FlightActivityRestartRsp", - "id": 50634 - }, - { - "name": "FlightActivitySettleNotify", - "id": 50635 - }, - { - "name": "FocusAvatarReq", - "id": 50636 - }, - { - "name": "FocusAvatarRsp", - "id": 50637 - }, - { - "name": "ForceAddPlayerFriendReq", - "id": 50638 - }, - { - "name": "ForceAddPlayerFriendRsp", - "id": 50639 - }, - { - "name": "ForceDragAvatarNotify", - "id": 50640 - }, - { - "name": "ForceDragBackTransferNotify", - "id": 50641 - }, { "name": "ForgeDataNotify", "id": 6985 @@ -3307,122 +1515,10 @@ "name": "ForgeStartRsp", "id": 50650 }, - { - "name": "FoundationNotify", - "id": 50651 - }, - { - "name": "FoundationReq", - "id": 50652 - }, - { - "name": "FoundationRsp", - "id": 50653 - }, - { - "name": "FriendInfoChangeNotify", - "id": 50654 - }, - { - "name": "FungusCaptureSettleNotify", - "id": 50655 - }, - { - "name": "FungusCultivateReq", - "id": 50656 - }, - { - "name": "FungusCultivateRsp", - "id": 50657 - }, - { - "name": "FungusFighterClearTrainingRuntimeDataReq", - "id": 50658 - }, - { - "name": "FungusFighterClearTrainingRuntimeDataRsp", - "id": 50659 - }, - { - "name": "FungusFighterPlotInfoNotify", - "id": 50660 - }, - { - "name": "FungusFighterRestartTraningDungeonReq", - "id": 50661 - }, - { - "name": "FungusFighterRestartTraningDungeonRsp", - "id": 50662 - }, - { - "name": "FungusFighterRuntimeDataNotify", - "id": 50663 - }, - { - "name": "FungusFighterTrainingGallerySettleNotify", - "id": 50664 - }, - { - "name": "FungusFighterTrainingInfoNotify", - "id": 50665 - }, - { - "name": "FungusFighterTrainingSelectFungusReq", - "id": 50666 - }, - { - "name": "FungusFighterTrainingSelectFungusRsp", - "id": 50667 - }, - { - "name": "FungusFighterUseBackupFungusReq", - "id": 50668 - }, - { - "name": "FungusFighterUseBackupFungusRsp", - "id": 50669 - }, - { - "name": "FungusRenameReq", - "id": 50670 - }, - { - "name": "FungusRenameRsp", - "id": 50671 - }, - { - "name": "FunitureMakeMakeInfoChangeNotify", - "id": 50672 - }, { "name": "FurnitureCurModuleArrangeCountNotify", "id": 50673 }, - { - "name": "FurnitureMakeBeHelpedNotify", - "id": 50674 - }, - { - "name": "FurnitureMakeCancelReq", - "id": 50675 - }, - { - "name": "FurnitureMakeCancelRsp", - "id": 50676 - }, - { - "name": "FurnitureMakeFinishNotify", - "id": 50677 - }, - { - "name": "FurnitureMakeHelpReq", - "id": 50678 - }, - { - "name": "FurnitureMakeHelpRsp", - "id": 50679 - }, { "name": "FurnitureMakeReq", "id": 50680 @@ -3439,549 +1535,21 @@ "name": "FurnitureMakeStartRsp", "id": 50683 }, - { - "name": "GCGApplyInviteBattleNotify", - "id": 50684 - }, - { - "name": "GCGApplyInviteBattleReq", - "id": 50685 - }, - { - "name": "GCGApplyInviteBattleRsp", - "id": 50686 - }, - { - "name": "GCGAskDuelReq", - "id": 50687 - }, - { - "name": "GCGAskDuelRsp", - "id": 50688 - }, - { - "name": "GCGBackToDuelReq", - "id": 50689 - }, - { - "name": "GCGBackToDuelRsp", - "id": 50690 - }, - { - "name": "GCGBasicDataNotify", - "id": 50691 - }, - { - "name": "GCGBossChallengeUpdateNotify", - "id": 50692 - }, - { - "name": "GCGChallengeUpdateNotify", - "id": 50693 - }, - { - "name": "GCGClientSettleReq", - "id": 50694 - }, - { - "name": "GCGClientSettleRsp", - "id": 50695 - }, - { - "name": "GCGDSBanCardNotify", - "id": 50696 - }, - { - "name": "GCGDSCardBackUnlockNotify", - "id": 50697 - }, - { - "name": "GCGDSCardFaceUnlockNotify", - "id": 50698 - }, - { - "name": "GCGDSCardFaceUpdateNotify", - "id": 50699 - }, - { - "name": "GCGDSCardNumChangeNotify", - "id": 50700 - }, - { - "name": "GCGDSCardProficiencyNotify", - "id": 50701 - }, - { - "name": "GCGDSChangeCardBackReq", - "id": 50702 - }, - { - "name": "GCGDSChangeCardBackRsp", - "id": 50703 - }, - { - "name": "GCGDSChangeCardFaceReq", - "id": 50704 - }, - { - "name": "GCGDSChangeCardFaceRsp", - "id": 50705 - }, - { - "name": "GCGDSChangeCurDeckReq", - "id": 50706 - }, - { - "name": "GCGDSChangeCurDeckRsp", - "id": 50707 - }, - { - "name": "GCGDSChangeDeckNameReq", - "id": 50708 - }, - { - "name": "GCGDSChangeDeckNameRsp", - "id": 50709 - }, - { - "name": "GCGDSChangeFieldReq", - "id": 50710 - }, - { - "name": "GCGDSChangeFieldRsp", - "id": 50711 - }, - { - "name": "GCGDSCurDeckChangeNotify", - "id": 50712 - }, - { - "name": "GCGDSDataNotify", - "id": 50713 - }, - { - "name": "GCGDSDeckSaveReq", - "id": 50714 - }, - { - "name": "GCGDSDeckSaveRsp", - "id": 50715 - }, - { - "name": "GCGDSDeckUnlockNotify", - "id": 50716 - }, - { - "name": "GCGDSDeckUpdateNotify", - "id": 50717 - }, - { - "name": "GCGDSDeleteDeckReq", - "id": 50718 - }, - { - "name": "GCGDSDeleteDeckRsp", - "id": 50719 - }, - { - "name": "GCGDSFieldUnlockNotify", - "id": 50720 - }, - { - "name": "GCGDSTakeCardProficiencyRewardReq", - "id": 50721 - }, - { - "name": "GCGDSTakeCardProficiencyRewardRsp", - "id": 50722 - }, - { - "name": "GCGDebugReplayNotify", - "id": 50723 - }, - { - "name": "GCGGameBriefDataNotify", - "id": 50724 - }, - { - "name": "GCGGameCreateFailReasonNotify", - "id": 50725 - }, - { - "name": "GCGGameMaxNotify", - "id": 50726 - }, - { - "name": "GCGGrowthLevelNotify", - "id": 50727 - }, - { - "name": "GCGGrowthLevelRewardNotify", - "id": 50728 - }, - { - "name": "GCGGrowthLevelTakeRewardReq", - "id": 50729 - }, - { - "name": "GCGGrowthLevelTakeRewardRsp", - "id": 50730 - }, - { - "name": "GCGHeartBeatNotify", - "id": 50731 - }, - { - "name": "GCGInitFinishReq", - "id": 50732 - }, - { - "name": "GCGInitFinishRsp", - "id": 50733 - }, - { - "name": "GCGInviteBattleNotify", - "id": 50734 - }, - { - "name": "GCGInviteGuestBattleReq", - "id": 50735 - }, - { - "name": "GCGInviteGuestBattleRsp", - "id": 50736 - }, - { - "name": "GCGLevelChallengeDeleteNotify", - "id": 50737 - }, - { - "name": "GCGLevelChallengeFinishNotify", - "id": 50738 - }, - { - "name": "GCGLevelChallengeNotify", - "id": 50739 - }, - { - "name": "GCGMessagePackNotify", - "id": 50740 - }, - { - "name": "GCGOperationReq", - "id": 50741 - }, - { - "name": "GCGOperationRsp", - "id": 50742 - }, - { - "name": "GCGResourceStateNotify", - "id": 50743 - }, - { - "name": "GCGSettleNotify", - "id": 50744 - }, - { - "name": "GCGSettleOptionReq", - "id": 50745 - }, - { - "name": "GCGSettleOptionRsp", - "id": 50746 - }, - { - "name": "GCGSkillPreviewAskReq", - "id": 50747 - }, - { - "name": "GCGSkillPreviewAskRsp", - "id": 50748 - }, - { - "name": "GCGSkillPreviewNotify", - "id": 50749 - }, - { - "name": "GCGStartChallengeByCheckRewardReq", - "id": 50750 - }, - { - "name": "GCGStartChallengeByCheckRewardRsp", - "id": 50751 - }, - { - "name": "GCGStartChallengeReq", - "id": 50752 - }, - { - "name": "GCGStartChallengeRsp", - "id": 50753 - }, - { - "name": "GCGTCInviteReq", - "id": 50754 - }, - { - "name": "GCGTCInviteRsp", - "id": 50755 - }, { "name": "GCGTCTavernChallengeDataNotify", "id": 50756 }, - { - "name": "GCGTCTavernChallengeUpdateNotify", - "id": 50757 - }, - { - "name": "GCGTCTavernInfoNotify", - "id": 50758 - }, - { - "name": "GCGTavernNpcInfoNotify", - "id": 50759 - }, - { - "name": "GCGWeekChallengeInfoNotify", - "id": 50760 - }, - { - "name": "GCGWorldChallengeUnlockNotify", - "id": 50761 - }, - { - "name": "GCGWorldPlayerGCGStateReq", - "id": 50762 - }, - { - "name": "GCGWorldPlayerGCGStateRsp", - "id": 50763 - }, - { - "name": "GMShowNavMeshReq", - "id": 50764 - }, - { - "name": "GMShowNavMeshRsp", - "id": 50765 - }, - { - "name": "GMShowObstacleReq", - "id": 50766 - }, - { - "name": "GMShowObstacleRsp", - "id": 50767 - }, - { - "name": "GachaActivityCreateRobotReq", - "id": 50768 - }, - { - "name": "GachaActivityCreateRobotRsp", - "id": 50769 - }, - { - "name": "GachaActivityNextStageReq", - "id": 50770 - }, - { - "name": "GachaActivityNextStageRsp", - "id": 50771 - }, - { - "name": "GachaActivityPercentNotify", - "id": 50772 - }, - { - "name": "GachaActivityResetReq", - "id": 50773 - }, - { - "name": "GachaActivityResetRsp", - "id": 50774 - }, - { - "name": "GachaActivityTakeRewardReq", - "id": 50775 - }, - { - "name": "GachaActivityTakeRewardRsp", - "id": 50776 - }, - { - "name": "GachaActivityUpdateElemNotify", - "id": 50777 - }, - { - "name": "GachaOpenWishNotify", - "id": 50778 - }, - { - "name": "GachaSimpleInfoNotify", - "id": 50779 - }, { "name": "GadgetAutoPickDropInfoNotify", "id": 50780 }, - { - "name": "GadgetChainLevelChangeNotify", - "id": 50781 - }, - { - "name": "GadgetChainLevelUpdateNotify", - "id": 50782 - }, - { - "name": "GadgetChangeLevelTagReq", - "id": 50783 - }, - { - "name": "GadgetChangeLevelTagRsp", - "id": 50784 - }, - { - "name": "GadgetCustomTreeInfoNotify", - "id": 50785 - }, - { - "name": "GadgetGeneralRewardInfoNotify", - "id": 50786 - }, - { - "name": "GadgetPlayDataNotify", - "id": 50787 - }, - { - "name": "GadgetPlayStartNotify", - "id": 50788 - }, - { - "name": "GadgetPlayStopNotify", - "id": 50789 - }, - { - "name": "GadgetPlayUidOpNotify", - "id": 50790 - }, { "name": "GadgetStateNotify", "id": 22100 }, - { - "name": "GadgetTalkChangeNotify", - "id": 50792 - }, - { - "name": "GalleryBalloonScoreNotify", - "id": 50793 - }, - { - "name": "GalleryBalloonShootNotify", - "id": 50794 - }, - { - "name": "GalleryBounceConjuringHitNotify", - "id": 50795 - }, - { - "name": "GalleryBrokenFloorFallNotify", - "id": 50796 - }, - { - "name": "GalleryBulletHitNotify", - "id": 50797 - }, - { - "name": "GalleryCrystalLinkBuffInfoNotify", - "id": 50798 - }, - { - "name": "GalleryCrystalLinkKillMonsterNotify", - "id": 50799 - }, - { - "name": "GalleryFallCatchNotify", - "id": 50800 - }, - { - "name": "GalleryFallScoreNotify", - "id": 50801 - }, - { - "name": "GalleryFlowerCatchNotify", - "id": 50802 - }, - { - "name": "GalleryIslandPartyDownHillInfoNotify", - "id": 50803 - }, - { - "name": "GalleryPreStartNotify", - "id": 50804 - }, - { - "name": "GalleryStartNotify", - "id": 50805 - }, - { - "name": "GalleryStopNotify", - "id": 50806 - }, - { - "name": "GallerySumoKillMonsterNotify", - "id": 50807 - }, - { - "name": "GalleryWillStartCountdownNotify", - "id": 50808 - }, - { - "name": "GearActivityFinishPlayGearReq", - "id": 50809 - }, - { - "name": "GearActivityFinishPlayGearRsp", - "id": 50810 - }, - { - "name": "GearActivityFinishPlayPictureReq", - "id": 50811 - }, - { - "name": "GearActivityFinishPlayPictureRsp", - "id": 50812 - }, - { - "name": "GearActivityStartPlayGearReq", - "id": 50813 - }, - { - "name": "GearActivityStartPlayGearRsp", - "id": 50814 - }, - { - "name": "GearActivityStartPlayPictureReq", - "id": 50815 - }, - { - "name": "GearActivityStartPlayPictureRsp", - "id": 50816 - }, { "name": "GetActivityInfoReq", - "id": 50817 - }, - { - "name": "GetActivityScheduleReq", - "id": 50818 - }, - { - "name": "GetActivityScheduleRsp", - "id": 50819 + "id": 25360 }, { "name": "GetActivityShopSheetInfoReq", @@ -4003,53 +1571,17 @@ "name": "GetAllH5ActivityInfoReq", "id": 50824 }, - { - "name": "GetAllH5ActivityInfoRsp", - "id": 50825 - }, { "name": "GetAllMailNotify", "id": 8385 }, - { - "name": "GetAllMailReq", - "id": 27885 - }, { "name": "GetAllMailResultNotify", "id": 20380 }, - { - "name": "GetAllMailRsp", - "id": 565 - }, - { - "name": "GetAllSceneGalleryInfoReq", - "id": 50830 - }, - { - "name": "GetAllSceneGalleryInfoRsp", - "id": 50831 - }, - { - "name": "GetAreaExplorePointReq", - "id": 533 - }, - { - "name": "GetAreaExplorePointRsp", - "id": 5384 - }, - { - "name": "GetAuthSalesmanInfoReq", - "id": 50834 - }, - { - "name": "GetAuthSalesmanInfoRsp", - "id": 50835 - }, { "name": "GetAuthkeyReq", - "id": 50836 + "id": 20204 }, { "name": "GetBargainDataReq", @@ -4059,61 +1591,13 @@ "name": "GetBargainDataRsp", "id": 50838 }, - { - "name": "GetBattlePassProductReq", - "id": 50839 - }, - { - "name": "GetBattlePassProductRsp", - "id": 50840 - }, - { - "name": "GetBlossomBriefInfoListReq", - "id": 50841 - }, - { - "name": "GetBlossomBriefInfoListRsp", - "id": 27024 - }, - { - "name": "GetBonusActivityRewardReq", - "id": 50843 - }, - { - "name": "GetBonusActivityRewardRsp", - "id": 50844 - }, { "name": "GetChatEmojiCollectionReq", "id": 50845 }, { "name": "GetChatEmojiCollectionRsp", - "id": 50846 - }, - { - "name": "GetCityHuntingOfferReq", - "id": 50847 - }, - { - "name": "GetCityHuntingOfferRsp", - "id": 50848 - }, - { - "name": "GetCityReputationInfoReq", - "id": 50849 - }, - { - "name": "GetCityReputationInfoRsp", - "id": 50850 - }, - { - "name": "GetCityReputationMapInfoReq", - "id": 50851 - }, - { - "name": "GetCityReputationMapInfoRsp", - "id": 50852 + "id": 26849 }, { "name": "GetCompoundDataReq", @@ -4123,33 +1607,17 @@ "name": "GetCompoundDataRsp", "id": 28257 }, - { - "name": "GetCustomDungeonReq", - "id": 50855 - }, - { - "name": "GetCustomDungeonRsp", - "id": 50856 - }, { "name": "GetDailyDungeonEntryInfoReq", - "id": 50857 + "id": 23493 }, { "name": "GetDailyDungeonEntryInfoRsp", - "id": 50858 - }, - { - "name": "GetExpeditionAssistInfoListReq", - "id": 50859 - }, - { - "name": "GetExpeditionAssistInfoListRsp", - "id": 50860 + "id": 6323 }, { "name": "GetFriendShowAvatarInfoReq", - "id": 50861 + "id": 22460 }, { "name": "GetFriendShowAvatarInfoRsp", @@ -4163,22 +1631,6 @@ "name": "GetFurnitureCurModuleArrangeCountReq", "id": 50864 }, - { - "name": "GetGameplayRecommendationReq", - "id": 50865 - }, - { - "name": "GetGameplayRecommendationRsp", - "id": 50866 - }, - { - "name": "GetHomeExchangeWoodInfoReq", - "id": 50867 - }, - { - "name": "GetHomeExchangeWoodInfoRsp", - "id": 50868 - }, { "name": "GetHomeLevelUpRewardReq", "id": 50869 @@ -4187,14 +1639,6 @@ "name": "GetHomeLevelUpRewardRsp", "id": 50870 }, - { - "name": "GetHuntingOfferRewardReq", - "id": 50871 - }, - { - "name": "GetHuntingOfferRewardRsp", - "id": 50872 - }, { "name": "GetInvestigationMonsterReq", "id": 21813 @@ -4213,44 +1657,12 @@ }, { "name": "GetMapAreaReq", - "id": 50877 + "id": 9700 }, { "name": "GetMapAreaRsp", "id": 26944 }, - { - "name": "GetMapMarkTipsReq", - "id": 50879 - }, - { - "name": "GetMapMarkTipsRsp", - "id": 50880 - }, - { - "name": "GetMechanicusInfoReq", - "id": 50881 - }, - { - "name": "GetMechanicusInfoRsp", - "id": 50882 - }, - { - "name": "GetNextResourceInfoReq", - "id": 50883 - }, - { - "name": "GetNextResourceInfoRsp", - "id": 50884 - }, - { - "name": "GetOnlinePlayerInfoReq", - "id": 50885 - }, - { - "name": "GetOnlinePlayerInfoRsp", - "id": 50886 - }, { "name": "GetOnlinePlayerListReq", "id": 22525 @@ -4259,25 +1671,13 @@ "name": "GetOnlinePlayerListRsp", "id": 6813 }, - { - "name": "GetOpActivityInfoReq", - "id": 50889 - }, - { - "name": "GetOpActivityInfoRsp", - "id": 50890 - }, - { - "name": "GetParentQuestVideoKeyReq", - "id": 50891 - }, { "name": "GetPlayerAskFriendListReq", - "id": 50892 + "id": 23308 }, { "name": "GetPlayerAskFriendListRsp", - "id": 50893 + "id": 8429 }, { "name": "GetPlayerBlacklistReq", @@ -4291,113 +1691,17 @@ "name": "GetPlayerHomeCompInfoReq", "id": 50896 }, - { - "name": "GetPlayerMpModeAvailabilityReq", - "id": 50897 - }, - { - "name": "GetPlayerMpModeAvailabilityRsp", - "id": 50898 - }, - { - "name": "GetPushTipsRewardReq", - "id": 50899 - }, - { - "name": "GetPushTipsRewardRsp", - "id": 50900 - }, - { - "name": "GetRecentMpPlayerListReq", - "id": 50901 - }, - { - "name": "GetRecentMpPlayerListRsp", - "id": 50902 - }, - { - "name": "GetRecommendCustomDungeonReq", - "id": 50903 - }, - { - "name": "GetRecommendCustomDungeonRsp", - "id": 50904 - }, { "name": "GetRegionSearchReq", "id": 50905 }, - { - "name": "GetReunionMissionInfoReq", - "id": 50906 - }, - { - "name": "GetReunionMissionInfoRsp", - "id": 50907 - }, - { - "name": "GetReunionPrivilegeInfoReq", - "id": 50908 - }, - { - "name": "GetReunionPrivilegeInfoRsp", - "id": 50909 - }, - { - "name": "GetReunionSignInInfoReq", - "id": 50910 - }, - { - "name": "GetReunionSignInInfoRsp", - "id": 50911 - }, - { - "name": "GetRogueDairyRepairInfoReq", - "id": 50912 - }, - { - "name": "GetRogueDairyRepairInfoRsp", - "id": 50913 - }, - { - "name": "GetSceneNpcPositionReq", - "id": 50914 - }, - { - "name": "GetSceneNpcPositionRsp", - "id": 50915 - }, - { - "name": "GetScenePerformanceReq", - "id": 50916 - }, - { - "name": "GetScenePerformanceRsp", - "id": 50917 - }, { "name": "GetShopmallDataReq", "id": 20724 }, { "name": "GetShopmallDataRsp", - "id": 25915 - }, - { - "name": "GetSignInRewardReq", - "id": 50920 - }, - { - "name": "GetSignInRewardRsp", - "id": 50921 - }, - { - "name": "GetStoreCustomDungeonReq", - "id": 50922 - }, - { - "name": "GetStoreCustomDungeonRsp", - "id": 50923 + "id": 6919 }, { "name": "GetUgcBriefInfoReq", @@ -4431,90 +1735,10 @@ "name": "GetWorldMpInfoRsp", "id": 50931 }, - { - "name": "GiveUpRoguelikeDungeonCardReq", - "id": 50932 - }, - { - "name": "GiveUpRoguelikeDungeonCardRsp", - "id": 50933 - }, - { - "name": "GivingRecordChangeNotify", - "id": 3907 - }, { "name": "GivingRecordNotify", "id": 5883 }, - { - "name": "GlobalBuildingInfoNotify", - "id": 50936 - }, - { - "name": "GmTalkNotify", - "id": 50937 - }, - { - "name": "GmTalkReq", - "id": 50938 - }, - { - "name": "GmTalkRsp", - "id": 50939 - }, - { - "name": "GrantRewardNotify", - "id": 50940 - }, - { - "name": "GravenInnocenceEditCarveCombinationReq", - "id": 50941 - }, - { - "name": "GravenInnocenceEditCarveCombinationRsp", - "id": 50942 - }, - { - "name": "GravenInnocencePhotoFinishReq", - "id": 50943 - }, - { - "name": "GravenInnocencePhotoFinishRsp", - "id": 50944 - }, - { - "name": "GravenInnocencePhotoReminderNotify", - "id": 50945 - }, - { - "name": "GravenInnocenceRaceRestartReq", - "id": 50946 - }, - { - "name": "GravenInnocenceRaceRestartRsp", - "id": 50947 - }, - { - "name": "GravenInnocenceRaceSettleNotify", - "id": 50948 - }, - { - "name": "GroupLinkAllNotify", - "id": 50949 - }, - { - "name": "GroupLinkChangeNotify", - "id": 50950 - }, - { - "name": "GroupLinkDeleteNotify", - "id": 50951 - }, - { - "name": "GroupLinkMarkUpdateNotify", - "id": 50952 - }, { "name": "GroupSuiteNotify", "id": 26778 @@ -4523,70 +1747,10 @@ "name": "GroupUnloadNotify", "id": 25365 }, - { - "name": "GuestBeginEnterSceneNotify", - "id": 50955 - }, - { - "name": "GuestPostEnterSceneNotify", - "id": 50956 - }, { "name": "H5ActivityIdsNotify", "id": 50957 }, - { - "name": "HideAndSeekChooseMapReq", - "id": 50958 - }, - { - "name": "HideAndSeekChooseMapRsp", - "id": 50959 - }, - { - "name": "HideAndSeekPlayerCapturedNotify", - "id": 50960 - }, - { - "name": "HideAndSeekPlayerReadyNotify", - "id": 50961 - }, - { - "name": "HideAndSeekPlayerSetAvatarNotify", - "id": 50962 - }, - { - "name": "HideAndSeekSelectAvatarReq", - "id": 50963 - }, - { - "name": "HideAndSeekSelectAvatarRsp", - "id": 50964 - }, - { - "name": "HideAndSeekSelectSkillReq", - "id": 50965 - }, - { - "name": "HideAndSeekSelectSkillRsp", - "id": 50966 - }, - { - "name": "HideAndSeekSetReadyReq", - "id": 50967 - }, - { - "name": "HideAndSeekSetReadyRsp", - "id": 50968 - }, - { - "name": "HideAndSeekSettleNotify", - "id": 50969 - }, - { - "name": "HitClientTrivialNotify", - "id": 50970 - }, { "name": "HomeAllUnlockedBgmIdListNotify", "id": 50971 @@ -4639,29 +1803,9 @@ "name": "HomeAvatarTalkRsp", "id": 50983 }, - { - "name": "HomeAvtarAllFinishRewardNotify", - "id": 50984 - }, - { - "name": "HomeBalloonGalleryScoreNotify", - "id": 50985 - }, - { - "name": "HomeBalloonGallerySettleNotify", - "id": 50986 - }, { "name": "HomeBasicInfoNotify", - "id": 50987 - }, - { - "name": "HomeBlockNotify", - "id": 50988 - }, - { - "name": "HomeBlueprintInfoNotify", - "id": 50989 + "id": 2810 }, { "name": "HomeChangeBgmNotify", @@ -4677,11 +1821,11 @@ }, { "name": "HomeChangeEditModeReq", - "id": 50993 + "id": 23294 }, { "name": "HomeChangeEditModeRsp", - "id": 50994 + "id": 25696 }, { "name": "HomeChangeModuleReq", @@ -4693,51 +1837,15 @@ }, { "name": "HomeChooseModuleReq", - "id": 50997 + "id": 3660 }, { "name": "HomeChooseModuleRsp", - "id": 50998 - }, - { - "name": "HomeClearGroupRecordReq", - "id": 50999 - }, - { - "name": "HomeClearGroupRecordRsp", - "id": 51000 + "id": 9238 }, { "name": "HomeComfortInfoNotify", - "id": 51001 - }, - { - "name": "HomeCreateBlueprintReq", - "id": 51002 - }, - { - "name": "HomeCreateBlueprintRsp", - "id": 51003 - }, - { - "name": "HomeCustomFurnitureInfoNotify", - "id": 51004 - }, - { - "name": "HomeDeleteBlueprintReq", - "id": 51005 - }, - { - "name": "HomeDeleteBlueprintRsp", - "id": 51006 - }, - { - "name": "HomeEditCustomFurnitureReq", - "id": 51007 - }, - { - "name": "HomeEditCustomFurnitureRsp", - "id": 51008 + "id": 7484 }, { "name": "HomeEnterEditModeFinishReq", @@ -4747,65 +1855,25 @@ "name": "HomeEnterEditModeFinishRsp", "id": 51010 }, - { - "name": "HomeExchangeWoodReq", - "id": 51011 - }, - { - "name": "HomeExchangeWoodRsp", - "id": 51012 - }, - { - "name": "HomeFishFarmingInfoNotify", - "id": 51013 - }, - { - "name": "HomeGalleryInPlayingNotify", - "id": 51014 - }, { "name": "HomeGetArrangementInfoReq", "id": 51015 }, { "name": "HomeGetArrangementInfoRsp", - "id": 51016 + "id": 5806 }, { "name": "HomeGetBasicInfoReq", "id": 51017 }, - { - "name": "HomeGetBlueprintSlotInfoReq", - "id": 51018 - }, - { - "name": "HomeGetBlueprintSlotInfoRsp", - "id": 51019 - }, - { - "name": "HomeGetFishFarmingInfoReq", - "id": 51020 - }, - { - "name": "HomeGetFishFarmingInfoRsp", - "id": 51021 - }, - { - "name": "HomeGetGroupRecordReq", - "id": 51022 - }, - { - "name": "HomeGetGroupRecordRsp", - "id": 51023 - }, { "name": "HomeGetOnlineStatusReq", "id": 51024 }, { "name": "HomeGetOnlineStatusRsp", - "id": 51025 + "id": 23465 }, { "name": "HomeKickPlayerReq", @@ -4823,33 +1891,9 @@ "name": "HomeLimitedShopBuyGoodsRsp", "id": 51029 }, - { - "name": "HomeLimitedShopGoodsListReq", - "id": 51030 - }, - { - "name": "HomeLimitedShopGoodsListRsp", - "id": 51031 - }, - { - "name": "HomeLimitedShopInfoChangeNotify", - "id": 51032 - }, - { - "name": "HomeLimitedShopInfoNotify", - "id": 51033 - }, - { - "name": "HomeLimitedShopInfoReq", - "id": 51034 - }, - { - "name": "HomeLimitedShopInfoRsp", - "id": 51035 - }, { "name": "HomeMarkPointNotify", - "id": 51036 + "id": 7657 }, { "name": "HomeModuleSeenReq", @@ -4867,65 +1911,13 @@ "name": "HomeNewUnlockedBgmIdListNotify", "id": 51040 }, - { - "name": "HomePictureFrameInfoNotify", - "id": 51041 - }, - { - "name": "HomePlantFieldNotify", - "id": 51042 - }, - { - "name": "HomePlantInfoNotify", - "id": 51043 - }, - { - "name": "HomePlantInfoReq", - "id": 51044 - }, - { - "name": "HomePlantInfoRsp", - "id": 51045 - }, - { - "name": "HomePlantSeedReq", - "id": 51046 - }, - { - "name": "HomePlantSeedRsp", - "id": 51047 - }, - { - "name": "HomePlantWeedReq", - "id": 51048 - }, - { - "name": "HomePlantWeedRsp", - "id": 51049 - }, { "name": "HomePreChangeEditModeNotify", - "id": 51050 - }, - { - "name": "HomePreviewBlueprintReq", - "id": 51051 - }, - { - "name": "HomePreviewBlueprintRsp", - "id": 51052 - }, - { - "name": "HomePriorCheckNotify", - "id": 51053 - }, - { - "name": "HomeRacingGallerySettleNotify", - "id": 51054 + "id": 25837 }, { "name": "HomeResourceNotify", - "id": 51055 + "id": 28318 }, { "name": "HomeResourceTakeFetterExpReq", @@ -4933,7 +1925,7 @@ }, { "name": "HomeResourceTakeFetterExpRsp", - "id": 51057 + "id": 22038 }, { "name": "HomeResourceTakeHomeCoinReq", @@ -4941,15 +1933,15 @@ }, { "name": "HomeResourceTakeHomeCoinRsp", - "id": 51059 + "id": 21855 }, { "name": "HomeSaveArrangementNoChangeReq", - "id": 51060 + "id": 23493 }, { "name": "HomeSaveArrangementNoChangeRsp", - "id": 51061 + "id": 6397 }, { "name": "HomeSceneInitFinishReq", @@ -4961,47 +1953,15 @@ }, { "name": "HomeSceneJumpReq", - "id": 51064 + "id": 7730 }, { "name": "HomeSceneJumpRsp", "id": 51065 }, - { - "name": "HomeScenePointFishFarmingInfoNotify", - "id": 51066 - }, - { - "name": "HomeSearchBlueprintReq", - "id": 51067 - }, - { - "name": "HomeSearchBlueprintRsp", - "id": 51068 - }, - { - "name": "HomeSeekFurnitureGalleryScoreNotify", - "id": 51069 - }, - { - "name": "HomeSetBlueprintFriendOptionReq", - "id": 51070 - }, - { - "name": "HomeSetBlueprintFriendOptionRsp", - "id": 51071 - }, - { - "name": "HomeSetBlueprintSlotOptionReq", - "id": 51072 - }, - { - "name": "HomeSetBlueprintSlotOptionRsp", - "id": 51073 - }, { "name": "HomeTransferReq", - "id": 51074 + "id": 6539 }, { "name": "HomeTransferRsp", @@ -5009,364 +1969,12 @@ }, { "name": "HomeUpdateArrangementInfoReq", - "id": 51076 + "id": 25486 }, { "name": "HomeUpdateArrangementInfoRsp", "id": 51077 }, - { - "name": "HomeUpdateFishFarmingInfoReq", - "id": 51078 - }, - { - "name": "HomeUpdateFishFarmingInfoRsp", - "id": 51079 - }, - { - "name": "HomeUpdatePictureFrameInfoReq", - "id": 51080 - }, - { - "name": "HomeUpdatePictureFrameInfoRsp", - "id": 51081 - }, - { - "name": "HomeUpdateScenePointFishFarmingInfoReq", - "id": 51082 - }, - { - "name": "HomeUpdateScenePointFishFarmingInfoRsp", - "id": 51083 - }, - { - "name": "HuntingFailNotify", - "id": 51084 - }, - { - "name": "HuntingGiveUpReq", - "id": 51085 - }, - { - "name": "HuntingGiveUpRsp", - "id": 51086 - }, - { - "name": "HuntingOngoingNotify", - "id": 51087 - }, - { - "name": "HuntingRevealClueNotify", - "id": 51088 - }, - { - "name": "HuntingRevealFinalNotify", - "id": 51089 - }, - { - "name": "HuntingStartNotify", - "id": 51090 - }, - { - "name": "HuntingSuccessNotify", - "id": 51091 - }, - { - "name": "InBattleMechanicusBuildingPointsNotify", - "id": 51092 - }, - { - "name": "InBattleMechanicusCardResultNotify", - "id": 51093 - }, - { - "name": "InBattleMechanicusConfirmCardNotify", - "id": 51094 - }, - { - "name": "InBattleMechanicusConfirmCardReq", - "id": 51095 - }, - { - "name": "InBattleMechanicusConfirmCardRsp", - "id": 51096 - }, - { - "name": "InBattleMechanicusExcapeMonsterNotify", - "id": 51097 - }, - { - "name": "InBattleMechanicusLeftMonsterNotify", - "id": 51098 - }, - { - "name": "InBattleMechanicusPickCardNotify", - "id": 51099 - }, - { - "name": "InBattleMechanicusPickCardReq", - "id": 51100 - }, - { - "name": "InBattleMechanicusPickCardRsp", - "id": 51101 - }, - { - "name": "InBattleMechanicusSettleNotify", - "id": 51102 - }, - { - "name": "InstableSprayEnterDungeonReq", - "id": 51103 - }, - { - "name": "InstableSprayEnterDungeonRsp", - "id": 51104 - }, - { - "name": "InstableSprayGalleryInfoNotify", - "id": 51105 - }, - { - "name": "InstableSprayLevelFinishNotify", - "id": 51106 - }, - { - "name": "InstableSprayRestartDungeonReq", - "id": 51107 - }, - { - "name": "InstableSprayRestartDungeonRsp", - "id": 51108 - }, - { - "name": "InstableSpraySwitchTeamReq", - "id": 51109 - }, - { - "name": "InstableSpraySwitchTeamRsp", - "id": 51110 - }, - { - "name": "InteractDailyDungeonInfoNotify", - "id": 51111 - }, - { - "name": "InterpretInferenceWordReq", - "id": 51112 - }, - { - "name": "InterpretInferenceWordRsp", - "id": 51113 - }, - { - "name": "InterruptGalleryReq", - "id": 51114 - }, - { - "name": "InterruptGalleryRsp", - "id": 51115 - }, - { - "name": "InvestigationMonsterUpdateNotify", - "id": 2443 - }, - { - "name": "InvestigationQuestDailyNotify", - "id": 51117 - }, - { - "name": "InvestigationReadQuestDailyNotify", - "id": 51118 - }, - { - "name": "IrodoriChessEquipCardReq", - "id": 51119 - }, - { - "name": "IrodoriChessEquipCardRsp", - "id": 51120 - }, - { - "name": "IrodoriChessLeftMonsterNotify", - "id": 51121 - }, - { - "name": "IrodoriChessPlayerInfoNotify", - "id": 51122 - }, - { - "name": "IrodoriChessUnequipCardReq", - "id": 51123 - }, - { - "name": "IrodoriChessUnequipCardRsp", - "id": 51124 - }, - { - "name": "IrodoriEditFlowerCombinationReq", - "id": 51125 - }, - { - "name": "IrodoriEditFlowerCombinationRsp", - "id": 51126 - }, - { - "name": "IrodoriFillPoetryReq", - "id": 51127 - }, - { - "name": "IrodoriFillPoetryRsp", - "id": 51128 - }, - { - "name": "IrodoriMasterGalleryCgEndNotify", - "id": 51129 - }, - { - "name": "IrodoriMasterGallerySettleNotify", - "id": 51130 - }, - { - "name": "IrodoriMasterStartGalleryReq", - "id": 51131 - }, - { - "name": "IrodoriMasterStartGalleryRsp", - "id": 51132 - }, - { - "name": "IrodoriScanEntityReq", - "id": 51133 - }, - { - "name": "IrodoriScanEntityRsp", - "id": 51134 - }, - { - "name": "IslandPartyRaftInfoNotify", - "id": 51135 - }, - { - "name": "IslandPartySailInfoNotify", - "id": 51136 - }, - { - "name": "IslandPartySettleNotify", - "id": 51137 - }, - { - "name": "ItemCdGroupTimeNotify", - "id": 51138 - }, - { - "name": "ItemRenameAvatarReq", - "id": 51139 - }, - { - "name": "ItemRenameAvatarRsp", - "id": 51140 - }, - { - "name": "JoinHomeWorldFailNotify", - "id": 51141 - }, - { - "name": "JoinPlayerFailNotify", - "id": 51142 - }, - { - "name": "JoinPlayerSceneReq", - "id": 51143 - }, - { - "name": "JoinPlayerSceneRsp", - "id": 51144 - }, - { - "name": "KeepAliveNotify", - "id": 51145 - }, - { - "name": "LanV3BoatGameStartSingleReq", - "id": 51146 - }, - { - "name": "LanV3BoatGameStartSingleRsp", - "id": 51147 - }, - { - "name": "LanV3BoatGameTransferFinishNotify", - "id": 51148 - }, - { - "name": "LanV3BoatInterruptSettleStageReq", - "id": 51149 - }, - { - "name": "LanV3BoatInterruptSettleStageRsp", - "id": 51150 - }, - { - "name": "LanV3BoatSettleNotify", - "id": 51151 - }, - { - "name": "LanV3RaceRestartReq", - "id": 51152 - }, - { - "name": "LanV3RaceRestartRsp", - "id": 51153 - }, - { - "name": "LanV3RaceSettleNotify", - "id": 51154 - }, - { - "name": "LanV3ShadowFinishLevelReq", - "id": 51155 - }, - { - "name": "LanV3ShadowFinishLevelRsp", - "id": 51156 - }, - { - "name": "LanternRiteDoFireworksReformReq", - "id": 51157 - }, - { - "name": "LanternRiteDoFireworksReformRsp", - "id": 51158 - }, - { - "name": "LanternRiteEndFireworksReformReq", - "id": 51159 - }, - { - "name": "LanternRiteEndFireworksReformRsp", - "id": 51160 - }, - { - "name": "LanternRiteStartFireworksReformReq", - "id": 51161 - }, - { - "name": "LanternRiteStartFireworksReformRsp", - "id": 51162 - }, - { - "name": "LanternRiteTakeSkinRewardReq", - "id": 51163 - }, - { - "name": "LanternRiteTakeSkinRewardRsp", - "id": 51164 - }, - { - "name": "LastPacketPrintNotify", - "id": 51165 - }, { "name": "LaunchFireworksReq", "id": 51166 @@ -5375,22 +1983,6 @@ "name": "LaunchFireworksRsp", "id": 51167 }, - { - "name": "LeaveSceneReq", - "id": 51168 - }, - { - "name": "LeaveSceneRsp", - "id": 51169 - }, - { - "name": "LeaveWorldNotify", - "id": 51170 - }, - { - "name": "LevelTagDataNotify", - "id": 51171 - }, { "name": "LevelupCityReq", "id": 51172 @@ -5399,398 +1991,34 @@ "name": "LevelupCityRsp", "id": 51173 }, - { - "name": "LikeCustomDungeonReq", - "id": 51174 - }, - { - "name": "LikeCustomDungeonRsp", - "id": 51175 - }, - { - "name": "LiveEndNotify", - "id": 51176 - }, - { - "name": "LiveStartNotify", - "id": 51177 - }, - { - "name": "LoadActivityTerrainNotify", - "id": 51178 - }, - { - "name": "LuaEnvironmentEffectNotify", - "id": 51179 - }, - { - "name": "LuaSetOptionNotify", - "id": 29667 - }, - { - "name": "LuminanceStoneChallengeSettleNotify", - "id": 51181 - }, - { - "name": "LunaRiteAreaFinishNotify", - "id": 51182 - }, - { - "name": "LunaRiteGroupBundleRegisterNotify", - "id": 51183 - }, - { - "name": "LunaRiteHintPointRemoveNotify", - "id": 51184 - }, - { - "name": "LunaRiteHintPointReq", - "id": 51185 - }, - { - "name": "LunaRiteHintPointRsp", - "id": 51186 - }, - { - "name": "LunaRiteSacrificeReq", - "id": 51187 - }, - { - "name": "LunaRiteSacrificeRsp", - "id": 51188 - }, - { - "name": "LunaRiteTakeSacrificeRewardReq", - "id": 51189 - }, - { - "name": "LunaRiteTakeSacrificeRewardRsp", - "id": 51190 - }, { "name": "MailChangeNotify", "id": 51191 }, - { - "name": "MainCoopFailNotify", - "id": 51192 - }, - { - "name": "MainCoopUpdateNotify", - "id": 51193 - }, - { - "name": "MapAreaChangeNotify", - "id": 51194 - }, - { - "name": "MarkEntityInMinMapNotify", - "id": 51195 - }, { "name": "MarkNewNotify", - "id": 51196 - }, - { - "name": "MarkTargetInvestigationMonsterNotify", - "id": 4072 + "id": 5979 }, { "name": "MassiveEntityElementOpBatchNotify", "id": 25032 }, - { - "name": "MassiveEntityStateChangedNotify", - "id": 51199 - }, - { - "name": "MaterialDeleteReturnNotify", - "id": 51200 - }, - { - "name": "MaterialDeleteUpdateNotify", - "id": 51201 - }, - { - "name": "MechanicusCandidateTeamCreateReq", - "id": 51202 - }, - { - "name": "MechanicusCandidateTeamCreateRsp", - "id": 51203 - }, - { - "name": "MechanicusCloseNotify", - "id": 51204 - }, - { - "name": "MechanicusCoinNotify", - "id": 51205 - }, - { - "name": "MechanicusLevelupGearReq", - "id": 51206 - }, - { - "name": "MechanicusLevelupGearRsp", - "id": 51207 - }, - { - "name": "MechanicusOpenNotify", - "id": 51208 - }, - { - "name": "MechanicusSequenceOpenNotify", - "id": 51209 - }, - { - "name": "MechanicusUnlockGearReq", - "id": 51210 - }, - { - "name": "MechanicusUnlockGearRsp", - "id": 51211 - }, - { - "name": "MeetNpcReq", - "id": 51212 - }, - { - "name": "MeetNpcRsp", - "id": 51213 - }, - { - "name": "MetNpcIdListNotify", - "id": 51214 - }, - { - "name": "MichiaeMatsuriDarkPressureLevelUpdateNotify", - "id": 51215 - }, - { - "name": "MichiaeMatsuriGainCrystalExpUpdateNotify", - "id": 51216 - }, - { - "name": "MichiaeMatsuriInteractStatueReq", - "id": 51217 - }, - { - "name": "MichiaeMatsuriInteractStatueRsp", - "id": 51218 - }, - { - "name": "MichiaeMatsuriRemoveChallengeMarkNotify", - "id": 51219 - }, - { - "name": "MichiaeMatsuriRemoveChestMarkNotify", - "id": 51220 - }, - { - "name": "MichiaeMatsuriStartBossChallengeReq", - "id": 51221 - }, - { - "name": "MichiaeMatsuriStartBossChallengeRsp", - "id": 51222 - }, - { - "name": "MichiaeMatsuriStartDarkChallengeReq", - "id": 51223 - }, - { - "name": "MichiaeMatsuriStartDarkChallengeRsp", - "id": 51224 - }, - { - "name": "MichiaeMatsuriUnlockCrystalSkillReq", - "id": 51225 - }, - { - "name": "MichiaeMatsuriUnlockCrystalSkillRsp", - "id": 51226 - }, - { - "name": "MiracleRingDataNotify", - "id": 51227 - }, - { - "name": "MiracleRingDeliverItemReq", - "id": 51228 - }, - { - "name": "MiracleRingDeliverItemRsp", - "id": 51229 - }, - { - "name": "MiracleRingDestroyNotify", - "id": 51230 - }, - { - "name": "MiracleRingDropResultNotify", - "id": 51231 - }, - { - "name": "MiracleRingTakeRewardReq", - "id": 51232 - }, - { - "name": "MiracleRingTakeRewardRsp", - "id": 51233 - }, - { - "name": "MistTrialDunegonFailNotify", - "id": 51234 - }, - { - "name": "MistTrialFloorLevelNotify", - "id": 51235 - }, - { - "name": "MistTrialGetChallengeMissionReq", - "id": 51236 - }, - { - "name": "MistTrialGetChallengeMissionRsp", - "id": 51237 - }, - { - "name": "MistTrialGetDungeonExhibitionDataReq", - "id": 51238 - }, - { - "name": "MistTrialGetDungeonExhibitionDataRsp", - "id": 51239 - }, - { - "name": "MistTrialSelectAvatarAndEnterDungeonReq", - "id": 51240 - }, - { - "name": "MistTrialSelectAvatarAndEnterDungeonRsp", - "id": 51241 - }, - { - "name": "MistTrialSettleNotify", - "id": 51242 - }, { "name": "MonsterAIConfigHashNotify", "id": 51243 }, { "name": "MonsterForceAlertNotify", - "id": 51244 - }, - { - "name": "MonsterPointArrayRouteUpdateNotify", - "id": 51245 + "id": 5287 }, { "name": "MonsterSummonTagNotify", - "id": 51246 - }, - { - "name": "MpBlockNotify", - "id": 51247 - }, - { - "name": "MpPlayGuestReplyInviteReq", - "id": 51248 - }, - { - "name": "MpPlayGuestReplyInviteRsp", - "id": 51249 - }, - { - "name": "MpPlayGuestReplyNotify", - "id": 51250 - }, - { - "name": "MpPlayInviteResultNotify", - "id": 51251 - }, - { - "name": "MpPlayOwnerCheckReq", - "id": 51252 - }, - { - "name": "MpPlayOwnerCheckRsp", - "id": 51253 - }, - { - "name": "MpPlayOwnerInviteNotify", - "id": 51254 - }, - { - "name": "MpPlayOwnerStartInviteReq", - "id": 51255 - }, - { - "name": "MpPlayOwnerStartInviteRsp", - "id": 51256 - }, - { - "name": "MpPlayPrepareInterruptNotify", - "id": 51257 - }, - { - "name": "MpPlayPrepareNotify", - "id": 51258 - }, - { - "name": "MultistagePlayEndNotify", - "id": 51259 - }, - { - "name": "MultistagePlayFinishStageReq", - "id": 51260 - }, - { - "name": "MultistagePlayFinishStageRsp", - "id": 51261 - }, - { - "name": "MultistagePlayInfoNotify", - "id": 51262 - }, - { - "name": "MultistagePlaySettleNotify", - "id": 51263 - }, - { - "name": "MultistagePlayStageEndNotify", - "id": 51264 - }, - { - "name": "MuqadasPotionActivityEnterDungeonReq", - "id": 51265 - }, - { - "name": "MuqadasPotionActivityEnterDungeonRsp", - "id": 51266 - }, - { - "name": "MuqadasPotionCaptureWeaknessReq", - "id": 51267 - }, - { - "name": "MuqadasPotionCaptureWeaknessRsp", - "id": 51268 + "id": 7831 }, { "name": "MuqadasPotionDungeonSettleNotify", "id": 51269 }, - { - "name": "MuqadasPotionRestartDungeonReq", - "id": 51270 - }, - { - "name": "MuqadasPotionRestartDungeonRsp", - "id": 51271 - }, { "name": "MusicGameSettleReq", "id": 51272 @@ -5807,85 +2035,9 @@ "name": "MusicGameStartRsp", "id": 51275 }, - { - "name": "NavMeshStatsNotify", - "id": 51276 - }, - { - "name": "NicknameAuditConfigNotify", - "id": 51277 - }, - { - "name": "NightCrowGadgetObservationMatchReq", - "id": 51278 - }, - { - "name": "NightCrowGadgetObservationMatchRsp", - "id": 51279 - }, - { - "name": "NormalUidOpNotify", - "id": 51280 - }, - { - "name": "NpcTalkStateNotify", - "id": 51281 - }, - { - "name": "OfferingInteractReq", - "id": 51282 - }, - { - "name": "OfferingInteractRsp", - "id": 51283 - }, - { - "name": "OneoffGatherPointDetectorDataNotify", - "id": 51284 - }, - { - "name": "OpActivityDataNotify", - "id": 51285 - }, - { - "name": "OpActivityStateNotify", - "id": 51286 - }, - { - "name": "OpActivityUpdateNotify", - "id": 51287 - }, - { - "name": "OpenBlossomCircleCampGuideNotify", - "id": 51288 - }, - { - "name": "OrderDisplayNotify", - "id": 51289 - }, - { - "name": "OrderFinishNotify", - "id": 51290 - }, { "name": "OtherPlayerEnterHomeNotify", - "id": 51291 - }, - { - "name": "OutStuckCustomDungeonReq", - "id": 51292 - }, - { - "name": "OutStuckCustomDungeonRsp", - "id": 51293 - }, - { - "name": "PSNBlackListNotify", - "id": 51294 - }, - { - "name": "PSNFriendListNotify", - "id": 51295 + "id": 28932 }, { "name": "PSPlayerApplyEnterMpReq", @@ -5899,22 +2051,6 @@ "name": "PathfindingEnterSceneRsp", "id": 51298 }, - { - "name": "PathfindingPingNotify", - "id": 51299 - }, - { - "name": "PerformOperationNotify", - "id": 51300 - }, - { - "name": "PersistentDungeonSwitchAvatarReq", - "id": 51301 - }, - { - "name": "PersistentDungeonSwitchAvatarRsp", - "id": 51302 - }, { "name": "PersonalLineAllDataReq", "id": 51303 @@ -5923,125 +2059,17 @@ "name": "PersonalLineAllDataRsp", "id": 51304 }, - { - "name": "PersonalLineNewUnlockNotify", - "id": 51305 - }, - { - "name": "PhotoActivityClientViewReq", - "id": 51306 - }, - { - "name": "PhotoActivityClientViewRsp", - "id": 51307 - }, - { - "name": "PhotoActivityFinishReq", - "id": 51308 - }, - { - "name": "PhotoActivityFinishRsp", - "id": 51309 - }, - { - "name": "PlantFlowerAcceptAllGiveFlowerReq", - "id": 51310 - }, - { - "name": "PlantFlowerAcceptAllGiveFlowerRsp", - "id": 51311 - }, - { - "name": "PlantFlowerAcceptGiveFlowerReq", - "id": 51312 - }, - { - "name": "PlantFlowerAcceptGiveFlowerRsp", - "id": 51313 - }, - { - "name": "PlantFlowerEditFlowerCombinationReq", - "id": 51314 - }, - { - "name": "PlantFlowerEditFlowerCombinationRsp", - "id": 51315 - }, - { - "name": "PlantFlowerGetCanGiveFriendFlowerReq", - "id": 51316 - }, - { - "name": "PlantFlowerGetCanGiveFriendFlowerRsp", - "id": 51317 - }, - { - "name": "PlantFlowerGetFriendFlowerWishListReq", - "id": 51318 - }, - { - "name": "PlantFlowerGetFriendFlowerWishListRsp", - "id": 51319 - }, - { - "name": "PlantFlowerGetRecvFlowerListReq", - "id": 51320 - }, - { - "name": "PlantFlowerGetRecvFlowerListRsp", - "id": 51321 - }, - { - "name": "PlantFlowerGetSeedInfoReq", - "id": 51322 - }, - { - "name": "PlantFlowerGetSeedInfoRsp", - "id": 51323 - }, - { - "name": "PlantFlowerGiveFriendFlowerReq", - "id": 51324 - }, - { - "name": "PlantFlowerGiveFriendFlowerRsp", - "id": 51325 - }, - { - "name": "PlantFlowerHaveRecvFlowerNotify", - "id": 51326 - }, - { - "name": "PlantFlowerSetFlowerWishReq", - "id": 51327 - }, - { - "name": "PlantFlowerSetFlowerWishRsp", - "id": 51328 - }, - { - "name": "PlantFlowerTakeSeedRewardReq", - "id": 51329 - }, - { - "name": "PlantFlowerTakeSeedRewardRsp", - "id": 51330 - }, { "name": "PlatformChangeRouteNotify", - "id": 51331 + "id": 28607 }, { "name": "PlatformStartRouteNotify", - "id": 51332 + "id": 25562 }, { "name": "PlatformStopRouteNotify", - "id": 51333 - }, - { - "name": "PlayerAllowEnterMpAfterAgreeMatchNotify", - "id": 51334 + "id": 25803 }, { "name": "PlayerApplyEnterHomeNotify", @@ -6059,10 +2087,6 @@ "name": "PlayerApplyEnterHomeResultRsp", "id": 51338 }, - { - "name": "PlayerApplyEnterMpAfterMatchAgreedNotify", - "id": 51339 - }, { "name": "PlayerApplyEnterMpNotify", "id": 7182 @@ -6073,7 +2097,7 @@ }, { "name": "PlayerApplyEnterMpResultNotify", - "id": 1143 + "id": 27203 }, { "name": "PlayerApplyEnterMpResultReq", @@ -6087,54 +2111,26 @@ "name": "PlayerApplyEnterMpRsp", "id": 20430 }, - { - "name": "PlayerCancelMatchReq", - "id": 51346 - }, - { - "name": "PlayerCancelMatchRsp", - "id": 51347 - }, - { - "name": "PlayerChatCDNotify", - "id": 51348 - }, { "name": "PlayerChatNotify", - "id": 51349 + "id": 1772 }, { "name": "PlayerChatReq", - "id": 51350 + "id": 5171 }, { "name": "PlayerChatRsp", "id": 51351 }, - { - "name": "PlayerCompoundMaterialBoostReq", - "id": 51352 - }, - { - "name": "PlayerCompoundMaterialBoostRsp", - "id": 3301 - }, { "name": "PlayerCompoundMaterialReq", - "id": 51354 + "id": 26870 }, { "name": "PlayerCompoundMaterialRsp", "id": 4656 }, - { - "name": "PlayerConfirmMatchReq", - "id": 51356 - }, - { - "name": "PlayerConfirmMatchRsp", - "id": 51357 - }, { "name": "PlayerCookArgsReq", "id": 51358 @@ -6151,49 +2147,13 @@ "name": "PlayerCookRsp", "id": 51361 }, - { - "name": "PlayerDeathZoneNotify", - "id": 51362 - }, - { - "name": "PlayerEyePointStateNotify", - "id": 51363 - }, - { - "name": "PlayerFishingDataNotify", - "id": 51364 - }, { "name": "PlayerForceExitReq", "id": 51365 }, - { - "name": "PlayerForceExitRsp", - "id": 51366 - }, - { - "name": "PlayerGCGMatchConfirmNotify", - "id": 51367 - }, - { - "name": "PlayerGCGMatchDismissNotify", - "id": 51368 - }, - { - "name": "PlayerGameTimeByLuaNotify", - "id": 51369 - }, - { - "name": "PlayerGeneralMatchConfirmNotify", - "id": 51370 - }, - { - "name": "PlayerGeneralMatchDismissNotify", - "id": 51371 - }, { "name": "PlayerGetForceQuitBanInfoReq", - "id": 51372 + "id": 1112 }, { "name": "PlayerGetForceQuitBanInfoRsp", @@ -6203,10 +2163,6 @@ "name": "PlayerHomeCompInfoNotify", "id": 51374 }, - { - "name": "PlayerInjectFixNotify", - "id": 51375 - }, { "name": "PlayerInvestigationAllInfoNotify", "id": 27774 @@ -6219,69 +2175,13 @@ "name": "PlayerInvestigationTargetNotify", "id": 22101 }, - { - "name": "PlayerIpRegionNotify", - "id": 51379 - }, { "name": "PlayerLevelRewardUpdateNotify", - "id": 51380 - }, - { - "name": "PlayerLogoutNotify", - "id": 51381 - }, - { - "name": "PlayerLogoutReq", - "id": 51382 - }, - { - "name": "PlayerLogoutRsp", - "id": 51383 - }, - { - "name": "PlayerLuaShellNotify", - "id": 51384 - }, - { - "name": "PlayerMatchAgreedResultNotify", - "id": 51385 - }, - { - "name": "PlayerMatchInfoNotify", - "id": 51386 - }, - { - "name": "PlayerMatchStopNotify", - "id": 51387 - }, - { - "name": "PlayerMatchSuccNotify", - "id": 51388 - }, - { - "name": "PlayerNicknameAuditDataNotify", - "id": 51389 - }, - { - "name": "PlayerNicknameNotify", - "id": 51390 - }, - { - "name": "PlayerOfferingDataNotify", - "id": 51391 - }, - { - "name": "PlayerOfferingReq", - "id": 51392 - }, - { - "name": "PlayerOfferingRsp", - "id": 51393 + "id": 2830 }, { "name": "PlayerPreEnterMpNotify", - "id": 51394 + "id": 22149 }, { "name": "PlayerQuitDungeonRsp", @@ -6289,119 +2189,7 @@ }, { "name": "PlayerQuitFromHomeNotify", - "id": 51396 - }, - { - "name": "PlayerQuitFromMpNotify", - "id": 51397 - }, - { - "name": "PlayerRandomCookReq", - "id": 51398 - }, - { - "name": "PlayerRandomCookRsp", - "id": 51399 - }, - { - "name": "PlayerRechargeDataNotify", - "id": 51400 - }, - { - "name": "PlayerReportReq", - "id": 51401 - }, - { - "name": "PlayerReportRsp", - "id": 51402 - }, - { - "name": "PlayerRoutineDataNotify", - "id": 51403 - }, - { - "name": "PlayerSetLanguageReq", - "id": 51404 - }, - { - "name": "PlayerSetLanguageRsp", - "id": 51405 - }, - { - "name": "PlayerSetOnlyMPWithPSPlayerReq", - "id": 51406 - }, - { - "name": "PlayerSetOnlyMPWithPSPlayerRsp", - "id": 51407 - }, - { - "name": "PlayerSignatureAuditDataNotify", - "id": 51408 - }, - { - "name": "PlayerSignatureNotify", - "id": 51409 - }, - { - "name": "PlayerStartMatchReq", - "id": 51410 - }, - { - "name": "PlayerStartMatchRsp", - "id": 51411 - }, - { - "name": "PotionEnterDungeonNotify", - "id": 51412 - }, - { - "name": "PotionEnterDungeonReq", - "id": 51413 - }, - { - "name": "PotionEnterDungeonRsp", - "id": 51414 - }, - { - "name": "PotionResetChallengeReq", - "id": 51415 - }, - { - "name": "PotionResetChallengeRsp", - "id": 51416 - }, - { - "name": "PotionRestartDungeonReq", - "id": 51417 - }, - { - "name": "PotionRestartDungeonRsp", - "id": 51418 - }, - { - "name": "PotionSaveDungeonResultReq", - "id": 51419 - }, - { - "name": "PotionSaveDungeonResultRsp", - "id": 51420 - }, - { - "name": "PrivateChatRsp", - "id": 51421 - }, - { - "name": "ProfilePictureChangeNotify", - "id": 51422 - }, - { - "name": "ProjectorOptionReq", - "id": 51423 - }, - { - "name": "ProjectorOptionRsp", - "id": 51424 + "id": 21403 }, { "name": "ProudSkillChangeNotify", @@ -6411,46 +2199,6 @@ "name": "ProudSkillExtraLevelNotify", "id": 51426 }, - { - "name": "ProudSkillUpgradeReq", - "id": 51427 - }, - { - "name": "ProudSkillUpgradeRsp", - "id": 51428 - }, - { - "name": "PublishCustomDungeonReq", - "id": 51429 - }, - { - "name": "PublishCustomDungeonRsp", - "id": 51430 - }, - { - "name": "PublishUgcReq", - "id": 51431 - }, - { - "name": "PublishUgcRsp", - "id": 51432 - }, - { - "name": "PushTipsAllDataNotify", - "id": 51433 - }, - { - "name": "PushTipsChangeNotify", - "id": 51434 - }, - { - "name": "PushTipsReadFinishReq", - "id": 51435 - }, - { - "name": "PushTipsReadFinishRsp", - "id": 51436 - }, { "name": "QueryCodexMonsterBeKilledNumReq", "id": 21437 @@ -6471,17 +2219,9 @@ "name": "QuestDelNotify", "id": 9734 }, - { - "name": "QuickOpenActivityReq", - "id": 51442 - }, - { - "name": "QuickOpenActivityRsp", - "id": 51443 - }, { "name": "QuickUseWidgetReq", - "id": 51444 + "id": 1372 }, { "name": "QuickUseWidgetRsp", @@ -6491,29 +2231,9 @@ "name": "ReadMailNotify", "id": 51446 }, - { - "name": "ReadNicknameAuditReq", - "id": 51447 - }, - { - "name": "ReadNicknameAuditRsp", - "id": 51448 - }, { "name": "ReadPrivateChatReq", - "id": 51449 - }, - { - "name": "ReadPrivateChatRsp", - "id": 51450 - }, - { - "name": "ReadSignatureAuditReq", - "id": 51451 - }, - { - "name": "ReadSignatureAuditRsp", - "id": 51452 + "id": 24013 }, { "name": "ReceivedTrialAvatarActivityRewardReq", @@ -6523,590 +2243,74 @@ "name": "ReceivedTrialAvatarActivityRewardRsp", "id": 51454 }, - { - "name": "RechargeReq", - "id": 51455 - }, - { - "name": "RechargeRsp", - "id": 51456 - }, - { - "name": "RedeemLegendaryKeyReq", - "id": 51457 - }, - { - "name": "RedeemLegendaryKeyRsp", - "id": 51458 - }, { "name": "ReformFireworksReq", - "id": 51459 + "id": 3254 }, { "name": "ReformFireworksRsp", "id": 51460 }, - { - "name": "RefreshBackgroundAvatarReq", - "id": 51461 - }, - { - "name": "RefreshBackgroundAvatarRsp", - "id": 51462 - }, - { - "name": "RefreshEntityAuthNotify", - "id": 51463 - }, - { - "name": "RefreshRogueDiaryCardReq", - "id": 51464 - }, - { - "name": "RefreshRogueDiaryCardRsp", - "id": 51465 - }, - { - "name": "RefreshRoguelikeDungeonCardReq", - "id": 51466 - }, - { - "name": "RefreshRoguelikeDungeonCardRsp", - "id": 51467 - }, - { - "name": "RegionSearchChangeRegionNotify", - "id": 51468 - }, - { - "name": "RegionSearchNotify", - "id": 51469 - }, - { - "name": "RegionalPlayInfoNotify", - "id": 51470 - }, { "name": "ReliquaryDecomposeReq", - "id": 51471 + "id": 25206 }, { "name": "ReliquaryDecomposeRsp", - "id": 51472 - }, - { - "name": "ReliquaryFilterStateNotify", - "id": 51473 - }, - { - "name": "ReliquaryFilterStateSaveNotify", - "id": 51474 - }, - { - "name": "ReliquaryPromoteReq", - "id": 51475 - }, - { - "name": "ReliquaryPromoteRsp", - "id": 51476 + "id": 8148 }, { "name": "ReliquaryUpgradeReq", - "id": 51477 + "id": 9142 }, { "name": "ReliquaryUpgradeRsp", - "id": 51478 - }, - { - "name": "RemotePlayerWidgetNotify", - "id": 51479 - }, - { - "name": "RemoveBlacklistReq", - "id": 51480 - }, - { - "name": "RemoveBlacklistRsp", - "id": 51481 - }, - { - "name": "RemoveCustomDungeonReq", - "id": 51482 - }, - { - "name": "RemoveCustomDungeonRsp", - "id": 51483 - }, - { - "name": "RemoveRandTaskInfoNotify", - "id": 51484 - }, - { - "name": "ReplayCustomDungeonReq", - "id": 51485 - }, - { - "name": "ReplayCustomDungeonRsp", - "id": 51486 - }, - { - "name": "ReportFightAntiCheatNotify", - "id": 51487 - }, - { - "name": "ReportTrackingIOInfoNotify", - "id": 51488 - }, - { - "name": "RequestLiveInfoReq", - "id": 51489 - }, - { - "name": "RequestLiveInfoRsp", - "id": 51490 - }, - { - "name": "ReserveRogueDiaryAvatarReq", - "id": 51491 - }, - { - "name": "ReserveRogueDiaryAvatarRsp", - "id": 51492 - }, - { - "name": "ResetRogueDiaryPlayReq", - "id": 51493 - }, - { - "name": "ResetRogueDiaryPlayRsp", - "id": 51494 - }, - { - "name": "ResinCardDataUpdateNotify", - "id": 51495 + "id": 5692 }, { "name": "ResinChangeNotify", "id": 51496 }, - { - "name": "RestartCoinCollectPlaySingleModeReq", - "id": 51497 - }, - { - "name": "RestartCoinCollectPlaySingleModeRsp", - "id": 51498 - }, - { - "name": "RestartEffigyChallengeReq", - "id": 51499 - }, - { - "name": "RestartEffigyChallengeRsp", - "id": 51500 - }, - { - "name": "ResumeRogueDiaryDungeonReq", - "id": 51501 - }, - { - "name": "ResumeRogueDiaryDungeonRsp", - "id": 51502 - }, - { - "name": "RetryCurRogueDiaryDungeonReq", - "id": 51503 - }, - { - "name": "RetryCurRogueDiaryDungeonRsp", - "id": 51504 - }, - { - "name": "ReunionActivateNotify", - "id": 51505 - }, - { - "name": "ReunionBriefInfoReq", - "id": 51506 - }, - { - "name": "ReunionBriefInfoRsp", - "id": 51507 - }, - { - "name": "ReunionDailyRefreshNotify", - "id": 51508 - }, - { - "name": "ReunionPrivilegeChangeNotify", - "id": 51509 - }, - { - "name": "ReunionSettleNotify", - "id": 51510 - }, { "name": "RobotPushPlayerDataNotify", "id": 51511 }, - { - "name": "RogueCellUpdateNotify", - "id": 51512 - }, - { - "name": "RogueDiaryCoinAddNotify", - "id": 51513 - }, - { - "name": "RogueDiaryDungeonInfoNotify", - "id": 51514 - }, { "name": "RogueDiaryDungeonSettleNotify", "id": 51515 }, - { - "name": "RogueDiaryRepairInfoNotify", - "id": 51516 - }, - { - "name": "RogueDiaryReviveAvatarReq", - "id": 51517 - }, - { - "name": "RogueDiaryReviveAvatarRsp", - "id": 51518 - }, - { - "name": "RogueDiaryTiredAvatarNotify", - "id": 51519 - }, - { - "name": "RogueDungeonPlayerCellChangeNotify", - "id": 51520 - }, - { - "name": "RogueFinishRepairReq", - "id": 51521 - }, - { - "name": "RogueFinishRepairRsp", - "id": 51522 - }, - { - "name": "RogueHealAvatarsReq", - "id": 51523 - }, - { - "name": "RogueHealAvatarsRsp", - "id": 51524 - }, - { - "name": "RogueResumeDungeonReq", - "id": 51525 - }, - { - "name": "RogueResumeDungeonRsp", - "id": 51526 - }, - { - "name": "RogueSwitchAvatarReq", - "id": 51527 - }, - { - "name": "RogueSwitchAvatarRsp", - "id": 51528 - }, - { - "name": "RoguelikeCardGachaNotify", - "id": 51529 - }, - { - "name": "RoguelikeEffectDataNotify", - "id": 51530 - }, - { - "name": "RoguelikeEffectViewReq", - "id": 51531 - }, - { - "name": "RoguelikeEffectViewRsp", - "id": 51532 - }, - { - "name": "RoguelikeGiveUpReq", - "id": 51533 - }, - { - "name": "RoguelikeGiveUpRsp", - "id": 51534 - }, - { - "name": "RoguelikeMistClearNotify", - "id": 51535 - }, - { - "name": "RoguelikeRefreshCardCostUpdateNotify", - "id": 51536 - }, - { - "name": "RoguelikeResourceBonusPropUpdateNotify", - "id": 51537 - }, - { - "name": "RoguelikeRuneRecordUpdateNotify", - "id": 51538 - }, - { - "name": "RoguelikeSelectAvatarAndEnterDungeonReq", - "id": 51539 - }, - { - "name": "RoguelikeSelectAvatarAndEnterDungeonRsp", - "id": 51540 - }, - { - "name": "RoguelikeTakeStageFirstPassRewardReq", - "id": 51541 - }, - { - "name": "RoguelikeTakeStageFirstPassRewardRsp", - "id": 51542 - }, - { - "name": "SalesmanDeliverItemReq", - "id": 51543 - }, - { - "name": "SalesmanDeliverItemRsp", - "id": 51544 - }, - { - "name": "SalesmanTakeRewardReq", - "id": 51545 - }, - { - "name": "SalesmanTakeRewardRsp", - "id": 51546 - }, - { - "name": "SalesmanTakeSpecialRewardReq", - "id": 51547 - }, - { - "name": "SalesmanTakeSpecialRewardRsp", - "id": 51548 - }, - { - "name": "SalvageEscortRestartReq", - "id": 51549 - }, - { - "name": "SalvageEscortRestartRsp", - "id": 51550 - }, - { - "name": "SalvageEscortSettleNotify", - "id": 51551 - }, - { - "name": "SalvagePreventRestartReq", - "id": 51552 - }, - { - "name": "SalvagePreventRestartRsp", - "id": 51553 - }, - { - "name": "SalvagePreventSettleNotify", - "id": 51554 - }, - { - "name": "SaveCoopDialogReq", - "id": 51555 - }, - { - "name": "SaveCoopDialogRsp", - "id": 51556 - }, - { - "name": "SaveCustomDungeonRoomReq", - "id": 51557 - }, - { - "name": "SaveCustomDungeonRoomRsp", - "id": 51558 - }, - { - "name": "SaveMainCoopReq", - "id": 51559 - }, - { - "name": "SaveMainCoopRsp", - "id": 51560 - }, - { - "name": "SaveUgcReq", - "id": 51561 - }, - { - "name": "SaveUgcRsp", - "id": 51562 - }, { "name": "SceneAreaUnlockNotify", "id": 1330 }, { "name": "SceneAudioNotify", - "id": 51564 + "id": 7184 }, { "name": "SceneAvatarStaminaStepReq", - "id": 51565 - }, - { - "name": "SceneAvatarStaminaStepRsp", - "id": 51566 - }, - { - "name": "SceneCreateEntityReq", - "id": 51567 - }, - { - "name": "SceneCreateEntityRsp", - "id": 51568 + "id": 27101 }, { "name": "SceneDataNotify", - "id": 51569 - }, - { - "name": "SceneDestroyEntityReq", - "id": 51570 - }, - { - "name": "SceneDestroyEntityRsp", - "id": 51571 - }, - { - "name": "SceneEntitiesMoveCombineNotify", - "id": 51572 - }, - { - "name": "SceneEntitiesMovesReq", - "id": 51573 - }, - { - "name": "SceneEntitiesMovesRsp", - "id": 51574 + "id": 23591 }, { "name": "SceneEntityDrownReq", - "id": 51575 + "id": 23233 }, { "name": "SceneEntityDrownRsp", - "id": 51576 - }, - { - "name": "SceneEntityMoveReq", - "id": 51577 - }, - { - "name": "SceneEntityMoveRsp", - "id": 51578 - }, - { - "name": "SceneGalleryInfoNotify", - "id": 51579 - }, - { - "name": "SceneGalleryVintageHuntingSettleNotify", - "id": 51580 - }, - { - "name": "SceneKickPlayerNotify", - "id": 51581 + "id": 29817 }, { "name": "SceneKickPlayerReq", - "id": 51582 + "id": 182 }, { "name": "SceneKickPlayerRsp", "id": 51583 }, - { - "name": "ScenePlayBattleInfoListNotify", - "id": 51584 - }, - { - "name": "ScenePlayBattleInfoNotify", - "id": 51585 - }, - { - "name": "ScenePlayBattleInterruptNotify", - "id": 51586 - }, - { - "name": "ScenePlayBattleResultNotify", - "id": 51587 - }, - { - "name": "ScenePlayBattleUidOpNotify", - "id": 51588 - }, - { - "name": "ScenePlayGuestReplyInviteReq", - "id": 51589 - }, - { - "name": "ScenePlayGuestReplyInviteRsp", - "id": 51590 - }, - { - "name": "ScenePlayGuestReplyNotify", - "id": 51591 - }, - { - "name": "ScenePlayInfoListNotify", - "id": 51592 - }, - { - "name": "ScenePlayInviteResultNotify", - "id": 51593 - }, - { - "name": "ScenePlayOutofRegionNotify", - "id": 51594 - }, - { - "name": "ScenePlayOwnerCheckReq", - "id": 51595 - }, - { - "name": "ScenePlayOwnerCheckRsp", - "id": 51596 - }, - { - "name": "ScenePlayOwnerInviteNotify", - "id": 51597 - }, - { - "name": "ScenePlayOwnerStartInviteReq", - "id": 51598 - }, - { - "name": "ScenePlayOwnerStartInviteRsp", - "id": 51599 - }, - { - "name": "ScenePlayerBackgroundAvatarRefreshNotify", - "id": 51600 - }, { "name": "ScenePlayerLocationNotify", "id": 21376 @@ -7115,114 +2319,10 @@ "name": "ScenePlayerSoundNotify", "id": 51602 }, - { - "name": "SceneRouteChangeNotify", - "id": 51603 - }, - { - "name": "SceneWeatherForcastReq", - "id": 51604 - }, - { - "name": "SceneWeatherForcastRsp", - "id": 51605 - }, - { - "name": "SeaLampCoinNotify", - "id": 51606 - }, - { - "name": "SeaLampContributeItemReq", - "id": 51607 - }, - { - "name": "SeaLampContributeItemRsp", - "id": 51608 - }, - { - "name": "SeaLampFlyLampNotify", - "id": 51609 - }, - { - "name": "SeaLampFlyLampReq", - "id": 51610 - }, - { - "name": "SeaLampFlyLampRsp", - "id": 51611 - }, - { - "name": "SeaLampPopularityNotify", - "id": 51612 - }, - { - "name": "SeaLampTakeContributionRewardReq", - "id": 51613 - }, - { - "name": "SeaLampTakeContributionRewardRsp", - "id": 51614 - }, - { - "name": "SeaLampTakePhaseRewardReq", - "id": 51615 - }, - { - "name": "SeaLampTakePhaseRewardRsp", - "id": 51616 - }, - { - "name": "SealBattleBeginNotify", - "id": 51617 - }, - { - "name": "SealBattleEndNotify", - "id": 51618 - }, - { - "name": "SealBattleProgressNotify", - "id": 51619 - }, - { - "name": "SearchCustomDungeonReq", - "id": 51620 - }, - { - "name": "SearchCustomDungeonRsp", - "id": 51621 - }, { "name": "SeeMonsterReq", "id": 25646 }, - { - "name": "SeeMonsterRsp", - "id": 51623 - }, - { - "name": "SelectAsterMidDifficultyReq", - "id": 51624 - }, - { - "name": "SelectAsterMidDifficultyRsp", - "id": 51625 - }, - { - "name": "SelectEffigyChallengeConditionReq", - "id": 51626 - }, - { - "name": "SelectEffigyChallengeConditionRsp", - "id": 51627 - }, - { - "name": "SelectRoguelikeDungeonCardReq", - "id": 51628 - }, - { - "name": "SelectRoguelikeDungeonCardRsp", - "id": 51629 - }, { "name": "ServerAnnounceRevokeNotify", "id": 51630 @@ -7231,45 +2331,21 @@ "name": "ServerBuffChangeNotify", "id": 51631 }, - { - "name": "ServerCombatEndNotify", - "id": 51632 - }, { "name": "ServerCondMeetQuestListUpdateNotify", "id": 25746 }, - { - "name": "ServerDisconnectClientNotify", - "id": 51634 - }, { "name": "ServerGlobalValueChangeNotify", - "id": 51635 - }, - { - "name": "ServerLogNotify", - "id": 20727 - }, - { - "name": "ServerMessageNotify", - "id": 51637 + "id": 22099 }, { "name": "ServerTimeNotify", "id": 3350 }, - { - "name": "ServerTryCancelGeneralMatchNotify", - "id": 51639 - }, - { - "name": "ServerUpdateGlobalValueNotify", - "id": 51640 - }, { "name": "SetBattlePassViewedReq", - "id": 51641 + "id": 4006 }, { "name": "SetBattlePassViewedRsp", @@ -7277,72 +2353,24 @@ }, { "name": "SetChatEmojiCollectionReq", - "id": 51643 + "id": 1123 }, { "name": "SetChatEmojiCollectionRsp", "id": 51644 }, - { - "name": "SetCodexPushtipsReadReq", - "id": 51645 - }, - { - "name": "SetCodexPushtipsReadRsp", - "id": 51646 - }, - { - "name": "SetCoopChapterViewedReq", - "id": 51647 - }, { "name": "SetCoopChapterViewedRsp", "id": 51648 }, - { - "name": "SetCurExpeditionChallengeIdReq", - "id": 51649 - }, - { - "name": "SetCurExpeditionChallengeIdRsp", - "id": 51650 - }, { "name": "SetFriendEnterHomeOptionReq", - "id": 51651 + "id": 27828 }, { "name": "SetFriendEnterHomeOptionRsp", "id": 51652 }, - { - "name": "SetFriendRemarkNameReq", - "id": 51653 - }, - { - "name": "SetFriendRemarkNameRsp", - "id": 51654 - }, - { - "name": "SetH5ActivityRedDotTimestampReq", - "id": 51655 - }, - { - "name": "SetH5ActivityRedDotTimestampRsp", - "id": 51656 - }, - { - "name": "SetIsAutoUnlockSpecificEquipReq", - "id": 51657 - }, - { - "name": "SetIsAutoUnlockSpecificEquipRsp", - "id": 51658 - }, - { - "name": "SetLimitOptimizationNotify", - "id": 51659 - }, { "name": "SetOpenStateReq", "id": 9009 @@ -7367,14 +2395,6 @@ "name": "SetPlayerPropRsp", "id": 4436 }, - { - "name": "SetSceneWeatherAreaReq", - "id": 51666 - }, - { - "name": "SetSceneWeatherAreaRsp", - "id": 51667 - }, { "name": "SetUpLunchBoxWidgetReq", "id": 24935 @@ -7395,102 +2415,14 @@ "name": "ShowClientGuideNotify", "id": 51672 }, - { - "name": "ShowClientTutorialNotify", - "id": 51673 - }, { "name": "ShowCommonTipsNotify", "id": 51674 }, - { - "name": "ShowMessageNotify", - "id": 51675 - }, - { - "name": "ShowTemplateReminderNotify", - "id": 51676 - }, - { - "name": "SignInInfoReq", - "id": 51677 - }, - { - "name": "SignInInfoRsp", - "id": 51678 - }, - { - "name": "SignatureAuditConfigNotify", - "id": 51679 - }, - { - "name": "SingleRestartBrickBreakerReq", - "id": 51680 - }, - { - "name": "SingleRestartBrickBreakerRsp", - "id": 51681 - }, - { - "name": "SingleStartBrickBreakerReq", - "id": 51682 - }, - { - "name": "SingleStartBrickBreakerRsp", - "id": 51683 - }, - { - "name": "SkyCrystalDetectorDataUpdateNotify", - "id": 51684 - }, - { - "name": "SocialDataNotify", - "id": 51685 - }, - { - "name": "SpiceActivityFinishMakeSpiceReq", - "id": 51686 - }, - { - "name": "SpiceActivityFinishMakeSpiceRsp", - "id": 51687 - }, { "name": "SpiceActivityGivingRecordNotify", "id": 51688 }, - { - "name": "SpiceActivityProcessFoodReq", - "id": 51689 - }, - { - "name": "SpiceActivityProcessFoodRsp", - "id": 51690 - }, - { - "name": "SpringUseReq", - "id": 51691 - }, - { - "name": "SpringUseRsp", - "id": 51692 - }, - { - "name": "StartArenaChallengeLevelReq", - "id": 51693 - }, - { - "name": "StartArenaChallengeLevelRsp", - "id": 51694 - }, - { - "name": "StartBuoyantCombatGalleryReq", - "id": 51695 - }, - { - "name": "StartBuoyantCombatGalleryRsp", - "id": 51696 - }, { "name": "StartCoopPointReq", "id": 51697 @@ -7499,193 +2431,25 @@ "name": "StartCoopPointRsp", "id": 51698 }, - { - "name": "StartEffigyChallengeReq", - "id": 51699 - }, - { - "name": "StartEffigyChallengeRsp", - "id": 51700 - }, - { - "name": "StartFishingReq", - "id": 51701 - }, - { - "name": "StartFishingRsp", - "id": 51702 - }, - { - "name": "StartRogueDiaryPlayReq", - "id": 51703 - }, - { - "name": "StartRogueDiaryPlayRsp", - "id": 51704 - }, - { - "name": "StartRogueDiaryRoomReq", - "id": 51705 - }, - { - "name": "StartRogueDiaryRoomRsp", - "id": 51706 - }, - { - "name": "StartRogueEliteCellChallengeReq", - "id": 51707 - }, - { - "name": "StartRogueEliteCellChallengeRsp", - "id": 51708 - }, - { - "name": "StartRogueNormalCellChallengeReq", - "id": 51709 - }, - { - "name": "StartRogueNormalCellChallengeRsp", - "id": 51710 - }, - { - "name": "StopReminderNotify", - "id": 51711 - }, - { - "name": "StoreCustomDungeonReq", - "id": 51712 - }, - { - "name": "StoreCustomDungeonRsp", - "id": 51713 - }, - { - "name": "SubmitInferenceWordReq", - "id": 51714 - }, - { - "name": "SubmitInferenceWordRsp", - "id": 51715 - }, - { - "name": "SummerTimeFloatSignalPositionNotify", - "id": 51716 - }, - { - "name": "SummerTimeFloatSignalUpdateNotify", - "id": 51717 - }, - { - "name": "SummerTimeSprintBoatRestartReq", - "id": 51718 - }, - { - "name": "SummerTimeSprintBoatRestartRsp", - "id": 51719 - }, - { - "name": "SummerTimeSprintBoatSettleNotify", - "id": 51720 - }, - { - "name": "SummerTimeV2BoatSettleNotify", - "id": 51721 - }, - { - "name": "SummerTimeV2RestartBoatGalleryReq", - "id": 51722 - }, - { - "name": "SummerTimeV2RestartBoatGalleryRsp", - "id": 51723 - }, - { - "name": "SummerTimeV2RestartDungeonReq", - "id": 51724 - }, - { - "name": "SummerTimeV2RestartDungeonRsp", - "id": 51725 - }, { "name": "SumoDungeonSettleNotify", "id": 51726 }, - { - "name": "SumoEnterDungeonNotify", - "id": 51727 - }, - { - "name": "SumoLeaveDungeonNotify", - "id": 51728 - }, - { - "name": "SumoRestartDungeonReq", - "id": 51729 - }, - { - "name": "SumoRestartDungeonRsp", - "id": 51730 - }, - { - "name": "SumoSaveTeamReq", - "id": 51731 - }, - { - "name": "SumoSaveTeamRsp", - "id": 51732 - }, - { - "name": "SumoSelectTeamAndEnterDungeonReq", - "id": 51733 - }, - { - "name": "SumoSelectTeamAndEnterDungeonRsp", - "id": 51734 - }, - { - "name": "SumoSetNoSwitchPunishTimeNotify", - "id": 51735 - }, - { - "name": "SumoSwitchTeamReq", - "id": 51736 - }, - { - "name": "SumoSwitchTeamRsp", - "id": 51737 - }, { "name": "TakeAchievementGoalRewardReq", - "id": 51738 + "id": 6501 }, { "name": "TakeAchievementGoalRewardRsp", - "id": 51739 + "id": 8945 }, { "name": "TakeAchievementRewardReq", - "id": 51740 + "id": 29798 }, { "name": "TakeAchievementRewardRsp", - "id": 51741 - }, - { - "name": "TakeAsterSpecialRewardReq", - "id": 51742 - }, - { - "name": "TakeAsterSpecialRewardRsp", - "id": 51743 - }, - { - "name": "TakeBackGivingItemReq", - "id": 51744 - }, - { - "name": "TakeBackGivingItemRsp", - "id": 51745 + "id": 8024 }, { "name": "TakeBattlePassMissionPointReq", @@ -7697,27 +2461,11 @@ }, { "name": "TakeBattlePassRewardReq", - "id": 51748 + "id": 27855 }, { "name": "TakeBattlePassRewardRsp", - "id": 51749 - }, - { - "name": "TakeCityReputationExploreRewardReq", - "id": 51750 - }, - { - "name": "TakeCityReputationExploreRewardRsp", - "id": 51751 - }, - { - "name": "TakeCityReputationLevelRewardReq", - "id": 51752 - }, - { - "name": "TakeCityReputationLevelRewardRsp", - "id": 51753 + "id": 3069 }, { "name": "TakeCompoundOutputReq", @@ -7727,46 +2475,6 @@ "name": "TakeCompoundOutputRsp", "id": 51755 }, - { - "name": "TakeCoopRewardReq", - "id": 51756 - }, - { - "name": "TakeCoopRewardRsp", - "id": 51757 - }, - { - "name": "TakeDeliveryDailyRewardReq", - "id": 51758 - }, - { - "name": "TakeDeliveryDailyRewardRsp", - "id": 51759 - }, - { - "name": "TakeEffigyFirstPassRewardReq", - "id": 51760 - }, - { - "name": "TakeEffigyFirstPassRewardRsp", - "id": 51761 - }, - { - "name": "TakeEffigyRewardReq", - "id": 51762 - }, - { - "name": "TakeEffigyRewardRsp", - "id": 51763 - }, - { - "name": "TakeFirstShareRewardReq", - "id": 51764 - }, - { - "name": "TakeFirstShareRewardRsp", - "id": 51765 - }, { "name": "TakeFurnitureMakeReq", "id": 7585 @@ -7775,14 +2483,6 @@ "name": "TakeFurnitureMakeRsp", "id": 28114 }, - { - "name": "TakeHuntingOfferReq", - "id": 51768 - }, - { - "name": "TakeHuntingOfferRsp", - "id": 51769 - }, { "name": "TakeInvestigationRewardReq", "id": 25416 @@ -7799,130 +2499,6 @@ "name": "TakeInvestigationTargetRewardRsp", "id": 25452 }, - { - "name": "TakeMaterialDeleteReturnReq", - "id": 51774 - }, - { - "name": "TakeMaterialDeleteReturnRsp", - "id": 51775 - }, - { - "name": "TakeOfferingLevelRewardReq", - "id": 51776 - }, - { - "name": "TakeOfferingLevelRewardRsp", - "id": 51777 - }, - { - "name": "TakeRegionSearchRewardReq", - "id": 51778 - }, - { - "name": "TakeRegionSearchRewardRsp", - "id": 51779 - }, - { - "name": "TakeResinCardDailyRewardReq", - "id": 51780 - }, - { - "name": "TakeResinCardDailyRewardRsp", - "id": 51781 - }, - { - "name": "TakeReunionFirstGiftRewardReq", - "id": 51782 - }, - { - "name": "TakeReunionFirstGiftRewardRsp", - "id": 51783 - }, - { - "name": "TakeReunionMissionRewardReq", - "id": 51784 - }, - { - "name": "TakeReunionMissionRewardRsp", - "id": 51785 - }, - { - "name": "TakeReunionSignInRewardReq", - "id": 51786 - }, - { - "name": "TakeReunionSignInRewardRsp", - "id": 51787 - }, - { - "name": "TakeReunionWatcherRewardReq", - "id": 51788 - }, - { - "name": "TakeReunionWatcherRewardRsp", - "id": 51789 - }, - { - "name": "TanukiTravelFinishGuideQuestNotify", - "id": 51790 - }, - { - "name": "TaskVarNotify", - "id": 51791 - }, - { - "name": "TeamChainDungeonInfoNotify", - "id": 51792 - }, - { - "name": "TeamChainEnterDungeonReq", - "id": 51793 - }, - { - "name": "TeamChainEnterDungeonRsp", - "id": 51794 - }, - { - "name": "TeamChainRestartDungeonReq", - "id": 51795 - }, - { - "name": "TeamChainRestartDungeonRsp", - "id": 51796 - }, - { - "name": "TeamChainTakeCostumeRewardReq", - "id": 51797 - }, - { - "name": "TeamChainTakeCostumeRewardRsp", - "id": 51798 - }, - { - "name": "TeamResonanceChangeNotify", - "id": 51799 - }, - { - "name": "ToTheMoonAddObstacleReq", - "id": 51800 - }, - { - "name": "ToTheMoonAddObstacleRsp", - "id": 51801 - }, - { - "name": "ToTheMoonEnterSceneRsp", - "id": 51802 - }, - { - "name": "ToTheMoonObstaclesModifyNotify", - "id": 51803 - }, - { - "name": "ToTheMoonPingNotify", - "id": 51804 - }, { "name": "ToTheMoonQueryPathReq", "id": 51805 @@ -7931,14 +2507,6 @@ "name": "ToTheMoonQueryPathRsp", "id": 51806 }, - { - "name": "ToTheMoonRemoveObstacleReq", - "id": 51807 - }, - { - "name": "ToTheMoonRemoveObstacleRsp", - "id": 51808 - }, { "name": "TowerAllDataReq", "id": 611 @@ -7947,69 +2515,29 @@ "name": "TowerAllDataRsp", "id": 2253 }, - { - "name": "TowerBriefDataNotify", - "id": 4797 - }, - { - "name": "TowerBuffSelectReq", - "id": 51812 - }, - { - "name": "TowerBuffSelectRsp", - "id": 51813 - }, { "name": "TowerCurLevelRecordChangeNotify", - "id": 51814 - }, - { - "name": "TowerDailyRewardProgressChangeNotify", - "id": 51815 + "id": 8595 }, { "name": "TowerEnterLevelReq", - "id": 51816 + "id": 20408 }, { "name": "TowerEnterLevelRsp", - "id": 51817 + "id": 5746 }, { "name": "TowerFloorRecordChangeNotify", "id": 1981 }, - { - "name": "TowerGetFloorStarRewardReq", - "id": 51819 - }, - { - "name": "TowerGetFloorStarRewardRsp", - "id": 51820 - }, { "name": "TowerLevelStarCondNotify", - "id": 51821 + "id": 29627 }, { "name": "TowerMiddleLevelChangeTeamNotify", - "id": 51822 - }, - { - "name": "TowerRecordHandbookReq", - "id": 51823 - }, - { - "name": "TowerRecordHandbookRsp", - "id": 51824 - }, - { - "name": "TowerSurrenderReq", - "id": 51825 - }, - { - "name": "TowerSurrenderRsp", - "id": 51826 + "id": 20682 }, { "name": "TowerTeamSelectReq", @@ -8019,101 +2547,13 @@ "name": "TowerTeamSelectRsp", "id": 27570 }, - { - "name": "TreasureMapBonusChallengeNotify", - "id": 51829 - }, - { - "name": "TreasureMapCurrencyNotify", - "id": 51830 - }, - { - "name": "TreasureMapDetectorDataNotify", - "id": 51831 - }, - { - "name": "TreasureMapGuideTaskDoneNotify", - "id": 51832 - }, - { - "name": "TreasureMapHostInfoNotify", - "id": 51833 - }, - { - "name": "TreasureMapMpChallengeNotify", - "id": 51834 - }, - { - "name": "TreasureMapPreTaskDoneNotify", - "id": 51835 - }, - { - "name": "TreasureMapRegionActiveNotify", - "id": 51836 - }, - { - "name": "TreasureMapRegionInfoNotify", - "id": 51837 - }, - { - "name": "TreasureSeelieCollectOrbsNotify", - "id": 51838 - }, - { - "name": "TrialAvatarInDungeonIndexNotify", - "id": 51839 - }, - { - "name": "TriggerCreateGadgetToEquipPartNotify", - "id": 24286 - }, - { - "name": "TriggerRoguelikeCurseNotify", - "id": 51841 - }, - { - "name": "TriggerRoguelikeRuneReq", - "id": 51842 - }, - { - "name": "TriggerRoguelikeRuneRsp", - "id": 51843 - }, - { - "name": "TryCustomDungeonReq", - "id": 51844 - }, - { - "name": "TryCustomDungeonRsp", - "id": 51845 - }, { "name": "TryEnterHomeReq", - "id": 51846 + "id": 24797 }, { "name": "TryEnterHomeRsp", - "id": 51847 - }, - { - "name": "TryEnterNextRogueDiaryDungeonReq", - "id": 51848 - }, - { - "name": "TryEnterNextRogueDiaryDungeonRsp", - "id": 51849 - }, - { - "name": "TryInterruptRogueDiaryDungeonReq", - "id": 51850 - }, - { - "name": "TryInterruptRogueDiaryDungeonRsp", - "id": 51851 - }, - { - "name": "UgcNotify", - "id": 51852 + "id": 24318 }, { "name": "UnfreezeGroupLimitNotify", @@ -8127,14 +2567,6 @@ "name": "UnlockAvatarTalentRsp", "id": 22369 }, - { - "name": "UnlockCoopChapterReq", - "id": 51856 - }, - { - "name": "UnlockCoopChapterRsp", - "id": 51857 - }, { "name": "UnlockNameCardNotify", "id": 51858 @@ -8163,242 +2595,22 @@ "name": "UnlockedFurnitureSuiteDataNotify", "id": 51864 }, - { - "name": "UnmarkEntityInMinMapNotify", - "id": 51865 - }, { "name": "UpdateAbilityCreatedMovingPlatformNotify", - "id": 51866 - }, - { - "name": "UpdatePS4BlockListReq", - "id": 51867 - }, - { - "name": "UpdatePS4BlockListRsp", - "id": 51868 - }, - { - "name": "UpdatePS4FriendListNotify", - "id": 51869 - }, - { - "name": "UpdatePS4FriendListReq", - "id": 51870 - }, - { - "name": "UpdatePS4FriendListRsp", - "id": 51871 - }, - { - "name": "UpdateRedPointNotify", - "id": 51872 - }, - { - "name": "UpdateReunionWatcherNotify", - "id": 51873 - }, - { - "name": "UpdateSalvageBundleMarkReq", - "id": 51874 - }, - { - "name": "UpdateSalvageBundleMarkRsp", - "id": 51875 - }, - { - "name": "UpgradeRoguelikeShikigamiReq", - "id": 51876 - }, - { - "name": "UpgradeRoguelikeShikigamiRsp", - "id": 51877 - }, - { - "name": "UseMiracleRingReq", - "id": 51878 - }, - { - "name": "UseMiracleRingRsp", - "id": 51879 - }, - { - "name": "UseWidgetCreateGadgetReq", - "id": 51880 - }, - { - "name": "UseWidgetCreateGadgetRsp", - "id": 51881 - }, - { - "name": "UseWidgetRetractGadgetReq", - "id": 51882 - }, - { - "name": "UseWidgetRetractGadgetRsp", - "id": 51883 + "id": 6778 }, { "name": "VehicleInteractReq", - "id": 51884 + "id": 5099 }, { "name": "VehicleInteractRsp", - "id": 51885 + "id": 27242 }, { "name": "VehicleStaminaNotify", "id": 51886 }, - { - "name": "ViewCodexReq", - "id": 51887 - }, - { - "name": "ViewCodexRsp", - "id": 51888 - }, - { - "name": "ViewLanternProjectionLevelTipsReq", - "id": 51889 - }, - { - "name": "ViewLanternProjectionLevelTipsRsp", - "id": 51890 - }, - { - "name": "ViewLanternProjectionTipsReq", - "id": 51891 - }, - { - "name": "ViewLanternProjectionTipsRsp", - "id": 51892 - }, - { - "name": "VintageCampGroupBundleRegisterNotify", - "id": 51893 - }, - { - "name": "VintageCampStageFinishNotify", - "id": 51894 - }, - { - "name": "VintageDecorateBoothReq", - "id": 51895 - }, - { - "name": "VintageDecorateBoothRsp", - "id": 51896 - }, - { - "name": "VintageHuntingStartGalleryReq", - "id": 51897 - }, - { - "name": "VintageHuntingStartGalleryRsp", - "id": 51898 - }, - { - "name": "VintageMarketDeliverItemReq", - "id": 51899 - }, - { - "name": "VintageMarketDeliverItemRsp", - "id": 51900 - }, - { - "name": "VintageMarketDividendFinishNotify", - "id": 51901 - }, - { - "name": "VintageMarketFinishStorePlayReq", - "id": 51902 - }, - { - "name": "VintageMarketFinishStorePlayRsp", - "id": 51903 - }, - { - "name": "VintageMarketNpcEventFinishNotify", - "id": 51904 - }, - { - "name": "VintageMarketStartStorePlayReq", - "id": 51905 - }, - { - "name": "VintageMarketStartStorePlayRsp", - "id": 51906 - }, - { - "name": "VintageMarketStoreChooseStrategyReq", - "id": 51907 - }, - { - "name": "VintageMarketStoreChooseStrategyRsp", - "id": 51908 - }, - { - "name": "VintageMarketStoreUnlockSlotReq", - "id": 51909 - }, - { - "name": "VintageMarketStoreUnlockSlotRsp", - "id": 51910 - }, - { - "name": "VintageMarketStoreViewStrategyReq", - "id": 51911 - }, - { - "name": "VintageMarketStoreViewStrategyRsp", - "id": 51912 - }, - { - "name": "VintagePresentFinishNoify", - "id": 51913 - }, - { - "name": "VintagePresentFinishNotify", - "id": 51914 - }, - { - "name": "WatcherAllDataNotify", - "id": 51915 - }, - { - "name": "WatcherChangeNotify", - "id": 51916 - }, - { - "name": "WatcherEventNotify", - "id": 51917 - }, - { - "name": "WatcherEventStageNotify", - "id": 51918 - }, - { - "name": "WatcherEventTypeNotify", - "id": 51919 - }, - { - "name": "WaterSpritePhaseFinishNotify", - "id": 51920 - }, - { - "name": "WidgetActiveChangeNotify", - "id": 51921 - }, - { - "name": "WidgetCaptureAnimalReq", - "id": 51922 - }, - { - "name": "WidgetCaptureAnimalRsp", - "id": 51923 - }, { "name": "WidgetCoolDownNotify", "id": 29375 @@ -8411,190 +2623,18 @@ "name": "WidgetDoBagRsp", "id": 21671 }, - { - "name": "WidgetGadgetAllDataNotify", - "id": 6291 - }, { "name": "WidgetGadgetDataNotify", "id": 9673 }, - { - "name": " //public static final int WidgetGadgetDestroyNotify", - "id": 51929 - }, - { - "name": "WidgetQuickHitTreeReq", - "id": 51930 - }, - { - "name": "WidgetQuickHitTreeRsp", - "id": 51931 - }, - { - "name": "WidgetReportReq", - "id": 51932 - }, - { - "name": "WidgetReportRsp", - "id": 51933 - }, { "name": "WidgetSlotChangeNotify", "id": 25904 }, - { - "name": "WidgetUpdateExtraCDReq", - "id": 51935 - }, - { - "name": "WidgetUpdateExtraCDRsp", - "id": 51936 - }, - { - "name": "WidgetUseAttachAbilityGroupChangeNotify", - "id": 51937 - }, - { - "name": "WidgetWeatherWizardDataNotify", - "id": 51938 - }, - { - "name": "WindFieldGalleryChallengeInfoNotify", - "id": 51939 - }, - { - "name": "WindFieldGalleryInfoNotify", - "id": 51940 - }, - { - "name": "WindFieldRestartDungeonReq", - "id": 51941 - }, - { - "name": "WindFieldRestartDungeonRsp", - "id": 51942 - }, - { - "name": "WindSeedType2Notify", - "id": 51943 - }, - { - "name": "WindSeedType3Notify", - "id": 51944 - }, - { - "name": "WinterCampAcceptAllGiveItemReq", - "id": 51945 - }, - { - "name": "WinterCampAcceptAllGiveItemRsp", - "id": 51946 - }, - { - "name": "WinterCampAcceptGiveItemReq", - "id": 51947 - }, - { - "name": "WinterCampAcceptGiveItemRsp", - "id": 51948 - }, - { - "name": "WinterCampEditSnowmanCombinationReq", - "id": 51949 - }, - { - "name": "WinterCampEditSnowmanCombinationRsp", - "id": 51950 - }, - { - "name": "WinterCampGetCanGiveFriendItemReq", - "id": 51951 - }, - { - "name": "WinterCampGetCanGiveFriendItemRsp", - "id": 51952 - }, - { - "name": "WinterCampGetFriendWishListReq", - "id": 51953 - }, - { - "name": "WinterCampGetFriendWishListRsp", - "id": 51954 - }, - { - "name": "WinterCampGetRecvItemListReq", - "id": 51955 - }, - { - "name": "WinterCampGetRecvItemListRsp", - "id": 51956 - }, - { - "name": "WinterCampGiveFriendItemReq", - "id": 51957 - }, - { - "name": "WinterCampGiveFriendItemRsp", - "id": 51958 - }, - { - "name": "WinterCampRaceScoreNotify", - "id": 51959 - }, - { - "name": "WinterCampRecvItemNotify", - "id": 51960 - }, - { - "name": "WinterCampSetWishListReq", - "id": 51961 - }, - { - "name": "WinterCampSetWishListRsp", - "id": 51962 - }, - { - "name": "WinterCampStageInfoChangeNotify", - "id": 51963 - }, - { - "name": "WinterCampTakeBattleRewardReq", - "id": 51964 - }, - { - "name": "WinterCampTakeBattleRewardRsp", - "id": 51965 - }, - { - "name": "WinterCampTakeExploreRewardReq", - "id": 51966 - }, - { - "name": "WinterCampTakeExploreRewardRsp", - "id": 51967 - }, - { - "name": "WinterCampTriathlonRestartReq", - "id": 51968 - }, - { - "name": "WinterCampTriathlonRestartRsp", - "id": 51969 - }, - { - "name": "WinterCampTriathlonSettleNotify", - "id": 51970 - }, { "name": "WorktopOptionNotify", "id": 5012 }, - { - "name": "WorldAllRoutineTypeNotify", - "id": 51972 - }, { "name": "WorldChestOpenNotify", "id": 22669 @@ -8603,10 +2643,6 @@ "name": "WorldOwnerBlossomBriefInfoNotify", "id": 24777 }, - { - "name": "WorldOwnerBlossomScheduleInfoNotify", - "id": 51975 - }, { "name": "WorldOwnerDailyTaskNotify", "id": 51976 @@ -8618,17 +2654,5 @@ { "name": "WorldPlayerReviveRsp", "id": 51978 - }, - { - "name": "WorldRoutineChangeNotify", - "id": 51979 - }, - { - "name": "WorldRoutineTypeCloseNotify", - "id": 51980 - }, - { - "name": "WorldRoutineTypeRefreshNotify", - "id": 51981 } ] \ No newline at end of file diff --git a/cmdid_gc_full.json b/cmdid_gc_full.json new file mode 100644 index 00000000..d0d6d513 --- /dev/null +++ b/cmdid_gc_full.json @@ -0,0 +1,8634 @@ +[ + { + "name": "GetPlayerTokenReq", + "id": 23703 + }, + { + "name": "GetPlayerTokenRsp", + "id": 322 + }, + { + "name": "PlayerLoginReq", + "id": 7412 + }, + { + "name": "PlayerLoginRsp", + "id": 22719 + }, + { + "name": "PlayerDataNotify", + "id": 21169 + }, + { + "name": "OpenStateUpdateNotify", + "id": 29113 + }, + { + "name": "AvatarDataNotify", + "id": 26021 + }, + { + "name": "PlayerPropNotify", + "id": 2616 + }, + { + "name": "PlayerEnterSceneNotify", + "id": 23590 + }, + { + "name": "GetPlayerSocialDetailReq", + "id": 1043 + }, + { + "name": "GetPlayerSocialDetailRsp", + "id": 1804 + }, + { + "name": "GetShopReq", + "id": 5877 + }, + { + "name": "GetShopRsp", + "id": 27397 + }, + { + "name": "EnterSceneReadyReq", + "id": 27508 + }, + { + "name": "EnterScenePeerNotify", + "id": 20926 + }, + { + "name": "EnterSceneReadyRsp", + "id": 5816 + }, + { + "name": "PlayerSetPauseReq", + "id": 27557 + }, + { + "name": "PlayerSetPauseRsp", + "id": 25525 + }, + { + "name": "PathfindingEnterSceneReq", + "id": 2382 + }, + { + "name": "ToTheMoonEnterSceneReq", + "id": 6163 + }, + { + "name": "ClientAbilityInitFinishNotify", + "id": 4679 + }, + { + "name": "GetScenePointReq", + "id": 6271 + }, + { + "name": "GetScenePointRsp", + "id": 7225 + }, + { + "name": "GetSceneAreaReq", + "id": 28350 + }, + { + "name": "GetSceneAreaRsp", + "id": 28603 + }, + { + "name": "SceneInitFinishReq", + "id": 21370 + }, + { + "name": "PlayerWorldSceneInfoListNotify", + "id": 3846 + }, + { + "name": "PlayerEnterSceneInfoNotify", + "id": 28783 + }, + { + "name": "ScenePlayerInfoNotify", + "id": 21623 + }, + { + "name": "SceneTeamUpdateNotify", + "id": 3630 + }, + { + "name": "SceneInitFinishRsp", + "id": 3099 + }, + { + "name": "EnterSceneDoneReq", + "id": 117 + }, + { + "name": "EnterSceneDoneRsp", + "id": 26367 + }, + { + "name": "SceneEntityAppearNotify", + "id": 24635 + }, + { + "name": "PostEnterSceneReq", + "id": 9174 + }, + { + "name": "PostEnterSceneRsp", + "id": 24454 + }, + { + "name": "ClientAbilityChangeNotify", + "id": 21288 + }, + { + "name": "PingReq", + "id": 28999 + }, + { + "name": "PingRsp", + "id": 4322 + }, + { + "name": "PlayerStoreNotify", + "id": 2454 + }, + { + "name": "StoreWeightLimitNotify", + "id": 28467 + }, + { + "name": "UnionCmdNotify", + "id": 6564 + }, + { + "name": "GetPlayerFriendListReq", + "id": 21140 + }, + { + "name": "GetRecentMpPlayerListReq", + "id": 1509 + }, + { + "name": "GetPlayerFriendListRsp", + "id": 4989 + }, + { + "name": "PrivateChatReq", + "id": 583 + }, + { + "name": "SceneTransToPointReq", + "id": 28479 + }, + { + "name": "SceneTransToPointRsp", + "id": 4798 + }, + { + "name": "MarkMapReq", + "id": 9954 + }, + { + "name": "SetUpAvatarTeamReq", + "id": 24152 + }, + { + "name": "SetUpAvatarTeamRsp", + "id": 897 + }, + { + "name": "ChangeAvatarReq", + "id": 21461 + }, + { + "name": "SetPlayerSignatureReq", + "id": 25315 + }, + { + "name": "SetPlayerSignatureRsp", + "id": 23156 + }, + { + "name": "SetPlayerNameReq", + "id": 6220 + }, + { + "name": "SetPlayerNameRsp", + "id": 8361 + }, + { + "name": "ChangeAvatarRsp", + "id": 21804 + }, + { + "name": "SceneEntityDisappearNotify", + "id": 7872 + }, + { + "name": "AvatarTeamUpdateNotify", + "id": 4042 + }, + { + "name": "GetAllUnlockNameCardReq", + "id": 26933 + }, + { + "name": "GetAllUnlockNameCardRsp", + "id": 22367 + }, + { + "name": "PersonalSceneJumpRsp", + "id": 9709 + }, + { + "name": "HostPlayerNotify", + "id": 23063 + }, + { + "name": "DungeonSettleNotify", + "id": 3857 + }, + { + "name": "GetAuthkeyRsp", + "id": 383 + }, + { + "name": "AvatarTeamAllDataNotify", + "id": 26224 + }, + { + "name": "MonsterAlertChangeNotify", + "id": 20074 + }, + { + "name": "OpenStateChangeNotify", + "id": 21245 + }, + { + "name": "SetNameCardReq", + "id": 27523 + }, + { + "name": "SetNameCardRsp", + "id": 1442 + }, + { + "name": "GetProfilePictureDataReq", + "id": 1648 + }, + { + "name": "GetProfilePictureDataRsp", + "id": 6565 + }, + { + "name": "ProfilePictureUpdateNotify", + "id": 24838 + }, + { + "name": "SetPlayerHeadImageReq", + "id": 8629 + }, + { + "name": "SetPlayerHeadImageRsp", + "id": 24577 + }, + { + "name": "EntityTagChangeNotify", + "id": 20867 + }, + { + "name": "QuestRenameAvatarReq", + "id": 4885 + }, + { + "name": "FinishedParentQuestNotify", + "id": 28012 + }, + { + "name": "QuestUpdateQuestVarReq", + "id": 27089 + }, + { + "name": "QuestDestroyNpcReq", + "id": 2930 + }, + { + "name": "QuestUpdateQuestVarRsp", + "id": 20695 + }, + { + "name": "QuestGlobalVarNotify", + "id": 2152 + }, + { + "name": "AddQuestContentProgressReq", + "id": 3813 + }, + { + "name": "QuestTransmitReq", + "id": 9051 + }, + { + "name": "AddQuestContentProgressRsp", + "id": 927 + }, + { + "name": "QuestProgressUpdateNotify", + "id": 7905 + }, + { + "name": "QuestTransmitRsp", + "id": 26298 + }, + { + "name": "QuestListUpdateNotify", + "id": 27936 + }, + { + "name": "QuestRenameAvatarRsp", + "id": 4095 + }, + { + "name": "GetQuestLackingResourceReq", + "id": 24871 + }, + { + "name": "GetQuestLackingResourceRsp", + "id": 25570 + }, + { + "name": "QuestDestroyNpcRsp", + "id": 4958 + }, + { + "name": "QuestUpdateQuestVarNotify", + "id": 7517 + }, + { + "name": "TakeCityReputationParentQuestRsp", + "id": 7755 + }, + { + "name": "QuestListNotify", + "id": 22684 + }, + { + "name": "SceneShowTextNotify", + "id": 22295 + }, + { + "name": "FinishedParentQuestUpdateNotify", + "id": 6968 + }, + { + "name": "ParentQuestInferenceDataNotify", + "id": 29190 + }, + { + "name": "QuestUpdateQuestTimeVarNotify", + "id": 22391 + }, + { + "name": "GetParentQuestVideoKeyRsp", + "id": 9194 + }, + { + "name": "TakeCityReputationParentQuestReq", + "id": 506 + }, + { + "name": "QuestDestroyEntityReq", + "id": 24278 + }, + { + "name": "SceneForceUnlockNotify", + "id": 27604 + }, + { + "name": "QuestDestroyEntityRsp", + "id": 9927 + }, + { + "name": "PrivateChatNotify", + "id": 7936 + }, + { + "name": "PullPrivateChatReq", + "id": 9253 + }, + { + "name": "PullPrivateChatRsp", + "id": 23154 + }, + { + "name": "PullRecentChatReq", + "id": 8936 + }, + { + "name": "PullRecentChatRsp", + "id": 523 + }, + { + "name": "WindSeedType1Notify", + "id": 27020 + }, + { + "name": "SceneTimeNotify", + "id": 23193 + }, + { + "name": "AvatarPropNotify", + "id": 2280 + }, + { + "name": "PlayerTimeNotify", + "id": 20024 + }, + { + "name": "SkipPlayerGameTimeReq", + "id": 8747 + }, + { + "name": "SkipPlayerGameTimeRsp", + "id": 29633 + }, + { + "name": "ChangeGameTimeReq", + "id": 23019 + }, + { + "name": "ChangeGameTimeRsp", + "id": 274 + }, + { + "name": "CombatInvocationsNotify", + "id": 5196 + }, + { + "name": "AvatarLifeStateChangeNotify", + "id": 26767 + }, + { + "name": "LifeStateChangeNotify", + "id": 9435 + }, + { + "name": "EntityFightPropUpdateNotify", + "id": 24691 + }, + { + "name": "WorldPlayerDieNotify", + "id": 27386 + }, + { + "name": "AvatarDieAnimationEndReq", + "id": 772 + }, + { + "name": "AvatarDieAnimationEndRsp", + "id": 20608 + }, + { + "name": "AbilityInvocationsNotify", + "id": 3901 + }, + { + "name": "AvatarSatiationDataNotify", + "id": 8229 + }, + { + "name": "QueryPathReq", + "id": 2337 + }, + { + "name": "QueryPathRsp", + "id": 2381 + }, + { + "name": "UseItemReq", + "id": 20339 + }, + { + "name": "UseItemRsp", + "id": 673 + }, + { + "name": "GadgetInteractReq", + "id": 3565 + }, + { + "name": "GadgetInteractRsp", + "id": 21242 + }, + { + "name": "EvtAvatarLockChairReq", + "id": 709 + }, + { + "name": "EvtAvatarLockChairRsp", + "id": 9256 + }, + { + "name": "EvtAvatarStandUpNotify", + "id": 29783 + }, + { + "name": "MarkMapRsp", + "id": 23656 + }, + { + "name": "EvtAiSyncCombatThreatInfoNotify", + "id": 2682 + }, + { + "name": "UNKNOWN2", + "id": 24710 + }, + { + "name": "SetEntityClientDataNotify", + "id": 28968 + }, + { + "name": "HomeAvatarTalkReq", + "id": 29305 + }, + { + "name": "NpcTalkReq", + "id": 21148 + }, + { + "name": "NpcTalkRsp", + "id": 26611 + }, + { + "name": "WearEquipReq", + "id": 28314 + }, + { + "name": "WearEquipRsp", + "id": 3629 + }, + { + "name": "AvatarEquipChangeNotify", + "id": 5079 + }, + { + "name": "AvatarWearFlycloakReq", + "id": 7570 + }, + { + "name": "AvatarWearFlycloakRsp", + "id": 28211 + }, + { + "name": "AvatarFlycloakChangeNotify", + "id": 1516 + }, + { + "name": "AvatarChangeCostumeReq", + "id": 20969 + }, + { + "name": "AvatarChangeCostumeRsp", + "id": 23183 + }, + { + "name": "AvatarChangeCostumeNotify", + "id": 29175 + }, + { + "name": "EvtDoSkillSuccNotify", + "id": 9433 + }, + { + "name": "StoreItemChangeNotify", + "id": 825 + }, + { + "name": "StoreItemDelNotify", + "id": 27723 + }, + { + "name": "SetEquipLockStateReq", + "id": 3852 + }, + { + "name": "SetEquipLockStateRsp", + "id": 23492 + }, + { + "name": "UpdatePlayerShowAvatarListReq", + "id": 27376 + }, + { + "name": "UpdatePlayerShowAvatarListRsp", + "id": 21752 + }, + { + "name": "UpdatePlayerShowNameCardListReq", + "id": 23241 + }, + { + "name": "UpdatePlayerShowNameCardListRsp", + "id": 2205 + }, + { + "name": "WorldPlayerReviveReq", + "id": 5872 + }, + { + "name": "EntityFightPropChangeReasonNotify", + "id": 26911 + }, + { + "name": "PlayerPropChangeNotify", + "id": 29322 + }, + { + "name": "PlayerPropChangeReasonNotify", + "id": 21300 + }, + { + "name": "AvatarPropChangeReasonNotify", + "id": 21300 + }, + { + "name": "AvatarFightPropUpdateNotify", + "id": 25612 + }, + { + "name": "AvatarFightPropNotify", + "id": 7895 + }, + { + "name": "SetPlayerBirthdayReq", + "id": 1368 + }, + { + "name": "SetPlayerBirthdayRsp", + "id": 2617 + }, + { + "name": "AvatarAddNotify", + "id": 1694 + }, + { + "name": "ItemAddHintNotify", + "id": 7712 + }, + { + "name": "ItemGivingReq", + "id": 6477 + }, + { + "name": "ItemGivingRsp", + "id": 8905 + }, + { + "name": "DropHintNotify", + "id": 9366 + }, + { + "name": "ScenePointUnlockNotify", + "id": 5540 + }, + { + "name": "TakeoffEquipReq", + "id": 26274 + }, + { + "name": "TakeoffEquipRsp", + "id": 3147 + }, + { + "name": "GetGachaInfoReq", + "id": 2098 + }, + { + "name": "GetGachaInfoRsp", + "id": 26742 + }, + { + "name": "DoGachaReq", + "id": 1018 + }, + { + "name": "DoGachaRsp", + "id": 27578 + }, + { + "name": "GachaWishReq", + "id": 5636 + }, + { + "name": "GachaWishRsp", + "id": 26208 + }, + { + "name": "DungeonEntryInfoReq", + "id": 730 + }, + { + "name": "DungeonEntryInfoRsp", + "id": 27078 + }, + { + "name": "GetActivityInfoRsp", + "id": 27972 + }, + { + "name": "PersonalSceneJumpReq", + "id": 21464 + }, + { + "name": "DestroyMaterialReq", + "id": 29395 + }, + { + "name": "DestroyMaterialRsp", + "id": 24989 + }, + { + "name": "McoinExchangeHcoinReq", + "id": 26763 + }, + { + "name": "McoinExchangeHcoinRsp", + "id": 9399 + }, + { + "name": "CardProductRewardNotify", + "id": 27902 + }, + { + "name": "WorldDataNotify", + "id": 27793 + }, + { + "name": "WorldPlayerInfoNotify", + "id": 27949 + }, + { + "name": "SceneAreaWeatherNotify", + "id": 23245 + }, + { + "name": "SyncTeamEntityNotify", + "id": 5280 + }, + { + "name": "SyncScenePlayTeamEntityNotify", + "id": 22675 + }, + { + "name": "PlayerGameTimeNotify", + "id": 29079 + }, + { + "name": "AbilityInvocationFixedNotify", + "id": 23176 + }, + { + "name": "WindSeedClientNotify", + "id": 5852 + }, + { + "name": "SceneEntityUpdateNotify", + "id": 21463 + }, + { + "name": "EvtCreateGadgetNotify", + "id": 25223 + }, + { + "name": "GetFriendShowNameCardInfoRsp", + "id": 4963 + }, + { + "name": "EvtAiSyncSkillCdNotify", + "id": 23435 + }, + { + "name": "EvtDestroyGadgetNotify", + "id": 1452 + }, + { + "name": "EvtEntityRenderersChangedNotify", + "id": 28488 + }, + { + "name": "AbilityChangeNotify", + "id": 22133 + }, + { + "name": "HitTreeNotify", + "id": 2178 + }, + { + "name": "WorldPlayerLocationNotify", + "id": 7420 + }, + { + "name": "ObstacleModifyNotify", + "id": 2375 + }, + { + "name": "WeaponUpgradeReq", + "id": 24162 + }, + { + "name": "WeaponUpgradeRsp", + "id": 3294 + }, + { + "name": "WeaponPromoteReq", + "id": 9611 + }, + { + "name": "WeaponPromoteRsp", + "id": 23521 + }, + { + "name": "WeaponAwakenReq", + "id": 25056 + }, + { + "name": "WeaponAwakenRsp", + "id": 1182 + }, + { + "name": " //public static final int GetWidgetQuickSlotListReq", + "id": 50017 + }, + { + "name": "TakePlayerLevelRewardReq", + "id": 23531 + }, + { + "name": "TakePlayerLevelRewardRsp", + "id": 24293 + }, + { + "name": "AvatarGainCostumeNotify", + "id": 25586 + }, + { + "name": "AvatarGainFlycloakNotify", + "id": 2863 + }, + { + "name": "PlayerEnterDungeonReq", + "id": 21509 + }, + { + "name": "PlayerEnterDungeonRsp", + "id": 29126 + }, + { + "name": "SelectWorktopOptionReq", + "id": 6885 + }, + { + "name": "SelectWorktopOptionRsp", + "id": 28536 + }, + { + "name": "PlayerQuitDungeonReq", + "id": 4653 + }, + { + "name": "DungeonChallengeBeginNotify", + "id": 4649 + }, + { + "name": "DungeonChallengeFinishNotify", + "id": 25587 + }, + { + "name": "DungeonDieOptionReq", + "id": 22244 + }, + { + "name": "DungeonDieOptionRsp", + "id": 21764 + }, + { + "name": "EntityAiSyncNotify", + "id": 24710 + }, + { + "name": "ServerAnnounceNotify", + "id": 1758 + }, + { + "name": "DungeonEntryToBeExploreNotify", + "id": 26162 + }, + { + "name": "GetDungeonEntryExploreConditionReq", + "id": 2592 + }, + { + "name": "GetDungeonEntryExploreConditionRsp", + "id": 26570 + }, + { + "name": "TowerLevelEndNotify", + "id": 4173 + }, + { + "name": "TrialAvatarFirstPassDungeonNotify", + "id": 26939 + }, + { + "name": "DungeonWayPointNotify", + "id": 27604 + }, + { + "name": "SceneForceLockNotify", + "id": 23746 + }, + { + "name": "PlayerEnterMapLayerNotify", + "id": 50040 + }, + { + "name": " //public static final int AbilityInvocationFailNotify", + "id": 50041 + }, + { + "name": "AcceptCityReputationRequestReq", + "id": 50042 + }, + { + "name": "AcceptCityReputationRequestRsp", + "id": 50043 + }, + { + "name": "AchievementAllDataNotify", + "id": 7450 + }, + { + "name": "AchievementUpdateNotify", + "id": 27625 + }, + { + "name": "ActivityAcceptAllGiveGiftReq", + "id": 50046 + }, + { + "name": "ActivityAcceptAllGiveGiftRsp", + "id": 50047 + }, + { + "name": "ActivityAcceptGiveGiftReq", + "id": 50048 + }, + { + "name": "ActivityAcceptGiveGiftRsp", + "id": 50049 + }, + { + "name": "ActivityBannerClearReq", + "id": 50050 + }, + { + "name": "ActivityBannerClearRsp", + "id": 50051 + }, + { + "name": "ActivityBannerNotify", + "id": 50052 + }, + { + "name": "ActivityCoinInfoNotify", + "id": 50053 + }, + { + "name": "ActivityCondStateChangeNotify", + "id": 50054 + }, + { + "name": "ActivityDisableTransferPointInteractionNotify", + "id": 50055 + }, + { + "name": "ActivityGetCanGiveFriendGiftReq", + "id": 50056 + }, + { + "name": "ActivityGetCanGiveFriendGiftRsp", + "id": 50057 + }, + { + "name": "ActivityGetFriendGiftWishListReq", + "id": 50058 + }, + { + "name": "ActivityGetFriendGiftWishListRsp", + "id": 50059 + }, + { + "name": "ActivityGetRecvGiftListReq", + "id": 50060 + }, + { + "name": "ActivityGetRecvGiftListRsp", + "id": 50061 + }, + { + "name": "ActivityGiveFriendGiftReq", + "id": 50062 + }, + { + "name": "ActivityGiveFriendGiftRsp", + "id": 50063 + }, + { + "name": "ActivityHaveRecvGiftNotify", + "id": 50064 + }, + { + "name": "ActivityInfoNotify", + "id": 20264 + }, + { + "name": "ActivityPlayOpenAnimNotify", + "id": 50066 + }, + { + "name": "ActivityPushTipsInfoNotify", + "id": 50067 + }, + { + "name": "ActivityReadPushTipsReq", + "id": 50068 + }, + { + "name": "ActivityReadPushTipsRsp", + "id": 50069 + }, + { + "name": "ActivitySaleChangeNotify", + "id": 50070 + }, + { + "name": "ActivityScheduleInfoNotify", + "id": 29397 + }, + { + "name": "ActivitySelectAvatarCardReq", + "id": 50072 + }, + { + "name": "ActivitySelectAvatarCardRsp", + "id": 50073 + }, + { + "name": "ActivitySetGiftWishReq", + "id": 50074 + }, + { + "name": "ActivitySetGiftWishRsp", + "id": 50075 + }, + { + "name": "ActivityTakeAllScoreRewardReq", + "id": 50076 + }, + { + "name": "ActivityTakeAllScoreRewardRsp", + "id": 50077 + }, + { + "name": "ActivityTakeScoreRewardReq", + "id": 50078 + }, + { + "name": "ActivityTakeScoreRewardRsp", + "id": 50079 + }, + { + "name": "ActivityTakeWatcherRewardBatchReq", + "id": 50080 + }, + { + "name": "ActivityTakeWatcherRewardBatchRsp", + "id": 50081 + }, + { + "name": "ActivityTakeWatcherRewardReq", + "id": 50082 + }, + { + "name": "ActivityTakeWatcherRewardRsp", + "id": 50083 + }, + { + "name": "ActivityUpdateWatcherNotify", + "id": 9907 + }, + { + "name": "AddAranaraCollectionNotify", + "id": 50085 + }, + { + "name": "AddBackupAvatarTeamReq", + "id": 22689 + }, + { + "name": "AddBackupAvatarTeamRsp", + "id": 50087 + }, + { + "name": "AddBlacklistReq", + "id": 50088 + }, + { + "name": "AddBlacklistRsp", + "id": 50089 + }, + { + "name": "AddFriendNotify", + "id": 50090 + }, + { + "name": "AddNoGachaAvatarCardNotify", + "id": 50091 + }, + { + "name": "AddRandTaskInfoNotify", + "id": 50092 + }, + { + "name": "AddSeenMonsterNotify", + "id": 50093 + }, + { + "name": "AdjustWorldLevelReq", + "id": 50094 + }, + { + "name": "AdjustWorldLevelRsp", + "id": 50095 + }, + { + "name": "AllCoopInfoNotify", + "id": 50096 + }, + { + "name": "AllMarkPointNotify", + "id": 50097 + }, + { + "name": "AllSeenMonsterNotify", + "id": 50098 + }, + { + "name": "AllShareCDDataNotify", + "id": 50099 + }, + { + "name": "AllWidgetBackgroundActiveStateNotify", + "id": 50100 + }, + { + "name": "AllWidgetDataNotify", + "id": 9546 + }, + { + "name": "AnchorPointDataNotify", + "id": 50102 + }, + { + "name": "AnchorPointOpReq", + "id": 50103 + }, + { + "name": "AnchorPointOpRsp", + "id": 50104 + }, + { + "name": "AnimatorForceSetAirMoveNotify", + "id": 50105 + }, + { + "name": "AntiAddictNotify", + "id": 243 + }, + { + "name": "AranaraCollectionDataNotify", + "id": 50107 + }, + { + "name": "AreaPlayInfoNotify", + "id": 50108 + }, + { + "name": "ArenaChallengeFinishNotify", + "id": 50109 + }, + { + "name": "AskAddFriendNotify", + "id": 27545 + }, + { + "name": "AskAddFriendReq", + "id": 4872 + }, + { + "name": "AskAddFriendRsp", + "id": 3297 + }, + { + "name": "AssociateInferenceWordReq", + "id": 50113 + }, + { + "name": "AssociateInferenceWordRsp", + "id": 50114 + }, + { + "name": "AsterLargeInfoNotify", + "id": 50115 + }, + { + "name": "AsterLittleInfoNotify", + "id": 50116 + }, + { + "name": "AsterMidCampInfoNotify", + "id": 50117 + }, + { + "name": "AsterMidInfoNotify", + "id": 50118 + }, + { + "name": "AsterMiscInfoNotify", + "id": 50119 + }, + { + "name": "AsterProgressInfoNotify", + "id": 50120 + }, + { + "name": "AvatarBuffAddNotify", + "id": 50121 + }, + { + "name": "AvatarBuffDelNotify", + "id": 50122 + }, + { + "name": "AvatarCardChangeReq", + "id": 50123 + }, + { + "name": "AvatarCardChangeRsp", + "id": 50124 + }, + { + "name": "AvatarChangeAnimHashReq", + "id": 29050 + }, + { + "name": "AvatarChangeAnimHashRsp", + "id": 29112 + }, + { + "name": "AvatarChangeElementTypeReq", + "id": 50127 + }, + { + "name": "AvatarChangeElementTypeRsp", + "id": 50128 + }, + { + "name": "AvatarDelNotify", + "id": 50129 + }, + { + "name": "AvatarEnterElementViewNotify", + "id": 912 + }, + { + "name": "AvatarEquipAffixStartNotify", + "id": 50131 + }, + { + "name": "AvatarExpeditionAllDataReq", + "id": 50132 + }, + { + "name": "AvatarExpeditionAllDataRsp", + "id": 50133 + }, + { + "name": "AvatarExpeditionCallBackReq", + "id": 50134 + }, + { + "name": "AvatarExpeditionCallBackRsp", + "id": 50135 + }, + { + "name": "AvatarExpeditionDataNotify", + "id": 50136 + }, + { + "name": "AvatarExpeditionGetRewardReq", + "id": 50137 + }, + { + "name": "AvatarExpeditionGetRewardRsp", + "id": 50138 + }, + { + "name": "AvatarExpeditionStartReq", + "id": 50139 + }, + { + "name": "AvatarExpeditionStartRsp", + "id": 50140 + }, + { + "name": "AvatarFetterDataNotify", + "id": 50141 + }, + { + "name": "AvatarFetterLevelRewardReq", + "id": 1484 + }, + { + "name": "AvatarFetterLevelRewardRsp", + "id": 9717 + }, + { + "name": "AvatarFollowRouteNotify", + "id": 50144 + }, + { + "name": "AvatarPromoteGetRewardReq", + "id": 50145 + }, + { + "name": "AvatarPromoteGetRewardRsp", + "id": 50146 + }, + { + "name": "AvatarPromoteReq", + "id": 20441 + }, + { + "name": "AvatarPromoteRsp", + "id": 20328 + }, + { + "name": "AvatarRenameInfoNotify", + "id": 50149 + }, + { + "name": "AvatarSkillChangeNotify", + "id": 9268 + }, + { + "name": "AvatarSkillDepotChangeNotify", + "id": 568 + }, + { + "name": "AvatarSkillInfoNotify", + "id": 28706 + }, + { + "name": "AvatarSkillMaxChargeCountNotify", + "id": 9198 + }, + { + "name": "AvatarSkillUpgradeReq", + "id": 22618 + }, + { + "name": "AvatarSkillUpgradeRsp", + "id": 26538 + }, + { + "name": "AvatarUnlockTalentNotify", + "id": 1893 + }, + { + "name": "AvatarUpgradeReq", + "id": 24626 + }, + { + "name": "AvatarUpgradeRsp", + "id": 24717 + }, + { + "name": "PlayerEnterChildMapLayerNotify", + "id": 50175 + }, + { + "name": "BackMyWorldReq", + "id": 50182 + }, + { + "name": "BackMyWorldRsp", + "id": 50183 + }, + { + "name": "BackPlayCustomDungeonOfficialReq", + "id": 50184 + }, + { + "name": "BackPlayCustomDungeonOfficialRsp", + "id": 50185 + }, + { + "name": "BackRebornGalleryReq", + "id": 50186 + }, + { + "name": "BackRebornGalleryRsp", + "id": 50187 + }, + { + "name": "BargainOfferPriceReq", + "id": 50188 + }, + { + "name": "BargainOfferPriceRsp", + "id": 50189 + }, + { + "name": "BargainStartNotify", + "id": 50190 + }, + { + "name": "BargainTerminateNotify", + "id": 50191 + }, + { + "name": "BartenderCancelLevelReq", + "id": 50192 + }, + { + "name": "BartenderCancelLevelRsp", + "id": 50193 + }, + { + "name": "BartenderCancelOrderReq", + "id": 50194 + }, + { + "name": "BartenderCancelOrderRsp", + "id": 50195 + }, + { + "name": "BartenderCompleteOrderReq", + "id": 50196 + }, + { + "name": "BartenderCompleteOrderRsp", + "id": 50197 + }, + { + "name": "BartenderFinishLevelReq", + "id": 50198 + }, + { + "name": "BartenderFinishLevelRsp", + "id": 50199 + }, + { + "name": "BartenderGetFormulaReq", + "id": 50200 + }, + { + "name": "BartenderGetFormulaRsp", + "id": 50201 + }, + { + "name": "BartenderLevelProgressNotify", + "id": 50202 + }, + { + "name": "BartenderStartLevelReq", + "id": 50203 + }, + { + "name": "BartenderStartLevelRsp", + "id": 50204 + }, + { + "name": "BatchBuyGoodsReq", + "id": 21323 + }, + { + "name": "BatchBuyGoodsRsp", + "id": 8097 + }, + { + "name": "BattlePassAllDataNotify", + "id": 2963 + }, + { + "name": "BattlePassBuySuccNotify", + "id": 9695 + }, + { + "name": "BattlePassCurScheduleUpdateNotify", + "id": 23013 + }, + { + "name": "BattlePassMissionDelNotify", + "id": 50210 + }, + { + "name": "BattlePassMissionUpdateNotify", + "id": 21651 + }, + { + "name": "BeginCameraSceneLookNotify", + "id": 50212 + }, + { + "name": " //public static final int BeginCameraSceneLookWithTemplateNotify", + "id": 50213 + }, + { + "name": " //public static final int BigTalentPointConvertReq", + "id": 50214 + }, + { + "name": " //public static final int BigTalentPointConvertRsp", + "id": 50215 + }, + { + "name": " //public static final int BlessingAcceptAllGivePicReq", + "id": 50216 + }, + { + "name": "BlessingAcceptAllGivePicRsp", + "id": 50217 + }, + { + "name": "BlessingAcceptGivePicReq", + "id": 50218 + }, + { + "name": "BlessingAcceptGivePicRsp", + "id": 50219 + }, + { + "name": "BlessingGetAllRecvPicRecordListReq", + "id": 50220 + }, + { + "name": "BlessingGetAllRecvPicRecordListRsp", + "id": 50221 + }, + { + "name": "BlessingGetFriendPicListReq", + "id": 50222 + }, + { + "name": "BlessingGetFriendPicListRsp", + "id": 50223 + }, + { + "name": "BlessingGiveFriendPicReq", + "id": 50224 + }, + { + "name": "BlessingGiveFriendPicRsp", + "id": 50225 + }, + { + "name": "BlessingRecvFriendPicNotify", + "id": 50226 + }, + { + "name": "BlessingRedeemRewardReq", + "id": 50227 + }, + { + "name": "BlessingRedeemRewardRsp", + "id": 50228 + }, + { + "name": "BlessingScanReq", + "id": 50229 + }, + { + "name": "BlessingScanRsp", + "id": 50230 + }, + { + "name": "BlitzRushParkourRestartReq", + "id": 50231 + }, + { + "name": "BlitzRushParkourRestartRsp", + "id": 50232 + }, + { + "name": "BlossomBriefInfoNotify", + "id": 24748 + }, + { + "name": "BlossomChestCreateNotify", + "id": 50234 + }, + { + "name": "BlossomChestInfoNotify", + "id": 50235 + }, + { + "name": "BonusActivityInfoReq", + "id": 50236 + }, + { + "name": "BonusActivityInfoRsp", + "id": 50237 + }, + { + "name": "BonusActivityUpdateNotify", + "id": 50238 + }, + { + "name": "BossChestActivateNotify", + "id": 50239 + }, + { + "name": "BounceConjuringSettleNotify", + "id": 50240 + }, + { + "name": "BrickBreakerPlayerReadyNotify", + "id": 50241 + }, + { + "name": "BrickBreakerPlayerSetAvatarNotify", + "id": 50242 + }, + { + "name": "BrickBreakerPlayerSetChangingNotify", + "id": 50243 + }, + { + "name": "BrickBreakerPlayerSetSkillNotify", + "id": 50244 + }, + { + "name": "BrickBreakerQuitReq", + "id": 50245 + }, + { + "name": "BrickBreakerQuitRsp", + "id": 50246 + }, + { + "name": "BrickBreakerSelectAvatarReq", + "id": 50247 + }, + { + "name": "BrickBreakerSelectAvatarRsp", + "id": 50248 + }, + { + "name": "BrickBreakerSelectSkillReq", + "id": 50249 + }, + { + "name": "BrickBreakerSelectSkillRsp", + "id": 50250 + }, + { + "name": "BrickBreakerSetChangingReq", + "id": 50251 + }, + { + "name": "BrickBreakerSetChangingRsp", + "id": 50252 + }, + { + "name": "BrickBreakerSetReadyReq", + "id": 50253 + }, + { + "name": "BrickBreakerSetReadyRsp", + "id": 50254 + }, + { + "name": "BrickBreakerSettleNotify", + "id": 50255 + }, + { + "name": "BrickBreakerTwiceStartReq", + "id": 50256 + }, + { + "name": "BrickBreakerTwiceStartRsp", + "id": 50257 + }, + { + "name": "BuoyantCombatSettleNotify", + "id": 50258 + }, + { + "name": "BuyBattlePassLevelReq", + "id": 50259 + }, + { + "name": "BuyBattlePassLevelRsp", + "id": 50260 + }, + { + "name": "BuyGoodsReq", + "id": 23649 + }, + { + "name": "BuyGoodsRsp", + "id": 22736 + }, + { + "name": "BuyResinReq", + "id": 50263 + }, + { + "name": "BuyResinRsp", + "id": 50264 + }, + { + "name": "CalcWeaponUpgradeReturnItemsReq", + "id": 50265 + }, + { + "name": "CalcWeaponUpgradeReturnItemsRsp", + "id": 50266 + }, + { + "name": "SceneEntityMoveNotify", + "id": 28352 + }, + { + "name": "CanUseSkillNotify", + "id": 21073 + }, + { + "name": "CancelCityReputationRequestReq", + "id": 50269 + }, + { + "name": "CancelCityReputationRequestRsp", + "id": 50270 + }, + { + "name": "CancelCoopTaskReq", + "id": 50271 + }, + { + "name": "CancelCoopTaskRsp", + "id": 50272 + }, + { + "name": "CancelFinishParentQuestNotify", + "id": 50273 + }, + { + "name": "CataLogFinishedGlobalWatcherAllDataNotify", + "id": 50274 + }, + { + "name": "CataLogNewFinishedGlobalWatcherNotify", + "id": 50275 + }, + { + "name": "ChallengeDataNotify", + "id": 6967 + }, + { + "name": "ChallengeRecordNotify", + "id": 50277 + }, + { + "name": "ChangeCustomDungeonRoomReq", + "id": 50278 + }, + { + "name": "ChangeCustomDungeonRoomRsp", + "id": 50279 + }, + { + "name": "ChangeMailStarNotify", + "id": 22223 + }, + { + "name": "ChangeMpTeamAvatarReq", + "id": 26305 + }, + { + "name": "ChangeMpTeamAvatarRsp", + "id": 23226 + }, + { + "name": "ChangeServerGlobalValueNotify", + "id": 50283 + }, + { + "name": "ChangeTeamNameReq", + "id": 24699 + }, + { + "name": "ChangeTeamNameRsp", + "id": 27356 + }, + { + "name": "ChangeWidgetBackgroundActiveStateReq", + "id": 50286 + }, + { + "name": "ChangeWidgetBackgroundActiveStateRsp", + "id": 50287 + }, + { + "name": "ChangeWorldToSingleModeNotify", + "id": 50288 + }, + { + "name": "ChangeWorldToSingleModeReq", + "id": 50289 + }, + { + "name": "ChangeWorldToSingleModeRsp", + "id": 50290 + }, + { + "name": "ChannelerSlabStageActiveChallengeIndexNotify", + "id": 50291 + }, + { + "name": "ChannelerSlabStageOneoffDungeonNotify", + "id": 50292 + }, + { + "name": "ChannellerSlabCheckEnterLoopDungeonReq", + "id": 50293 + }, + { + "name": "ChannellerSlabCheckEnterLoopDungeonRsp", + "id": 50294 + }, + { + "name": "ChannellerSlabEnterLoopDungeonReq", + "id": 50295 + }, + { + "name": "ChannellerSlabEnterLoopDungeonRsp", + "id": 50296 + }, + { + "name": "ChannellerSlabLoopDungeonChallengeInfoNotify", + "id": 50297 + }, + { + "name": "ChannellerSlabLoopDungeonSelectConditionReq", + "id": 50298 + }, + { + "name": "ChannellerSlabLoopDungeonSelectConditionRsp", + "id": 50299 + }, + { + "name": "ChannellerSlabLoopDungeonTakeFirstPassRewardReq", + "id": 50300 + }, + { + "name": "ChannellerSlabLoopDungeonTakeFirstPassRewardRsp", + "id": 50301 + }, + { + "name": "ChannellerSlabLoopDungeonTakeScoreRewardReq", + "id": 50302 + }, + { + "name": "ChannellerSlabLoopDungeonTakeScoreRewardRsp", + "id": 50303 + }, + { + "name": "ChannellerSlabOneOffDungeonInfoNotify", + "id": 50304 + }, + { + "name": "ChannellerSlabOneOffDungeonInfoReq", + "id": 50305 + }, + { + "name": "ChannellerSlabOneOffDungeonInfoRsp", + "id": 50306 + }, + { + "name": "ChannellerSlabSaveAssistInfoReq", + "id": 50307 + }, + { + "name": "ChannellerSlabSaveAssistInfoRsp", + "id": 50308 + }, + { + "name": "ChannellerSlabTakeoffBuffReq", + "id": 50309 + }, + { + "name": "ChannellerSlabTakeoffBuffRsp", + "id": 50310 + }, + { + "name": "ChannellerSlabWearBuffReq", + "id": 50311 + }, + { + "name": "ChannellerSlabWearBuffRsp", + "id": 50312 + }, + { + "name": "ChapterStateNotify", + "id": 50313 + }, + { + "name": "CharAmusementSettleNotify", + "id": 50314 + }, + { + "name": "ChatChannelDataNotify", + "id": 50315 + }, + { + "name": "ChatChannelInfoNotify", + "id": 50316 + }, + { + "name": "ChatChannelShieldNotify", + "id": 50317 + }, + { + "name": "ChatChannelUpdateNotify", + "id": 50318 + }, + { + "name": "ChatHistoryNotify", + "id": 50319 + }, + { + "name": "CheckAddItemExceedLimitNotify", + "id": 50320 + }, + { + "name": "CheckGroupReplacedReq", + "id": 50321 + }, + { + "name": "CheckGroupReplacedRsp", + "id": 50322 + }, + { + "name": "CheckSegmentCRCNotify", + "id": 50323 + }, + { + "name": "CheckSegmentCRCReq", + "id": 50324 + }, + { + "name": "CheckUgcStateReq", + "id": 50325 + }, + { + "name": "CheckUgcStateRsp", + "id": 50326 + }, + { + "name": "CheckUgcUpdateReq", + "id": 50327 + }, + { + "name": "CheckUgcUpdateRsp", + "id": 50328 + }, + { + "name": "ChessEscapedMonstersNotify", + "id": 50329 + }, + { + "name": "ChessLeftMonstersNotify", + "id": 50330 + }, + { + "name": "ChessManualRefreshCardsReq", + "id": 50331 + }, + { + "name": "ChessManualRefreshCardsRsp", + "id": 50332 + }, + { + "name": "ChessPickCardNotify", + "id": 50333 + }, + { + "name": "ChessPickCardReq", + "id": 50334 + }, + { + "name": "ChessPickCardRsp", + "id": 50335 + }, + { + "name": "ChessPlayerInfoNotify", + "id": 50336 + }, + { + "name": "ChessSelectedCardsNotify", + "id": 50337 + }, + { + "name": "ChooseCurAvatarTeamReq", + "id": 27622 + }, + { + "name": "ChooseCurAvatarTeamRsp", + "id": 6895 + }, + { + "name": "CityReputationDataNotify", + "id": 50340 + }, + { + "name": "CityReputationLevelupNotify", + "id": 50341 + }, + { + "name": "ClearRoguelikeCurseNotify", + "id": 50342 + }, + { + "name": "ClientAIStateNotify", + "id": 22734 + }, + { + "name": "ClientAbilitiesInitFinishCombineNotify", + "id": 4338 + }, + { + "name": "ClientAbilityInitBeginNotify", + "id": 50345 + }, + { + "name": "ClientBulletCreateNotify", + "id": 50346 + }, + { + "name": "ClientCollectorDataNotify", + "id": 50347 + }, + { + "name": "ClientHashDebugNotify", + "id": 50348 + }, + { + "name": "ClientLoadingCostumeVerificationNotify", + "id": 22940 + }, + { + "name": "ClientLockGameTimeNotify", + "id": 7730 + }, + { + "name": "ClientNewMailNotify", + "id": 50351 + }, + { + "name": "ClientPauseNotify", + "id": 50352 + }, + { + "name": "ClientReconnectNotify", + "id": 50353 + }, + { + "name": "ClientRemoveCombatEndModifierNotify", + "id": 50354 + }, + { + "name": "ClientReportNotify", + "id": 50355 + }, + { + "name": "ClientScriptEventNotify", + "id": 1503 + }, + { + "name": "ClientTransmitReq", + "id": 50357 + }, + { + "name": "ClientTransmitRsp", + "id": 50358 + }, + { + "name": "ClientTriggerEventNotify", + "id": 8634 + }, + { + "name": "CloseCommonTipsNotify", + "id": 50360 + }, + { + "name": "ClosedItemNotify", + "id": 50361 + }, + { + "name": "CodexDataFullNotify", + "id": 2558 + }, + { + "name": "CodexDataUpdateNotify", + "id": 26679 + }, + { + "name": "CoinCollectCheckDoubleStartPlayReq", + "id": 50364 + }, + { + "name": "CoinCollectCheckDoubleStartPlayRsp", + "id": 50365 + }, + { + "name": "CoinCollectChooseSkillReq", + "id": 50366 + }, + { + "name": "CoinCollectChooseSkillRsp", + "id": 50367 + }, + { + "name": "CoinCollectGallerySettleNotify", + "id": 50368 + }, + { + "name": "CoinCollectInterruptPlayReq", + "id": 50369 + }, + { + "name": "CoinCollectInterruptPlayRsp", + "id": 50370 + }, + { + "name": "CoinCollectPrepareReq", + "id": 50371 + }, + { + "name": "CoinCollectPrepareRsp", + "id": 50372 + }, + { + "name": "CoinCollectPrepareStageNotify", + "id": 50373 + }, + { + "name": "CombineDataNotify", + "id": 23746 + }, + { + "name": "CombineFormulaDataNotify", + "id": 22050 + }, + { + "name": "CombineReq", + "id": 3349 + }, + { + "name": "CombineRsp", + "id": 492 + }, + { + "name": "CommonPlayerTipsNotify", + "id": 50378 + }, + { + "name": "CompoundDataNotify", + "id": 26025 + }, + { + "name": "CompoundUnlockNotify", + "id": 50380 + }, + { + "name": "CookDataNotify", + "id": 50381 + }, + { + "name": "CookGradeDataNotify", + "id": 50382 + }, + { + "name": "CookRecipeDataNotify", + "id": 50383 + }, + { + "name": "CoopCgShowNotify", + "id": 50384 + }, + { + "name": "CoopCgUpdateNotify", + "id": 50385 + }, + { + "name": "CoopChapterUpdateNotify", + "id": 50386 + }, + { + "name": "CoopDataNotify", + "id": 50387 + }, + { + "name": "CoopPointUpdateNotify", + "id": 50388 + }, + { + "name": "CoopProgressUpdateNotify", + "id": 50389 + }, + { + "name": "CoopRewardUpdateNotify", + "id": 50390 + }, + { + "name": "CreateMassiveEntityNotify", + "id": 50391 + }, + { + "name": "CreateMassiveEntityReq", + "id": 50392 + }, + { + "name": "CreateMassiveEntityRsp", + "id": 50393 + }, + { + "name": "CreateVehicleReq", + "id": 26744 + }, + { + "name": "CreateVehicleRsp", + "id": 4740 + }, + { + "name": "CrystalLinkDungeonInfoNotify", + "id": 50396 + }, + { + "name": "CrystalLinkEnterDungeonReq", + "id": 50397 + }, + { + "name": "CrystalLinkEnterDungeonRsp", + "id": 50398 + }, + { + "name": "CrystalLinkRestartDungeonReq", + "id": 50399 + }, + { + "name": "CrystalLinkRestartDungeonRsp", + "id": 50400 + }, + { + "name": "CustomDungeonBattleRecordNotify", + "id": 50401 + }, + { + "name": "CustomDungeonOfficialNotify", + "id": 50402 + }, + { + "name": "CustomDungeonRecoverNotify", + "id": 50403 + }, + { + "name": "CustomDungeonUpdateNotify", + "id": 50404 + }, + { + "name": "CutSceneBeginNotify", + "id": 305 + }, + { + "name": "CutSceneEndNotify", + "id": 50406 + }, + { + "name": "CutSceneFinishNotify", + "id": 50407 + }, + { + "name": "DailyTaskDataNotify", + "id": 50408 + }, + { + "name": "DailyTaskFilterCityReq", + "id": 50409 + }, + { + "name": "DailyTaskFilterCityRsp", + "id": 50410 + }, + { + "name": "DailyTaskProgressNotify", + "id": 50411 + }, + { + "name": "DailyTaskScoreRewardNotify", + "id": 50412 + }, + { + "name": "DailyTaskUnlockedCitiesNotify", + "id": 50413 + }, + { + "name": "DataResVersionNotify", + "id": 50414 + }, + { + "name": "DealAddFriendReq", + "id": 1458 + }, + { + "name": "DealAddFriendRsp", + "id": 29333 + }, + { + "name": "DeathZoneInfoNotify", + "id": 50417 + }, + { + "name": "DeathZoneObserveNotify", + "id": 50418 + }, + { + "name": "DelBackupAvatarTeamReq", + "id": 5780 + }, + { + "name": "DelBackupAvatarTeamRsp", + "id": 50420 + }, + { + "name": "DelMailReq", + "id": 50421 + }, + { + "name": "DelMailRsp", + "id": 50422 + }, + { + "name": "DelScenePlayTeamEntityNotify", + "id": 50423 + }, + { + "name": "DelTeamEntityNotify", + "id": 25063 + }, + { + "name": "DeleteFriendNotify", + "id": 50425 + }, + { + "name": "DeleteFriendReq", + "id": 26120 + }, + { + "name": "DeleteFriendRsp", + "id": 22728 + }, + { + "name": "DeshretObeliskChestInfoNotify", + "id": 50428 + }, + { + "name": "DestroyMassiveEntityNotify", + "id": 50429 + }, + { + "name": "DigActivityChangeGadgetStateReq", + "id": 50430 + }, + { + "name": "DigActivityChangeGadgetStateRsp", + "id": 50431 + }, + { + "name": "DigActivityMarkPointChangeNotify", + "id": 50432 + }, + { + "name": "DisableRoguelikeTrapNotify", + "id": 50433 + }, + { + "name": "DoRoguelikeDungeonCardGachaReq", + "id": 50434 + }, + { + "name": "DoRoguelikeDungeonCardGachaRsp", + "id": 50435 + }, + { + "name": "DoSetPlayerBornDataNotify", + "id": 50436 + }, + { + "name": "DraftGuestReplyInviteNotify", + "id": 50437 + }, + { + "name": "DraftGuestReplyInviteReq", + "id": 50438 + }, + { + "name": "DraftGuestReplyInviteRsp", + "id": 50439 + }, + { + "name": "DraftGuestReplyTwiceConfirmNotify", + "id": 50440 + }, + { + "name": "DraftGuestReplyTwiceConfirmReq", + "id": 50441 + }, + { + "name": "DraftGuestReplyTwiceConfirmRsp", + "id": 50442 + }, + { + "name": "DraftInviteResultNotify", + "id": 50443 + }, + { + "name": "DraftOwnerInviteNotify", + "id": 50444 + }, + { + "name": "DraftOwnerStartInviteReq", + "id": 50445 + }, + { + "name": "DraftOwnerStartInviteRsp", + "id": 50446 + }, + { + "name": "DraftOwnerTwiceConfirmNotify", + "id": 50447 + }, + { + "name": "DraftTwiceConfirmResultNotify", + "id": 50448 + }, + { + "name": "DragonSpineChapterFinishNotify", + "id": 50449 + }, + { + "name": "DragonSpineChapterOpenNotify", + "id": 50450 + }, + { + "name": "DragonSpineChapterProgressChangeNotify", + "id": 50451 + }, + { + "name": "DragonSpineCoinChangeNotify", + "id": 50452 + }, + { + "name": "DropItemReq", + "id": 9675 + }, + { + "name": "DropItemRsp", + "id": 4117 + }, + { + "name": "DuelHeartCgEndNotify", + "id": 50455 + }, + { + "name": "DuelHeartEnterDungeonReq", + "id": 50456 + }, + { + "name": "DuelHeartEnterDungeonRsp", + "id": 50457 + }, + { + "name": "DuelHeartRestartDungeonReq", + "id": 50458 + }, + { + "name": "DuelHeartRestartDungeonRsp", + "id": 50459 + }, + { + "name": "DuelHeartSelectDifficultyReq", + "id": 50460 + }, + { + "name": "DuelHeartSelectDifficultyRsp", + "id": 50461 + }, + { + "name": "DuelHeartSettleNotify", + "id": 50462 + }, + { + "name": "DungeonCandidateTeamChangeAvatarReq", + "id": 50463 + }, + { + "name": "DungeonCandidateTeamChangeAvatarRsp", + "id": 50464 + }, + { + "name": "DungeonCandidateTeamCreateReq", + "id": 1126 + }, + { + "name": "DungeonCandidateTeamCreateRsp", + "id": 50466 + }, + { + "name": "DungeonCandidateTeamDismissNotify", + "id": 50467 + }, + { + "name": "DungeonCandidateTeamInfoNotify", + "id": 50468 + }, + { + "name": "DungeonCandidateTeamInviteNotify", + "id": 50469 + }, + { + "name": "DungeonCandidateTeamInviteReq", + "id": 50470 + }, + { + "name": "DungeonCandidateTeamInviteRsp", + "id": 50471 + }, + { + "name": "DungeonCandidateTeamKickReq", + "id": 50472 + }, + { + "name": "DungeonCandidateTeamKickRsp", + "id": 50473 + }, + { + "name": "DungeonCandidateTeamLeaveReq", + "id": 50474 + }, + { + "name": "DungeonCandidateTeamLeaveRsp", + "id": 50475 + }, + { + "name": "DungeonCandidateTeamPlayerLeaveNotify", + "id": 50476 + }, + { + "name": "DungeonCandidateTeamRefuseNotify", + "id": 50477 + }, + { + "name": "DungeonCandidateTeamReplyInviteReq", + "id": 50478 + }, + { + "name": "DungeonCandidateTeamReplyInviteRsp", + "id": 50479 + }, + { + "name": "DungeonCandidateTeamSetChangingAvatarReq", + "id": 50480 + }, + { + "name": "DungeonCandidateTeamSetChangingAvatarRsp", + "id": 50481 + }, + { + "name": "DungeonCandidateTeamSetReadyReq", + "id": 50482 + }, + { + "name": "DungeonCandidateTeamSetReadyRsp", + "id": 50483 + }, + { + "name": "DungeonDataNotify", + "id": 50484 + }, + { + "name": "DungeonFollowNotify", + "id": 29109 + }, + { + "name": "DungeonGetStatueDropReq", + "id": 50486 + }, + { + "name": "DungeonGetStatueDropRsp", + "id": 50487 + }, + { + "name": "DungeonInterruptChallengeReq", + "id": 50488 + }, + { + "name": "DungeonInterruptChallengeRsp", + "id": 50489 + }, + { + "name": "DungeonPlayerDieNotify", + "id": 8234 + }, + { + "name": "DungeonPlayerDieReq", + "id": 7032 + }, + { + "name": "DungeonPlayerDieRsp", + "id": 28416 + }, + { + "name": "DungeonRestartInviteNotify", + "id": 50493 + }, + { + "name": "DungeonRestartInviteReplyNotify", + "id": 50494 + }, + { + "name": "DungeonRestartInviteReplyReq", + "id": 50495 + }, + { + "name": "DungeonRestartInviteReplyRsp", + "id": 50496 + }, + { + "name": "DungeonRestartReq", + "id": 50497 + }, + { + "name": "DungeonRestartResultNotify", + "id": 50498 + }, + { + "name": "DungeonRestartRsp", + "id": 50499 + }, + { + "name": "DungeonReviseLevelNotify", + "id": 50500 + }, + { + "name": "DungeonShowReminderNotify", + "id": 50501 + }, + { + "name": "DungeonSlipRevivePointActivateReq", + "id": 28862 + }, + { + "name": "DungeonSlipRevivePointActivateRsp", + "id": 24625 + }, + { + "name": "DungeonWayPointActivateReq", + "id": 50504 + }, + { + "name": "DungeonWayPointActivateRsp", + "id": 50505 + }, + { + "name": "EchoNotify", + "id": 50506 + }, + { + "name": "EchoShellTakeRewardReq", + "id": 50507 + }, + { + "name": "EchoShellTakeRewardRsp", + "id": 50508 + }, + { + "name": "EchoShellUpdateNotify", + "id": 50509 + }, + { + "name": "EffigyChallengeInfoNotify", + "id": 50510 + }, + { + "name": "EffigyChallengeResultNotify", + "id": 50511 + }, + { + "name": "EffigyChallengeV2ChooseSkillReq", + "id": 50512 + }, + { + "name": "EffigyChallengeV2ChooseSkillRsp", + "id": 50513 + }, + { + "name": "EffigyChallengeV2DungeonInfoNotify", + "id": 50514 + }, + { + "name": "EffigyChallengeV2EnterDungeonReq", + "id": 50515 + }, + { + "name": "EffigyChallengeV2EnterDungeonRsp", + "id": 50516 + }, + { + "name": "EffigyChallengeV2RestartDungeonReq", + "id": 50517 + }, + { + "name": "EffigyChallengeV2RestartDungeonRsp", + "id": 50518 + }, + { + "name": "ElectroherculesBattleSelectDifficultyReq", + "id": 50519 + }, + { + "name": "ElectroherculesBattleSelectDifficultyRsp", + "id": 50520 + }, + { + "name": "ElectroherculesBattleSettleNotify", + "id": 50521 + }, + { + "name": "EndCameraSceneLookNotify", + "id": 50522 + }, + { + "name": "EndCoinCollectPlaySingleModeReq", + "id": 50523 + }, + { + "name": "EndCoinCollectPlaySingleModeRsp", + "id": 50524 + }, + { + "name": "EnterChessDungeonReq", + "id": 50525 + }, + { + "name": "EnterChessDungeonRsp", + "id": 50526 + }, + { + "name": "EnterCustomDungeonReq", + "id": 50527 + }, + { + "name": "EnterCustomDungeonRsp", + "id": 50528 + }, + { + "name": "EnterFishingReq", + "id": 50529 + }, + { + "name": "EnterFishingRsp", + "id": 50530 + }, + { + "name": "EnterFungusFighterPlotDungeonReq", + "id": 50531 + }, + { + "name": "EnterFungusFighterPlotDungeonRsp", + "id": 50532 + }, + { + "name": "EnterFungusFighterTrainingDungeonReq", + "id": 50533 + }, + { + "name": "EnterFungusFighterTrainingDungeonRsp", + "id": 50534 + }, + { + "name": "EnterIrodoriChessDungeonReq", + "id": 50535 + }, + { + "name": "EnterIrodoriChessDungeonRsp", + "id": 50536 + }, + { + "name": "EnterMechanicusDungeonReq", + "id": 50537 + }, + { + "name": "EnterMechanicusDungeonRsp", + "id": 50538 + }, + { + "name": "EnterRogueDiaryDungeonReq", + "id": 50539 + }, + { + "name": "EnterRogueDiaryDungeonRsp", + "id": 50540 + }, + { + "name": "EnterRoguelikeDungeonNotify", + "id": 50541 + }, + { + "name": "EnterSceneWeatherAreaNotify", + "id": 50542 + }, + { + "name": "EnterTransPointRegionNotify", + "id": 20259 + }, + { + "name": "EnterTrialAvatarActivityDungeonReq", + "id": 50544 + }, + { + "name": "EnterTrialAvatarActivityDungeonRsp", + "id": 50545 + }, + { + "name": "EnterWorldAreaReq", + "id": 6675 + }, + { + "name": "EnterWorldAreaRsp", + "id": 8436 + }, + { + "name": "EntityAiKillSelfNotify", + "id": 4703 + }, + { + "name": "EntityAuthorityChangeNotify", + "id": 50549 + }, + { + "name": "EntityConfigHashNotify", + "id": 50550 + }, + { + "name": "EntityFightPropNotify", + "id": 50551 + }, + { + "name": "EntityForceSyncReq", + "id": 50552 + }, + { + "name": "EntityForceSyncRsp", + "id": 50553 + }, + { + "name": "EntityJumpNotify", + "id": 50554 + }, + { + "name": "EntityMoveRoomNotify", + "id": 50555 + }, + { + "name": "EntityPropNotify", + "id": 50556 + }, + { + "name": "EquipRoguelikeRuneReq", + "id": 50557 + }, + { + "name": "EquipRoguelikeRuneRsp", + "id": 50558 + }, + { + "name": "EvtAnimatorParameterNotify", + "id": 50559 + }, + { + "name": "EvtAnimatorStateChangedNotify", + "id": 50560 + }, + { + "name": "EvtAvatarEnterFocusNotify", + "id": 4109 + }, + { + "name": "EvtAvatarExitFocusNotify", + "id": 24493 + }, + { + "name": "EvtAvatarSitDownNotify", + "id": 26530 + }, + { + "name": "EvtAvatarUpdateFocusNotify", + "id": 3013 + }, + { + "name": "EvtBeingHealedNotify", + "id": 50565 + }, + { + "name": "EvtBeingHitNotify", + "id": 50566 + }, + { + "name": "EvtBeingHitsCombineNotify", + "id": 50567 + }, + { + "name": "EvtBulletDeactiveNotify", + "id": 28844 + }, + { + "name": "EvtBulletHitNotify", + "id": 5735 + }, + { + "name": "EvtBulletMoveNotify", + "id": 24809 + }, + { + "name": "EvtCostStaminaNotify", + "id": 50571 + }, + { + "name": "EvtDestroyServerGadgetNotify", + "id": 50572 + }, + { + "name": "EvtEntityStartDieEndNotify", + "id": 485 + }, + { + "name": "EvtFaceToDirNotify", + "id": 50574 + }, + { + "name": "EvtFaceToEntityNotify", + "id": 50575 + }, + { + "name": "EvtLocalGadgetOwnerLeaveSceneNotify", + "id": 50576 + }, + { + "name": "EvtRushMoveNotify", + "id": 50577 + }, + { + "name": "EvtSetAttackTargetNotify", + "id": 50578 + }, + { + "name": "ExclusiveRuleNotify", + "id": 50579 + }, + { + "name": "ExecuteGadgetLuaReq", + "id": 29143 + }, + { + "name": "ExecuteGadgetLuaRsp", + "id": 2532 + }, + { + "name": "ExecuteGroupTriggerReq", + "id": 50582 + }, + { + "name": "ExecuteGroupTriggerRsp", + "id": 50583 + }, + { + "name": "ExitCustomDungeonTryReq", + "id": 50584 + }, + { + "name": "ExitCustomDungeonTryRsp", + "id": 50585 + }, + { + "name": "ExitFishingReq", + "id": 50586 + }, + { + "name": "ExitFishingRsp", + "id": 50587 + }, + { + "name": "ExitSceneWeatherAreaNotify", + "id": 50588 + }, + { + "name": "ExitTransPointRegionNotify", + "id": 8012 + }, + { + "name": "ExpeditionChallengeEnterRegionNotify", + "id": 50590 + }, + { + "name": "ExpeditionChallengeFinishedNotify", + "id": 50591 + }, + { + "name": "ExpeditionRecallReq", + "id": 50592 + }, + { + "name": "ExpeditionRecallRsp", + "id": 50593 + }, + { + "name": "ExpeditionStartReq", + "id": 50594 + }, + { + "name": "ExpeditionStartRsp", + "id": 50595 + }, + { + "name": "ExpeditionTakeRewardReq", + "id": 50596 + }, + { + "name": "ExpeditionTakeRewardRsp", + "id": 50597 + }, + { + "name": "FindHilichurlAcceptQuestNotify", + "id": 50598 + }, + { + "name": "FindHilichurlFinishSecondQuestNotify", + "id": 50599 + }, + { + "name": "FinishDeliveryNotify", + "id": 50600 + }, + { + "name": "FinishLanternProjectionReq", + "id": 50601 + }, + { + "name": "FinishLanternProjectionRsp", + "id": 50602 + }, + { + "name": "FinishMainCoopReq", + "id": 50603 + }, + { + "name": "FinishMainCoopRsp", + "id": 50604 + }, + { + "name": "FinishedTalkIdListNotify", + "id": 50605 + }, + { + "name": "FireworksLaunchDataNotify", + "id": 50606 + }, + { + "name": "FireworksReformDataNotify", + "id": 23329 + }, + { + "name": "FishAttractNotify", + "id": 50608 + }, + { + "name": "FishBaitGoneNotify", + "id": 50609 + }, + { + "name": "FishBattleBeginReq", + "id": 50610 + }, + { + "name": "FishBattleBeginRsp", + "id": 50611 + }, + { + "name": "FishBattleEndReq", + "id": 50612 + }, + { + "name": "FishBattleEndRsp", + "id": 50613 + }, + { + "name": "FishBiteReq", + "id": 50614 + }, + { + "name": "FishBiteRsp", + "id": 50615 + }, + { + "name": "FishCastRodReq", + "id": 50616 + }, + { + "name": "FishCastRodRsp", + "id": 50617 + }, + { + "name": "FishChosenNotify", + "id": 50618 + }, + { + "name": "FishEscapeNotify", + "id": 50619 + }, + { + "name": "FishPoolDataNotify", + "id": 50620 + }, + { + "name": "FishingGallerySettleNotify", + "id": 50621 + }, + { + "name": "FleurFairBalloonSettleNotify", + "id": 50622 + }, + { + "name": "FleurFairBuffEnergyNotify", + "id": 50623 + }, + { + "name": "FleurFairFallSettleNotify", + "id": 50624 + }, + { + "name": "FleurFairFinishGalleryStageNotify", + "id": 50625 + }, + { + "name": "FleurFairMusicGameSettleReq", + "id": 50626 + }, + { + "name": "FleurFairMusicGameSettleRsp", + "id": 50627 + }, + { + "name": "FleurFairMusicGameStartReq", + "id": 50628 + }, + { + "name": "FleurFairMusicGameStartRsp", + "id": 50629 + }, + { + "name": "FleurFairReplayMiniGameReq", + "id": 50630 + }, + { + "name": "FleurFairReplayMiniGameRsp", + "id": 50631 + }, + { + "name": "FleurFairStageSettleNotify", + "id": 50632 + }, + { + "name": "FlightActivityRestartReq", + "id": 50633 + }, + { + "name": "FlightActivityRestartRsp", + "id": 50634 + }, + { + "name": "FlightActivitySettleNotify", + "id": 50635 + }, + { + "name": "FocusAvatarReq", + "id": 27317 + }, + { + "name": "FocusAvatarRsp", + "id": 50637 + }, + { + "name": "ForceAddPlayerFriendReq", + "id": 50638 + }, + { + "name": "ForceAddPlayerFriendRsp", + "id": 50639 + }, + { + "name": "ForceDragAvatarNotify", + "id": 50640 + }, + { + "name": "ForceDragBackTransferNotify", + "id": 50641 + }, + { + "name": "ForgeDataNotify", + "id": 6985 + }, + { + "name": "ForgeFormulaDataNotify", + "id": 8543 + }, + { + "name": "ForgeGetQueueDataReq", + "id": 5954 + }, + { + "name": "ForgeGetQueueDataRsp", + "id": 7571 + }, + { + "name": "ForgeQueueDataNotify", + "id": 5698 + }, + { + "name": "ForgeQueueManipulateReq", + "id": 23681 + }, + { + "name": "ForgeQueueManipulateRsp", + "id": 24425 + }, + { + "name": "ForgeStartReq", + "id": 50649 + }, + { + "name": "ForgeStartRsp", + "id": 50650 + }, + { + "name": "FoundationNotify", + "id": 50651 + }, + { + "name": "FoundationReq", + "id": 50652 + }, + { + "name": "FoundationRsp", + "id": 50653 + }, + { + "name": "FriendInfoChangeNotify", + "id": 50654 + }, + { + "name": "FungusCaptureSettleNotify", + "id": 50655 + }, + { + "name": "FungusCultivateReq", + "id": 50656 + }, + { + "name": "FungusCultivateRsp", + "id": 50657 + }, + { + "name": "FungusFighterClearTrainingRuntimeDataReq", + "id": 50658 + }, + { + "name": "FungusFighterClearTrainingRuntimeDataRsp", + "id": 50659 + }, + { + "name": "FungusFighterPlotInfoNotify", + "id": 50660 + }, + { + "name": "FungusFighterRestartTraningDungeonReq", + "id": 50661 + }, + { + "name": "FungusFighterRestartTraningDungeonRsp", + "id": 50662 + }, + { + "name": "FungusFighterRuntimeDataNotify", + "id": 50663 + }, + { + "name": "FungusFighterTrainingGallerySettleNotify", + "id": 50664 + }, + { + "name": "FungusFighterTrainingInfoNotify", + "id": 50665 + }, + { + "name": "FungusFighterTrainingSelectFungusReq", + "id": 50666 + }, + { + "name": "FungusFighterTrainingSelectFungusRsp", + "id": 50667 + }, + { + "name": "FungusFighterUseBackupFungusReq", + "id": 50668 + }, + { + "name": "FungusFighterUseBackupFungusRsp", + "id": 50669 + }, + { + "name": "FungusRenameReq", + "id": 50670 + }, + { + "name": "FungusRenameRsp", + "id": 50671 + }, + { + "name": "FunitureMakeMakeInfoChangeNotify", + "id": 50672 + }, + { + "name": "FurnitureCurModuleArrangeCountNotify", + "id": 50673 + }, + { + "name": "FurnitureMakeBeHelpedNotify", + "id": 50674 + }, + { + "name": "FurnitureMakeCancelReq", + "id": 50675 + }, + { + "name": "FurnitureMakeCancelRsp", + "id": 50676 + }, + { + "name": "FurnitureMakeFinishNotify", + "id": 50677 + }, + { + "name": "FurnitureMakeHelpReq", + "id": 50678 + }, + { + "name": "FurnitureMakeHelpRsp", + "id": 50679 + }, + { + "name": "FurnitureMakeReq", + "id": 50680 + }, + { + "name": "FurnitureMakeRsp", + "id": 50681 + }, + { + "name": "FurnitureMakeStartReq", + "id": 50682 + }, + { + "name": "FurnitureMakeStartRsp", + "id": 50683 + }, + { + "name": "GCGApplyInviteBattleNotify", + "id": 50684 + }, + { + "name": "GCGApplyInviteBattleReq", + "id": 50685 + }, + { + "name": "GCGApplyInviteBattleRsp", + "id": 50686 + }, + { + "name": "GCGAskDuelReq", + "id": 50687 + }, + { + "name": "GCGAskDuelRsp", + "id": 50688 + }, + { + "name": "GCGBackToDuelReq", + "id": 50689 + }, + { + "name": "GCGBackToDuelRsp", + "id": 50690 + }, + { + "name": "GCGBasicDataNotify", + "id": 50691 + }, + { + "name": "GCGBossChallengeUpdateNotify", + "id": 50692 + }, + { + "name": "GCGChallengeUpdateNotify", + "id": 50693 + }, + { + "name": "GCGClientSettleReq", + "id": 50694 + }, + { + "name": "GCGClientSettleRsp", + "id": 50695 + }, + { + "name": "GCGDSBanCardNotify", + "id": 50696 + }, + { + "name": "GCGDSCardBackUnlockNotify", + "id": 50697 + }, + { + "name": "GCGDSCardFaceUnlockNotify", + "id": 50698 + }, + { + "name": "GCGDSCardFaceUpdateNotify", + "id": 50699 + }, + { + "name": "GCGDSCardNumChangeNotify", + "id": 50700 + }, + { + "name": "GCGDSCardProficiencyNotify", + "id": 50701 + }, + { + "name": "GCGDSChangeCardBackReq", + "id": 50702 + }, + { + "name": "GCGDSChangeCardBackRsp", + "id": 50703 + }, + { + "name": "GCGDSChangeCardFaceReq", + "id": 50704 + }, + { + "name": "GCGDSChangeCardFaceRsp", + "id": 50705 + }, + { + "name": "GCGDSChangeCurDeckReq", + "id": 50706 + }, + { + "name": "GCGDSChangeCurDeckRsp", + "id": 50707 + }, + { + "name": "GCGDSChangeDeckNameReq", + "id": 50708 + }, + { + "name": "GCGDSChangeDeckNameRsp", + "id": 50709 + }, + { + "name": "GCGDSChangeFieldReq", + "id": 50710 + }, + { + "name": "GCGDSChangeFieldRsp", + "id": 50711 + }, + { + "name": "GCGDSCurDeckChangeNotify", + "id": 50712 + }, + { + "name": "GCGDSDataNotify", + "id": 50713 + }, + { + "name": "GCGDSDeckSaveReq", + "id": 50714 + }, + { + "name": "GCGDSDeckSaveRsp", + "id": 50715 + }, + { + "name": "GCGDSDeckUnlockNotify", + "id": 50716 + }, + { + "name": "GCGDSDeckUpdateNotify", + "id": 50717 + }, + { + "name": "GCGDSDeleteDeckReq", + "id": 50718 + }, + { + "name": "GCGDSDeleteDeckRsp", + "id": 50719 + }, + { + "name": "GCGDSFieldUnlockNotify", + "id": 50720 + }, + { + "name": "GCGDSTakeCardProficiencyRewardReq", + "id": 50721 + }, + { + "name": "GCGDSTakeCardProficiencyRewardRsp", + "id": 50722 + }, + { + "name": "GCGDebugReplayNotify", + "id": 50723 + }, + { + "name": "GCGGameBriefDataNotify", + "id": 50724 + }, + { + "name": "GCGGameCreateFailReasonNotify", + "id": 50725 + }, + { + "name": "GCGGameMaxNotify", + "id": 50726 + }, + { + "name": "GCGGrowthLevelNotify", + "id": 50727 + }, + { + "name": "GCGGrowthLevelRewardNotify", + "id": 50728 + }, + { + "name": "GCGGrowthLevelTakeRewardReq", + "id": 50729 + }, + { + "name": "GCGGrowthLevelTakeRewardRsp", + "id": 50730 + }, + { + "name": "GCGHeartBeatNotify", + "id": 50731 + }, + { + "name": "GCGInitFinishReq", + "id": 50732 + }, + { + "name": "GCGInitFinishRsp", + "id": 50733 + }, + { + "name": "GCGInviteBattleNotify", + "id": 50734 + }, + { + "name": "GCGInviteGuestBattleReq", + "id": 50735 + }, + { + "name": "GCGInviteGuestBattleRsp", + "id": 50736 + }, + { + "name": "GCGLevelChallengeDeleteNotify", + "id": 50737 + }, + { + "name": "GCGLevelChallengeFinishNotify", + "id": 50738 + }, + { + "name": "GCGLevelChallengeNotify", + "id": 50739 + }, + { + "name": "GCGMessagePackNotify", + "id": 50740 + }, + { + "name": "GCGOperationReq", + "id": 50741 + }, + { + "name": "GCGOperationRsp", + "id": 50742 + }, + { + "name": "GCGResourceStateNotify", + "id": 50743 + }, + { + "name": "GCGSettleNotify", + "id": 50744 + }, + { + "name": "GCGSettleOptionReq", + "id": 50745 + }, + { + "name": "GCGSettleOptionRsp", + "id": 50746 + }, + { + "name": "GCGSkillPreviewAskReq", + "id": 50747 + }, + { + "name": "GCGSkillPreviewAskRsp", + "id": 50748 + }, + { + "name": "GCGSkillPreviewNotify", + "id": 50749 + }, + { + "name": "GCGStartChallengeByCheckRewardReq", + "id": 50750 + }, + { + "name": "GCGStartChallengeByCheckRewardRsp", + "id": 50751 + }, + { + "name": "GCGStartChallengeReq", + "id": 50752 + }, + { + "name": "GCGStartChallengeRsp", + "id": 50753 + }, + { + "name": "GCGTCInviteReq", + "id": 50754 + }, + { + "name": "GCGTCInviteRsp", + "id": 50755 + }, + { + "name": "GCGTCTavernChallengeDataNotify", + "id": 50756 + }, + { + "name": "GCGTCTavernChallengeUpdateNotify", + "id": 50757 + }, + { + "name": "GCGTCTavernInfoNotify", + "id": 50758 + }, + { + "name": "GCGTavernNpcInfoNotify", + "id": 50759 + }, + { + "name": "GCGWeekChallengeInfoNotify", + "id": 50760 + }, + { + "name": "GCGWorldChallengeUnlockNotify", + "id": 50761 + }, + { + "name": "GCGWorldPlayerGCGStateReq", + "id": 50762 + }, + { + "name": "GCGWorldPlayerGCGStateRsp", + "id": 50763 + }, + { + "name": "GMShowNavMeshReq", + "id": 50764 + }, + { + "name": "GMShowNavMeshRsp", + "id": 50765 + }, + { + "name": "GMShowObstacleReq", + "id": 50766 + }, + { + "name": "GMShowObstacleRsp", + "id": 50767 + }, + { + "name": "GachaActivityCreateRobotReq", + "id": 50768 + }, + { + "name": "GachaActivityCreateRobotRsp", + "id": 50769 + }, + { + "name": "GachaActivityNextStageReq", + "id": 50770 + }, + { + "name": "GachaActivityNextStageRsp", + "id": 50771 + }, + { + "name": "GachaActivityPercentNotify", + "id": 50772 + }, + { + "name": "GachaActivityResetReq", + "id": 50773 + }, + { + "name": "GachaActivityResetRsp", + "id": 50774 + }, + { + "name": "GachaActivityTakeRewardReq", + "id": 50775 + }, + { + "name": "GachaActivityTakeRewardRsp", + "id": 50776 + }, + { + "name": "GachaActivityUpdateElemNotify", + "id": 50777 + }, + { + "name": "GachaOpenWishNotify", + "id": 9144 + }, + { + "name": "GachaSimpleInfoNotify", + "id": 50779 + }, + { + "name": "GadgetAutoPickDropInfoNotify", + "id": 50780 + }, + { + "name": "GadgetChainLevelChangeNotify", + "id": 50781 + }, + { + "name": "GadgetChainLevelUpdateNotify", + "id": 50782 + }, + { + "name": "GadgetChangeLevelTagReq", + "id": 50783 + }, + { + "name": "GadgetChangeLevelTagRsp", + "id": 50784 + }, + { + "name": "GadgetCustomTreeInfoNotify", + "id": 50785 + }, + { + "name": "GadgetGeneralRewardInfoNotify", + "id": 50786 + }, + { + "name": "GadgetPlayDataNotify", + "id": 50787 + }, + { + "name": "GadgetPlayStartNotify", + "id": 50788 + }, + { + "name": "GadgetPlayStopNotify", + "id": 50789 + }, + { + "name": "GadgetPlayUidOpNotify", + "id": 50790 + }, + { + "name": "GadgetStateNotify", + "id": 22100 + }, + { + "name": "GadgetTalkChangeNotify", + "id": 50792 + }, + { + "name": "GalleryBalloonScoreNotify", + "id": 50793 + }, + { + "name": "GalleryBalloonShootNotify", + "id": 50794 + }, + { + "name": "GalleryBounceConjuringHitNotify", + "id": 50795 + }, + { + "name": "GalleryBrokenFloorFallNotify", + "id": 50796 + }, + { + "name": "GalleryBulletHitNotify", + "id": 50797 + }, + { + "name": "GalleryCrystalLinkBuffInfoNotify", + "id": 50798 + }, + { + "name": "GalleryCrystalLinkKillMonsterNotify", + "id": 50799 + }, + { + "name": "GalleryFallCatchNotify", + "id": 50800 + }, + { + "name": "GalleryFallScoreNotify", + "id": 50801 + }, + { + "name": "GalleryFlowerCatchNotify", + "id": 50802 + }, + { + "name": "GalleryIslandPartyDownHillInfoNotify", + "id": 50803 + }, + { + "name": "GalleryPreStartNotify", + "id": 50804 + }, + { + "name": "GalleryStartNotify", + "id": 50805 + }, + { + "name": "GalleryStopNotify", + "id": 50806 + }, + { + "name": "GallerySumoKillMonsterNotify", + "id": 50807 + }, + { + "name": "GalleryWillStartCountdownNotify", + "id": 50808 + }, + { + "name": "GearActivityFinishPlayGearReq", + "id": 50809 + }, + { + "name": "GearActivityFinishPlayGearRsp", + "id": 50810 + }, + { + "name": "GearActivityFinishPlayPictureReq", + "id": 50811 + }, + { + "name": "GearActivityFinishPlayPictureRsp", + "id": 50812 + }, + { + "name": "GearActivityStartPlayGearReq", + "id": 50813 + }, + { + "name": "GearActivityStartPlayGearRsp", + "id": 50814 + }, + { + "name": "GearActivityStartPlayPictureReq", + "id": 50815 + }, + { + "name": "GearActivityStartPlayPictureRsp", + "id": 50816 + }, + { + "name": "GetActivityInfoReq", + "id": 25360 + }, + { + "name": "GetActivityScheduleReq", + "id": 50818 + }, + { + "name": "GetActivityScheduleRsp", + "id": 50819 + }, + { + "name": "GetActivityShopSheetInfoReq", + "id": 50820 + }, + { + "name": "GetActivityShopSheetInfoRsp", + "id": 50821 + }, + { + "name": "GetAllActivatedBargainDataReq", + "id": 50822 + }, + { + "name": "GetAllActivatedBargainDataRsp", + "id": 50823 + }, + { + "name": "GetAllH5ActivityInfoReq", + "id": 50824 + }, + { + "name": "GetAllH5ActivityInfoRsp", + "id": 50825 + }, + { + "name": "GetAllMailNotify", + "id": 8385 + }, + { + "name": "GetAllMailReq", + "id": 27885 + }, + { + "name": "GetAllMailResultNotify", + "id": 20380 + }, + { + "name": "GetAllMailRsp", + "id": 565 + }, + { + "name": "GetAllSceneGalleryInfoReq", + "id": 50830 + }, + { + "name": "GetAllSceneGalleryInfoRsp", + "id": 50831 + }, + { + "name": "GetAreaExplorePointReq", + "id": 533 + }, + { + "name": "GetAreaExplorePointRsp", + "id": 5384 + }, + { + "name": "GetAuthSalesmanInfoReq", + "id": 50834 + }, + { + "name": "GetAuthSalesmanInfoRsp", + "id": 50835 + }, + { + "name": "GetAuthkeyReq", + "id": 20204 + }, + { + "name": "GetBargainDataReq", + "id": 50837 + }, + { + "name": "GetBargainDataRsp", + "id": 50838 + }, + { + "name": "GetBattlePassProductReq", + "id": 27468 + }, + { + "name": "GetBattlePassProductRsp", + "id": 9981 + }, + { + "name": "GetBlossomBriefInfoListReq", + "id": 50841 + }, + { + "name": "GetBlossomBriefInfoListRsp", + "id": 27024 + }, + { + "name": "GetBonusActivityRewardReq", + "id": 50843 + }, + { + "name": "GetBonusActivityRewardRsp", + "id": 50844 + }, + { + "name": "GetChatEmojiCollectionReq", + "id": 50845 + }, + { + "name": "GetChatEmojiCollectionRsp", + "id": 26849 + }, + { + "name": "GetCityHuntingOfferReq", + "id": 50847 + }, + { + "name": "GetCityHuntingOfferRsp", + "id": 50848 + }, + { + "name": "GetCityReputationInfoReq", + "id": 50849 + }, + { + "name": "GetCityReputationInfoRsp", + "id": 50850 + }, + { + "name": "GetCityReputationMapInfoReq", + "id": 50851 + }, + { + "name": "GetCityReputationMapInfoRsp", + "id": 50852 + }, + { + "name": "GetCompoundDataReq", + "id": 50853 + }, + { + "name": "GetCompoundDataRsp", + "id": 28257 + }, + { + "name": "GetCustomDungeonReq", + "id": 50855 + }, + { + "name": "GetCustomDungeonRsp", + "id": 50856 + }, + { + "name": "GetDailyDungeonEntryInfoReq", + "id": 23493 + }, + { + "name": "GetDailyDungeonEntryInfoRsp", + "id": 6323 + }, + { + "name": "GetExpeditionAssistInfoListReq", + "id": 50859 + }, + { + "name": "GetExpeditionAssistInfoListRsp", + "id": 50860 + }, + { + "name": "GetFriendShowAvatarInfoReq", + "id": 22460 + }, + { + "name": "GetFriendShowAvatarInfoRsp", + "id": 50862 + }, + { + "name": "GetFriendShowNameCardInfoReq", + "id": 50863 + }, + { + "name": "GetFurnitureCurModuleArrangeCountReq", + "id": 50864 + }, + { + "name": "GetGameplayRecommendationReq", + "id": 50865 + }, + { + "name": "GetGameplayRecommendationRsp", + "id": 50866 + }, + { + "name": "GetHomeExchangeWoodInfoReq", + "id": 50867 + }, + { + "name": "GetHomeExchangeWoodInfoRsp", + "id": 50868 + }, + { + "name": "GetHomeLevelUpRewardReq", + "id": 50869 + }, + { + "name": "GetHomeLevelUpRewardRsp", + "id": 50870 + }, + { + "name": "GetHuntingOfferRewardReq", + "id": 50871 + }, + { + "name": "GetHuntingOfferRewardRsp", + "id": 50872 + }, + { + "name": "GetInvestigationMonsterReq", + "id": 21813 + }, + { + "name": "GetInvestigationMonsterRsp", + "id": 25460 + }, + { + "name": "GetMailItemReq", + "id": 50875 + }, + { + "name": "GetMailItemRsp", + "id": 50876 + }, + { + "name": "GetMapAreaReq", + "id": 9700 + }, + { + "name": "GetMapAreaRsp", + "id": 26944 + }, + { + "name": "GetMapMarkTipsReq", + "id": 50879 + }, + { + "name": "GetMapMarkTipsRsp", + "id": 50880 + }, + { + "name": "GetMechanicusInfoReq", + "id": 50881 + }, + { + "name": "GetMechanicusInfoRsp", + "id": 50882 + }, + { + "name": "GetNextResourceInfoReq", + "id": 50883 + }, + { + "name": "GetNextResourceInfoRsp", + "id": 50884 + }, + { + "name": "GetOnlinePlayerInfoReq", + "id": 4777 + }, + { + "name": "GetOnlinePlayerInfoRsp", + "id": 1490 + }, + { + "name": "GetOnlinePlayerListReq", + "id": 22525 + }, + { + "name": "GetOnlinePlayerListRsp", + "id": 6813 + }, + { + "name": "GetOpActivityInfoReq", + "id": 50889 + }, + { + "name": "GetOpActivityInfoRsp", + "id": 50890 + }, + { + "name": "GetParentQuestVideoKeyReq", + "id": 8018 + }, + { + "name": "GetPlayerAskFriendListReq", + "id": 23308 + }, + { + "name": "GetPlayerAskFriendListRsp", + "id": 8429 + }, + { + "name": "GetPlayerBlacklistReq", + "id": 50894 + }, + { + "name": "GetPlayerBlacklistRsp", + "id": 50895 + }, + { + "name": "GetPlayerHomeCompInfoReq", + "id": 50896 + }, + { + "name": "GetPlayerMpModeAvailabilityReq", + "id": 50897 + }, + { + "name": "GetPlayerMpModeAvailabilityRsp", + "id": 50898 + }, + { + "name": "GetPushTipsRewardReq", + "id": 50899 + }, + { + "name": "GetPushTipsRewardRsp", + "id": 50900 + }, + { + "name": "GetRecentMpPlayerListRsp", + "id": 50902 + }, + { + "name": "GetRecommendCustomDungeonReq", + "id": 50903 + }, + { + "name": "GetRecommendCustomDungeonRsp", + "id": 50904 + }, + { + "name": "GetRegionSearchReq", + "id": 50905 + }, + { + "name": "GetReunionMissionInfoReq", + "id": 50906 + }, + { + "name": "GetReunionMissionInfoRsp", + "id": 50907 + }, + { + "name": "GetReunionPrivilegeInfoReq", + "id": 50908 + }, + { + "name": "GetReunionPrivilegeInfoRsp", + "id": 50909 + }, + { + "name": "GetReunionSignInInfoReq", + "id": 50910 + }, + { + "name": "GetReunionSignInInfoRsp", + "id": 50911 + }, + { + "name": "GetRogueDairyRepairInfoReq", + "id": 50912 + }, + { + "name": "GetRogueDairyRepairInfoRsp", + "id": 50913 + }, + { + "name": "GetSceneNpcPositionReq", + "id": 50914 + }, + { + "name": "GetSceneNpcPositionRsp", + "id": 50915 + }, + { + "name": "GetScenePerformanceReq", + "id": 50916 + }, + { + "name": "GetScenePerformanceRsp", + "id": 50917 + }, + { + "name": "GetShopmallDataReq", + "id": 20724 + }, + { + "name": "GetShopmallDataRsp", + "id": 6919 + }, + { + "name": "GetSignInRewardReq", + "id": 50920 + }, + { + "name": "GetSignInRewardRsp", + "id": 50921 + }, + { + "name": "GetStoreCustomDungeonReq", + "id": 50922 + }, + { + "name": "GetStoreCustomDungeonRsp", + "id": 50923 + }, + { + "name": "GetUgcBriefInfoReq", + "id": 50924 + }, + { + "name": "GetUgcBriefInfoRsp", + "id": 50925 + }, + { + "name": "GetUgcReq", + "id": 50926 + }, + { + "name": "GetUgcRsp", + "id": 50927 + }, + { + "name": "GetWidgetSlotReq", + "id": 21085 + }, + { + "name": "GetWidgetSlotRsp", + "id": 5626 + }, + { + "name": "GetWorldMpInfoReq", + "id": 50930 + }, + { + "name": "GetWorldMpInfoRsp", + "id": 50931 + }, + { + "name": "GiveUpRoguelikeDungeonCardReq", + "id": 50932 + }, + { + "name": "GiveUpRoguelikeDungeonCardRsp", + "id": 50933 + }, + { + "name": "GivingRecordChangeNotify", + "id": 3907 + }, + { + "name": "GivingRecordNotify", + "id": 5883 + }, + { + "name": "GlobalBuildingInfoNotify", + "id": 50936 + }, + { + "name": "GmTalkNotify", + "id": 50937 + }, + { + "name": "GmTalkReq", + "id": 50938 + }, + { + "name": "GmTalkRsp", + "id": 50939 + }, + { + "name": "GrantRewardNotify", + "id": 50940 + }, + { + "name": "GravenInnocenceEditCarveCombinationReq", + "id": 50941 + }, + { + "name": "GravenInnocenceEditCarveCombinationRsp", + "id": 50942 + }, + { + "name": "GravenInnocencePhotoFinishReq", + "id": 50943 + }, + { + "name": "GravenInnocencePhotoFinishRsp", + "id": 50944 + }, + { + "name": "GravenInnocencePhotoReminderNotify", + "id": 50945 + }, + { + "name": "GravenInnocenceRaceRestartReq", + "id": 50946 + }, + { + "name": "GravenInnocenceRaceRestartRsp", + "id": 50947 + }, + { + "name": "GravenInnocenceRaceSettleNotify", + "id": 50948 + }, + { + "name": "GroupLinkAllNotify", + "id": 50949 + }, + { + "name": "GroupLinkChangeNotify", + "id": 50950 + }, + { + "name": "GroupLinkDeleteNotify", + "id": 50951 + }, + { + "name": "GroupLinkMarkUpdateNotify", + "id": 50952 + }, + { + "name": "GroupSuiteNotify", + "id": 26778 + }, + { + "name": "GroupUnloadNotify", + "id": 25365 + }, + { + "name": "GuestBeginEnterSceneNotify", + "id": 50955 + }, + { + "name": "GuestPostEnterSceneNotify", + "id": 50956 + }, + { + "name": "H5ActivityIdsNotify", + "id": 50957 + }, + { + "name": "HideAndSeekChooseMapReq", + "id": 50958 + }, + { + "name": "HideAndSeekChooseMapRsp", + "id": 50959 + }, + { + "name": "HideAndSeekPlayerCapturedNotify", + "id": 50960 + }, + { + "name": "HideAndSeekPlayerReadyNotify", + "id": 50961 + }, + { + "name": "HideAndSeekPlayerSetAvatarNotify", + "id": 50962 + }, + { + "name": "HideAndSeekSelectAvatarReq", + "id": 50963 + }, + { + "name": "HideAndSeekSelectAvatarRsp", + "id": 50964 + }, + { + "name": "HideAndSeekSelectSkillReq", + "id": 50965 + }, + { + "name": "HideAndSeekSelectSkillRsp", + "id": 50966 + }, + { + "name": "HideAndSeekSetReadyReq", + "id": 50967 + }, + { + "name": "HideAndSeekSetReadyRsp", + "id": 50968 + }, + { + "name": "HideAndSeekSettleNotify", + "id": 50969 + }, + { + "name": "HitClientTrivialNotify", + "id": 5424 + }, + { + "name": "HomeAllUnlockedBgmIdListNotify", + "id": 50971 + }, + { + "name": "HomeAvatarAllFinishRewardNotify", + "id": 50972 + }, + { + "name": "HomeAvatarCostumeChangeNotify", + "id": 50973 + }, + { + "name": "HomeAvatarRewardEventGetReq", + "id": 50974 + }, + { + "name": "HomeAvatarRewardEventGetRsp", + "id": 50975 + }, + { + "name": "HomeAvatarRewardEventNotify", + "id": 50976 + }, + { + "name": "HomeAvatarSummonAllEventNotify", + "id": 50977 + }, + { + "name": "HomeAvatarSummonEventReq", + "id": 50978 + }, + { + "name": "HomeAvatarSummonEventRsp", + "id": 50979 + }, + { + "name": "HomeAvatarSummonFinishReq", + "id": 50980 + }, + { + "name": "HomeAvatarSummonFinishRsp", + "id": 50981 + }, + { + "name": "HomeAvatarTalkFinishInfoNotify", + "id": 50982 + }, + { + "name": "HomeAvatarTalkRsp", + "id": 50983 + }, + { + "name": "HomeAvtarAllFinishRewardNotify", + "id": 50984 + }, + { + "name": "HomeBalloonGalleryScoreNotify", + "id": 50985 + }, + { + "name": "HomeBalloonGallerySettleNotify", + "id": 50986 + }, + { + "name": "HomeBasicInfoNotify", + "id": 2810 + }, + { + "name": "HomeBlockNotify", + "id": 50988 + }, + { + "name": "HomeBlueprintInfoNotify", + "id": 24913 + }, + { + "name": "HomeChangeBgmNotify", + "id": 50990 + }, + { + "name": "HomeChangeBgmReq", + "id": 50991 + }, + { + "name": "HomeChangeBgmRsp", + "id": 50992 + }, + { + "name": "HomeChangeEditModeReq", + "id": 23294 + }, + { + "name": "HomeChangeEditModeRsp", + "id": 25696 + }, + { + "name": "HomeChangeModuleReq", + "id": 50995 + }, + { + "name": "HomeChangeModuleRsp", + "id": 50996 + }, + { + "name": "HomeChooseModuleReq", + "id": 3660 + }, + { + "name": "HomeChooseModuleRsp", + "id": 9238 + }, + { + "name": "HomeClearGroupRecordReq", + "id": 50999 + }, + { + "name": "HomeClearGroupRecordRsp", + "id": 51000 + }, + { + "name": "HomeComfortInfoNotify", + "id": 7484 + }, + { + "name": "HomeCreateBlueprintReq", + "id": 51002 + }, + { + "name": "HomeCreateBlueprintRsp", + "id": 51003 + }, + { + "name": "HomeCustomFurnitureInfoNotify", + "id": 24236 + }, + { + "name": "HomeDeleteBlueprintReq", + "id": 51005 + }, + { + "name": "HomeDeleteBlueprintRsp", + "id": 51006 + }, + { + "name": "HomeEditCustomFurnitureReq", + "id": 228 + }, + { + "name": "HomeEditCustomFurnitureRsp", + "id": 5009 + }, + { + "name": "HomeEnterEditModeFinishReq", + "id": 51009 + }, + { + "name": "HomeEnterEditModeFinishRsp", + "id": 51010 + }, + { + "name": "HomeExchangeWoodReq", + "id": 51011 + }, + { + "name": "HomeExchangeWoodRsp", + "id": 51012 + }, + { + "name": "HomeFishFarmingInfoNotify", + "id": 51013 + }, + { + "name": "HomeGalleryInPlayingNotify", + "id": 51014 + }, + { + "name": "HomeGetArrangementInfoReq", + "id": 51015 + }, + { + "name": "HomeGetArrangementInfoRsp", + "id": 5806 + }, + { + "name": "HomeGetBasicInfoReq", + "id": 51017 + }, + { + "name": "HomeGetBlueprintSlotInfoReq", + "id": 51018 + }, + { + "name": "HomeGetBlueprintSlotInfoRsp", + "id": 51019 + }, + { + "name": "HomeGetFishFarmingInfoReq", + "id": 51020 + }, + { + "name": "HomeGetFishFarmingInfoRsp", + "id": 51021 + }, + { + "name": "HomeGetGroupRecordReq", + "id": 51022 + }, + { + "name": "HomeGetGroupRecordRsp", + "id": 51023 + }, + { + "name": "HomeGetOnlineStatusReq", + "id": 51024 + }, + { + "name": "HomeGetOnlineStatusRsp", + "id": 23465 + }, + { + "name": "HomeKickPlayerReq", + "id": 51026 + }, + { + "name": "HomeKickPlayerRsp", + "id": 51027 + }, + { + "name": "HomeLimitedShopBuyGoodsReq", + "id": 51028 + }, + { + "name": "HomeLimitedShopBuyGoodsRsp", + "id": 51029 + }, + { + "name": "HomeLimitedShopGoodsListReq", + "id": 51030 + }, + { + "name": "HomeLimitedShopGoodsListRsp", + "id": 51031 + }, + { + "name": "HomeLimitedShopInfoChangeNotify", + "id": 51032 + }, + { + "name": "HomeLimitedShopInfoNotify", + "id": 51033 + }, + { + "name": "HomeLimitedShopInfoReq", + "id": 51034 + }, + { + "name": "HomeLimitedShopInfoRsp", + "id": 51035 + }, + { + "name": "HomeMarkPointNotify", + "id": 7657 + }, + { + "name": "HomeModuleSeenReq", + "id": 51037 + }, + { + "name": "HomeModuleSeenRsp", + "id": 51038 + }, + { + "name": "HomeModuleUnlockNotify", + "id": 51039 + }, + { + "name": "HomeNewUnlockedBgmIdListNotify", + "id": 51040 + }, + { + "name": "HomePictureFrameInfoNotify", + "id": 51041 + }, + { + "name": "HomePlantFieldNotify", + "id": 51042 + }, + { + "name": "HomePlantInfoNotify", + "id": 51043 + }, + { + "name": "HomePlantInfoReq", + "id": 51044 + }, + { + "name": "HomePlantInfoRsp", + "id": 51045 + }, + { + "name": "HomePlantSeedReq", + "id": 51046 + }, + { + "name": "HomePlantSeedRsp", + "id": 51047 + }, + { + "name": "HomePlantWeedReq", + "id": 51048 + }, + { + "name": "HomePlantWeedRsp", + "id": 51049 + }, + { + "name": "HomePreChangeEditModeNotify", + "id": 25837 + }, + { + "name": "HomePreviewBlueprintReq", + "id": 51051 + }, + { + "name": "HomePreviewBlueprintRsp", + "id": 51052 + }, + { + "name": "HomePriorCheckNotify", + "id": 51053 + }, + { + "name": "HomeRacingGallerySettleNotify", + "id": 51054 + }, + { + "name": "HomeResourceNotify", + "id": 28318 + }, + { + "name": "HomeResourceTakeFetterExpReq", + "id": 51056 + }, + { + "name": "HomeResourceTakeFetterExpRsp", + "id": 22038 + }, + { + "name": "HomeResourceTakeHomeCoinReq", + "id": 51058 + }, + { + "name": "HomeResourceTakeHomeCoinRsp", + "id": 21855 + }, + { + "name": "HomeSaveArrangementNoChangeReq", + "id": 23493 + }, + { + "name": "HomeSaveArrangementNoChangeRsp", + "id": 6397 + }, + { + "name": "HomeSceneInitFinishReq", + "id": 51062 + }, + { + "name": "HomeSceneInitFinishRsp", + "id": 51063 + }, + { + "name": "HomeSceneJumpReq", + "id": 7730 + }, + { + "name": "HomeSceneJumpRsp", + "id": 51065 + }, + { + "name": "HomeScenePointFishFarmingInfoNotify", + "id": 51066 + }, + { + "name": "HomeSearchBlueprintReq", + "id": 8091 + }, + { + "name": "HomeSearchBlueprintRsp", + "id": 51068 + }, + { + "name": "HomeSeekFurnitureGalleryScoreNotify", + "id": 51069 + }, + { + "name": "HomeSetBlueprintFriendOptionReq", + "id": 51070 + }, + { + "name": "HomeSetBlueprintFriendOptionRsp", + "id": 51071 + }, + { + "name": "HomeSetBlueprintSlotOptionReq", + "id": 51072 + }, + { + "name": "HomeSetBlueprintSlotOptionRsp", + "id": 51073 + }, + { + "name": "HomeTransferReq", + "id": 6539 + }, + { + "name": "HomeTransferRsp", + "id": 51075 + }, + { + "name": "HomeUpdateArrangementInfoReq", + "id": 25486 + }, + { + "name": "HomeUpdateArrangementInfoRsp", + "id": 51077 + }, + { + "name": "HomeUpdateFishFarmingInfoReq", + "id": 51078 + }, + { + "name": "HomeUpdateFishFarmingInfoRsp", + "id": 51079 + }, + { + "name": "HomeUpdatePictureFrameInfoReq", + "id": 51080 + }, + { + "name": "HomeUpdatePictureFrameInfoRsp", + "id": 51081 + }, + { + "name": "HomeUpdateScenePointFishFarmingInfoReq", + "id": 51082 + }, + { + "name": "HomeUpdateScenePointFishFarmingInfoRsp", + "id": 51083 + }, + { + "name": "HuntingFailNotify", + "id": 51084 + }, + { + "name": "HuntingGiveUpReq", + "id": 51085 + }, + { + "name": "HuntingGiveUpRsp", + "id": 51086 + }, + { + "name": "HuntingOngoingNotify", + "id": 51087 + }, + { + "name": "HuntingRevealClueNotify", + "id": 51088 + }, + { + "name": "HuntingRevealFinalNotify", + "id": 51089 + }, + { + "name": "HuntingStartNotify", + "id": 51090 + }, + { + "name": "HuntingSuccessNotify", + "id": 51091 + }, + { + "name": "InBattleMechanicusBuildingPointsNotify", + "id": 51092 + }, + { + "name": "InBattleMechanicusCardResultNotify", + "id": 51093 + }, + { + "name": "InBattleMechanicusConfirmCardNotify", + "id": 51094 + }, + { + "name": "InBattleMechanicusConfirmCardReq", + "id": 51095 + }, + { + "name": "InBattleMechanicusConfirmCardRsp", + "id": 51096 + }, + { + "name": "InBattleMechanicusExcapeMonsterNotify", + "id": 51097 + }, + { + "name": "InBattleMechanicusLeftMonsterNotify", + "id": 51098 + }, + { + "name": "InBattleMechanicusPickCardNotify", + "id": 51099 + }, + { + "name": "InBattleMechanicusPickCardReq", + "id": 51100 + }, + { + "name": "InBattleMechanicusPickCardRsp", + "id": 51101 + }, + { + "name": "InBattleMechanicusSettleNotify", + "id": 51102 + }, + { + "name": "InstableSprayEnterDungeonReq", + "id": 51103 + }, + { + "name": "InstableSprayEnterDungeonRsp", + "id": 51104 + }, + { + "name": "InstableSprayGalleryInfoNotify", + "id": 51105 + }, + { + "name": "InstableSprayLevelFinishNotify", + "id": 51106 + }, + { + "name": "InstableSprayRestartDungeonReq", + "id": 51107 + }, + { + "name": "InstableSprayRestartDungeonRsp", + "id": 51108 + }, + { + "name": "InstableSpraySwitchTeamReq", + "id": 51109 + }, + { + "name": "InstableSpraySwitchTeamRsp", + "id": 51110 + }, + { + "name": "InteractDailyDungeonInfoNotify", + "id": 20453 + }, + { + "name": "InterpretInferenceWordReq", + "id": 51112 + }, + { + "name": "InterpretInferenceWordRsp", + "id": 51113 + }, + { + "name": "InterruptGalleryReq", + "id": 51114 + }, + { + "name": "InterruptGalleryRsp", + "id": 51115 + }, + { + "name": "InvestigationMonsterUpdateNotify", + "id": 2443 + }, + { + "name": "InvestigationQuestDailyNotify", + "id": 51117 + }, + { + "name": "InvestigationReadQuestDailyNotify", + "id": 51118 + }, + { + "name": "IrodoriChessEquipCardReq", + "id": 51119 + }, + { + "name": "IrodoriChessEquipCardRsp", + "id": 51120 + }, + { + "name": "IrodoriChessLeftMonsterNotify", + "id": 51121 + }, + { + "name": "IrodoriChessPlayerInfoNotify", + "id": 51122 + }, + { + "name": "IrodoriChessUnequipCardReq", + "id": 51123 + }, + { + "name": "IrodoriChessUnequipCardRsp", + "id": 51124 + }, + { + "name": "IrodoriEditFlowerCombinationReq", + "id": 51125 + }, + { + "name": "IrodoriEditFlowerCombinationRsp", + "id": 51126 + }, + { + "name": "IrodoriFillPoetryReq", + "id": 51127 + }, + { + "name": "IrodoriFillPoetryRsp", + "id": 51128 + }, + { + "name": "IrodoriMasterGalleryCgEndNotify", + "id": 51129 + }, + { + "name": "IrodoriMasterGallerySettleNotify", + "id": 51130 + }, + { + "name": "IrodoriMasterStartGalleryReq", + "id": 51131 + }, + { + "name": "IrodoriMasterStartGalleryRsp", + "id": 51132 + }, + { + "name": "IrodoriScanEntityReq", + "id": 51133 + }, + { + "name": "IrodoriScanEntityRsp", + "id": 51134 + }, + { + "name": "IslandPartyRaftInfoNotify", + "id": 51135 + }, + { + "name": "IslandPartySailInfoNotify", + "id": 51136 + }, + { + "name": "IslandPartySettleNotify", + "id": 51137 + }, + { + "name": "ItemCdGroupTimeNotify", + "id": 51138 + }, + { + "name": "ItemRenameAvatarReq", + "id": 51139 + }, + { + "name": "ItemRenameAvatarRsp", + "id": 51140 + }, + { + "name": "JoinHomeWorldFailNotify", + "id": 51141 + }, + { + "name": "JoinPlayerFailNotify", + "id": 51142 + }, + { + "name": "JoinPlayerSceneReq", + "id": 51143 + }, + { + "name": "JoinPlayerSceneRsp", + "id": 51144 + }, + { + "name": "KeepAliveNotify", + "id": 51145 + }, + { + "name": "LanV3BoatGameStartSingleReq", + "id": 51146 + }, + { + "name": "LanV3BoatGameStartSingleRsp", + "id": 51147 + }, + { + "name": "LanV3BoatGameTransferFinishNotify", + "id": 51148 + }, + { + "name": "LanV3BoatInterruptSettleStageReq", + "id": 51149 + }, + { + "name": "LanV3BoatInterruptSettleStageRsp", + "id": 51150 + }, + { + "name": "LanV3BoatSettleNotify", + "id": 51151 + }, + { + "name": "LanV3RaceRestartReq", + "id": 51152 + }, + { + "name": "LanV3RaceRestartRsp", + "id": 51153 + }, + { + "name": "LanV3RaceSettleNotify", + "id": 51154 + }, + { + "name": "LanV3ShadowFinishLevelReq", + "id": 51155 + }, + { + "name": "LanV3ShadowFinishLevelRsp", + "id": 51156 + }, + { + "name": "LanternRiteDoFireworksReformReq", + "id": 51157 + }, + { + "name": "LanternRiteDoFireworksReformRsp", + "id": 51158 + }, + { + "name": "LanternRiteEndFireworksReformReq", + "id": 51159 + }, + { + "name": "LanternRiteEndFireworksReformRsp", + "id": 51160 + }, + { + "name": "LanternRiteStartFireworksReformReq", + "id": 51161 + }, + { + "name": "LanternRiteStartFireworksReformRsp", + "id": 51162 + }, + { + "name": "LanternRiteTakeSkinRewardReq", + "id": 51163 + }, + { + "name": "LanternRiteTakeSkinRewardRsp", + "id": 51164 + }, + { + "name": "LastPacketPrintNotify", + "id": 51165 + }, + { + "name": "LaunchFireworksReq", + "id": 51166 + }, + { + "name": "LaunchFireworksRsp", + "id": 51167 + }, + { + "name": "LeaveSceneReq", + "id": 51168 + }, + { + "name": "LeaveSceneRsp", + "id": 51169 + }, + { + "name": "LeaveWorldNotify", + "id": 51170 + }, + { + "name": "LevelTagDataNotify", + "id": 51171 + }, + { + "name": "LevelupCityReq", + "id": 51172 + }, + { + "name": "LevelupCityRsp", + "id": 51173 + }, + { + "name": "LikeCustomDungeonReq", + "id": 51174 + }, + { + "name": "LikeCustomDungeonRsp", + "id": 51175 + }, + { + "name": "LiveEndNotify", + "id": 51176 + }, + { + "name": "LiveStartNotify", + "id": 51177 + }, + { + "name": "LoadActivityTerrainNotify", + "id": 51178 + }, + { + "name": "LuaEnvironmentEffectNotify", + "id": 51179 + }, + { + "name": "LuaSetOptionNotify", + "id": 29667 + }, + { + "name": "LuminanceStoneChallengeSettleNotify", + "id": 51181 + }, + { + "name": "LunaRiteAreaFinishNotify", + "id": 51182 + }, + { + "name": "LunaRiteGroupBundleRegisterNotify", + "id": 51183 + }, + { + "name": "LunaRiteHintPointRemoveNotify", + "id": 51184 + }, + { + "name": "LunaRiteHintPointReq", + "id": 51185 + }, + { + "name": "LunaRiteHintPointRsp", + "id": 51186 + }, + { + "name": "LunaRiteSacrificeReq", + "id": 51187 + }, + { + "name": "LunaRiteSacrificeRsp", + "id": 51188 + }, + { + "name": "LunaRiteTakeSacrificeRewardReq", + "id": 51189 + }, + { + "name": "LunaRiteTakeSacrificeRewardRsp", + "id": 51190 + }, + { + "name": "MailChangeNotify", + "id": 51191 + }, + { + "name": "MainCoopFailNotify", + "id": 51192 + }, + { + "name": "MainCoopUpdateNotify", + "id": 51193 + }, + { + "name": "MapAreaChangeNotify", + "id": 51194 + }, + { + "name": "MarkEntityInMinMapNotify", + "id": 51195 + }, + { + "name": "MarkNewNotify", + "id": 5979 + }, + { + "name": "MarkTargetInvestigationMonsterNotify", + "id": 4072 + }, + { + "name": "MassiveEntityElementOpBatchNotify", + "id": 25032 + }, + { + "name": "MassiveEntityStateChangedNotify", + "id": 51199 + }, + { + "name": "MaterialDeleteReturnNotify", + "id": 4352 + }, + { + "name": "MaterialDeleteUpdateNotify", + "id": 51201 + }, + { + "name": "MechanicusCandidateTeamCreateReq", + "id": 51202 + }, + { + "name": "MechanicusCandidateTeamCreateRsp", + "id": 51203 + }, + { + "name": "MechanicusCloseNotify", + "id": 51204 + }, + { + "name": "MechanicusCoinNotify", + "id": 51205 + }, + { + "name": "MechanicusLevelupGearReq", + "id": 51206 + }, + { + "name": "MechanicusLevelupGearRsp", + "id": 51207 + }, + { + "name": "MechanicusOpenNotify", + "id": 51208 + }, + { + "name": "MechanicusSequenceOpenNotify", + "id": 51209 + }, + { + "name": "MechanicusUnlockGearReq", + "id": 51210 + }, + { + "name": "MechanicusUnlockGearRsp", + "id": 51211 + }, + { + "name": "MeetNpcReq", + "id": 5374 + }, + { + "name": "MeetNpcRsp", + "id": 51213 + }, + { + "name": "MetNpcIdListNotify", + "id": 51214 + }, + { + "name": "MichiaeMatsuriDarkPressureLevelUpdateNotify", + "id": 51215 + }, + { + "name": "MichiaeMatsuriGainCrystalExpUpdateNotify", + "id": 51216 + }, + { + "name": "MichiaeMatsuriInteractStatueReq", + "id": 51217 + }, + { + "name": "MichiaeMatsuriInteractStatueRsp", + "id": 51218 + }, + { + "name": "MichiaeMatsuriRemoveChallengeMarkNotify", + "id": 51219 + }, + { + "name": "MichiaeMatsuriRemoveChestMarkNotify", + "id": 51220 + }, + { + "name": "MichiaeMatsuriStartBossChallengeReq", + "id": 51221 + }, + { + "name": "MichiaeMatsuriStartBossChallengeRsp", + "id": 51222 + }, + { + "name": "MichiaeMatsuriStartDarkChallengeReq", + "id": 51223 + }, + { + "name": "MichiaeMatsuriStartDarkChallengeRsp", + "id": 51224 + }, + { + "name": "MichiaeMatsuriUnlockCrystalSkillReq", + "id": 51225 + }, + { + "name": "MichiaeMatsuriUnlockCrystalSkillRsp", + "id": 51226 + }, + { + "name": "MiracleRingDataNotify", + "id": 51227 + }, + { + "name": "MiracleRingDeliverItemReq", + "id": 51228 + }, + { + "name": "MiracleRingDeliverItemRsp", + "id": 51229 + }, + { + "name": "MiracleRingDestroyNotify", + "id": 51230 + }, + { + "name": "MiracleRingDropResultNotify", + "id": 51231 + }, + { + "name": "MiracleRingTakeRewardReq", + "id": 51232 + }, + { + "name": "MiracleRingTakeRewardRsp", + "id": 51233 + }, + { + "name": "MistTrialDunegonFailNotify", + "id": 51234 + }, + { + "name": "MistTrialFloorLevelNotify", + "id": 51235 + }, + { + "name": "MistTrialGetChallengeMissionReq", + "id": 51236 + }, + { + "name": "MistTrialGetChallengeMissionRsp", + "id": 51237 + }, + { + "name": "MistTrialGetDungeonExhibitionDataReq", + "id": 51238 + }, + { + "name": "MistTrialGetDungeonExhibitionDataRsp", + "id": 51239 + }, + { + "name": "MistTrialSelectAvatarAndEnterDungeonReq", + "id": 51240 + }, + { + "name": "MistTrialSelectAvatarAndEnterDungeonRsp", + "id": 51241 + }, + { + "name": "MistTrialSettleNotify", + "id": 51242 + }, + { + "name": "MonsterAIConfigHashNotify", + "id": 51243 + }, + { + "name": "MonsterForceAlertNotify", + "id": 5287 + }, + { + "name": "MonsterPointArrayRouteUpdateNotify", + "id": 51245 + }, + { + "name": "MonsterSummonTagNotify", + "id": 7831 + }, + { + "name": "MpBlockNotify", + "id": 51247 + }, + { + "name": "MpPlayGuestReplyInviteReq", + "id": 51248 + }, + { + "name": "MpPlayGuestReplyInviteRsp", + "id": 51249 + }, + { + "name": "MpPlayGuestReplyNotify", + "id": 51250 + }, + { + "name": "MpPlayInviteResultNotify", + "id": 51251 + }, + { + "name": "MpPlayOwnerCheckReq", + "id": 51252 + }, + { + "name": "MpPlayOwnerCheckRsp", + "id": 51253 + }, + { + "name": "MpPlayOwnerInviteNotify", + "id": 51254 + }, + { + "name": "MpPlayOwnerStartInviteReq", + "id": 51255 + }, + { + "name": "MpPlayOwnerStartInviteRsp", + "id": 51256 + }, + { + "name": "MpPlayPrepareInterruptNotify", + "id": 51257 + }, + { + "name": "MpPlayPrepareNotify", + "id": 51258 + }, + { + "name": "MultistagePlayEndNotify", + "id": 51259 + }, + { + "name": "MultistagePlayFinishStageReq", + "id": 51260 + }, + { + "name": "MultistagePlayFinishStageRsp", + "id": 51261 + }, + { + "name": "MultistagePlayInfoNotify", + "id": 51262 + }, + { + "name": "MultistagePlaySettleNotify", + "id": 51263 + }, + { + "name": "MultistagePlayStageEndNotify", + "id": 51264 + }, + { + "name": "MuqadasPotionActivityEnterDungeonReq", + "id": 51265 + }, + { + "name": "MuqadasPotionActivityEnterDungeonRsp", + "id": 51266 + }, + { + "name": "MuqadasPotionCaptureWeaknessReq", + "id": 51267 + }, + { + "name": "MuqadasPotionCaptureWeaknessRsp", + "id": 51268 + }, + { + "name": "MuqadasPotionDungeonSettleNotify", + "id": 51269 + }, + { + "name": "MuqadasPotionRestartDungeonReq", + "id": 51270 + }, + { + "name": "MuqadasPotionRestartDungeonRsp", + "id": 51271 + }, + { + "name": "MusicGameSettleReq", + "id": 51272 + }, + { + "name": "MusicGameSettleRsp", + "id": 51273 + }, + { + "name": "MusicGameStartReq", + "id": 51274 + }, + { + "name": "MusicGameStartRsp", + "id": 51275 + }, + { + "name": "NavMeshStatsNotify", + "id": 51276 + }, + { + "name": "NicknameAuditConfigNotify", + "id": 51277 + }, + { + "name": "NightCrowGadgetObservationMatchReq", + "id": 51278 + }, + { + "name": "NightCrowGadgetObservationMatchRsp", + "id": 51279 + }, + { + "name": "NormalUidOpNotify", + "id": 51280 + }, + { + "name": "NpcTalkStateNotify", + "id": 51281 + }, + { + "name": "OfferingInteractReq", + "id": 51282 + }, + { + "name": "OfferingInteractRsp", + "id": 51283 + }, + { + "name": "OneoffGatherPointDetectorDataNotify", + "id": 51284 + }, + { + "name": "OpActivityDataNotify", + "id": 51285 + }, + { + "name": "OpActivityStateNotify", + "id": 51286 + }, + { + "name": "OpActivityUpdateNotify", + "id": 51287 + }, + { + "name": "OpenBlossomCircleCampGuideNotify", + "id": 51288 + }, + { + "name": "OrderDisplayNotify", + "id": 51289 + }, + { + "name": "OrderFinishNotify", + "id": 51290 + }, + { + "name": "OtherPlayerEnterHomeNotify", + "id": 28932 + }, + { + "name": "OutStuckCustomDungeonReq", + "id": 51292 + }, + { + "name": "OutStuckCustomDungeonRsp", + "id": 51293 + }, + { + "name": "PSNBlackListNotify", + "id": 51294 + }, + { + "name": "PSNFriendListNotify", + "id": 51295 + }, + { + "name": "PSPlayerApplyEnterMpReq", + "id": 51296 + }, + { + "name": "PSPlayerApplyEnterMpRsp", + "id": 51297 + }, + { + "name": "PathfindingEnterSceneRsp", + "id": 51298 + }, + { + "name": "PathfindingPingNotify", + "id": 51299 + }, + { + "name": "PerformOperationNotify", + "id": 51300 + }, + { + "name": "PersistentDungeonSwitchAvatarReq", + "id": 51301 + }, + { + "name": "PersistentDungeonSwitchAvatarRsp", + "id": 51302 + }, + { + "name": "PersonalLineAllDataReq", + "id": 51303 + }, + { + "name": "PersonalLineAllDataRsp", + "id": 51304 + }, + { + "name": "PersonalLineNewUnlockNotify", + "id": 51305 + }, + { + "name": "PhotoActivityClientViewReq", + "id": 51306 + }, + { + "name": "PhotoActivityClientViewRsp", + "id": 51307 + }, + { + "name": "PhotoActivityFinishReq", + "id": 51308 + }, + { + "name": "PhotoActivityFinishRsp", + "id": 51309 + }, + { + "name": "PlantFlowerAcceptAllGiveFlowerReq", + "id": 51310 + }, + { + "name": "PlantFlowerAcceptAllGiveFlowerRsp", + "id": 51311 + }, + { + "name": "PlantFlowerAcceptGiveFlowerReq", + "id": 51312 + }, + { + "name": "PlantFlowerAcceptGiveFlowerRsp", + "id": 51313 + }, + { + "name": "PlantFlowerEditFlowerCombinationReq", + "id": 51314 + }, + { + "name": "PlantFlowerEditFlowerCombinationRsp", + "id": 51315 + }, + { + "name": "PlantFlowerGetCanGiveFriendFlowerReq", + "id": 51316 + }, + { + "name": "PlantFlowerGetCanGiveFriendFlowerRsp", + "id": 51317 + }, + { + "name": "PlantFlowerGetFriendFlowerWishListReq", + "id": 51318 + }, + { + "name": "PlantFlowerGetFriendFlowerWishListRsp", + "id": 51319 + }, + { + "name": "PlantFlowerGetRecvFlowerListReq", + "id": 51320 + }, + { + "name": "PlantFlowerGetRecvFlowerListRsp", + "id": 51321 + }, + { + "name": "PlantFlowerGetSeedInfoReq", + "id": 51322 + }, + { + "name": "PlantFlowerGetSeedInfoRsp", + "id": 51323 + }, + { + "name": "PlantFlowerGiveFriendFlowerReq", + "id": 51324 + }, + { + "name": "PlantFlowerGiveFriendFlowerRsp", + "id": 51325 + }, + { + "name": "PlantFlowerHaveRecvFlowerNotify", + "id": 51326 + }, + { + "name": "PlantFlowerSetFlowerWishReq", + "id": 51327 + }, + { + "name": "PlantFlowerSetFlowerWishRsp", + "id": 51328 + }, + { + "name": "PlantFlowerTakeSeedRewardReq", + "id": 51329 + }, + { + "name": "PlantFlowerTakeSeedRewardRsp", + "id": 51330 + }, + { + "name": "PlatformChangeRouteNotify", + "id": 28607 + }, + { + "name": "PlatformStartRouteNotify", + "id": 25562 + }, + { + "name": "PlatformStopRouteNotify", + "id": 25803 + }, + { + "name": "PlayerAllowEnterMpAfterAgreeMatchNotify", + "id": 51334 + }, + { + "name": "PlayerApplyEnterHomeNotify", + "id": 5247 + }, + { + "name": "PlayerApplyEnterHomeResultNotify", + "id": 51336 + }, + { + "name": "PlayerApplyEnterHomeResultReq", + "id": 51337 + }, + { + "name": "PlayerApplyEnterHomeResultRsp", + "id": 51338 + }, + { + "name": "PlayerApplyEnterMpAfterMatchAgreedNotify", + "id": 51339 + }, + { + "name": "PlayerApplyEnterMpNotify", + "id": 7182 + }, + { + "name": "PlayerApplyEnterMpReq", + "id": 20663 + }, + { + "name": "PlayerApplyEnterMpResultNotify", + "id": 27203 + }, + { + "name": "PlayerApplyEnterMpResultReq", + "id": 26285 + }, + { + "name": "PlayerApplyEnterMpResultRsp", + "id": 4853 + }, + { + "name": "PlayerApplyEnterMpRsp", + "id": 20430 + }, + { + "name": "PlayerCancelMatchReq", + "id": 51346 + }, + { + "name": "PlayerCancelMatchRsp", + "id": 51347 + }, + { + "name": "PlayerChatCDNotify", + "id": 51348 + }, + { + "name": "PlayerChatNotify", + "id": 1772 + }, + { + "name": "PlayerChatReq", + "id": 5171 + }, + { + "name": "PlayerChatRsp", + "id": 51351 + }, + { + "name": "PlayerCompoundMaterialBoostReq", + "id": 51352 + }, + { + "name": "PlayerCompoundMaterialBoostRsp", + "id": 3301 + }, + { + "name": "PlayerCompoundMaterialReq", + "id": 26870 + }, + { + "name": "PlayerCompoundMaterialRsp", + "id": 4656 + }, + { + "name": "PlayerConfirmMatchReq", + "id": 51356 + }, + { + "name": "PlayerConfirmMatchRsp", + "id": 51357 + }, + { + "name": "PlayerCookArgsReq", + "id": 51358 + }, + { + "name": "PlayerCookArgsRsp", + "id": 51359 + }, + { + "name": "PlayerCookReq", + "id": 51360 + }, + { + "name": "PlayerCookRsp", + "id": 51361 + }, + { + "name": "PlayerDeathZoneNotify", + "id": 51362 + }, + { + "name": "PlayerEyePointStateNotify", + "id": 51363 + }, + { + "name": "PlayerFishingDataNotify", + "id": 51364 + }, + { + "name": "PlayerForceExitReq", + "id": 51365 + }, + { + "name": "PlayerForceExitRsp", + "id": 51366 + }, + { + "name": "PlayerGCGMatchConfirmNotify", + "id": 51367 + }, + { + "name": "PlayerGCGMatchDismissNotify", + "id": 51368 + }, + { + "name": "PlayerGameTimeByLuaNotify", + "id": 51369 + }, + { + "name": "PlayerGeneralMatchConfirmNotify", + "id": 51370 + }, + { + "name": "PlayerGeneralMatchDismissNotify", + "id": 51371 + }, + { + "name": "PlayerGetForceQuitBanInfoReq", + "id": 1112 + }, + { + "name": "PlayerGetForceQuitBanInfoRsp", + "id": 51373 + }, + { + "name": "PlayerHomeCompInfoNotify", + "id": 51374 + }, + { + "name": "PlayerInjectFixNotify", + "id": 51375 + }, + { + "name": "PlayerInvestigationAllInfoNotify", + "id": 27774 + }, + { + "name": "PlayerInvestigationNotify", + "id": 6640 + }, + { + "name": "PlayerInvestigationTargetNotify", + "id": 22101 + }, + { + "name": "PlayerIpRegionNotify", + "id": 51379 + }, + { + "name": "PlayerLevelRewardUpdateNotify", + "id": 2830 + }, + { + "name": "PlayerLogoutNotify", + "id": 51381 + }, + { + "name": "PlayerLogoutReq", + "id": 51382 + }, + { + "name": "PlayerLogoutRsp", + "id": 51383 + }, + { + "name": "PlayerLuaShellNotify", + "id": 51384 + }, + { + "name": "PlayerMatchAgreedResultNotify", + "id": 51385 + }, + { + "name": "PlayerMatchInfoNotify", + "id": 51386 + }, + { + "name": "PlayerMatchStopNotify", + "id": 51387 + }, + { + "name": "PlayerMatchSuccNotify", + "id": 51388 + }, + { + "name": "PlayerNicknameAuditDataNotify", + "id": 51389 + }, + { + "name": "PlayerNicknameNotify", + "id": 51390 + }, + { + "name": "PlayerOfferingDataNotify", + "id": 51391 + }, + { + "name": "PlayerOfferingReq", + "id": 51392 + }, + { + "name": "PlayerOfferingRsp", + "id": 51393 + }, + { + "name": "PlayerPreEnterMpNotify", + "id": 22149 + }, + { + "name": "PlayerQuitDungeonRsp", + "id": 29245 + }, + { + "name": "PlayerQuitFromHomeNotify", + "id": 21403 + }, + { + "name": "PlayerQuitFromMpNotify", + "id": 51397 + }, + { + "name": "PlayerRandomCookReq", + "id": 51398 + }, + { + "name": "PlayerRandomCookRsp", + "id": 51399 + }, + { + "name": "PlayerRechargeDataNotify", + "id": 51400 + }, + { + "name": "PlayerReportReq", + "id": 51401 + }, + { + "name": "PlayerReportRsp", + "id": 51402 + }, + { + "name": "PlayerRoutineDataNotify", + "id": 51403 + }, + { + "name": "PlayerSetLanguageReq", + "id": 51404 + }, + { + "name": "PlayerSetLanguageRsp", + "id": 51405 + }, + { + "name": "PlayerSetOnlyMPWithPSPlayerReq", + "id": 51406 + }, + { + "name": "PlayerSetOnlyMPWithPSPlayerRsp", + "id": 51407 + }, + { + "name": "PlayerSignatureAuditDataNotify", + "id": 51408 + }, + { + "name": "PlayerSignatureNotify", + "id": 51409 + }, + { + "name": "PlayerStartMatchReq", + "id": 28139 + }, + { + "name": "PlayerStartMatchRsp", + "id": 51411 + }, + { + "name": "PotionEnterDungeonNotify", + "id": 51412 + }, + { + "name": "PotionEnterDungeonReq", + "id": 51413 + }, + { + "name": "PotionEnterDungeonRsp", + "id": 51414 + }, + { + "name": "PotionResetChallengeReq", + "id": 51415 + }, + { + "name": "PotionResetChallengeRsp", + "id": 51416 + }, + { + "name": "PotionRestartDungeonReq", + "id": 51417 + }, + { + "name": "PotionRestartDungeonRsp", + "id": 51418 + }, + { + "name": "PotionSaveDungeonResultReq", + "id": 51419 + }, + { + "name": "PotionSaveDungeonResultRsp", + "id": 51420 + }, + { + "name": "PrivateChatRsp", + "id": 51421 + }, + { + "name": "ProfilePictureChangeNotify", + "id": 51422 + }, + { + "name": "ProjectorOptionReq", + "id": 51423 + }, + { + "name": "ProjectorOptionRsp", + "id": 51424 + }, + { + "name": "ProudSkillChangeNotify", + "id": 51425 + }, + { + "name": "ProudSkillExtraLevelNotify", + "id": 51426 + }, + { + "name": "ProudSkillUpgradeReq", + "id": 51427 + }, + { + "name": "ProudSkillUpgradeRsp", + "id": 51428 + }, + { + "name": "PublishCustomDungeonReq", + "id": 51429 + }, + { + "name": "PublishCustomDungeonRsp", + "id": 51430 + }, + { + "name": "PublishUgcReq", + "id": 51431 + }, + { + "name": "PublishUgcRsp", + "id": 51432 + }, + { + "name": "PushTipsAllDataNotify", + "id": 51433 + }, + { + "name": "PushTipsChangeNotify", + "id": 51434 + }, + { + "name": "PushTipsReadFinishReq", + "id": 51435 + }, + { + "name": "PushTipsReadFinishRsp", + "id": 51436 + }, + { + "name": "QueryCodexMonsterBeKilledNumReq", + "id": 21437 + }, + { + "name": "QueryCodexMonsterBeKilledNumRsp", + "id": 28880 + }, + { + "name": "QuestCreateEntityReq", + "id": 28703 + }, + { + "name": "QuestCreateEntityRsp", + "id": 9887 + }, + { + "name": "QuestDelNotify", + "id": 9734 + }, + { + "name": "QuickOpenActivityReq", + "id": 51442 + }, + { + "name": "QuickOpenActivityRsp", + "id": 51443 + }, + { + "name": "QuickUseWidgetReq", + "id": 1372 + }, + { + "name": "QuickUseWidgetRsp", + "id": 22155 + }, + { + "name": "ReadMailNotify", + "id": 51446 + }, + { + "name": "ReadNicknameAuditReq", + "id": 51447 + }, + { + "name": "ReadNicknameAuditRsp", + "id": 51448 + }, + { + "name": "ReadPrivateChatReq", + "id": 24013 + }, + { + "name": "ReadPrivateChatRsp", + "id": 51450 + }, + { + "name": "ReadSignatureAuditReq", + "id": 51451 + }, + { + "name": "ReadSignatureAuditRsp", + "id": 51452 + }, + { + "name": "ReceivedTrialAvatarActivityRewardReq", + "id": 51453 + }, + { + "name": "ReceivedTrialAvatarActivityRewardRsp", + "id": 51454 + }, + { + "name": "RechargeReq", + "id": 51455 + }, + { + "name": "RechargeRsp", + "id": 51456 + }, + { + "name": "RedeemLegendaryKeyReq", + "id": 51457 + }, + { + "name": "RedeemLegendaryKeyRsp", + "id": 51458 + }, + { + "name": "ReformFireworksReq", + "id": 3254 + }, + { + "name": "ReformFireworksRsp", + "id": 51460 + }, + { + "name": "RefreshBackgroundAvatarReq", + "id": 51461 + }, + { + "name": "RefreshBackgroundAvatarRsp", + "id": 51462 + }, + { + "name": "RefreshEntityAuthNotify", + "id": 51463 + }, + { + "name": "RefreshRogueDiaryCardReq", + "id": 51464 + }, + { + "name": "RefreshRogueDiaryCardRsp", + "id": 51465 + }, + { + "name": "RefreshRoguelikeDungeonCardReq", + "id": 51466 + }, + { + "name": "RefreshRoguelikeDungeonCardRsp", + "id": 51467 + }, + { + "name": "RegionSearchChangeRegionNotify", + "id": 51468 + }, + { + "name": "RegionSearchNotify", + "id": 51469 + }, + { + "name": "RegionalPlayInfoNotify", + "id": 51470 + }, + { + "name": "ReliquaryDecomposeReq", + "id": 25206 + }, + { + "name": "ReliquaryDecomposeRsp", + "id": 8148 + }, + { + "name": "ReliquaryFilterStateNotify", + "id": 51473 + }, + { + "name": "ReliquaryFilterStateSaveNotify", + "id": 28625 + }, + { + "name": "ReliquaryPromoteReq", + "id": 51475 + }, + { + "name": "ReliquaryPromoteRsp", + "id": 51476 + }, + { + "name": "ReliquaryUpgradeReq", + "id": 9142 + }, + { + "name": "ReliquaryUpgradeRsp", + "id": 5692 + }, + { + "name": "RemotePlayerWidgetNotify", + "id": 51479 + }, + { + "name": "RemoveBlacklistReq", + "id": 51480 + }, + { + "name": "RemoveBlacklistRsp", + "id": 51481 + }, + { + "name": "RemoveCustomDungeonReq", + "id": 51482 + }, + { + "name": "RemoveCustomDungeonRsp", + "id": 51483 + }, + { + "name": "RemoveRandTaskInfoNotify", + "id": 51484 + }, + { + "name": "ReplayCustomDungeonReq", + "id": 51485 + }, + { + "name": "ReplayCustomDungeonRsp", + "id": 51486 + }, + { + "name": "ReportFightAntiCheatNotify", + "id": 51487 + }, + { + "name": "ReportTrackingIOInfoNotify", + "id": 51488 + }, + { + "name": "RequestLiveInfoReq", + "id": 51489 + }, + { + "name": "RequestLiveInfoRsp", + "id": 51490 + }, + { + "name": "ReserveRogueDiaryAvatarReq", + "id": 51491 + }, + { + "name": "ReserveRogueDiaryAvatarRsp", + "id": 51492 + }, + { + "name": "ResetRogueDiaryPlayReq", + "id": 51493 + }, + { + "name": "ResetRogueDiaryPlayRsp", + "id": 51494 + }, + { + "name": "ResinCardDataUpdateNotify", + "id": 51495 + }, + { + "name": "ResinChangeNotify", + "id": 51496 + }, + { + "name": "RestartCoinCollectPlaySingleModeReq", + "id": 51497 + }, + { + "name": "RestartCoinCollectPlaySingleModeRsp", + "id": 51498 + }, + { + "name": "RestartEffigyChallengeReq", + "id": 51499 + }, + { + "name": "RestartEffigyChallengeRsp", + "id": 51500 + }, + { + "name": "ResumeRogueDiaryDungeonReq", + "id": 51501 + }, + { + "name": "ResumeRogueDiaryDungeonRsp", + "id": 51502 + }, + { + "name": "RetryCurRogueDiaryDungeonReq", + "id": 51503 + }, + { + "name": "RetryCurRogueDiaryDungeonRsp", + "id": 51504 + }, + { + "name": "ReunionActivateNotify", + "id": 51505 + }, + { + "name": "ReunionBriefInfoReq", + "id": 51506 + }, + { + "name": "ReunionBriefInfoRsp", + "id": 51507 + }, + { + "name": "ReunionDailyRefreshNotify", + "id": 51508 + }, + { + "name": "ReunionPrivilegeChangeNotify", + "id": 51509 + }, + { + "name": "ReunionSettleNotify", + "id": 51510 + }, + { + "name": "RobotPushPlayerDataNotify", + "id": 51511 + }, + { + "name": "RogueCellUpdateNotify", + "id": 51512 + }, + { + "name": "RogueDiaryCoinAddNotify", + "id": 51513 + }, + { + "name": "RogueDiaryDungeonInfoNotify", + "id": 51514 + }, + { + "name": "RogueDiaryDungeonSettleNotify", + "id": 51515 + }, + { + "name": "RogueDiaryRepairInfoNotify", + "id": 51516 + }, + { + "name": "RogueDiaryReviveAvatarReq", + "id": 51517 + }, + { + "name": "RogueDiaryReviveAvatarRsp", + "id": 51518 + }, + { + "name": "RogueDiaryTiredAvatarNotify", + "id": 51519 + }, + { + "name": "RogueDungeonPlayerCellChangeNotify", + "id": 51520 + }, + { + "name": "RogueFinishRepairReq", + "id": 51521 + }, + { + "name": "RogueFinishRepairRsp", + "id": 51522 + }, + { + "name": "RogueHealAvatarsReq", + "id": 51523 + }, + { + "name": "RogueHealAvatarsRsp", + "id": 51524 + }, + { + "name": "RogueResumeDungeonReq", + "id": 51525 + }, + { + "name": "RogueResumeDungeonRsp", + "id": 51526 + }, + { + "name": "RogueSwitchAvatarReq", + "id": 51527 + }, + { + "name": "RogueSwitchAvatarRsp", + "id": 51528 + }, + { + "name": "RoguelikeCardGachaNotify", + "id": 51529 + }, + { + "name": "RoguelikeEffectDataNotify", + "id": 51530 + }, + { + "name": "RoguelikeEffectViewReq", + "id": 51531 + }, + { + "name": "RoguelikeEffectViewRsp", + "id": 51532 + }, + { + "name": "RoguelikeGiveUpReq", + "id": 51533 + }, + { + "name": "RoguelikeGiveUpRsp", + "id": 51534 + }, + { + "name": "RoguelikeMistClearNotify", + "id": 51535 + }, + { + "name": "RoguelikeRefreshCardCostUpdateNotify", + "id": 51536 + }, + { + "name": "RoguelikeResourceBonusPropUpdateNotify", + "id": 51537 + }, + { + "name": "RoguelikeRuneRecordUpdateNotify", + "id": 51538 + }, + { + "name": "RoguelikeSelectAvatarAndEnterDungeonReq", + "id": 51539 + }, + { + "name": "RoguelikeSelectAvatarAndEnterDungeonRsp", + "id": 51540 + }, + { + "name": "RoguelikeTakeStageFirstPassRewardReq", + "id": 51541 + }, + { + "name": "RoguelikeTakeStageFirstPassRewardRsp", + "id": 51542 + }, + { + "name": "SalesmanDeliverItemReq", + "id": 51543 + }, + { + "name": "SalesmanDeliverItemRsp", + "id": 51544 + }, + { + "name": "SalesmanTakeRewardReq", + "id": 51545 + }, + { + "name": "SalesmanTakeRewardRsp", + "id": 51546 + }, + { + "name": "SalesmanTakeSpecialRewardReq", + "id": 51547 + }, + { + "name": "SalesmanTakeSpecialRewardRsp", + "id": 51548 + }, + { + "name": "SalvageEscortRestartReq", + "id": 51549 + }, + { + "name": "SalvageEscortRestartRsp", + "id": 51550 + }, + { + "name": "SalvageEscortSettleNotify", + "id": 51551 + }, + { + "name": "SalvagePreventRestartReq", + "id": 51552 + }, + { + "name": "SalvagePreventRestartRsp", + "id": 51553 + }, + { + "name": "SalvagePreventSettleNotify", + "id": 51554 + }, + { + "name": "SaveCoopDialogReq", + "id": 51555 + }, + { + "name": "SaveCoopDialogRsp", + "id": 51556 + }, + { + "name": "SaveCustomDungeonRoomReq", + "id": 51557 + }, + { + "name": "SaveCustomDungeonRoomRsp", + "id": 51558 + }, + { + "name": "SaveMainCoopReq", + "id": 51559 + }, + { + "name": "SaveMainCoopRsp", + "id": 51560 + }, + { + "name": "SaveUgcReq", + "id": 51561 + }, + { + "name": "SaveUgcRsp", + "id": 51562 + }, + { + "name": "SceneAreaUnlockNotify", + "id": 1330 + }, + { + "name": "SceneAudioNotify", + "id": 7184 + }, + { + "name": "SceneAvatarStaminaStepReq", + "id": 27101 + }, + { + "name": "SceneAvatarStaminaStepRsp", + "id": 29213 + }, + { + "name": "SceneCreateEntityReq", + "id": 51567 + }, + { + "name": "SceneCreateEntityRsp", + "id": 51568 + }, + { + "name": "SceneDataNotify", + "id": 23591 + }, + { + "name": "SceneDestroyEntityReq", + "id": 51570 + }, + { + "name": "SceneDestroyEntityRsp", + "id": 51571 + }, + { + "name": "SceneEntitiesMoveCombineNotify", + "id": 51572 + }, + { + "name": "SceneEntitiesMovesReq", + "id": 51573 + }, + { + "name": "SceneEntitiesMovesRsp", + "id": 51574 + }, + { + "name": "SceneEntityDrownReq", + "id": 23233 + }, + { + "name": "SceneEntityDrownRsp", + "id": 29817 + }, + { + "name": " //public static final int SceneEntityMoveReq", + "id": 51577 + }, + { + "name": " //public static final int SceneEntityMoveRsp", + "id": 51578 + }, + { + "name": "SceneGalleryInfoNotify", + "id": 51579 + }, + { + "name": "SceneGalleryVintageHuntingSettleNotify", + "id": 51580 + }, + { + "name": "SceneKickPlayerNotify", + "id": 51581 + }, + { + "name": "SceneKickPlayerReq", + "id": 182 + }, + { + "name": "SceneKickPlayerRsp", + "id": 51583 + }, + { + "name": "ScenePlayBattleInfoListNotify", + "id": 51584 + }, + { + "name": "ScenePlayBattleInfoNotify", + "id": 51585 + }, + { + "name": "ScenePlayBattleInterruptNotify", + "id": 51586 + }, + { + "name": "ScenePlayBattleResultNotify", + "id": 51587 + }, + { + "name": "ScenePlayBattleUidOpNotify", + "id": 51588 + }, + { + "name": "ScenePlayGuestReplyInviteReq", + "id": 51589 + }, + { + "name": "ScenePlayGuestReplyInviteRsp", + "id": 51590 + }, + { + "name": "ScenePlayGuestReplyNotify", + "id": 51591 + }, + { + "name": "ScenePlayInfoListNotify", + "id": 51592 + }, + { + "name": "ScenePlayInviteResultNotify", + "id": 51593 + }, + { + "name": "ScenePlayOutofRegionNotify", + "id": 51594 + }, + { + "name": "ScenePlayOwnerCheckReq", + "id": 51595 + }, + { + "name": "ScenePlayOwnerCheckRsp", + "id": 51596 + }, + { + "name": "ScenePlayOwnerInviteNotify", + "id": 51597 + }, + { + "name": "ScenePlayOwnerStartInviteReq", + "id": 51598 + }, + { + "name": "ScenePlayOwnerStartInviteRsp", + "id": 51599 + }, + { + "name": "ScenePlayerBackgroundAvatarRefreshNotify", + "id": 51600 + }, + { + "name": "ScenePlayerLocationNotify", + "id": 21376 + }, + { + "name": "ScenePlayerSoundNotify", + "id": 51602 + }, + { + "name": "SceneRouteChangeNotify", + "id": 51603 + }, + { + "name": "SceneWeatherForcastReq", + "id": 51604 + }, + { + "name": "SceneWeatherForcastRsp", + "id": 51605 + }, + { + "name": "SeaLampCoinNotify", + "id": 51606 + }, + { + "name": "SeaLampContributeItemReq", + "id": 51607 + }, + { + "name": "SeaLampContributeItemRsp", + "id": 51608 + }, + { + "name": "SeaLampFlyLampNotify", + "id": 51609 + }, + { + "name": "SeaLampFlyLampReq", + "id": 51610 + }, + { + "name": "SeaLampFlyLampRsp", + "id": 51611 + }, + { + "name": "SeaLampPopularityNotify", + "id": 51612 + }, + { + "name": "SeaLampTakeContributionRewardReq", + "id": 51613 + }, + { + "name": "SeaLampTakeContributionRewardRsp", + "id": 51614 + }, + { + "name": "SeaLampTakePhaseRewardReq", + "id": 51615 + }, + { + "name": "SeaLampTakePhaseRewardRsp", + "id": 51616 + }, + { + "name": "SealBattleBeginNotify", + "id": 51617 + }, + { + "name": "SealBattleEndNotify", + "id": 51618 + }, + { + "name": "SealBattleProgressNotify", + "id": 51619 + }, + { + "name": "SearchCustomDungeonReq", + "id": 51620 + }, + { + "name": "SearchCustomDungeonRsp", + "id": 51621 + }, + { + "name": "SeeMonsterReq", + "id": 25646 + }, + { + "name": "SeeMonsterRsp", + "id": 51623 + }, + { + "name": "SelectAsterMidDifficultyReq", + "id": 51624 + }, + { + "name": "SelectAsterMidDifficultyRsp", + "id": 51625 + }, + { + "name": "SelectEffigyChallengeConditionReq", + "id": 51626 + }, + { + "name": "SelectEffigyChallengeConditionRsp", + "id": 51627 + }, + { + "name": "SelectRoguelikeDungeonCardReq", + "id": 51628 + }, + { + "name": "SelectRoguelikeDungeonCardRsp", + "id": 51629 + }, + { + "name": "ServerAnnounceRevokeNotify", + "id": 51630 + }, + { + "name": "ServerBuffChangeNotify", + "id": 51631 + }, + { + "name": "ServerCombatEndNotify", + "id": 51632 + }, + { + "name": "ServerCondMeetQuestListUpdateNotify", + "id": 25746 + }, + { + "name": "ServerDisconnectClientNotify", + "id": 51634 + }, + { + "name": "ServerGlobalValueChangeNotify", + "id": 22099 + }, + { + "name": "ServerLogNotify", + "id": 20727 + }, + { + "name": "ServerMessageNotify", + "id": 51637 + }, + { + "name": "ServerTimeNotify", + "id": 3350 + }, + { + "name": "ServerTryCancelGeneralMatchNotify", + "id": 51639 + }, + { + "name": "ServerUpdateGlobalValueNotify", + "id": 51640 + }, + { + "name": "SetBattlePassViewedReq", + "id": 4006 + }, + { + "name": "SetBattlePassViewedRsp", + "id": 51642 + }, + { + "name": "SetChatEmojiCollectionReq", + "id": 1123 + }, + { + "name": "SetChatEmojiCollectionRsp", + "id": 51644 + }, + { + "name": "SetCodexPushtipsReadReq", + "id": 51645 + }, + { + "name": "SetCodexPushtipsReadRsp", + "id": 51646 + }, + { + "name": "SetCoopChapterViewedReq", + "id": 51647 + }, + { + "name": "SetCoopChapterViewedRsp", + "id": 51648 + }, + { + "name": "SetCurExpeditionChallengeIdReq", + "id": 51649 + }, + { + "name": "SetCurExpeditionChallengeIdRsp", + "id": 51650 + }, + { + "name": "SetFriendEnterHomeOptionReq", + "id": 27828 + }, + { + "name": "SetFriendEnterHomeOptionRsp", + "id": 51652 + }, + { + "name": "SetFriendRemarkNameReq", + "id": 51653 + }, + { + "name": "SetFriendRemarkNameRsp", + "id": 51654 + }, + { + "name": "SetH5ActivityRedDotTimestampReq", + "id": 51655 + }, + { + "name": "SetH5ActivityRedDotTimestampRsp", + "id": 51656 + }, + { + "name": "SetIsAutoUnlockSpecificEquipReq", + "id": 51657 + }, + { + "name": "SetIsAutoUnlockSpecificEquipRsp", + "id": 51658 + }, + { + "name": "SetLimitOptimizationNotify", + "id": 51659 + }, + { + "name": "SetOpenStateReq", + "id": 9009 + }, + { + "name": "SetOpenStateRsp", + "id": 22146 + }, + { + "name": "SetPlayerBornDataReq", + "id": 51662 + }, + { + "name": "SetPlayerBornDataRsp", + "id": 51663 + }, + { + "name": "SetPlayerPropReq", + "id": 1774 + }, + { + "name": "SetPlayerPropRsp", + "id": 4436 + }, + { + "name": "SetSceneWeatherAreaReq", + "id": 51666 + }, + { + "name": "SetSceneWeatherAreaRsp", + "id": 51667 + }, + { + "name": "SetUpLunchBoxWidgetReq", + "id": 24935 + }, + { + "name": "SetUpLunchBoxWidgetRsp", + "id": 24393 + }, + { + "name": "SetWidgetSlotReq", + "id": 25160 + }, + { + "name": "SetWidgetSlotRsp", + "id": 29426 + }, + { + "name": "ShowClientGuideNotify", + "id": 51672 + }, + { + "name": "ShowClientTutorialNotify", + "id": 51673 + }, + { + "name": "ShowCommonTipsNotify", + "id": 51674 + }, + { + "name": "ShowMessageNotify", + "id": 51675 + }, + { + "name": "ShowTemplateReminderNotify", + "id": 51676 + }, + { + "name": "SignInInfoReq", + "id": 51677 + }, + { + "name": "SignInInfoRsp", + "id": 51678 + }, + { + "name": "SignatureAuditConfigNotify", + "id": 51679 + }, + { + "name": "SingleRestartBrickBreakerReq", + "id": 51680 + }, + { + "name": "SingleRestartBrickBreakerRsp", + "id": 51681 + }, + { + "name": "SingleStartBrickBreakerReq", + "id": 51682 + }, + { + "name": "SingleStartBrickBreakerRsp", + "id": 51683 + }, + { + "name": "SkyCrystalDetectorDataUpdateNotify", + "id": 51684 + }, + { + "name": "SocialDataNotify", + "id": 51685 + }, + { + "name": "SpiceActivityFinishMakeSpiceReq", + "id": 51686 + }, + { + "name": "SpiceActivityFinishMakeSpiceRsp", + "id": 51687 + }, + { + "name": "SpiceActivityGivingRecordNotify", + "id": 51688 + }, + { + "name": "SpiceActivityProcessFoodReq", + "id": 51689 + }, + { + "name": "SpiceActivityProcessFoodRsp", + "id": 51690 + }, + { + "name": "SpringUseReq", + "id": 51691 + }, + { + "name": "SpringUseRsp", + "id": 51692 + }, + { + "name": "StartArenaChallengeLevelReq", + "id": 51693 + }, + { + "name": "StartArenaChallengeLevelRsp", + "id": 51694 + }, + { + "name": "StartBuoyantCombatGalleryReq", + "id": 51695 + }, + { + "name": "StartBuoyantCombatGalleryRsp", + "id": 51696 + }, + { + "name": "StartCoopPointReq", + "id": 51697 + }, + { + "name": "StartCoopPointRsp", + "id": 51698 + }, + { + "name": "StartEffigyChallengeReq", + "id": 51699 + }, + { + "name": "StartEffigyChallengeRsp", + "id": 51700 + }, + { + "name": "StartFishingReq", + "id": 51701 + }, + { + "name": "StartFishingRsp", + "id": 51702 + }, + { + "name": "StartRogueDiaryPlayReq", + "id": 51703 + }, + { + "name": "StartRogueDiaryPlayRsp", + "id": 51704 + }, + { + "name": "StartRogueDiaryRoomReq", + "id": 51705 + }, + { + "name": "StartRogueDiaryRoomRsp", + "id": 51706 + }, + { + "name": "StartRogueEliteCellChallengeReq", + "id": 51707 + }, + { + "name": "StartRogueEliteCellChallengeRsp", + "id": 51708 + }, + { + "name": "StartRogueNormalCellChallengeReq", + "id": 51709 + }, + { + "name": "StartRogueNormalCellChallengeRsp", + "id": 51710 + }, + { + "name": "StopReminderNotify", + "id": 51711 + }, + { + "name": "StoreCustomDungeonReq", + "id": 51712 + }, + { + "name": "StoreCustomDungeonRsp", + "id": 51713 + }, + { + "name": "SubmitInferenceWordReq", + "id": 51714 + }, + { + "name": "SubmitInferenceWordRsp", + "id": 51715 + }, + { + "name": "SummerTimeFloatSignalPositionNotify", + "id": 51716 + }, + { + "name": "SummerTimeFloatSignalUpdateNotify", + "id": 51717 + }, + { + "name": "SummerTimeSprintBoatRestartReq", + "id": 51718 + }, + { + "name": "SummerTimeSprintBoatRestartRsp", + "id": 51719 + }, + { + "name": "SummerTimeSprintBoatSettleNotify", + "id": 51720 + }, + { + "name": "SummerTimeV2BoatSettleNotify", + "id": 51721 + }, + { + "name": "SummerTimeV2RestartBoatGalleryReq", + "id": 51722 + }, + { + "name": "SummerTimeV2RestartBoatGalleryRsp", + "id": 51723 + }, + { + "name": "SummerTimeV2RestartDungeonReq", + "id": 51724 + }, + { + "name": "SummerTimeV2RestartDungeonRsp", + "id": 51725 + }, + { + "name": "SumoDungeonSettleNotify", + "id": 51726 + }, + { + "name": "SumoEnterDungeonNotify", + "id": 51727 + }, + { + "name": "SumoLeaveDungeonNotify", + "id": 51728 + }, + { + "name": "SumoRestartDungeonReq", + "id": 51729 + }, + { + "name": "SumoRestartDungeonRsp", + "id": 51730 + }, + { + "name": "SumoSaveTeamReq", + "id": 51731 + }, + { + "name": "SumoSaveTeamRsp", + "id": 51732 + }, + { + "name": "SumoSelectTeamAndEnterDungeonReq", + "id": 51733 + }, + { + "name": "SumoSelectTeamAndEnterDungeonRsp", + "id": 51734 + }, + { + "name": "SumoSetNoSwitchPunishTimeNotify", + "id": 51735 + }, + { + "name": "SumoSwitchTeamReq", + "id": 51736 + }, + { + "name": "SumoSwitchTeamRsp", + "id": 51737 + }, + { + "name": "TakeAchievementGoalRewardReq", + "id": 6501 + }, + { + "name": "TakeAchievementGoalRewardRsp", + "id": 8945 + }, + { + "name": "TakeAchievementRewardReq", + "id": 29798 + }, + { + "name": "TakeAchievementRewardRsp", + "id": 8024 + }, + { + "name": "TakeAsterSpecialRewardReq", + "id": 51742 + }, + { + "name": "TakeAsterSpecialRewardRsp", + "id": 51743 + }, + { + "name": "TakeBackGivingItemReq", + "id": 51744 + }, + { + "name": "TakeBackGivingItemRsp", + "id": 51745 + }, + { + "name": "TakeBattlePassMissionPointReq", + "id": 51746 + }, + { + "name": "TakeBattlePassMissionPointRsp", + "id": 51747 + }, + { + "name": "TakeBattlePassRewardReq", + "id": 27855 + }, + { + "name": "TakeBattlePassRewardRsp", + "id": 3069 + }, + { + "name": "TakeCityReputationExploreRewardReq", + "id": 51750 + }, + { + "name": "TakeCityReputationExploreRewardRsp", + "id": 51751 + }, + { + "name": "TakeCityReputationLevelRewardReq", + "id": 51752 + }, + { + "name": "TakeCityReputationLevelRewardRsp", + "id": 51753 + }, + { + "name": "TakeCompoundOutputReq", + "id": 51754 + }, + { + "name": "TakeCompoundOutputRsp", + "id": 51755 + }, + { + "name": "TakeCoopRewardReq", + "id": 51756 + }, + { + "name": "TakeCoopRewardRsp", + "id": 51757 + }, + { + "name": "TakeDeliveryDailyRewardReq", + "id": 51758 + }, + { + "name": "TakeDeliveryDailyRewardRsp", + "id": 51759 + }, + { + "name": "TakeEffigyFirstPassRewardReq", + "id": 51760 + }, + { + "name": "TakeEffigyFirstPassRewardRsp", + "id": 51761 + }, + { + "name": "TakeEffigyRewardReq", + "id": 51762 + }, + { + "name": "TakeEffigyRewardRsp", + "id": 51763 + }, + { + "name": "TakeFirstShareRewardReq", + "id": 51764 + }, + { + "name": "TakeFirstShareRewardRsp", + "id": 51765 + }, + { + "name": "TakeFurnitureMakeReq", + "id": 7585 + }, + { + "name": "TakeFurnitureMakeRsp", + "id": 28114 + }, + { + "name": "TakeHuntingOfferReq", + "id": 51768 + }, + { + "name": "TakeHuntingOfferRsp", + "id": 51769 + }, + { + "name": "TakeInvestigationRewardReq", + "id": 25416 + }, + { + "name": "TakeInvestigationRewardRsp", + "id": 4841 + }, + { + "name": "TakeInvestigationTargetRewardReq", + "id": 20048 + }, + { + "name": "TakeInvestigationTargetRewardRsp", + "id": 25452 + }, + { + "name": "TakeMaterialDeleteReturnReq", + "id": 6530 + }, + { + "name": "TakeMaterialDeleteReturnRsp", + "id": 51775 + }, + { + "name": "TakeOfferingLevelRewardReq", + "id": 51776 + }, + { + "name": "TakeOfferingLevelRewardRsp", + "id": 51777 + }, + { + "name": "TakeRegionSearchRewardReq", + "id": 51778 + }, + { + "name": "TakeRegionSearchRewardRsp", + "id": 51779 + }, + { + "name": "TakeResinCardDailyRewardReq", + "id": 51780 + }, + { + "name": "TakeResinCardDailyRewardRsp", + "id": 51781 + }, + { + "name": "TakeReunionFirstGiftRewardReq", + "id": 51782 + }, + { + "name": "TakeReunionFirstGiftRewardRsp", + "id": 51783 + }, + { + "name": "TakeReunionMissionRewardReq", + "id": 51784 + }, + { + "name": "TakeReunionMissionRewardRsp", + "id": 51785 + }, + { + "name": "TakeReunionSignInRewardReq", + "id": 51786 + }, + { + "name": "TakeReunionSignInRewardRsp", + "id": 51787 + }, + { + "name": "TakeReunionWatcherRewardReq", + "id": 51788 + }, + { + "name": "TakeReunionWatcherRewardRsp", + "id": 51789 + }, + { + "name": "TanukiTravelFinishGuideQuestNotify", + "id": 51790 + }, + { + "name": "TaskVarNotify", + "id": 51791 + }, + { + "name": "TeamChainDungeonInfoNotify", + "id": 51792 + }, + { + "name": "TeamChainEnterDungeonReq", + "id": 51793 + }, + { + "name": "TeamChainEnterDungeonRsp", + "id": 51794 + }, + { + "name": "TeamChainRestartDungeonReq", + "id": 51795 + }, + { + "name": "TeamChainRestartDungeonRsp", + "id": 51796 + }, + { + "name": "TeamChainTakeCostumeRewardReq", + "id": 51797 + }, + { + "name": "TeamChainTakeCostumeRewardRsp", + "id": 51798 + }, + { + "name": "TeamResonanceChangeNotify", + "id": 51799 + }, + { + "name": "ToTheMoonAddObstacleReq", + "id": 51800 + }, + { + "name": "ToTheMoonAddObstacleRsp", + "id": 51801 + }, + { + "name": "ToTheMoonEnterSceneRsp", + "id": 51802 + }, + { + "name": "ToTheMoonObstaclesModifyNotify", + "id": 51803 + }, + { + "name": "ToTheMoonPingNotify", + "id": 51804 + }, + { + "name": "ToTheMoonQueryPathReq", + "id": 51805 + }, + { + "name": "ToTheMoonQueryPathRsp", + "id": 51806 + }, + { + "name": "ToTheMoonRemoveObstacleReq", + "id": 51807 + }, + { + "name": "ToTheMoonRemoveObstacleRsp", + "id": 51808 + }, + { + "name": "TowerAllDataReq", + "id": 611 + }, + { + "name": "TowerAllDataRsp", + "id": 2253 + }, + { + "name": "TowerBriefDataNotify", + "id": 4797 + }, + { + "name": "TowerBuffSelectReq", + "id": 51812 + }, + { + "name": "TowerBuffSelectRsp", + "id": 51813 + }, + { + "name": "TowerCurLevelRecordChangeNotify", + "id": 8595 + }, + { + "name": "TowerDailyRewardProgressChangeNotify", + "id": 51815 + }, + { + "name": "TowerEnterLevelReq", + "id": 20408 + }, + { + "name": "TowerEnterLevelRsp", + "id": 5746 + }, + { + "name": "TowerFloorRecordChangeNotify", + "id": 1981 + }, + { + "name": "TowerGetFloorStarRewardReq", + "id": 23282 + }, + { + "name": "TowerGetFloorStarRewardRsp", + "id": 51820 + }, + { + "name": "TowerLevelStarCondNotify", + "id": 29627 + }, + { + "name": "TowerMiddleLevelChangeTeamNotify", + "id": 20682 + }, + { + "name": "TowerRecordHandbookReq", + "id": 51823 + }, + { + "name": "TowerRecordHandbookRsp", + "id": 51824 + }, + { + "name": "TowerSurrenderReq", + "id": 51825 + }, + { + "name": "TowerSurrenderRsp", + "id": 51826 + }, + { + "name": "TowerTeamSelectReq", + "id": 28157 + }, + { + "name": "TowerTeamSelectRsp", + "id": 27570 + }, + { + "name": "TreasureMapBonusChallengeNotify", + "id": 51829 + }, + { + "name": "TreasureMapCurrencyNotify", + "id": 51830 + }, + { + "name": "TreasureMapDetectorDataNotify", + "id": 51831 + }, + { + "name": "TreasureMapGuideTaskDoneNotify", + "id": 51832 + }, + { + "name": "TreasureMapHostInfoNotify", + "id": 51833 + }, + { + "name": "TreasureMapMpChallengeNotify", + "id": 51834 + }, + { + "name": "TreasureMapPreTaskDoneNotify", + "id": 51835 + }, + { + "name": "TreasureMapRegionActiveNotify", + "id": 51836 + }, + { + "name": "TreasureMapRegionInfoNotify", + "id": 51837 + }, + { + "name": "TreasureSeelieCollectOrbsNotify", + "id": 51838 + }, + { + "name": "TrialAvatarInDungeonIndexNotify", + "id": 51839 + }, + { + "name": "TriggerCreateGadgetToEquipPartNotify", + "id": 24286 + }, + { + "name": "TriggerRoguelikeCurseNotify", + "id": 51841 + }, + { + "name": "TriggerRoguelikeRuneReq", + "id": 51842 + }, + { + "name": "TriggerRoguelikeRuneRsp", + "id": 51843 + }, + { + "name": "TryCustomDungeonReq", + "id": 51844 + }, + { + "name": "TryCustomDungeonRsp", + "id": 51845 + }, + { + "name": "TryEnterHomeReq", + "id": 24797 + }, + { + "name": "TryEnterHomeRsp", + "id": 24318 + }, + { + "name": "TryEnterNextRogueDiaryDungeonReq", + "id": 51848 + }, + { + "name": "TryEnterNextRogueDiaryDungeonRsp", + "id": 51849 + }, + { + "name": "TryInterruptRogueDiaryDungeonReq", + "id": 51850 + }, + { + "name": "TryInterruptRogueDiaryDungeonRsp", + "id": 51851 + }, + { + "name": "UgcNotify", + "id": 51852 + }, + { + "name": "UnfreezeGroupLimitNotify", + "id": 28371 + }, + { + "name": "UnlockAvatarTalentReq", + "id": 21301 + }, + { + "name": "UnlockAvatarTalentRsp", + "id": 22369 + }, + { + "name": "UnlockCoopChapterReq", + "id": 51856 + }, + { + "name": "UnlockCoopChapterRsp", + "id": 51857 + }, + { + "name": "UnlockNameCardNotify", + "id": 51858 + }, + { + "name": "UnlockPersonalLineReq", + "id": 51859 + }, + { + "name": "UnlockPersonalLineRsp", + "id": 51860 + }, + { + "name": "UnlockTransPointReq", + "id": 24297 + }, + { + "name": "UnlockTransPointRsp", + "id": 26749 + }, + { + "name": "UnlockedFurnitureFormulaDataNotify", + "id": 51863 + }, + { + "name": "UnlockedFurnitureSuiteDataNotify", + "id": 51864 + }, + { + "name": "UnmarkEntityInMinMapNotify", + "id": 51865 + }, + { + "name": "UpdateAbilityCreatedMovingPlatformNotify", + "id": 6778 + }, + { + "name": "UpdatePS4BlockListReq", + "id": 51867 + }, + { + "name": "UpdatePS4BlockListRsp", + "id": 51868 + }, + { + "name": "UpdatePS4FriendListNotify", + "id": 51869 + }, + { + "name": "UpdatePS4FriendListReq", + "id": 51870 + }, + { + "name": "UpdatePS4FriendListRsp", + "id": 51871 + }, + { + "name": "UpdateRedPointNotify", + "id": 51872 + }, + { + "name": "UpdateReunionWatcherNotify", + "id": 51873 + }, + { + "name": "UpdateSalvageBundleMarkReq", + "id": 51874 + }, + { + "name": "UpdateSalvageBundleMarkRsp", + "id": 51875 + }, + { + "name": "UpgradeRoguelikeShikigamiReq", + "id": 51876 + }, + { + "name": "UpgradeRoguelikeShikigamiRsp", + "id": 51877 + }, + { + "name": "UseMiracleRingReq", + "id": 24421 + }, + { + "name": "UseMiracleRingRsp", + "id": 51879 + }, + { + "name": "UseWidgetCreateGadgetReq", + "id": 51880 + }, + { + "name": "UseWidgetCreateGadgetRsp", + "id": 51881 + }, + { + "name": "UseWidgetRetractGadgetReq", + "id": 51882 + }, + { + "name": "UseWidgetRetractGadgetRsp", + "id": 51883 + }, + { + "name": "VehicleInteractReq", + "id": 5099 + }, + { + "name": "VehicleInteractRsp", + "id": 27242 + }, + { + "name": "VehicleStaminaNotify", + "id": 51886 + }, + { + "name": "ViewCodexReq", + "id": 4291 + }, + { + "name": "ViewCodexRsp", + "id": 51888 + }, + { + "name": "ViewLanternProjectionLevelTipsReq", + "id": 51889 + }, + { + "name": "ViewLanternProjectionLevelTipsRsp", + "id": 51890 + }, + { + "name": "ViewLanternProjectionTipsReq", + "id": 51891 + }, + { + "name": "ViewLanternProjectionTipsRsp", + "id": 51892 + }, + { + "name": "VintageCampGroupBundleRegisterNotify", + "id": 51893 + }, + { + "name": "VintageCampStageFinishNotify", + "id": 51894 + }, + { + "name": "VintageDecorateBoothReq", + "id": 51895 + }, + { + "name": "VintageDecorateBoothRsp", + "id": 51896 + }, + { + "name": "VintageHuntingStartGalleryReq", + "id": 51897 + }, + { + "name": "VintageHuntingStartGalleryRsp", + "id": 51898 + }, + { + "name": "VintageMarketDeliverItemReq", + "id": 51899 + }, + { + "name": "VintageMarketDeliverItemRsp", + "id": 51900 + }, + { + "name": "VintageMarketDividendFinishNotify", + "id": 51901 + }, + { + "name": "VintageMarketFinishStorePlayReq", + "id": 51902 + }, + { + "name": "VintageMarketFinishStorePlayRsp", + "id": 51903 + }, + { + "name": "VintageMarketNpcEventFinishNotify", + "id": 51904 + }, + { + "name": "VintageMarketStartStorePlayReq", + "id": 51905 + }, + { + "name": "VintageMarketStartStorePlayRsp", + "id": 51906 + }, + { + "name": "VintageMarketStoreChooseStrategyReq", + "id": 51907 + }, + { + "name": "VintageMarketStoreChooseStrategyRsp", + "id": 51908 + }, + { + "name": "VintageMarketStoreUnlockSlotReq", + "id": 51909 + }, + { + "name": "VintageMarketStoreUnlockSlotRsp", + "id": 51910 + }, + { + "name": "VintageMarketStoreViewStrategyReq", + "id": 51911 + }, + { + "name": "VintageMarketStoreViewStrategyRsp", + "id": 51912 + }, + { + "name": "VintagePresentFinishNoify", + "id": 51913 + }, + { + "name": "VintagePresentFinishNotify", + "id": 51914 + }, + { + "name": "WatcherAllDataNotify", + "id": 51915 + }, + { + "name": "WatcherChangeNotify", + "id": 51916 + }, + { + "name": "WatcherEventNotify", + "id": 51917 + }, + { + "name": "WatcherEventStageNotify", + "id": 51918 + }, + { + "name": "WatcherEventTypeNotify", + "id": 51919 + }, + { + "name": "WaterSpritePhaseFinishNotify", + "id": 51920 + }, + { + "name": "WidgetActiveChangeNotify", + "id": 51921 + }, + { + "name": "WidgetCaptureAnimalReq", + "id": 51922 + }, + { + "name": "WidgetCaptureAnimalRsp", + "id": 51923 + }, + { + "name": "WidgetCoolDownNotify", + "id": 29375 + }, + { + "name": "WidgetDoBagReq", + "id": 8213 + }, + { + "name": "WidgetDoBagRsp", + "id": 21671 + }, + { + "name": "WidgetGadgetAllDataNotify", + "id": 6291 + }, + { + "name": "WidgetGadgetDataNotify", + "id": 9673 + }, + { + "name": " //public static final int WidgetGadgetDestroyNotify", + "id": 51929 + }, + { + "name": "WidgetQuickHitTreeReq", + "id": 51930 + }, + { + "name": "WidgetQuickHitTreeRsp", + "id": 51931 + }, + { + "name": "WidgetReportReq", + "id": 51932 + }, + { + "name": "WidgetReportRsp", + "id": 51933 + }, + { + "name": "WidgetSlotChangeNotify", + "id": 25904 + }, + { + "name": "WidgetUpdateExtraCDReq", + "id": 51935 + }, + { + "name": "WidgetUpdateExtraCDRsp", + "id": 51936 + }, + { + "name": "WidgetUseAttachAbilityGroupChangeNotify", + "id": 51937 + }, + { + "name": "WidgetWeatherWizardDataNotify", + "id": 51938 + }, + { + "name": "WindFieldGalleryChallengeInfoNotify", + "id": 51939 + }, + { + "name": "WindFieldGalleryInfoNotify", + "id": 51940 + }, + { + "name": "WindFieldRestartDungeonReq", + "id": 51941 + }, + { + "name": "WindFieldRestartDungeonRsp", + "id": 51942 + }, + { + "name": "WindSeedType2Notify", + "id": 51943 + }, + { + "name": "WindSeedType3Notify", + "id": 51944 + }, + { + "name": "WinterCampAcceptAllGiveItemReq", + "id": 51945 + }, + { + "name": "WinterCampAcceptAllGiveItemRsp", + "id": 51946 + }, + { + "name": "WinterCampAcceptGiveItemReq", + "id": 51947 + }, + { + "name": "WinterCampAcceptGiveItemRsp", + "id": 51948 + }, + { + "name": "WinterCampEditSnowmanCombinationReq", + "id": 51949 + }, + { + "name": "WinterCampEditSnowmanCombinationRsp", + "id": 51950 + }, + { + "name": "WinterCampGetCanGiveFriendItemReq", + "id": 51951 + }, + { + "name": "WinterCampGetCanGiveFriendItemRsp", + "id": 51952 + }, + { + "name": "WinterCampGetFriendWishListReq", + "id": 51953 + }, + { + "name": "WinterCampGetFriendWishListRsp", + "id": 51954 + }, + { + "name": "WinterCampGetRecvItemListReq", + "id": 51955 + }, + { + "name": "WinterCampGetRecvItemListRsp", + "id": 51956 + }, + { + "name": "WinterCampGiveFriendItemReq", + "id": 51957 + }, + { + "name": "WinterCampGiveFriendItemRsp", + "id": 51958 + }, + { + "name": "WinterCampRaceScoreNotify", + "id": 51959 + }, + { + "name": "WinterCampRecvItemNotify", + "id": 51960 + }, + { + "name": "WinterCampSetWishListReq", + "id": 51961 + }, + { + "name": "WinterCampSetWishListRsp", + "id": 51962 + }, + { + "name": "WinterCampStageInfoChangeNotify", + "id": 51963 + }, + { + "name": "WinterCampTakeBattleRewardReq", + "id": 51964 + }, + { + "name": "WinterCampTakeBattleRewardRsp", + "id": 51965 + }, + { + "name": "WinterCampTakeExploreRewardReq", + "id": 51966 + }, + { + "name": "WinterCampTakeExploreRewardRsp", + "id": 51967 + }, + { + "name": "WinterCampTriathlonRestartReq", + "id": 51968 + }, + { + "name": "WinterCampTriathlonRestartRsp", + "id": 51969 + }, + { + "name": "WinterCampTriathlonSettleNotify", + "id": 51970 + }, + { + "name": "WorktopOptionNotify", + "id": 5012 + }, + { + "name": "WorldAllRoutineTypeNotify", + "id": 51972 + }, + { + "name": "WorldChestOpenNotify", + "id": 22669 + }, + { + "name": "WorldOwnerBlossomBriefInfoNotify", + "id": 24777 + }, + { + "name": "WorldOwnerBlossomScheduleInfoNotify", + "id": 51975 + }, + { + "name": "WorldOwnerDailyTaskNotify", + "id": 51976 + }, + { + "name": "WorldPlayerRTTNotify", + "id": 2845 + }, + { + "name": "WorldPlayerReviveRsp", + "id": 51978 + }, + { + "name": "WorldRoutineChangeNotify", + "id": 51979 + }, + { + "name": "WorldRoutineTypeCloseNotify", + "id": 51980 + }, + { + "name": "WorldRoutineTypeRefreshNotify", + "id": 51981 + } +] \ No newline at end of file diff --git a/gc_needed.json b/gc_needed.json index 620c0c51..ba6c6fb4 100644 --- a/gc_needed.json +++ b/gc_needed.json @@ -1,4 +1,7 @@ [ + { + "name": "NONE" + }, { "name": "AbilityInvocationsNotify" }, @@ -8,6 +11,9 @@ { "name": "AddBackupAvatarTeamReq" }, + { + "name": "AddCustomTeamReq" + }, { "name": "AddQuestContentProgressReq" }, @@ -50,24 +56,33 @@ { "name": "AvatarWearFlycloakReq" }, + { + "name": "BackMyWorldReq" + }, + { + "name": "BargainOfferPriceReq" + }, { "name": "BuyBattlePassLevelReq" }, { "name": "BuyGoodsReq" }, + { + "name": "BuyResinReq" + }, { "name": "CalcWeaponUpgradeReturnItemsReq" }, + { + "name": "CancelCoopTaskReq" + }, { "name": "ChangeAvatarReq" }, { "name": "ChangeGameTimeReq" }, - { - "name": "HomeChangeBgmReq" - }, { "name": "ChangeMailStarNotify" }, @@ -77,12 +92,36 @@ { "name": "ChangeTeamNameReq" }, + { + "name": "CheckUgcStateReq" + }, + { + "name": "CheckUgcUpdateReq" + }, { "name": "ChooseCurAvatarTeamReq" }, + { + "name": "ClientAbilitiesInitFinishCombineNotify" + }, + { + "name": "ClientAbilityChangeNotify" + }, { "name": "ClientAbilityInitFinishNotify" }, + { + "name": "ClientAIStateNotify" + }, + { + "name": "ClientLoadingCostumeVerificationNotify" + }, + { + "name": "ClientLockGameTimeNotify" + }, + { + "name": "ClientScriptEventNotify" + }, { "name": "CombatInvocationsNotify" }, @@ -98,6 +137,9 @@ { "name": "DealAddFriendReq" }, + { + "name": "DelBackupAvatarTeamReq" + }, { "name": "DeleteFriendReq" }, @@ -110,11 +152,26 @@ { "name": "DoGachaReq" }, + { + "name": "DungeonDieOptionReq" + }, + { + "name": "DungeonDieOptionRsp" + }, { "name": "DungeonEntryInfoReq" }, { - "name": "DungeonWayPointActivateReq" + "name": "DungeonPlayerDieReq" + }, + { + "name": "DungeonRestartReq" + }, + { + "name": "DungeonRestartRsp" + }, + { + "name": "DungeonSlipRevivePointActivateReq" }, { "name": "DungeonWayPointActivateReq" @@ -128,9 +185,15 @@ { "name": "EnterTransPointRegionNotify" }, + { + "name": "EnterTrialAvatarActivityDungeonReq" + }, { "name": "EnterWorldAreaReq" }, + { + "name": "EntityAiKillSelfNotify" + }, { "name": "EntityAiSyncNotify" }, @@ -140,6 +203,12 @@ { "name": "EvtAiSyncSkillCdNotify" }, + { + "name": "EvtAvatarEnterFocusNotify" + }, + { + "name": "EvtAvatarExitFocusNotify" + }, { "name": "EvtAvatarLockChairReq" }, @@ -149,6 +218,18 @@ { "name": "EvtAvatarStandUpNotify" }, + { + "name": "EvtAvatarUpdateFocusNotify" + }, + { + "name": "EvtBulletDeactiveNotify" + }, + { + "name": "EvtBulletHitNotify" + }, + { + "name": "EvtBulletMoveNotify" + }, { "name": "EvtCreateGadgetNotify" }, @@ -161,15 +242,12 @@ { "name": "EvtEntityRenderersChangedNotify" }, + { + "name": "ExecuteGadgetLuaReq" + }, { "name": "ExitTransPointRegionNotify" }, - { - "name": "FireworkReq" - }, - { - "name": "FireworkSetReq" - }, { "name": "ForgeGetQueueDataReq" }, @@ -197,11 +275,14 @@ { "name": "GetActivityShopSheetInfoReq" }, + { + "name": "GetAllActivatedBargainDataReq" + }, { "name": "GetAllH5ActivityInfoReq" }, { - "name": "GetAllMailReq" + "name": "GetAllMailNotify" }, { "name": "GetAllUnlockNameCardReq" @@ -209,6 +290,9 @@ { "name": "GetAuthkeyReq" }, + { + "name": "GetBargainDataReq" + }, { "name": "GetChatEmojiCollectionReq" }, @@ -218,6 +302,9 @@ { "name": "GetDailyDungeonEntryInfoReq" }, + { + "name": "GetDungeonEntryExploreConditionReq" + }, { "name": "GetFriendShowAvatarInfoReq" }, @@ -230,18 +317,27 @@ { "name": "GetGachaInfoReq" }, + { + "name": "GetHomeLevelUpRewardReq" + }, { "name": "GetInvestigationMonsterReq" }, { "name": "GetMailItemReq" }, + { + "name": "GetMapAreaReq" + }, { "name": "GetOnlinePlayerListReq" }, { "name": "GetPlayerAskFriendListReq" }, + { + "name": "GetPlayerBlacklistReq" + }, { "name": "GetPlayerBlacklistRsp" }, @@ -257,6 +353,12 @@ { "name": "GetPlayerTokenReq" }, + { + "name": "GetProfilePictureDataReq" + }, + { + "name": "GetRecentMpPlayerListReq" + }, { "name": "GetRegionSearchReq" }, @@ -272,6 +374,12 @@ { "name": "GetShopReq" }, + { + "name": "GetUgcBriefInfoReq" + }, + { + "name": "GetUgcReq" + }, { "name": "GetWidgetSlotReq" }, @@ -281,18 +389,57 @@ { "name": "HitTreeNotify" }, + { + "name": "HomeAvatarRewardEventGetReq" + }, + { + "name": "HomeAvatarSummonEventReq" + }, + { + "name": "HomeAvatarSummonFinishReq" + }, + { + "name": "HomeAvatarTalkReq" + }, + { + "name": "HomeChangeBgmReq" + }, { "name": "HomeChangeEditModeReq" }, + { + "name": "HomeChangeModuleReq" + }, { "name": "HomeChooseModuleReq" }, + { + "name": "HomeEnterEditModeFinishReq" + }, { "name": "HomeGetArrangementInfoReq" }, { "name": "HomeGetBasicInfoReq" }, + { + "name": "HomeGetOnlineStatusReq" + }, + { + "name": "HomeKickPlayerReq" + }, + { + "name": "HomeModuleSeenReq" + }, + { + "name": "HomeResourceTakeFetterExpReq" + }, + { + "name": "HomeResourceTakeHomeCoinReq" + }, + { + "name": "HomeSaveArrangementNoChangeReq" + }, { "name": "HomeSceneInitFinishReq" }, @@ -300,14 +447,29 @@ "name": "HomeSceneJumpReq" }, { - "name": "HomeEnterEditModeFinishReq" + "name": "HomeTransferReq" + }, + { + "name": "HomeTransferRsp" }, { "name": "HomeUpdateArrangementInfoReq" }, + { + "name": "ItemGivingReq" + }, + { + "name": "LaunchFireworksReq" + }, + { + "name": "LevelupCityReq" + }, { "name": "MarkMapReq" }, + { + "name": "MassiveEntityElementOpBatchNotify" + }, { "name": "McoinExchangeHcoinReq" }, @@ -315,13 +477,7 @@ "name": "MonsterAIConfigHashNotify" }, { - "name": "GetUgcReq" - }, - { - "name": "GetUgcRsp" - }, - { - "name": "MusicGameSearchBeatmapReq" + "name": "MonsterAlertChangeNotify" }, { "name": "MusicGameSettleReq" @@ -350,6 +506,9 @@ { "name": "PingReq" }, + { + "name": "PlayerApplyEnterHomeResultReq" + }, { "name": "PlayerApplyEnterMpReq" }, @@ -368,21 +527,33 @@ { "name": "PlayerCookReq" }, + { + "name": "PlayerEnterChildMapLayerNotify" + }, { "name": "PlayerEnterDungeonReq" }, { - "name": "PlayerForceExitRsp" + "name": "PlayerEnterMapLayerNotify" + }, + { + "name": "PlayerForceExitReq" }, { "name": "PlayerGetForceQuitBanInfoReq" }, + { + "name": "PlayerLoginReq" + }, { "name": "DoSetPlayerBornDataNotify" }, { "name": "PlayerQuitDungeonReq" }, + { + "name": "PlayerQuitDungeonRsp" + }, { "name": "PlayerSetPauseReq" }, @@ -407,15 +578,33 @@ { "name": "QuestCreateEntityReq" }, + { + "name": "QuestDestroyEntityReq" + }, + { + "name": "QuestDestroyNpcReq" + }, + { + "name": "QuestTransmitReq" + }, { "name": "QuestUpdateQuestVarReq" }, + { + "name": "QuickUseWidgetReq" + }, { "name": "QuickUseWidgetRsp" }, { "name": "ReadMailNotify" }, + { + "name": "ReceivedTrialAvatarActivityRewardReq" + }, + { + "name": "ReformFireworksReq" + }, { "name": "ReliquaryDecomposeReq" }, @@ -423,11 +612,20 @@ "name": "ReliquaryUpgradeReq" }, { - "name": "DelBackupAvatarTeamReq" + "name": "RemoveCustomTeamReq" + }, + { + "name": "SceneAudioNotify" + }, + { + "name": "SceneAvatarStaminaStepReq" }, { "name": "SceneEntityDrownReq" }, + { + "name": "SceneInitFinishReq" + }, { "name": "SceneForceUnlockNotify" }, @@ -437,6 +635,9 @@ { "name": "SceneTransToPointReq" }, + { + "name": "SeeMonsterReq" + }, { "name": "SelectWorktopOptionReq" }, @@ -449,6 +650,9 @@ { "name": "SetEntityClientDataNotify" }, + { + "name": "SetEntityClientDataNotify" + }, { "name": "SetEquipLockStateReq" }, @@ -464,6 +668,9 @@ { "name": "SetPlayerBirthdayReq" }, + { + "name": "SetPlayerBornDataReq" + }, { "name": "SetPlayerBornDataRsp" }, @@ -488,6 +695,18 @@ { "name": "SetWidgetSlotReq" }, + { + "name": "SkipPlayerGameTimeReq" + }, + { + "name": "StartCoopPointReq" + }, + { + "name": "TakeAchievementGoalRewardReq" + }, + { + "name": "TakeAchievementRewardReq" + }, { "name": "TakeBattlePassMissionPointReq" }, @@ -500,12 +719,21 @@ { "name": "TakeFurnitureMakeReq" }, + { + "name": "TakeInvestigationRewardReq" + }, + { + "name": "TakeInvestigationTargetRewardReq" + }, { "name": "TakeoffEquipReq" }, { "name": "TakePlayerLevelRewardReq" }, + { + "name": "ToTheMoonEnterSceneReq" + }, { "name": "TowerAllDataReq" }, @@ -566,12 +794,24 @@ { "name": "TakeCompoundOutputRsp" }, + { + "name": "NONE" + }, { "name": "AbilityChangeNotify" }, { "name": "AbilityInvocationsNotify" }, + { + "name": "AbilityInvocationsNotify" + }, + { + "name": "AchievementAllDataNotify" + }, + { + "name": "AchievementUpdateNotify" + }, { "name": "ActivityInfoNotify" }, @@ -587,12 +827,24 @@ { "name": "AddBackupAvatarTeamRsp" }, + { + "name": "AddCustomTeamRsp" + }, + { + "name": "AddNoGachaAvatarCardNotify" + }, + { + "name": "AddNoGachaAvatarCardNotify" + }, { "name": "AddQuestContentProgressRsp" }, { "name": "AllWidgetDataNotify" }, + { + "name": "AntiAddictNotify" + }, { "name": "AskAddFriendNotify" }, @@ -608,18 +860,30 @@ { "name": "AvatarChangeCostumeRsp" }, + { + "name": "AvatarChangeCostumeRsp" + }, + { + "name": "AvatarChangeElementTypeRsp" + }, { "name": "AvatarChangeElementTypeRsp" }, { "name": "AvatarDataNotify" }, + { + "name": "AvatarDelNotify" + }, { "name": "AvatarDieAnimationEndRsp" }, { "name": "AvatarEquipChangeNotify" }, + { + "name": "AvatarEquipChangeNotify" + }, { "name": "AvatarExpeditionAllDataRsp" }, @@ -641,12 +905,18 @@ { "name": "AvatarFetterLevelRewardRsp" }, + { + "name": "AvatarFetterLevelRewardRsp" + }, { "name": "AvatarFightPropNotify" }, { "name": "AvatarFightPropUpdateNotify" }, + { + "name": "AvatarFightPropUpdateNotify" + }, { "name": "AvatarFlycloakChangeNotify" }, @@ -659,12 +929,30 @@ { "name": "AvatarLifeStateChangeNotify" }, + { + "name": "AvatarLifeStateChangeNotify" + }, + { + "name": "AvatarLifeStateChangeNotify" + }, { "name": "AvatarPromoteRsp" }, { "name": "AvatarPropNotify" }, + { + "name": "AvatarPropNotify" + }, + { + "name": "AvatarPropNotify" + }, + { + "name": "AvatarSatiationDataNotify" + }, + { + "name": "AvatarSatiationDataNotify" + }, { "name": "AvatarSkillChangeNotify" }, @@ -680,6 +968,12 @@ { "name": "AvatarSkillUpgradeRsp" }, + { + "name": "AvatarTeamAllDataNotify" + }, + { + "name": "AvatarTeamUpdateNotify" + }, { "name": "AvatarTeamUpdateNotify" }, @@ -692,6 +986,21 @@ { "name": "AvatarWearFlycloakRsp" }, + { + "name": "AvatarWearFlycloakRsp" + }, + { + "name": "BackMyWorldRsp" + }, + { + "name": "BargainOfferPriceRsp" + }, + { + "name": "BargainStartNotify" + }, + { + "name": "BargainTerminateNotify" + }, { "name": "BattlePassAllDataNotify" }, @@ -701,6 +1010,12 @@ { "name": "BattlePassMissionUpdateNotify" }, + { + "name": "BattlePassMissionUpdateNotify" + }, + { + "name": "BeginCameraSceneLookNotify" + }, { "name": "BlossomBriefInfoNotify" }, @@ -710,9 +1025,18 @@ { "name": "BuyGoodsRsp" }, + { + "name": "BuyResinRsp" + }, { "name": "CalcWeaponUpgradeReturnItemsRsp" }, + { + "name": "CalcWeaponUpgradeReturnItemsRsp" + }, + { + "name": "SetCoopChapterViewedRsp" + }, { "name": "CanUseSkillNotify" }, @@ -729,10 +1053,10 @@ "name": "ChangeGameTimeRsp" }, { - "name": "HomeChangeBgmNotify" + "name": "Unk2700_FJEHHCPCBLG_ServerNotify" }, { - "name": "HomeChangeBgmRsp" + "name": "Unk2700_OGHMHELMBNN_ServerRsp" }, { "name": "ChangeMpTeamAvatarRsp" @@ -743,18 +1067,36 @@ { "name": "ChapterStateNotify" }, + { + "name": "CheckUgcStateRsp" + }, + { + "name": "CheckUgcUpdateRsp" + }, { "name": "ChooseCurAvatarTeamRsp" }, + { + "name": "ClientAbilitiesInitFinishCombineNotify" + }, { "name": "ClientAbilityInitFinishNotify" }, + { + "name": "CloseCommonTipsNotify" + }, { "name": "CodexDataFullNotify" }, { "name": "CodexDataUpdateNotify" }, + { + "name": "CodexDataUpdateNotify" + }, + { + "name": "CombatInvocationsNotify" + }, { "name": "CombatInvocationsNotify" }, @@ -767,6 +1109,12 @@ { "name": "CombineRsp" }, + { + "name": "CombineRsp" + }, + { + "name": "CombineRsp" + }, { "name": "CompoundDataNotify" }, @@ -776,11 +1124,20 @@ { "name": "CookRecipeDataNotify" }, + { + "name": "CookRecipeDataNotify" + }, + { + "name": "CoopDataNotify" + }, { "name": "CreateVehicleRsp" }, { - "name": "AvatarTeamAllDataNotify" + "name": "CustomTeamListNotify" + }, + { + "name": "CutSceneBeginNotify" }, { "name": "DailyTaskDataNotify" @@ -797,6 +1154,9 @@ { "name": "DealAddFriendRsp" }, + { + "name": "DelBackupAvatarTeamRsp" + }, { "name": "DeleteFriendNotify" }, @@ -812,12 +1172,27 @@ { "name": "DelTeamEntityNotify" }, + { + "name": "DelTeamEntityNotify" + }, { "name": "DestroyMaterialRsp" }, { "name": "DoGachaRsp" }, + { + "name": "DoGachaRsp" + }, + { + "name": "DoGachaRsp" + }, + { + "name": "DropHintNotify" + }, + { + "name": "DropHintNotify" + }, { "name": "DungeonChallengeBeginNotify" }, @@ -827,6 +1202,21 @@ { "name": "DungeonEntryInfoRsp" }, + { + "name": "DungeonEntryInfoRsp" + }, + { + "name": "DungeonEntryInfoRsp" + }, + { + "name": "DungeonEntryToBeExploreNotify" + }, + { + "name": "DungeonPlayerDieNotify" + }, + { + "name": "DungeonPlayerDieRsp" + }, { "name": "DungeonSettleNotify" }, @@ -839,6 +1229,12 @@ { "name": "DungeonWayPointActivateRsp" }, + { + "name": "DungeonWayPointNotify" + }, + { + "name": "EndCameraSceneLookNotify" + }, { "name": "EnterSceneDoneRsp" }, @@ -848,6 +1244,9 @@ { "name": "EnterSceneReadyRsp" }, + { + "name": "EnterTrialAvatarActivityDungeonRsp" + }, { "name": "EnterWorldAreaRsp" }, @@ -857,9 +1256,30 @@ { "name": "EntityFightPropChangeReasonNotify" }, + { + "name": "EntityFightPropChangeReasonNotify" + }, + { + "name": "EntityFightPropChangeReasonNotify" + }, + { + "name": "EntityFightPropChangeReasonNotify" + }, + { + "name": "EntityFightPropChangeReasonNotify" + }, { "name": "EntityFightPropUpdateNotify" }, + { + "name": "EntityFightPropUpdateNotify" + }, + { + "name": "EvtAvatarEnterFocusNotify" + }, + { + "name": "EvtAvatarExitFocusNotify" + }, { "name": "EvtAvatarLockChairRsp" }, @@ -869,9 +1289,24 @@ { "name": "EvtAvatarStandUpNotify" }, + { + "name": "EvtAvatarUpdateFocusNotify" + }, + { + "name": "EvtBulletDeactiveNotify" + }, + { + "name": "EvtBulletHitNotify" + }, + { + "name": "EvtBulletMoveNotify" + }, { "name": "EvtEntityRenderersChangedNotify" }, + { + "name": "ExecuteGadgetLuaRsp" + }, { "name": "FinishedParentQuestNotify" }, @@ -879,16 +1314,16 @@ "name": "FinishedParentQuestUpdateNotify" }, { - "name": "FireworkNotify" + "name": "FinishedParentQuestUpdateNotify" }, { - "name": "FireworkRsp" + "name": "ReformFireworksRsp" }, { - "name": "FireworkSetNotify" + "name": "FireworksLaunchDataNotify" }, { - "name": "FireworkSetRsp" + "name": "FireworksReformDataNotify" }, { "name": "ForgeDataNotify" @@ -926,6 +1361,9 @@ { "name": "GadgetInteractRsp" }, + { + "name": "GadgetInteractRsp" + }, { "name": "GadgetStateNotify" }, @@ -936,7 +1374,10 @@ "name": "GetActivityShopSheetInfoRsp" }, { - "name": "GetAllMailRsp" + "name": "GetAllActivatedBargainDataRsp" + }, + { + "name": "GetAllMailResultNotify" }, { "name": "GetAllUnlockNameCardRsp" @@ -944,6 +1385,12 @@ { "name": "GetAuthkeyRsp" }, + { + "name": "GetBargainDataRsp" + }, + { + "name": "GetBargainDataRsp" + }, { "name": "GetChatEmojiCollectionRsp" }, @@ -953,6 +1400,12 @@ { "name": "GetDailyDungeonEntryInfoRsp" }, + { + "name": "GetDungeonEntryExploreConditionRsp" + }, + { + "name": "GetFriendShowAvatarInfoRsp" + }, { "name": "GetFriendShowAvatarInfoRsp" }, @@ -962,12 +1415,18 @@ { "name": "GetGachaInfoRsp" }, + { + "name": "GetHomeLevelUpRewardRsp" + }, { "name": "GetInvestigationMonsterRsp" }, { "name": "GetMailItemRsp" }, + { + "name": "GetMapAreaRsp" + }, { "name": "GetOnlinePlayerListRsp" }, @@ -983,6 +1442,12 @@ { "name": "GetPlayerTokenRsp" }, + { + "name": "GetPlayerTokenRsp" + }, + { + "name": "GetProfilePictureDataRsp" + }, { "name": "GetSceneAreaRsp" }, @@ -995,12 +1460,33 @@ { "name": "GetShopRsp" }, + { + "name": "GetUgcBriefInfoRsp" + }, + { + "name": "GetUgcBriefInfoRsp" + }, + { + "name": "GetUgcRsp" + }, + { + "name": "GetUgcRsp" + }, { "name": "GetWidgetSlotRsp" }, { "name": "GetWorldMpInfoRsp" }, + { + "name": "GivingRecordNotify" + }, + { + "name": "GroupSuiteNotify" + }, + { + "name": "GroupSuiteNotify" + }, { "name": "GroupSuiteNotify" }, @@ -1010,24 +1496,108 @@ { "name": "H5ActivityIdsNotify" }, + { + "name": "HomeAllUnlockedBgmIdListNotify" + }, + { + "name": "HomeAvatarAllFinishRewardNotify" + }, + { + "name": "HomeAvatarCostumeChangeNotify" + }, + { + "name": "HomeAvatarRewardEventGetRsp" + }, + { + "name": "HomeAvatarRewardEventGetRsp" + }, + { + "name": "HomeAvatarRewardEventNotify" + }, + { + "name": "HomeAvatarSummonAllEventNotify" + }, + { + "name": "HomeAvatarSummonEventRsp" + }, + { + "name": "HomeAvatarSummonEventRsp" + }, + { + "name": "HomeAvatarSummonFinishRsp" + }, + { + "name": "HomeAvatarTalkFinishInfoNotify" + }, + { + "name": "HomeAvatarTalkRsp" + }, { "name": "HomeBasicInfoNotify" }, + { + "name": "HomeChangeBgmNotify" + }, + { + "name": "HomeChangeBgmRsp" + }, { "name": "HomeChangeEditModeRsp" }, + { + "name": "HomeChangeEditModeRsp" + }, + { + "name": "HomeChangeModuleRsp" + }, + { + "name": "HomeChangeModuleRsp" + }, { "name": "HomeChooseModuleRsp" }, { "name": "HomeComfortInfoNotify" }, + { + "name": "HomeEnterEditModeFinishRsp" + }, { "name": "HomeGetArrangementInfoRsp" }, + { + "name": "HomeGetOnlineStatusRsp" + }, + { + "name": "HomeKickPlayerRsp" + }, { "name": "HomeMarkPointNotify" }, + { + "name": "HomeModuleSeenRsp" + }, + { + "name": "HomeModuleUnlockNotify" + }, + { + "name": "HomeNewUnlockedBgmIdListNotify" + }, + { + "name": "HomePreChangeEditModeNotify" + }, + { + "name": "HomeResourceNotify" + }, + { + "name": "HomeResourceTakeFetterExpRsp" + }, + { + "name": "HomeResourceTakeHomeCoinRsp" + }, + { + "name": "HomeSaveArrangementNoChangeRsp" + }, { "name": "HomeSceneInitFinishRsp" }, @@ -1035,10 +1605,10 @@ "name": "HomeSceneJumpRsp" }, { - "name": "HomePreChangeEditModeNotify" + "name": "Unk2700_JDMPECKFGIG_ServerNotify" }, { - "name": "HomeEnterEditModeFinishRsp" + "name": "Unk2700_KIIOGMKFNNP_ServerRsp" }, { "name": "HomeUpdateArrangementInfoRsp" @@ -1049,6 +1619,27 @@ { "name": "ItemAddHintNotify" }, + { + "name": "ItemAddHintNotify" + }, + { + "name": "ItemGivingRsp" + }, + { + "name": "LaunchFireworksRsp" + }, + { + "name": "LevelupCityRsp" + }, + { + "name": "LifeStateChangeNotify" + }, + { + "name": "LifeStateChangeNotify" + }, + { + "name": "LifeStateChangeNotify" + }, { "name": "LifeStateChangeNotify" }, @@ -1061,9 +1652,18 @@ { "name": "MarkNewNotify" }, + { + "name": "MassiveEntityElementOpBatchNotify" + }, { "name": "McoinExchangeHcoinRsp" }, + { + "name": "MonsterForceAlertNotify" + }, + { + "name": "MonsterSummonTagNotify" + }, { "name": "MusicGameCreateBeatmapRsp" }, @@ -1073,6 +1673,12 @@ { "name": "MusicGameSearchBeatmapRsp" }, + { + "name": "MusicGameSearchBeatmapRsp" + }, + { + "name": "MusicGameSettleRsp" + }, { "name": "MusicGameSettleRsp" }, @@ -1088,9 +1694,15 @@ { "name": "OpenStateChangeNotify" }, + { + "name": "OpenStateChangeNotify" + }, { "name": "OpenStateUpdateNotify" }, + { + "name": "OtherPlayerEnterHomeNotify" + }, { "name": "PathfindingEnterSceneRsp" }, @@ -1103,18 +1715,33 @@ { "name": "PingRsp" }, + { + "name": "PlatformChangeRouteNotify" + }, { "name": "PlatformStartRouteNotify" }, { "name": "PlatformStopRouteNotify" }, + { + "name": "PlayerApplyEnterHomeNotify" + }, + { + "name": "PlayerApplyEnterHomeResultNotify" + }, + { + "name": "PlayerApplyEnterHomeResultRsp" + }, { "name": "PlayerApplyEnterMpNotify" }, { "name": "PlayerApplyEnterMpResultNotify" }, + { + "name": "PlayerApplyEnterMpResultNotify" + }, { "name": "PlayerApplyEnterMpResultRsp" }, @@ -1124,18 +1751,30 @@ { "name": "PlayerChatNotify" }, + { + "name": "PlayerChatNotify" + }, + { + "name": "PlayerChatNotify" + }, { "name": "PlayerChatRsp" }, { "name": "PlayerCompoundMaterialRsp" }, + { + "name": "PlayerCompoundMaterialRsp" + }, { "name": "PlayerCookArgsRsp" }, { "name": "PlayerCookRsp" }, + { + "name": "PlayerCookRsp" + }, { "name": "PlayerDataNotify" }, @@ -1148,6 +1787,12 @@ { "name": "PlayerEnterSceneNotify" }, + { + "name": "PlayerEnterSceneNotify" + }, + { + "name": "PlayerEnterSceneNotify" + }, { "name": "PlayerGameTimeNotify" }, @@ -1157,12 +1802,24 @@ { "name": "PlayerHomeCompInfoNotify" }, + { + "name": "PlayerInvestigationAllInfoNotify" + }, + { + "name": "PlayerInvestigationNotify" + }, + { + "name": "PlayerInvestigationTargetNotify" + }, { "name": "PlayerLevelRewardUpdateNotify" }, { "name": "PlayerLoginRsp" }, + { + "name": "PlayerPreEnterMpNotify" + }, { "name": "PlayerPropChangeNotify" }, @@ -1172,6 +1829,9 @@ { "name": "PlayerPropNotify" }, + { + "name": "PlayerQuitFromHomeNotify" + }, { "name": "PlayerSetPauseRsp" }, @@ -1190,6 +1850,9 @@ { "name": "PrivateChatNotify" }, + { + "name": "PrivateChatNotify" + }, { "name": "ProudSkillChangeNotify" }, @@ -1211,18 +1874,48 @@ { "name": "QuestCreateEntityRsp" }, + { + "name": "QuestDestroyEntityRsp" + }, + { + "name": "QuestDestroyNpcRsp" + }, + { + "name": "QuestGlobalVarNotify" + }, { "name": "QuestListNotify" }, { "name": "QuestListUpdateNotify" }, + { + "name": "QuestListUpdateNotify" + }, { "name": "QuestProgressUpdateNotify" }, + { + "name": "QuestTransmitRsp" + }, + { + "name": "QuestUpdateQuestVarNotify" + }, { "name": "QuestUpdateQuestVarRsp" }, + { + "name": "QuestUpdateQuestVarRsp" + }, + { + "name": "ReceivedTrialAvatarActivityRewardRsp" + }, + { + "name": "ReformFireworksRsp" + }, + { + "name": "ReliquaryDecomposeRsp" + }, { "name": "ReliquaryDecomposeRsp" }, @@ -1230,7 +1923,7 @@ "name": "ReliquaryUpgradeRsp" }, { - "name": "DelBackupAvatarTeamRsp" + "name": "RemoveCustomTeamRsp" }, { "name": "ResinChangeNotify" @@ -1238,12 +1931,33 @@ { "name": "SceneAreaUnlockNotify" }, + { + "name": "SceneAreaUnlockNotify" + }, { "name": "SceneAreaWeatherNotify" }, + { + "name": "SceneAreaWeatherNotify" + }, + { + "name": "SceneAudioNotify" + }, + { + "name": "SceneDataNotify" + }, { "name": "SceneEntityAppearNotify" }, + { + "name": "SceneEntityAppearNotify" + }, + { + "name": "SceneEntityAppearNotify" + }, + { + "name": "SceneEntityDisappearNotify" + }, { "name": "SceneEntityDisappearNotify" }, @@ -1253,18 +1967,48 @@ { "name": "SceneEntityMoveNotify" }, + { + "name": "SceneEntityUpdateNotify" + }, + { + "name": "SceneEntityUpdateNotify" + }, + { + "name": "SceneEntityUpdateNotify" + }, + { + "name": "SceneForceLockNotify" + }, + { + "name": "SceneForceLockNotify" + }, + { + "name": "SceneForceUnlockNotify" + }, + { + "name": "SceneForceUnlockNotify" + }, { "name": "SceneInitFinishRsp" }, { "name": "SceneKickPlayerRsp" }, + { + "name": "SceneKickPlayerRsp" + }, { "name": "ScenePlayerInfoNotify" }, { "name": "ScenePlayerLocationNotify" }, + { + "name": "ScenePlayerSoundNotify" + }, + { + "name": "ScenePointUnlockNotify" + }, { "name": "ScenePointUnlockNotify" }, @@ -1277,12 +2021,18 @@ { "name": "SceneTransToPointRsp" }, + { + "name": "SceneTransToPointRsp" + }, { "name": "SelectWorktopOptionRsp" }, { "name": "ServerAnnounceNotify" }, + { + "name": "ServerAnnounceNotify" + }, { "name": "ServerAnnounceRevokeNotify" }, @@ -1292,6 +2042,18 @@ { "name": "ServerCondMeetQuestListUpdateNotify" }, + { + "name": "ServerCondMeetQuestListUpdateNotify" + }, + { + "name": "ServerGlobalValueChangeNotify" + }, + { + "name": "ServerGlobalValueChangeNotify" + }, + { + "name": "ServerGlobalValueChangeNotify" + }, { "name": "ServerTimeNotify" }, @@ -1313,6 +2075,12 @@ { "name": "SetOpenStateRsp" }, + { + "name": "SetOpenStateRsp" + }, + { + "name": "SetPlayerBirthdayRsp" + }, { "name": "SetPlayerBirthdayRsp" }, @@ -1337,6 +2105,18 @@ { "name": "SetWidgetSlotRsp" }, + { + "name": "ShowClientGuideNotify" + }, + { + "name": "ShowCommonTipsNotify" + }, + { + "name": "SkipPlayerGameTimeRsp" + }, + { + "name": "StartCoopPointRsp" + }, { "name": "StoreItemChangeNotify" }, @@ -1352,9 +2132,21 @@ { "name": "SyncTeamEntityNotify" }, + { + "name": "TakeAchievementGoalRewardRsp" + }, + { + "name": "TakeAchievementGoalRewardRsp" + }, { "name": "TakeAchievementRewardReq" }, + { + "name": "TakeAchievementRewardRsp" + }, + { + "name": "TakeAchievementRewardRsp" + }, { "name": "TakeBattlePassMissionPointRsp" }, @@ -1364,6 +2156,12 @@ { "name": "TakeFurnitureMakeRsp" }, + { + "name": "TakeInvestigationRewardRsp" + }, + { + "name": "TakeInvestigationTargetRewardRsp" + }, { "name": "TakeoffEquipRsp" }, @@ -1394,6 +2192,15 @@ { "name": "TryEnterHomeRsp" }, + { + "name": "TryEnterHomeRsp" + }, + { + "name": "TryEnterHomeRsp" + }, + { + "name": "UnfreezeGroupLimitNotify" + }, { "name": "UnlockAvatarTalentRsp" }, @@ -1404,10 +2211,7 @@ "name": "UnlockedFurnitureSuiteDataNotify" }, { - "name": "HomeAllUnlockedBgmIdListNotify" - }, - { - "name": "HomeNewUnlockedBgmIdListNotify" + "name": "Unk2700_MEBFPBDNPGO_ServerNotify" }, { "name": "UnlockNameCardNotify" @@ -1415,6 +2219,9 @@ { "name": "UnlockPersonalLineRsp" }, + { + "name": "UnlockPersonalLineRsp" + }, { "name": "UnlockTransPointRsp" }, @@ -1427,6 +2234,12 @@ { "name": "UseItemRsp" }, + { + "name": "UseItemRsp" + }, + { + "name": "VehicleInteractRsp" + }, { "name": "VehicleInteractRsp" }, @@ -1451,18 +2264,36 @@ { "name": "WidgetDoBagRsp" }, + { + "name": "WidgetDoBagRsp" + }, { "name": "AllWidgetDataNotify" }, { "name": "WidgetGadgetDataNotify" }, + { + "name": "WidgetGadgetDataNotify" + }, { "name": "WidgetSlotChangeNotify" }, + { + "name": "WidgetSlotChangeNotify" + }, + { + "name": "WidgetSlotChangeNotify" + }, + { + "name": "WindSeedType1Notify" + }, { "name": "WorktopOptionNotify" }, + { + "name": "WorldChestOpenNotify" + }, { "name": "WorldDataNotify" }, diff --git a/op.js b/op.js index 468e9af7..928da5c2 100644 --- a/op.js +++ b/op.js @@ -9,16 +9,18 @@ const read_cmdid = "cmdid.csv"; const read_cmdid_output = "cmdid.json"; const read_cmdid_ht_output = "cmdid_ht_40.json"; const read_cmdid_output_gc = "cmdid_gc.json"; +const read_cmdid_output_gc_full = "cmdid_gc_full.json"; const read_cmdid_output_gc_update = "cmdid_gc_update.json"; const read_cmdid_output_gc_nofound = "cmdid_gc_nofound.json"; const file_gc_needed = "gc_needed.json"; -const file_gc_needed2 = "gc_needed2.json"; const write_op = "PacketOpcodes.java"; console.log(process.cwd()); +const json_gc_needed = read_json(file_gc_needed); + //(TODO: add input file) // folder gc auto-generated proto const folder_proto_gc_gen = @@ -38,6 +40,7 @@ const folder_gc_scan = "../GSServer-GCOriginal/src/main/java/emu/grasscutter/"; var data = []; var data_gc = []; +var data_gc2 = []; var index_file_gen = 0; var index_file_cmdid = 0; @@ -120,10 +123,20 @@ function get_cmdid_gc() { if (id == 8888888) { id = tes++; } + var subdata = new Object(); subdata["name"] = name; subdata["id"] = id; data_gc.push(subdata); + + var found = json_gc_needed.find((j) => name.match(j.name)); + if (!found) { + // skip bad + return; + } + + data_gc2.push(subdata); + //console.log(name); index_cmdid_gc++; } else { @@ -134,7 +147,8 @@ function get_cmdid_gc() { console.log( "found cmd id " + index_cmdid_gc + " | no need " + index_cmdid_gc_out ); - save_json(data_gc, read_cmdid_output_gc); + save_json(data_gc2, read_cmdid_output_gc); + save_json(data_gc, read_cmdid_output_gc_full); }); } @@ -240,20 +254,20 @@ function update_cmdid_gc() { console.log( "found " + - found_cmdid_new + - " | no found " + - nofound_cmdid_new + - " | rename " + - rename_name_cmdid + - " | noneed rename " + - noneed_rename_name_cmdid + found_cmdid_new + + " | no found " + + nofound_cmdid_new + + " | rename " + + rename_name_cmdid + + " | noneed rename " + + noneed_rename_name_cmdid ); - // const csvRows = Object.entries(read_cmdid_output_gc_update).map(([name, id]) => `${name},${id}`); + // const csvRows = Object.entries(read_cmdid_output_gc_update).map(([name, id]) => `${name},${id}`); -// const csvData = csvRows.join("\n"); + // const csvData = csvRows.join("\n"); fs.writeFileSync(read_cmdid_last, melon); @@ -296,14 +310,13 @@ function cmdid_to_op() { \n// Opcodes\ "; - //const read_file_gcneed = fs.readFileSync(file_gc_needed2); - //const json_gcneed_raw = JSON.parse(read_file_gcneed); - const cmdidfix_raw = fs.readFileSync(read_cmdid_output_gc); const json_cmdidfix_raw = JSON.parse(cmdidfix_raw); //const json_cmdidfix_raw = read_json(read_cmdid_output_gc_update); + json_cmdidfix_raw.sort((a, b) => a.id - b.id); + json_cmdidfix_raw.forEach(function (s) { var found_id = dup_name.find((j) => j.name == s.name); if (!found_id) { @@ -331,127 +344,33 @@ function cmdid_to_op() { } var index_file_packet = 0; -var index_file_packet_found = 0; -var index_file_packet_nofound = 0; -var index_file_packet_rename = 0; -var index_file_packet_norename = 0; -var index_file_packet_renamemulti = 0; var file_gc_need = []; -function fix_packet(saveit = false) { + +function fix_packet() { + const files = getAllFiles(folder_packet_gc); - - const json_cmdid_last = read_json(read_cmdid_output); - const json_cmdid_old = read_json(read_cmdid_output_gc); - const json_cmdidfix_raw = read_json(read_cmdid_output_gc_update); - files.forEach(function (file) { - //var f = path + "/" + file; + const read = fs.readFileSync(file); var real = read.toString(); - - var name = getPacketOpcodes(real); - if (!name) { - console.log("no found"); - return; + const names = getPacketOpcodes(real); // Adjusted to get an array of names + if (names.length === 0) { + return; // Skip if no PacketOpcodes.* found } - if (name === "NONE") { - return; - } + // Iterate through the names and add them to the array + names.forEach(name => { + const subdata = { name }; + file_gc_need.push(subdata); + }); - var subdata = new Object(); - subdata["name"] = name; - file_gc_need.push(subdata); - - //var name = c[1]; - - //console.log(r); - - var found_old = json_cmdid_old.find((j) => j.name === name); - if (found_old) { - //console.log(found_old); - index_file_packet_found++; - var found_new = json_cmdid_last.find((j) => j.id == found_old.id); - if (found_new) { - if (found_new.name != found_old.name) { - index_file_packet_rename++; - console.log( - "Found need rename: " + found_old.name + " > " + found_new.name - ); - - // rename all - json_cmdidfix_raw.forEach(function (s) { - var r = s.replace; - if (r) { - // var notify = HomeNewUnlockedBgmIdListNotify.Unk2700_MEBFPBDNPGO_ServerNotify - // var notify = Unk2700MEBFPBDNPGOServerNotify.HomeNewUnlockedBgmIdListNotify - - // Unk2700MEBFPBDNPGOServerNotify to HomeNewUnlockedBgmIdListNotifyOuterClass - // Unk2700OGHMHELMBNNServerRsp to HomeChangeBgmRspOuterClass - - // - Need More Auto like - - // addUnk2700ELJPLMIHNIP to addNewUnlockedBgmIdList (this should be found inside gen proto) - // setUnk2700BJHAMKKECEI to setBgmId - if (r.match("Unk")) { - //console.log(r); - var x = r.split("_"); - var tr = x.join(""); - var realneed = tr; - - if (tr.match("ServerNotify")) { - //console.log("found: "+tr); - let re = new RegExp(`${tr}`, "g"); - tr = tr.replace(re, `${s.name}OuterClass`); - //console.log("found: " + tr); - } else if (tr.match("ServerRsp")) { - let re = new RegExp(`${tr}`, "g"); - tr = tr.replace(re, `${s.name}OuterClass`); - } else { - let re = new RegExp(`${tr}`, "g"); - tr = tr.replace(re, s.name); - //console.log("found: " + tr); - } - let re = new RegExp(`${realneed}`, "g"); - real = real.replace(re, tr); - } - let re = new RegExp(`${r}`, "g"); - real = real.replace(re, s.name); - } - }); - - // simpel rename - //let re = new RegExp(`${found_old.name}`, "g"); - //real = real.replace(re, found_new.name); - - //console.log(real); - if (saveit) { - save(real, f); - } - } - } else { - index_file_packet_norename++; - //console.log("Same name "+name); - } - } else { - index_file_packet_nofound++; - console.log("No found " + name); - } - - //return; index_file_packet++; }); - save_json(file_gc_need, file_gc_needed); // This only applies to PacketOpcodes + + save_json(file_gc_need, file_gc_needed); console.log( "Index file: " + - index_file_packet + - " | found " + - index_file_packet_found + - " | No found " + - index_file_packet_nofound + - " | Rename " + - index_file_packet_rename + - " | NoRename " + - index_file_packet_norename + index_file_packet ); } @@ -476,18 +395,15 @@ function getAllFiles(dirPath, arrayOfFiles) { } function getPacketOpcodes(raw) { - var r = raw.match(/\(.*?\)/g).map((x) => x.replace(/[()]/g, "")); - var name; - r.forEach(function (s, index) { - if (s.match("PacketOpcodes.")) { - name = s.split("PacketOpcodes.")[1]; - if (name.match(",")) { - name = name.split(",")[0]; - } - return; - } - }); - return name; + const packetOpcodesRegex = /PacketOpcodes\.\w+/g; + const packetOpcodesMatches = raw.match(packetOpcodesRegex); + + if (packetOpcodesMatches) { + return packetOpcodesMatches.map(match => match.replace('PacketOpcodes.', '')); + } else { + console.log('No PacketOpcodes.* found in the file.', raw); + return []; + } } // C:\Users\Administrator\Desktop\Projek\Docker\GS\gs\GSServer-GC\src\main\java\emu\grasscutter @@ -556,17 +472,22 @@ function find_import(file) { return torequire; } +// Read the skip list +const skipFilePath = './skip.txt'; +let skipList; +try { + const skipFileContent = fs.readFileSync(skipFilePath, 'utf-8'); + skipList = skipFileContent.split('\n').map(line => line.trim()).filter(line => line.length > 0); +} catch (err) { + console.error('Error reading skip file:', err); + skipList = []; +} + function clean_proto_gen() { - //const files = getAllFiles(folder_proto_gc_gen); + const files = getAllFiles("./proto"); + const unimplemented = "./unimplemented/"; - const json_gc_needed = read_json(file_gc_needed); - const json_gc_needed2 = read_json(file_gc_needed2); - - const json_gc_now = read_json(read_cmdid_output_gc); - const json_gc_update = read_json(read_cmdid_output_gc_update); - - //AbilityInvokeArgument console.log( "File proto: " + files.length + " | Need " + json_gc_needed.length ); @@ -574,11 +495,9 @@ function clean_proto_gen() { // find all file import files.forEach(function (file) { var name_file = path.parse(file).name; - var toaddfile = new Object(); toaddfile["file"] = name_file; toaddfile["import"] = find_import(file); - file_proto.push(toaddfile); }); @@ -592,6 +511,7 @@ function clean_proto_gen() { var found_proto = file_proto.find((j) => name_file === j.file); // must same file if (found_proto) { + // if found import if (found_proto.import) { found_proto.import.forEach(function (s) { @@ -619,8 +539,6 @@ function clean_proto_gen() { return noe; } - //console.log(find_json_proto("ActivityInfo")); - // try with proto json var filedonotdelete = []; files.forEach(function (file) { @@ -636,16 +554,6 @@ function clean_proto_gen() { // skip } - // find miss scan - var found2 = json_gc_needed2.find((j) => name_file.match(j.name)); - if (found2) { - findme = true; - } else { - // skip - } - - // ModifierDurability >AbilityAppliedModifier -> AbilitySyncStateInfo -> AvatarEnterSceneInfo and multi file - // main file if (findme) { var tosub = find_json_proto(name_file); @@ -665,6 +573,7 @@ function clean_proto_gen() { if (file.match("ChannelerSlabChallenge")) { console.log(file); } + } }); @@ -678,16 +587,19 @@ function clean_proto_gen() { if (toskip) { found_noclean++; } else { - found_needclean++; - // ActivityInfo - if (file.match("ChannelerSlabChallenge")) { - console.log("ChannelerSlabChallenge"); + + if (skipList.includes(name_file)) { + console.log('Skipping file:', file); + found_noclean++; + return; } - //console.log(name_file); - //console.log("Remove file: " + file); + + found_needclean++; + console.log("Move file: " + file); + const destinationFile = path.join(unimplemented, path.basename(file)); + try { - fs.unlinkSync(file); - //file removed + fs.renameSync(file, destinationFile); } catch (err) { console.error(err); } @@ -698,11 +610,11 @@ function clean_proto_gen() { console.log( "No clean: " + - found_noclean + - " | Need to clean: " + - found_needclean + - " | Related " + - found_maybe_related + found_noclean + + " | Need to clean: " + + found_needclean + + " | Related " + + found_maybe_related ); } @@ -727,7 +639,7 @@ function clean_proto_gen_v2() { if (messageName === messageName.toUpperCase()) { console.log("Remove: " + file); try { - fs.unlinkSync(file); + //fs.unlinkSync(file); //file removed } catch (err) { console.error(err); @@ -781,7 +693,7 @@ function scan_gc() { } }); - save_json(g_todump, file_gc_needed2); // This only applies to PacketOpcodes + //save_json(g_todump, file_gc_needed); // This only applies to PacketOpcodes //console.log(g_todump); } @@ -855,7 +767,7 @@ function clean_proto_event() { found_needclean++; //console.log(name_file); try { - fs.unlinkSync(file); + //fs.unlinkSync(file); console.log("Remove file: " + file); //file removed } catch (err) { @@ -868,11 +780,11 @@ function clean_proto_event() { console.log( "No clean: " + - found_noclean + - " | Need to clean: " + - found_needclean + - " | Related " + - found_maybe_related + found_noclean + + " | Need to clean: " + + found_needclean + + " | Related " + + found_maybe_related ); } @@ -948,7 +860,7 @@ function clean_proto_event_v2() { found_needclean++; console.log(name_file); try { - fs.unlinkSync(file); + //fs.unlinkSync(file); console.log("Remove file: " + file); //file removed } catch (err) { @@ -962,11 +874,11 @@ function clean_proto_event_v2() { console.log( "No clean: " + - found_noclean + - " | Need to clean: " + - found_needclean + - " | Related " + - found_maybe_related + found_noclean + + " | Need to clean: " + + found_needclean + + " | Related " + + found_maybe_related ); } @@ -988,17 +900,23 @@ function cmdid_json_to_csv() { // cmdid_json_to_csv(); // Update GC Proto -// get_cmdid_gc(); // 1. get cmd old gc //read_cmdid_ht_json(); // 2 or // get_cmdid_json(); // 2. get last cmdid.csv to json // now we have cmdid_gc.json and cmdid.json // update_cmdid_gc(); // 3. update gc cmdid (mode by id) - cmdid_to_op(); // 4. update op // npx prettier --write PacketOpcodes.java // scan_gc(); // 5. scan gc // clean_proto_event(); // 6. clean event, need manual -// clean_proto_gen(); // 6. clean proto // clean_proto_gen_v2(); - +//console.log(skipList) // TODO: clean DungeonSettleNotify // clean_proto_event_v2(); + +// 1 +//fix_packet(); +// 2 +//get_cmdid_gc(); +// 3 +//cmdid_to_op(); +// 4 +//clean_proto_gen(); \ No newline at end of file diff --git a/skip.txt b/skip.txt new file mode 100644 index 00000000..4329d44d --- /dev/null +++ b/skip.txt @@ -0,0 +1,36 @@ +Retcode +PacketHead +AttackResult +HitCollision +AttackHitEffectResult +AbilityMetaAddAbility +AbilityMetaReInitOverrideMap +AbilityMetaSetKilledState +AbilityMetaModifierChange +ModifierAction +EntityMoveInfo +AbilityActionGenerateElemBall +AbilityActionCreateGadget +AbilityActionSetRandomOverrideMapValue +AbilityActionSummon +AbilityIdentifier +EvtBeingHitInfo +EvtAnimatorParameterInfo +TrialAvatarActivityDetailInfo +TrialAvatarActivityRewardDetailInfo +ForceUpdateInfo +QueryCurrRegionHttpRsp +QueryRegionListHttpRsp +RegionInfo +RegionSimpleInfo +StopServerInfo +QuickUseWidgetReq +QuickUseWidgetRsp +WidgetCameraInfo +WidgetThunderBirdFeatherInfo +WidgetSorushInfo +SkyCrystalDetectorQuickUseResult +SetPlayerBornDataReq +CancelCoopTaskRsp +WidgetGadgetAllDataNotify +ModifierProperty \ No newline at end of file