2022-11-10 17:07:19 +03:00
|
|
|
package emu.grasscutter.net.packet;
|
|
|
|
|
|
|
|
public class PacketOpcodes {
|
|
|
|
|
|
|
|
// Empty
|
|
|
|
public static final int NONE = 0;
|
|
|
|
|
|
|
|
// Opcodes
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int AbilityChangeNotify = 1184;
|
|
|
|
public static final int AbilityInvocationFailNotify = 1155;
|
|
|
|
public static final int AbilityInvocationFixedNotify = 1175;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int AbilityInvocationsNotify = 1196;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int AcceptCityReputationRequestReq = 2835;
|
|
|
|
public static final int AcceptCityReputationRequestRsp = 2887;
|
|
|
|
public static final int AchievementAllDataNotify = 2678;
|
|
|
|
public static final int AchievementUpdateNotify = 2658;
|
|
|
|
public static final int ActivityCoinInfoNotify = 2006;
|
|
|
|
public static final int ActivityCondStateChangeNotify = 2178;
|
|
|
|
public static final int ActivityDisableTransferPointInteractionNotify = 8212;
|
|
|
|
public static final int ActivityInfoNotify = 2086;
|
|
|
|
public static final int ActivityPlayOpenAnimNotify = 2131;
|
|
|
|
public static final int ActivitySaleChangeNotify = 2071;
|
|
|
|
public static final int ActivityScheduleInfoNotify = 2107;
|
|
|
|
public static final int ActivitySelectAvatarCardReq = 2053;
|
|
|
|
public static final int ActivitySelectAvatarCardRsp = 2098;
|
|
|
|
public static final int ActivityTakeAllScoreRewardReq = 8377;
|
|
|
|
public static final int ActivityTakeAllScoreRewardRsp = 8332;
|
|
|
|
public static final int ActivityTakeScoreRewardReq = 8041;
|
|
|
|
public static final int ActivityTakeScoreRewardRsp = 8120;
|
|
|
|
public static final int ActivityTakeWatcherRewardBatchReq = 2109;
|
|
|
|
public static final int ActivityTakeWatcherRewardBatchRsp = 2073;
|
|
|
|
public static final int ActivityTakeWatcherRewardReq = 2085;
|
|
|
|
public static final int ActivityTakeWatcherRewardRsp = 2111;
|
|
|
|
public static final int ActivityUpdateWatcherNotify = 2007;
|
|
|
|
public static final int AddBlacklistReq = 4020;
|
|
|
|
public static final int AddBlacklistRsp = 4005;
|
|
|
|
public static final int AddFriendNotify = 4006;
|
|
|
|
public static final int AddNoGachaAvatarCardNotify = 1794;
|
|
|
|
public static final int AddQuestContentProgressReq = 448;
|
|
|
|
public static final int AddQuestContentProgressRsp = 458;
|
|
|
|
public static final int AddRandTaskInfoNotify = 110;
|
|
|
|
public static final int AddSeenMonsterNotify = 250;
|
|
|
|
public static final int AdjustWorldLevelReq = 190;
|
|
|
|
public static final int AdjustWorldLevelRsp = 199;
|
|
|
|
public static final int AllCoopInfoNotify = 1978;
|
|
|
|
public static final int AllMarkPointNotify = 3044;
|
|
|
|
public static final int AllSeenMonsterNotify = 262;
|
|
|
|
public static final int AllWidgetDataNotify = 4274;
|
|
|
|
public static final int AnchorPointDataNotify = 4278;
|
|
|
|
public static final int AnchorPointOpReq = 4271;
|
|
|
|
public static final int AnchorPointOpRsp = 4276;
|
|
|
|
public static final int AnimatorForceSetAirMoveNotify = 398;
|
|
|
|
public static final int AntiAddictNotify = 189;
|
|
|
|
public static final int ArenaChallengeFinishNotify = 2044;
|
|
|
|
public static final int AskAddFriendNotify = 4033;
|
|
|
|
public static final int AskAddFriendReq = 4055;
|
|
|
|
public static final int AskAddFriendRsp = 4048;
|
|
|
|
public static final int AsterLargeInfoNotify = 2011;
|
|
|
|
public static final int AsterLittleInfoNotify = 2104;
|
|
|
|
public static final int AsterMidCampInfoNotify = 2145;
|
|
|
|
public static final int AsterMidInfoNotify = 2162;
|
|
|
|
public static final int AsterMiscInfoNotify = 2181;
|
|
|
|
public static final int AsterProgressInfoNotify = 2017;
|
|
|
|
public static final int AvatarAddNotify = 1758;
|
|
|
|
public static final int AvatarBuffAddNotify = 320;
|
|
|
|
public static final int AvatarBuffDelNotify = 305;
|
|
|
|
public static final int AvatarCardChangeReq = 620;
|
|
|
|
public static final int AvatarCardChangeRsp = 605;
|
|
|
|
public static final int AvatarChangeAnimHashReq = 1792;
|
|
|
|
public static final int AvatarChangeAnimHashRsp = 1790;
|
|
|
|
public static final int AvatarChangeCostumeNotify = 1743;
|
|
|
|
public static final int AvatarChangeCostumeReq = 1683;
|
|
|
|
public static final int AvatarChangeCostumeRsp = 1625;
|
|
|
|
public static final int AvatarChangeElementTypeReq = 1634;
|
|
|
|
public static final int AvatarChangeElementTypeRsp = 1757;
|
|
|
|
public static final int AvatarDataNotify = 1768;
|
|
|
|
public static final int AvatarDelNotify = 1701;
|
|
|
|
public static final int AvatarDieAnimationEndReq = 1619;
|
|
|
|
public static final int AvatarDieAnimationEndRsp = 1621;
|
|
|
|
public static final int AvatarEnterElementViewNotify = 303;
|
|
|
|
public static final int AvatarEquipAffixStartNotify = 1612;
|
|
|
|
public static final int AvatarEquipChangeNotify = 638;
|
|
|
|
public static final int AvatarExpeditionAllDataReq = 1665;
|
|
|
|
public static final int AvatarExpeditionAllDataRsp = 1722;
|
|
|
|
public static final int AvatarExpeditionCallBackReq = 1796;
|
|
|
|
public static final int AvatarExpeditionCallBackRsp = 1708;
|
|
|
|
public static final int AvatarExpeditionDataNotify = 1660;
|
|
|
|
public static final int AvatarExpeditionGetRewardReq = 1648;
|
|
|
|
public static final int AvatarExpeditionGetRewardRsp = 1763;
|
|
|
|
public static final int AvatarExpeditionStartReq = 1691;
|
|
|
|
public static final int AvatarExpeditionStartRsp = 1620;
|
|
|
|
public static final int AvatarFetterDataNotify = 1775;
|
|
|
|
public static final int AvatarFetterLevelRewardReq = 1656;
|
|
|
|
public static final int AvatarFetterLevelRewardRsp = 1732;
|
|
|
|
public static final int AvatarFightPropNotify = 1255;
|
|
|
|
public static final int AvatarFightPropUpdateNotify = 1248;
|
|
|
|
public static final int AvatarFlycloakChangeNotify = 1692;
|
|
|
|
public static final int AvatarFollowRouteNotify = 3166;
|
|
|
|
public static final int AvatarGainCostumeNotify = 1645;
|
|
|
|
public static final int AvatarGainFlycloakNotify = 1654;
|
|
|
|
public static final int AvatarLifeStateChangeNotify = 1235;
|
|
|
|
public static final int AvatarPromoteGetRewardReq = 1667;
|
|
|
|
public static final int AvatarPromoteGetRewardRsp = 1785;
|
|
|
|
public static final int AvatarPromoteReq = 1674;
|
|
|
|
public static final int AvatarPromoteRsp = 1726;
|
|
|
|
public static final int AvatarPropChangeReasonNotify = 1287;
|
|
|
|
public static final int AvatarPropNotify = 1284;
|
|
|
|
public static final int AvatarSatiationDataNotify = 1783;
|
|
|
|
public static final int AvatarSkillChangeNotify = 1034;
|
|
|
|
public static final int AvatarSkillDepotChangeNotify = 1072;
|
|
|
|
public static final int AvatarSkillInfoNotify = 1035;
|
|
|
|
public static final int AvatarSkillMaxChargeCountNotify = 1058;
|
|
|
|
public static final int AvatarSkillUpgradeReq = 1064;
|
|
|
|
public static final int AvatarSkillUpgradeRsp = 1021;
|
|
|
|
public static final int AvatarTeamUpdateNotify = 1633;
|
|
|
|
public static final int AvatarUnlockTalentNotify = 1002;
|
|
|
|
public static final int AvatarUpgradeReq = 1629;
|
|
|
|
public static final int AvatarUpgradeRsp = 1695;
|
|
|
|
public static final int AvatarWearFlycloakReq = 1759;
|
|
|
|
public static final int AvatarWearFlycloakRsp = 1733;
|
|
|
|
public static final int BackMyWorldReq = 227;
|
|
|
|
public static final int BackMyWorldRsp = 213;
|
|
|
|
public static final int BargainOfferPriceReq = 431;
|
|
|
|
public static final int BargainOfferPriceRsp = 476;
|
|
|
|
public static final int BargainStartNotify = 424;
|
|
|
|
public static final int BargainTerminateNotify = 426;
|
|
|
|
public static final int BattlePassAllDataNotify = 2628;
|
|
|
|
public static final int BattlePassBuySuccNotify = 2635;
|
|
|
|
public static final int BattlePassCurScheduleUpdateNotify = 2621;
|
|
|
|
public static final int BattlePassMissionDelNotify = 2637;
|
|
|
|
public static final int BattlePassMissionUpdateNotify = 2608;
|
|
|
|
public static final int BeginCameraSceneLookNotify = 263;
|
|
|
|
public static final int BigTalentPointConvertReq = 1055;
|
|
|
|
public static final int BigTalentPointConvertRsp = 1048;
|
|
|
|
public static final int BlessingAcceptAllGivePicReq = 2025;
|
|
|
|
public static final int BlessingAcceptAllGivePicRsp = 2143;
|
|
|
|
public static final int BlessingAcceptGivePicReq = 2132;
|
|
|
|
public static final int BlessingAcceptGivePicRsp = 2194;
|
|
|
|
public static final int BlessingGetAllRecvPicRecordListReq = 2067;
|
|
|
|
public static final int BlessingGetAllRecvPicRecordListRsp = 2185;
|
|
|
|
public static final int BlessingGetFriendPicListReq = 2092;
|
|
|
|
public static final int BlessingGetFriendPicListRsp = 2054;
|
|
|
|
public static final int BlessingGiveFriendPicReq = 2012;
|
|
|
|
public static final int BlessingGiveFriendPicRsp = 2056;
|
|
|
|
public static final int BlessingRecvFriendPicNotify = 2083;
|
|
|
|
public static final int BlessingRedeemRewardReq = 2159;
|
|
|
|
public static final int BlessingRedeemRewardRsp = 2133;
|
|
|
|
public static final int BlessingScanReq = 2191;
|
|
|
|
public static final int BlessingScanRsp = 2183;
|
|
|
|
public static final int BlitzRushParkourRestartReq = 8225;
|
|
|
|
public static final int BlitzRushParkourRestartRsp = 8867;
|
|
|
|
public static final int BlossomBriefInfoNotify = 2702;
|
|
|
|
public static final int BlossomChestCreateNotify = 2748;
|
|
|
|
public static final int BlossomChestInfoNotify = 835;
|
|
|
|
public static final int BonusActivityInfoReq = 2521;
|
|
|
|
public static final int BonusActivityInfoRsp = 2534;
|
|
|
|
public static final int BonusActivityUpdateNotify = 2564;
|
|
|
|
public static final int BossChestActivateNotify = 858;
|
|
|
|
public static final int BounceConjuringSettleNotify = 8291;
|
|
|
|
public static final int BuoyantCombatSettleNotify = 8317;
|
|
|
|
public static final int BuyBattlePassLevelReq = 2631;
|
|
|
|
public static final int BuyBattlePassLevelRsp = 2610;
|
|
|
|
public static final int BuyGoodsReq = 702;
|
|
|
|
public static final int BuyGoodsRsp = 772;
|
|
|
|
public static final int BuyResinReq = 669;
|
|
|
|
public static final int BuyResinRsp = 610;
|
|
|
|
public static final int CalcWeaponUpgradeReturnItemsReq = 615;
|
|
|
|
public static final int CalcWeaponUpgradeReturnItemsRsp = 619;
|
|
|
|
public static final int CanUseSkillNotify = 1016;
|
|
|
|
public static final int CancelCityReputationRequestReq = 2830;
|
|
|
|
public static final int CancelCityReputationRequestRsp = 2884;
|
|
|
|
public static final int CancelCoopTaskReq = 1981;
|
|
|
|
public static final int CancelCoopTaskRsp = 1960;
|
|
|
|
public static final int CancelFinishParentQuestNotify = 471;
|
|
|
|
public static final int CardProductRewardNotify = 4121;
|
|
|
|
public static final int ChallengeDataNotify = 968;
|
|
|
|
public static final int ChallengeRecordNotify = 931;
|
|
|
|
public static final int ChangeAvatarReq = 1690;
|
|
|
|
public static final int ChangeAvatarRsp = 1765;
|
|
|
|
public static final int ChangeGameTimeReq = 187;
|
|
|
|
public static final int ChangeGameTimeRsp = 130;
|
|
|
|
public static final int ChangeMailStarNotify = 1421;
|
|
|
|
public static final int ChangeMpTeamAvatarReq = 1626;
|
|
|
|
public static final int ChangeMpTeamAvatarRsp = 1628;
|
|
|
|
public static final int ChangeServerGlobalValueNotify = 76;
|
|
|
|
public static final int ChangeTeamNameReq = 1664;
|
|
|
|
public static final int ChangeTeamNameRsp = 1670;
|
|
|
|
public static final int ChangeWorldToSingleModeNotify = 3223;
|
|
|
|
public static final int ChangeWorldToSingleModeReq = 3445;
|
|
|
|
public static final int ChangeWorldToSingleModeRsp = 3390;
|
2023-01-29 20:31:04 +03:00
|
|
|
public static final int ChannelerSlabCheckEnterLoopDungeonReq = 8678;
|
|
|
|
public static final int ChannelerSlabCheckEnterLoopDungeonRsp = 8961;
|
|
|
|
public static final int ChannelerSlabEnterLoopDungeonReq = 8928;
|
|
|
|
public static final int ChannelerSlabEnterLoopDungeonRsp = 8892;
|
|
|
|
public static final int ChannelerSlabLoopDungeonChallengeInfoNotify = 8499;
|
|
|
|
public static final int ChannelerSlabLoopDungeonSelectConditionReq = 8368;
|
|
|
|
public static final int ChannelerSlabLoopDungeonSelectConditionRsp = 8943;
|
|
|
|
public static final int ChannelerSlabLoopDungeonTakeFirstPassRewardReq = 8779;
|
|
|
|
public static final int ChannelerSlabLoopDungeonTakeFirstPassRewardRsp = 8654;
|
|
|
|
public static final int ChannelerSlabLoopDungeonTakeScoreRewardReq = 8751;
|
|
|
|
public static final int ChannelerSlabLoopDungeonTakeScoreRewardRsp = 8186;
|
|
|
|
public static final int ChannelerSlabOneOffDungeonInfoNotify = 8038;
|
|
|
|
public static final int ChannelerSlabOneOffDungeonInfoReq = 8069;
|
|
|
|
public static final int ChannelerSlabOneOffDungeonInfoRsp = 8731;
|
|
|
|
public static final int ChannelerSlabSaveAssistInfoReq = 8304;
|
|
|
|
public static final int ChannelerSlabSaveAssistInfoRsp = 8443;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int ChannelerSlabStageActiveChallengeIndexNotify = 8068;
|
2022-12-07 07:34:40 +03:00
|
|
|
public static final int ChannelerSlabStageOneofDungeonNotify = 8203;
|
2023-01-29 20:31:04 +03:00
|
|
|
public static final int ChannelerSlabTakeoffBuffReq = 8329;
|
|
|
|
public static final int ChannelerSlabTakeoffBuffRsp = 8646;
|
|
|
|
public static final int ChannelerSlabWearBuffReq = 8487;
|
|
|
|
public static final int ChannelerSlabWearBuffRsp = 8651;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int ChapterStateNotify = 416;
|
|
|
|
public static final int ChatChannelDataNotify = 4971;
|
|
|
|
public static final int ChatChannelUpdateNotify = 5014;
|
|
|
|
public static final int ChatHistoryNotify = 3186;
|
|
|
|
public static final int CheckAddItemExceedLimitNotify = 644;
|
|
|
|
public static final int CheckSegmentCRCNotify = 88;
|
|
|
|
public static final int CheckSegmentCRCReq = 68;
|
|
|
|
public static final int ChessEscapedMonstersNotify = 5347;
|
|
|
|
public static final int ChessLeftMonstersNotify = 5339;
|
|
|
|
public static final int ChessManualRefreshCardsReq = 5360;
|
|
|
|
public static final int ChessManualRefreshCardsRsp = 5340;
|
|
|
|
public static final int ChessPickCardNotify = 5389;
|
|
|
|
public static final int ChessPickCardReq = 5315;
|
|
|
|
public static final int ChessPickCardRsp = 5319;
|
|
|
|
public static final int ChessPlayerInfoNotify = 5378;
|
|
|
|
public static final int ChessSelectedCardsNotify = 5344;
|
|
|
|
public static final int ChooseCurAvatarTeamReq = 1789;
|
|
|
|
public static final int ChooseCurAvatarTeamRsp = 1684;
|
|
|
|
public static final int CityReputationDataNotify = 2816;
|
|
|
|
public static final int CityReputationLevelupNotify = 2855;
|
|
|
|
public static final int ClearRoguelikeCurseNotify = 8799;
|
|
|
|
public static final int ClientAIStateNotify = 1194;
|
|
|
|
public static final int ClientAbilitiesInitFinishCombineNotify = 1158;
|
|
|
|
public static final int ClientAbilityChangeNotify = 1164;
|
|
|
|
public static final int ClientAbilityInitBeginNotify = 1102;
|
|
|
|
public static final int ClientAbilityInitFinishNotify = 1172;
|
|
|
|
public static final int ClientBulletCreateNotify = 24;
|
|
|
|
public static final int ClientCollectorDataNotify = 4285;
|
|
|
|
public static final int ClientHashDebugNotify = 3061;
|
|
|
|
public static final int ClientLoadingCostumeVerificationNotify = 3377;
|
|
|
|
public static final int ClientLockGameTimeNotify = 147;
|
|
|
|
public static final int ClientNewMailNotify = 1430;
|
|
|
|
public static final int ClientPauseNotify = 239;
|
|
|
|
public static final int ClientReconnectNotify = 64;
|
|
|
|
public static final int ClientReportNotify = 94;
|
|
|
|
public static final int ClientScriptEventNotify = 208;
|
|
|
|
public static final int ClientTransmitReq = 211;
|
|
|
|
public static final int ClientTransmitRsp = 271;
|
|
|
|
public static final int ClientTriggerEventNotify = 121;
|
|
|
|
public static final int CloseCommonTipsNotify = 3063;
|
|
|
|
public static final int ClosedItemNotify = 647;
|
|
|
|
public static final int CodexDataFullNotify = 4207;
|
|
|
|
public static final int CodexDataUpdateNotify = 4206;
|
|
|
|
public static final int CombatInvocationsNotify = 310;
|
|
|
|
public static final int CombineDataNotify = 640;
|
|
|
|
public static final int CombineFormulaDataNotify = 678;
|
|
|
|
public static final int CombineReq = 607;
|
|
|
|
public static final int CombineRsp = 698;
|
|
|
|
public static final int CommonPlayerTipsNotify = 8023;
|
|
|
|
public static final int CompoundDataNotify = 180;
|
|
|
|
public static final int CompoundUnlockNotify = 167;
|
|
|
|
public static final int CookDataNotify = 166;
|
|
|
|
public static final int CookGradeDataNotify = 103;
|
|
|
|
public static final int CookRecipeDataNotify = 143;
|
|
|
|
public static final int CoopCgShowNotify = 1997;
|
|
|
|
public static final int CoopCgUpdateNotify = 1973;
|
|
|
|
public static final int CoopChapterUpdateNotify = 1957;
|
|
|
|
public static final int CoopDataNotify = 1975;
|
|
|
|
public static final int CoopPointUpdateNotify = 1951;
|
|
|
|
public static final int CoopProgressUpdateNotify = 1965;
|
|
|
|
public static final int CoopRewardUpdateNotify = 1966;
|
|
|
|
public static final int CreateMassiveEntityNotify = 353;
|
|
|
|
public static final int CreateMassiveEntityReq = 312;
|
|
|
|
public static final int CreateMassiveEntityRsp = 341;
|
|
|
|
public static final int CreateVehicleReq = 831;
|
|
|
|
public static final int CreateVehicleRsp = 876;
|
|
|
|
public static final int CutSceneBeginNotify = 285;
|
|
|
|
public static final int CutSceneEndNotify = 222;
|
|
|
|
public static final int CutSceneFinishNotify = 300;
|
|
|
|
public static final int DailyTaskDataNotify = 156;
|
|
|
|
public static final int DailyTaskFilterCityReq = 132;
|
|
|
|
public static final int DailyTaskFilterCityRsp = 183;
|
|
|
|
public static final int DailyTaskProgressNotify = 163;
|
|
|
|
public static final int DailyTaskScoreRewardNotify = 118;
|
|
|
|
public static final int DailyTaskUnlockedCitiesNotify = 127;
|
|
|
|
public static final int DataResVersionNotify = 153;
|
|
|
|
public static final int DealAddFriendReq = 4058;
|
|
|
|
public static final int DealAddFriendRsp = 4035;
|
2022-11-10 17:07:19 +03:00
|
|
|
public static final int DebugNotify = 101;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int DelMailReq = 1448;
|
|
|
|
public static final int DelMailRsp = 1458;
|
|
|
|
public static final int DelScenePlayTeamEntityNotify = 3480;
|
|
|
|
public static final int DelTeamEntityNotify = 369;
|
|
|
|
public static final int DeleteFriendNotify = 4068;
|
|
|
|
public static final int DeleteFriendReq = 4084;
|
|
|
|
public static final int DeleteFriendRsp = 4064;
|
|
|
|
public static final int DestroyMassiveEntityNotify = 356;
|
|
|
|
public static final int DestroyMaterialReq = 697;
|
|
|
|
public static final int DestroyMaterialRsp = 670;
|
|
|
|
public static final int DigActivityChangeGadgetStateReq = 8435;
|
|
|
|
public static final int DigActivityChangeGadgetStateRsp = 8646;
|
|
|
|
public static final int DigActivityMarkPointChangeNotify = 8623;
|
|
|
|
public static final int DisableRoguelikeTrapNotify = 8574;
|
|
|
|
public static final int DoGachaReq = 1502;
|
|
|
|
public static final int DoGachaRsp = 1572;
|
|
|
|
public static final int DoRoguelikeDungeonCardGachaReq = 8737;
|
|
|
|
public static final int DoRoguelikeDungeonCardGachaRsp = 8548;
|
|
|
|
public static final int DoSetPlayerBornDataNotify = 138;
|
|
|
|
public static final int DraftGuestReplyInviteNotify = 5435;
|
|
|
|
public static final int DraftGuestReplyInviteReq = 5448;
|
|
|
|
public static final int DraftGuestReplyInviteRsp = 5458;
|
|
|
|
public static final int DraftGuestReplyTwiceConfirmNotify = 5434;
|
|
|
|
public static final int DraftGuestReplyTwiceConfirmReq = 5484;
|
|
|
|
public static final int DraftGuestReplyTwiceConfirmRsp = 5464;
|
|
|
|
public static final int DraftInviteResultNotify = 5487;
|
|
|
|
public static final int DraftOwnerInviteNotify = 5455;
|
|
|
|
public static final int DraftOwnerStartInviteReq = 5402;
|
|
|
|
public static final int DraftOwnerStartInviteRsp = 5472;
|
|
|
|
public static final int DraftOwnerTwiceConfirmNotify = 5430;
|
|
|
|
public static final int DraftTwiceConfirmResultNotify = 5421;
|
|
|
|
public static final int DragonSpineChapterFinishNotify = 2072;
|
|
|
|
public static final int DragonSpineChapterOpenNotify = 2096;
|
|
|
|
public static final int DragonSpineChapterProgressChangeNotify = 2161;
|
|
|
|
public static final int DragonSpineCoinChangeNotify = 2134;
|
|
|
|
public static final int DropHintNotify = 642;
|
|
|
|
public static final int DropItemReq = 630;
|
|
|
|
public static final int DropItemRsp = 684;
|
|
|
|
public static final int DungeonCandidateTeamChangeAvatarReq = 949;
|
|
|
|
public static final int DungeonCandidateTeamChangeAvatarRsp = 912;
|
|
|
|
public static final int DungeonCandidateTeamCreateReq = 966;
|
|
|
|
public static final int DungeonCandidateTeamCreateRsp = 943;
|
|
|
|
public static final int DungeonCandidateTeamDismissNotify = 936;
|
|
|
|
public static final int DungeonCandidateTeamInfoNotify = 976;
|
|
|
|
public static final int DungeonCandidateTeamInviteNotify = 926;
|
|
|
|
public static final int DungeonCandidateTeamInviteReq = 903;
|
|
|
|
public static final int DungeonCandidateTeamInviteRsp = 942;
|
|
|
|
public static final int DungeonCandidateTeamKickReq = 907;
|
|
|
|
public static final int DungeonCandidateTeamKickRsp = 998;
|
|
|
|
public static final int DungeonCandidateTeamLeaveReq = 946;
|
|
|
|
public static final int DungeonCandidateTeamLeaveRsp = 980;
|
|
|
|
public static final int DungeonCandidateTeamPlayerLeaveNotify = 905;
|
|
|
|
public static final int DungeonCandidateTeamRefuseNotify = 920;
|
|
|
|
public static final int DungeonCandidateTeamReplyInviteReq = 959;
|
|
|
|
public static final int DungeonCandidateTeamReplyInviteRsp = 993;
|
|
|
|
public static final int DungeonCandidateTeamSetChangingAvatarReq = 970;
|
|
|
|
public static final int DungeonCandidateTeamSetChangingAvatarRsp = 961;
|
|
|
|
public static final int DungeonCandidateTeamSetReadyReq = 911;
|
|
|
|
public static final int DungeonCandidateTeamSetReadyRsp = 971;
|
|
|
|
public static final int DungeonChallengeBeginNotify = 938;
|
|
|
|
public static final int DungeonChallengeFinishNotify = 988;
|
|
|
|
public static final int DungeonDataNotify = 928;
|
|
|
|
public static final int DungeonDieOptionReq = 964;
|
|
|
|
public static final int DungeonDieOptionRsp = 921;
|
|
|
|
public static final int DungeonEntryInfoReq = 975;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int DungeonEntryInfoRsp = 996;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int DungeonEntryToBeExploreNotify = 3398;
|
|
|
|
public static final int DungeonFollowNotify = 906;
|
|
|
|
public static final int DungeonGetStatueDropReq = 933;
|
|
|
|
public static final int DungeonGetStatueDropRsp = 924;
|
|
|
|
public static final int DungeonInterruptChallengeReq = 918;
|
|
|
|
public static final int DungeonInterruptChallengeRsp = 969;
|
|
|
|
public static final int DungeonPlayerDieNotify = 984;
|
|
|
|
public static final int DungeonPlayerDieReq = 994;
|
|
|
|
public static final int DungeonPlayerDieRsp = 916;
|
|
|
|
public static final int DungeonRestartInviteNotify = 992;
|
|
|
|
public static final int DungeonRestartInviteReplyNotify = 917;
|
|
|
|
public static final int DungeonRestartInviteReplyReq = 909;
|
|
|
|
public static final int DungeonRestartInviteReplyRsp = 974;
|
|
|
|
public static final int DungeonRestartReq = 923;
|
|
|
|
public static final int DungeonRestartResultNotify = 997;
|
|
|
|
public static final int DungeonRestartRsp = 977;
|
|
|
|
public static final int DungeonReviseLevelNotify = 915;
|
|
|
|
public static final int DungeonSettleNotify = 930;
|
|
|
|
public static final int DungeonShowReminderNotify = 934;
|
|
|
|
public static final int DungeonSlipRevivePointActivateReq = 956;
|
|
|
|
public static final int DungeonSlipRevivePointActivateRsp = 963;
|
|
|
|
public static final int DungeonWayPointActivateReq = 935;
|
|
|
|
public static final int DungeonWayPointActivateRsp = 987;
|
|
|
|
public static final int DungeonWayPointNotify = 958;
|
|
|
|
public static final int EchoNotify = 33;
|
|
|
|
public static final int EchoShellTakeRewardReq = 8280;
|
|
|
|
public static final int EchoShellTakeRewardRsp = 8644;
|
|
|
|
public static final int EchoShellUpdateNotify = 8297;
|
|
|
|
public static final int EffigyChallengeInfoNotify = 2066;
|
|
|
|
public static final int EffigyChallengeResultNotify = 2013;
|
|
|
|
public static final int EndCameraSceneLookNotify = 218;
|
|
|
|
public static final int EnterChessDungeonReq = 8387;
|
|
|
|
public static final int EnterChessDungeonRsp = 8204;
|
|
|
|
public static final int EnterFishingReq = 5828;
|
|
|
|
public static final int EnterFishingRsp = 5808;
|
|
|
|
public static final int EnterMechanicusDungeonReq = 3984;
|
|
|
|
public static final int EnterMechanicusDungeonRsp = 3964;
|
|
|
|
public static final int EnterRoguelikeDungeonNotify = 8640;
|
|
|
|
public static final int EnterSceneDoneReq = 252;
|
|
|
|
public static final int EnterSceneDoneRsp = 281;
|
|
|
|
public static final int EnterScenePeerNotify = 257;
|
|
|
|
public static final int EnterSceneReadyReq = 251;
|
|
|
|
public static final int EnterSceneReadyRsp = 282;
|
|
|
|
public static final int EnterSceneWeatherAreaNotify = 249;
|
|
|
|
public static final int EnterTransPointRegionNotify = 216;
|
|
|
|
public static final int EnterTrialAvatarActivityDungeonReq = 2146;
|
|
|
|
public static final int EnterTrialAvatarActivityDungeonRsp = 2170;
|
|
|
|
public static final int EnterWorldAreaReq = 242;
|
|
|
|
public static final int EnterWorldAreaRsp = 207;
|
|
|
|
public static final int EntityAiKillSelfNotify = 397;
|
|
|
|
public static final int EntityAiSyncNotify = 309;
|
|
|
|
public static final int EntityAuthorityChangeNotify = 326;
|
|
|
|
public static final int EntityConfigHashNotify = 3104;
|
|
|
|
public static final int EntityFightPropChangeReasonNotify = 1258;
|
|
|
|
public static final int EntityFightPropNotify = 1202;
|
|
|
|
public static final int EntityFightPropUpdateNotify = 1272;
|
|
|
|
public static final int EntityForceSyncReq = 298;
|
|
|
|
public static final int EntityForceSyncRsp = 246;
|
|
|
|
public static final int EntityJumpNotify = 206;
|
|
|
|
public static final int EntityMoveRoomNotify = 3265;
|
|
|
|
public static final int EntityPropNotify = 1275;
|
|
|
|
public static final int EntityTagChangeNotify = 3095;
|
|
|
|
public static final int EquipRoguelikeRuneReq = 8154;
|
|
|
|
public static final int EquipRoguelikeRuneRsp = 8073;
|
|
|
|
public static final int EvtAiSyncCombatThreatInfoNotify = 377;
|
|
|
|
public static final int EvtAiSyncSkillCdNotify = 346;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int EvtAnimatorParameterNotify = 396;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int EvtAnimatorStateChangedNotify = 384;
|
|
|
|
public static final int EvtAvatarEnterFocusNotify = 324;
|
|
|
|
public static final int EvtAvatarExitFocusNotify = 331;
|
|
|
|
public static final int EvtAvatarLockChairReq = 370;
|
|
|
|
public static final int EvtAvatarLockChairRsp = 361;
|
|
|
|
public static final int EvtAvatarSitDownNotify = 371;
|
|
|
|
public static final int EvtAvatarStandUpNotify = 349;
|
|
|
|
public static final int EvtAvatarUpdateFocusNotify = 376;
|
|
|
|
public static final int EvtBeingHitNotify = 375;
|
|
|
|
public static final int EvtBeingHitsCombineNotify = 380;
|
|
|
|
public static final int EvtBulletDeactiveNotify = 334;
|
|
|
|
public static final int EvtBulletHitNotify = 321;
|
|
|
|
public static final int EvtBulletMoveNotify = 333;
|
|
|
|
public static final int EvtCostStaminaNotify = 387;
|
|
|
|
public static final int EvtCreateGadgetNotify = 355;
|
|
|
|
public static final int EvtDestroyGadgetNotify = 348;
|
|
|
|
public static final int EvtDestroyServerGadgetNotify = 317;
|
|
|
|
public static final int EvtDoSkillSuccNotify = 372;
|
|
|
|
public static final int EvtEntityRenderersChangedNotify = 307;
|
|
|
|
public static final int EvtEntityStartDieEndNotify = 394;
|
|
|
|
public static final int EvtFaceToDirNotify = 335;
|
|
|
|
public static final int EvtFaceToEntityNotify = 358;
|
|
|
|
public static final int EvtRushMoveNotify = 364;
|
|
|
|
public static final int EvtSetAttackTargetNotify = 330;
|
|
|
|
public static final int ExecuteGadgetLuaReq = 225;
|
|
|
|
public static final int ExecuteGadgetLuaRsp = 286;
|
|
|
|
public static final int ExecuteGroupTriggerReq = 292;
|
|
|
|
public static final int ExecuteGroupTriggerRsp = 209;
|
|
|
|
public static final int ExitFishingReq = 5835;
|
|
|
|
public static final int ExitFishingRsp = 5831;
|
|
|
|
public static final int ExitSceneWeatherAreaNotify = 212;
|
|
|
|
public static final int ExitTransPointRegionNotify = 228;
|
|
|
|
public static final int ExpeditionChallengeEnterRegionNotify = 2188;
|
|
|
|
public static final int ExpeditionChallengeFinishedNotify = 2128;
|
|
|
|
public static final int ExpeditionRecallReq = 2009;
|
|
|
|
public static final int ExpeditionRecallRsp = 2177;
|
|
|
|
public static final int ExpeditionStartReq = 2038;
|
|
|
|
public static final int ExpeditionStartRsp = 2049;
|
|
|
|
public static final int ExpeditionTakeRewardReq = 2102;
|
|
|
|
public static final int ExpeditionTakeRewardRsp = 2130;
|
|
|
|
public static final int FindHilichurlAcceptQuestNotify = 8560;
|
|
|
|
public static final int FindHilichurlFinishSecondQuestNotify = 8503;
|
|
|
|
public static final int FinishDeliveryNotify = 2081;
|
|
|
|
public static final int FinishMainCoopReq = 1976;
|
|
|
|
public static final int FinishMainCoopRsp = 1989;
|
|
|
|
public static final int FinishedParentQuestNotify = 472;
|
|
|
|
public static final int FinishedParentQuestUpdateNotify = 455;
|
2022-11-10 17:07:19 +03:00
|
|
|
public static final int FireworkNotify = 5934;
|
|
|
|
public static final int FireworkReq = 6068;
|
|
|
|
public static final int FireworkRsp = 5918;
|
|
|
|
public static final int FireworkSetNotify = 6079;
|
|
|
|
public static final int FireworkSetReq = 6099;
|
|
|
|
public static final int FireworkSetRsp = 5969;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int FishAttractNotify = 5810;
|
|
|
|
public static final int FishBaitGoneNotify = 5813;
|
|
|
|
public static final int FishBattleBeginReq = 5803;
|
|
|
|
public static final int FishBattleBeginRsp = 5848;
|
|
|
|
public static final int FishBattleEndReq = 5801;
|
|
|
|
public static final int FishBattleEndRsp = 5842;
|
|
|
|
public static final int FishBiteReq = 5823;
|
|
|
|
public static final int FishBiteRsp = 5816;
|
|
|
|
public static final int FishCastRodReq = 5826;
|
|
|
|
public static final int FishCastRodRsp = 5839;
|
|
|
|
public static final int FishChosenNotify = 5825;
|
|
|
|
public static final int FishEscapeNotify = 5807;
|
|
|
|
public static final int FishPoolDataNotify = 5815;
|
|
|
|
public static final int FishingGallerySettleNotify = 8269;
|
|
|
|
public static final int FleurFairBalloonSettleNotify = 2100;
|
|
|
|
public static final int FleurFairBuffEnergyNotify = 5371;
|
|
|
|
public static final int FleurFairFallSettleNotify = 2112;
|
|
|
|
public static final int FleurFairFinishGalleryStageNotify = 5312;
|
|
|
|
public static final int FleurFairMusicGameSettleReq = 2180;
|
|
|
|
public static final int FleurFairMusicGameSettleRsp = 2125;
|
|
|
|
public static final int FleurFairMusicGameStartReq = 2113;
|
|
|
|
public static final int FleurFairMusicGameStartRsp = 2174;
|
|
|
|
public static final int FleurFairReplayMiniGameReq = 2030;
|
|
|
|
public static final int FleurFairReplayMiniGameRsp = 2156;
|
|
|
|
public static final int FleurFairStageSettleNotify = 5349;
|
|
|
|
public static final int FlightActivityRestartReq = 2149;
|
|
|
|
public static final int FlightActivityRestartRsp = 2197;
|
|
|
|
public static final int FlightActivitySettleNotify = 2002;
|
|
|
|
public static final int FocusAvatarReq = 1636;
|
|
|
|
public static final int FocusAvatarRsp = 1791;
|
|
|
|
public static final int ForceAddPlayerFriendReq = 4092;
|
|
|
|
public static final int ForceAddPlayerFriendRsp = 4009;
|
|
|
|
public static final int ForceDragAvatarNotify = 3041;
|
|
|
|
public static final int ForceDragBackTransferNotify = 3439;
|
|
|
|
public static final int ForgeDataNotify = 689;
|
|
|
|
public static final int ForgeFormulaDataNotify = 660;
|
|
|
|
public static final int ForgeGetQueueDataReq = 680;
|
|
|
|
public static final int ForgeGetQueueDataRsp = 659;
|
|
|
|
public static final int ForgeQueueDataNotify = 646;
|
|
|
|
public static final int ForgeQueueManipulateReq = 671;
|
|
|
|
public static final int ForgeQueueManipulateRsp = 649;
|
|
|
|
public static final int ForgeStartReq = 693;
|
|
|
|
public static final int ForgeStartRsp = 611;
|
|
|
|
public static final int FoundationNotify = 838;
|
|
|
|
public static final int FoundationReq = 816;
|
|
|
|
public static final int FoundationRsp = 828;
|
|
|
|
public static final int FriendInfoChangeNotify = 4078;
|
|
|
|
public static final int FunitureMakeMakeInfoChangeNotify = 4556;
|
|
|
|
public static final int FurnitureCurModuleArrangeCountNotify = 4856;
|
|
|
|
public static final int FurnitureMakeBeHelpedNotify = 4457;
|
|
|
|
public static final int FurnitureMakeCancelReq = 4663;
|
|
|
|
public static final int FurnitureMakeCancelRsp = 4835;
|
|
|
|
public static final int FurnitureMakeFinishNotify = 4822;
|
|
|
|
public static final int FurnitureMakeHelpReq = 4756;
|
|
|
|
public static final int FurnitureMakeHelpRsp = 4581;
|
|
|
|
public static final int FurnitureMakeReq = 4758;
|
|
|
|
public static final int FurnitureMakeRsp = 4616;
|
|
|
|
public static final int FurnitureMakeStartReq = 4849;
|
|
|
|
public static final int FurnitureMakeStartRsp = 4724;
|
|
|
|
public static final int GMShowNavMeshReq = 2392;
|
|
|
|
public static final int GMShowNavMeshRsp = 2309;
|
|
|
|
public static final int GMShowObstacleReq = 2323;
|
|
|
|
public static final int GMShowObstacleRsp = 2377;
|
|
|
|
public static final int GachaOpenWishNotify = 1558;
|
|
|
|
public static final int GachaSimpleInfoNotify = 1535;
|
|
|
|
public static final int GachaWishReq = 1555;
|
|
|
|
public static final int GachaWishRsp = 1548;
|
|
|
|
public static final int GadgetAutoPickDropInfoNotify = 834;
|
|
|
|
public static final int GadgetChainLevelChangeNotify = 806;
|
|
|
|
public static final int GadgetChainLevelUpdateNotify = 868;
|
|
|
|
public static final int GadgetCustomTreeInfoNotify = 842;
|
|
|
|
public static final int GadgetGeneralRewardInfoNotify = 821;
|
|
|
|
public static final int GadgetInteractReq = 875;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GadgetInteractRsp = 896;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GadgetPlayDataNotify = 884;
|
|
|
|
public static final int GadgetPlayStartNotify = 887;
|
|
|
|
public static final int GadgetPlayStopNotify = 830;
|
|
|
|
public static final int GadgetPlayUidOpNotify = 864;
|
|
|
|
public static final int GadgetStateNotify = 802;
|
|
|
|
public static final int GadgetTalkChangeNotify = 888;
|
|
|
|
public static final int GalleryBalloonScoreNotify = 5502;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GalleryBalloonShootNotify = 5596;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GalleryBounceConjuringHitNotify = 5516;
|
|
|
|
public static final int GalleryBrokenFloorFallNotify = 5564;
|
|
|
|
public static final int GalleryBulletHitNotify = 5584;
|
|
|
|
public static final int GalleryFallCatchNotify = 5555;
|
|
|
|
public static final int GalleryFallScoreNotify = 5548;
|
|
|
|
public static final int GalleryFlowerCatchNotify = 5587;
|
|
|
|
public static final int GalleryPreStartNotify = 5530;
|
|
|
|
public static final int GalleryStartNotify = 5575;
|
|
|
|
public static final int GalleryStopNotify = 5572;
|
|
|
|
public static final int GallerySumoKillMonsterNotify = 5528;
|
|
|
|
public static final int GetActivityInfoReq = 2167;
|
|
|
|
public static final int GetActivityInfoRsp = 2114;
|
|
|
|
public static final int GetActivityScheduleReq = 2055;
|
|
|
|
public static final int GetActivityScheduleRsp = 2103;
|
|
|
|
public static final int GetActivityShopSheetInfoReq = 758;
|
|
|
|
public static final int GetActivityShopSheetInfoRsp = 735;
|
|
|
|
public static final int GetAllActivatedBargainDataReq = 436;
|
|
|
|
public static final int GetAllActivatedBargainDataRsp = 466;
|
|
|
|
public static final int GetAllH5ActivityInfoReq = 5658;
|
|
|
|
public static final int GetAllH5ActivityInfoRsp = 5678;
|
|
|
|
public static final int GetAllSceneGalleryInfoReq = 5558;
|
|
|
|
public static final int GetAllSceneGalleryInfoRsp = 5535;
|
|
|
|
public static final int GetAllUnlockNameCardReq = 4076;
|
|
|
|
public static final int GetAllUnlockNameCardRsp = 4026;
|
|
|
|
public static final int GetAreaExplorePointReq = 259;
|
|
|
|
public static final int GetAreaExplorePointRsp = 293;
|
|
|
|
public static final int GetAuthSalesmanInfoReq = 2195;
|
|
|
|
public static final int GetAuthSalesmanInfoRsp = 2152;
|
|
|
|
public static final int GetAuthkeyReq = 1435;
|
|
|
|
public static final int GetAuthkeyRsp = 1487;
|
|
|
|
public static final int GetBargainDataReq = 420;
|
|
|
|
public static final int GetBargainDataRsp = 405;
|
|
|
|
public static final int GetBattlePassProductReq = 2623;
|
|
|
|
public static final int GetBattlePassProductRsp = 2616;
|
|
|
|
public static final int GetBlossomBriefInfoListReq = 2775;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetBlossomBriefInfoListRsp = 2796;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetBonusActivityRewardReq = 2594;
|
|
|
|
public static final int GetBonusActivityRewardRsp = 2516;
|
|
|
|
public static final int GetChatEmojiCollectionReq = 4001;
|
|
|
|
public static final int GetChatEmojiCollectionRsp = 4015;
|
|
|
|
public static final int GetCityHuntingOfferReq = 4337;
|
|
|
|
public static final int GetCityHuntingOfferRsp = 4321;
|
|
|
|
public static final int GetCityReputationInfoReq = 2875;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetCityReputationInfoRsp = 2896;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetCityReputationMapInfoReq = 2864;
|
|
|
|
public static final int GetCityReputationMapInfoRsp = 2821;
|
|
|
|
public static final int GetCompoundDataReq = 159;
|
|
|
|
public static final int GetCompoundDataRsp = 193;
|
|
|
|
public static final int GetDailyDungeonEntryInfoReq = 941;
|
|
|
|
public static final int GetDailyDungeonEntryInfoRsp = 953;
|
|
|
|
public static final int GetDungeonEntryExploreConditionReq = 3306;
|
|
|
|
public static final int GetDungeonEntryExploreConditionRsp = 3140;
|
|
|
|
public static final int GetExpeditionAssistInfoListReq = 2097;
|
|
|
|
public static final int GetExpeditionAssistInfoListRsp = 2115;
|
|
|
|
public static final int GetFriendShowAvatarInfoReq = 4063;
|
|
|
|
public static final int GetFriendShowAvatarInfoRsp = 4018;
|
|
|
|
public static final int GetFriendShowNameCardInfoReq = 4023;
|
|
|
|
public static final int GetFriendShowNameCardInfoRsp = 4077;
|
|
|
|
public static final int GetFurnitureCurModuleArrangeCountReq = 4688;
|
|
|
|
public static final int GetGachaInfoReq = 1575;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetGachaInfoRsp = 1596;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetHomeLevelUpRewardReq = 4752;
|
|
|
|
public static final int GetHomeLevelUpRewardRsp = 4579;
|
|
|
|
public static final int GetHuntingOfferRewardReq = 4326;
|
|
|
|
public static final int GetHuntingOfferRewardRsp = 4339;
|
|
|
|
public static final int GetInvestigationMonsterReq = 1902;
|
|
|
|
public static final int GetInvestigationMonsterRsp = 1930;
|
|
|
|
public static final int GetMailItemReq = 1472;
|
|
|
|
public static final int GetMailItemRsp = 1455;
|
|
|
|
public static final int GetMapAreaReq = 3329;
|
|
|
|
public static final int GetMapAreaRsp = 3376;
|
|
|
|
public static final int GetMapMarkTipsReq = 3074;
|
|
|
|
public static final int GetMapMarkTipsRsp = 3094;
|
|
|
|
public static final int GetMechanicusInfoReq = 3975;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetMechanicusInfoRsp = 3996;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetNextResourceInfoReq = 144;
|
|
|
|
public static final int GetNextResourceInfoRsp = 179;
|
|
|
|
public static final int GetOnlinePlayerInfoReq = 28;
|
|
|
|
public static final int GetOnlinePlayerInfoRsp = 38;
|
|
|
|
public static final int GetOnlinePlayerListReq = 35;
|
|
|
|
public static final int GetOnlinePlayerListRsp = 87;
|
|
|
|
public static final int GetOpActivityInfoReq = 5175;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetOpActivityInfoRsp = 5196;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetPlayerAskFriendListReq = 4070;
|
|
|
|
public static final int GetPlayerAskFriendListRsp = 4061;
|
|
|
|
public static final int GetPlayerBlacklistReq = 4093;
|
|
|
|
public static final int GetPlayerBlacklistRsp = 4011;
|
|
|
|
public static final int GetPlayerFriendListReq = 4075;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetPlayerFriendListRsp = 4096;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetPlayerHomeCompInfoReq = 4482;
|
|
|
|
public static final int GetPlayerMpModeAvailabilityReq = 1823;
|
|
|
|
public static final int GetPlayerMpModeAvailabilityRsp = 1816;
|
|
|
|
public static final int GetPlayerSocialDetailReq = 4087;
|
|
|
|
public static final int GetPlayerSocialDetailRsp = 4030;
|
|
|
|
public static final int GetPlayerTokenReq = 175;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetPlayerTokenRsp = 196;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetPushTipsRewardReq = 2276;
|
|
|
|
public static final int GetPushTipsRewardRsp = 2226;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetQuestTalkHistoryReq = 472;
|
|
|
|
public static final int GetQuestTalkHistoryRsp = 492;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetRecentMpPlayerListReq = 4003;
|
|
|
|
public static final int GetRecentMpPlayerListRsp = 4042;
|
|
|
|
public static final int GetRegionSearchReq = 5626;
|
|
|
|
public static final int GetReunionMissionInfoReq = 5073;
|
|
|
|
public static final int GetReunionMissionInfoRsp = 5066;
|
|
|
|
public static final int GetReunionPrivilegeInfoReq = 5081;
|
|
|
|
public static final int GetReunionPrivilegeInfoRsp = 5060;
|
|
|
|
public static final int GetReunionSignInInfoReq = 5076;
|
|
|
|
public static final int GetReunionSignInInfoRsp = 5089;
|
|
|
|
public static final int GetSceneAreaReq = 233;
|
|
|
|
public static final int GetSceneAreaRsp = 224;
|
|
|
|
public static final int GetSceneNpcPositionReq = 572;
|
|
|
|
public static final int GetSceneNpcPositionRsp = 555;
|
|
|
|
public static final int GetScenePerformanceReq = 3358;
|
|
|
|
public static final int GetScenePerformanceRsp = 3082;
|
|
|
|
public static final int GetScenePointReq = 234;
|
|
|
|
public static final int GetScenePointRsp = 294;
|
|
|
|
public static final int GetShopReq = 775;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GetShopRsp = 796;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetShopmallDataReq = 755;
|
|
|
|
public static final int GetShopmallDataRsp = 748;
|
|
|
|
public static final int GetSignInRewardReq = 2555;
|
|
|
|
public static final int GetSignInRewardRsp = 2548;
|
|
|
|
public static final int GetWidgetSlotReq = 4270;
|
|
|
|
public static final int GetWidgetSlotRsp = 4283;
|
|
|
|
public static final int GetWorldMpInfoReq = 3105;
|
|
|
|
public static final int GetWorldMpInfoRsp = 3316;
|
|
|
|
public static final int GiveUpRoguelikeDungeonCardReq = 8147;
|
|
|
|
public static final int GiveUpRoguelikeDungeonCardRsp = 8704;
|
|
|
|
public static final int GivingRecordChangeNotify = 117;
|
|
|
|
public static final int GivingRecordNotify = 174;
|
|
|
|
public static final int GmTalkNotify = 26;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int GmTalkReq = 96;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GmTalkRsp = 2;
|
|
|
|
public static final int GrantRewardNotify = 636;
|
|
|
|
public static final int GroupLinkAllNotify = 5778;
|
|
|
|
public static final int GroupLinkChangeNotify = 5758;
|
|
|
|
public static final int GroupLinkDeleteNotify = 5787;
|
|
|
|
public static final int GroupSuiteNotify = 3284;
|
|
|
|
public static final int GroupUnloadNotify = 3322;
|
|
|
|
public static final int GuestBeginEnterSceneNotify = 3099;
|
|
|
|
public static final int GuestPostEnterSceneNotify = 3107;
|
|
|
|
public static final int H5ActivityIdsNotify = 5687;
|
|
|
|
public static final int HideAndSeekPlayerReadyNotify = 5369;
|
|
|
|
public static final int HideAndSeekPlayerSetAvatarNotify = 5310;
|
|
|
|
public static final int HideAndSeekSelectAvatarReq = 5341;
|
|
|
|
public static final int HideAndSeekSelectAvatarRsp = 5353;
|
|
|
|
public static final int HideAndSeekSelectSkillReq = 8721;
|
|
|
|
public static final int HideAndSeekSelectSkillRsp = 8129;
|
|
|
|
public static final int HideAndSeekSetReadyReq = 5356;
|
|
|
|
public static final int HideAndSeekSetReadyRsp = 5363;
|
|
|
|
public static final int HideAndSeekSettleNotify = 5318;
|
|
|
|
public static final int HitClientTrivialNotify = 283;
|
|
|
|
public static final int HitTreeNotify = 3420;
|
|
|
|
public static final int HomeAvatarAllFinishRewardNotify = 4653;
|
|
|
|
public static final int HomeAvatarCostumeChangeNotify = 4577;
|
|
|
|
public static final int HomeAvatarRewardEventGetReq = 4768;
|
|
|
|
public static final int HomeAvatarRewardEventGetRsp = 4895;
|
|
|
|
public static final int HomeAvatarRewardEventNotify = 4829;
|
|
|
|
public static final int HomeAvatarSummonAllEventNotify = 4512;
|
|
|
|
public static final int HomeAvatarSummonEventReq = 4777;
|
|
|
|
public static final int HomeAvatarSummonEventRsp = 4843;
|
|
|
|
public static final int HomeAvatarSummonFinishReq = 4608;
|
|
|
|
public static final int HomeAvatarSummonFinishRsp = 4562;
|
|
|
|
public static final int HomeAvatarTalkFinishInfoNotify = 4735;
|
|
|
|
public static final int HomeAvatarTalkReq = 4883;
|
|
|
|
public static final int HomeAvatarTalkRsp = 4896;
|
|
|
|
public static final int HomeAvtarAllFinishRewardNotify = 4885;
|
|
|
|
public static final int HomeBasicInfoNotify = 4683;
|
|
|
|
public static final int HomeBlockNotify = 4506;
|
|
|
|
public static final int HomeChangeEditModeReq = 4656;
|
|
|
|
public static final int HomeChangeEditModeRsp = 4809;
|
|
|
|
public static final int HomeChangeModuleReq = 4505;
|
|
|
|
public static final int HomeChangeModuleRsp = 4838;
|
|
|
|
public static final int HomeChooseModuleReq = 4892;
|
|
|
|
public static final int HomeChooseModuleRsp = 4658;
|
|
|
|
public static final int HomeComfortInfoNotify = 4580;
|
|
|
|
public static final int HomeCustomFurnitureInfoNotify = 4603;
|
|
|
|
public static final int HomeEditCustomFurnitureReq = 4737;
|
|
|
|
public static final int HomeEditCustomFurnitureRsp = 4551;
|
|
|
|
public static final int HomeFishFarmingInfoNotify = 4865;
|
|
|
|
public static final int HomeGetArrangementInfoReq = 4796;
|
|
|
|
public static final int HomeGetArrangementInfoRsp = 4672;
|
|
|
|
public static final int HomeGetBasicInfoReq = 4806;
|
|
|
|
public static final int HomeGetFishFarmingInfoReq = 4837;
|
|
|
|
public static final int HomeGetFishFarmingInfoRsp = 4722;
|
|
|
|
public static final int HomeGetOnlineStatusReq = 4729;
|
|
|
|
public static final int HomeGetOnlineStatusRsp = 4746;
|
|
|
|
public static final int HomeKickPlayerReq = 4647;
|
|
|
|
public static final int HomeKickPlayerRsp = 4665;
|
|
|
|
public static final int HomeLimitedShopBuyGoodsReq = 4456;
|
|
|
|
public static final int HomeLimitedShopBuyGoodsRsp = 4703;
|
|
|
|
public static final int HomeLimitedShopGoodsListReq = 4719;
|
|
|
|
public static final int HomeLimitedShopGoodsListRsp = 4541;
|
|
|
|
public static final int HomeLimitedShopInfoChangeNotify = 4789;
|
|
|
|
public static final int HomeLimitedShopInfoNotify = 4852;
|
|
|
|
public static final int HomeLimitedShopInfoReq = 4741;
|
|
|
|
public static final int HomeLimitedShopInfoRsp = 4800;
|
|
|
|
public static final int HomeMarkPointNotify = 4465;
|
|
|
|
public static final int HomeModuleSeenReq = 4826;
|
|
|
|
public static final int HomeModuleSeenRsp = 4725;
|
|
|
|
public static final int HomeModuleUnlockNotify = 4682;
|
|
|
|
public static final int HomePlantFieldNotify = 4678;
|
|
|
|
public static final int HomePlantInfoNotify = 4606;
|
|
|
|
public static final int HomePlantInfoReq = 4879;
|
|
|
|
public static final int HomePlantInfoRsp = 4587;
|
|
|
|
public static final int HomePlantSeedReq = 4578;
|
|
|
|
public static final int HomePlantSeedRsp = 4588;
|
|
|
|
public static final int HomePlantWeedReq = 4720;
|
|
|
|
public static final int HomePlantWeedRsp = 4680;
|
|
|
|
public static final int HomePriorCheckNotify = 4568;
|
|
|
|
public static final int HomeResourceNotify = 4867;
|
|
|
|
public static final int HomeResourceTakeFetterExpReq = 4766;
|
|
|
|
public static final int HomeResourceTakeFetterExpRsp = 4548;
|
|
|
|
public static final int HomeResourceTakeHomeCoinReq = 4773;
|
|
|
|
public static final int HomeResourceTakeHomeCoinRsp = 4707;
|
|
|
|
public static final int HomeSceneInitFinishReq = 4497;
|
|
|
|
public static final int HomeSceneInitFinishRsp = 4860;
|
|
|
|
public static final int HomeSceneJumpReq = 4669;
|
|
|
|
public static final int HomeSceneJumpRsp = 4544;
|
|
|
|
public static final int HomeTransferReq = 4460;
|
|
|
|
public static final int HomeTransferRsp = 4489;
|
|
|
|
public static final int HomeUpdateArrangementInfoReq = 4871;
|
|
|
|
public static final int HomeUpdateArrangementInfoRsp = 4771;
|
|
|
|
public static final int HomeUpdateFishFarmingInfoReq = 4609;
|
|
|
|
public static final int HomeUpdateFishFarmingInfoRsp = 4640;
|
|
|
|
public static final int HostPlayerNotify = 302;
|
|
|
|
public static final int HuntingFailNotify = 4303;
|
|
|
|
public static final int HuntingGiveUpReq = 4301;
|
|
|
|
public static final int HuntingGiveUpRsp = 4342;
|
|
|
|
public static final int HuntingOngoingNotify = 4348;
|
|
|
|
public static final int HuntingRevealClueNotify = 4307;
|
|
|
|
public static final int HuntingRevealFinalNotify = 4323;
|
|
|
|
public static final int HuntingStartNotify = 4325;
|
|
|
|
public static final int HuntingSuccessNotify = 4316;
|
|
|
|
public static final int InBattleMechanicusBuildingPointsNotify = 5358;
|
|
|
|
public static final int InBattleMechanicusCardResultNotify = 5334;
|
|
|
|
public static final int InBattleMechanicusConfirmCardNotify = 5321;
|
|
|
|
public static final int InBattleMechanicusConfirmCardReq = 5384;
|
|
|
|
public static final int InBattleMechanicusConfirmCardRsp = 5364;
|
2023-02-08 05:49:28 +03:00
|
|
|
public static final int InBattleMechanicusEscapeMonsterNotify = 5320;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int InBattleMechanicusLeftMonsterNotify = 5348;
|
|
|
|
public static final int InBattleMechanicusPickCardNotify = 5330;
|
|
|
|
public static final int InBattleMechanicusPickCardReq = 5335;
|
|
|
|
public static final int InBattleMechanicusPickCardRsp = 5387;
|
|
|
|
public static final int InBattleMechanicusSettleNotify = 5316;
|
|
|
|
public static final int InteractDailyDungeonInfoNotify = 910;
|
|
|
|
public static final int InterruptGalleryReq = 5521;
|
|
|
|
public static final int InterruptGalleryRsp = 5534;
|
|
|
|
public static final int InvestigationMonsterUpdateNotify = 1924;
|
|
|
|
public static final int ItemAddHintNotify = 655;
|
|
|
|
public static final int ItemCdGroupTimeNotify = 603;
|
|
|
|
public static final int ItemGivingReq = 197;
|
|
|
|
public static final int ItemGivingRsp = 170;
|
|
|
|
public static final int JoinHomeWorldFailNotify = 4600;
|
|
|
|
public static final int JoinPlayerFailNotify = 291;
|
|
|
|
public static final int JoinPlayerSceneReq = 244;
|
|
|
|
public static final int JoinPlayerSceneRsp = 279;
|
|
|
|
public static final int KeepAliveNotify = 75;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int LeaveSceneReq = 296;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int LeaveSceneRsp = 202;
|
|
|
|
public static final int LeaveWorldNotify = 3196;
|
|
|
|
public static final int LevelupCityReq = 274;
|
|
|
|
public static final int LevelupCityRsp = 217;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int LifeStateChangeNotify = 1296;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int LiveEndNotify = 843;
|
|
|
|
public static final int LiveStartNotify = 805;
|
|
|
|
public static final int LoadActivityTerrainNotify = 2032;
|
|
|
|
public static final int LuaEnvironmentEffectNotify = 3456;
|
|
|
|
public static final int LuaSetOptionNotify = 374;
|
|
|
|
public static final int LunaRiteAreaFinishNotify = 8751;
|
|
|
|
public static final int LunaRiteGroupBundleRegisterNotify = 8352;
|
|
|
|
public static final int LunaRiteHintPointRemoveNotify = 8968;
|
|
|
|
public static final int LunaRiteHintPointReq = 8302;
|
|
|
|
public static final int LunaRiteHintPointRsp = 8827;
|
|
|
|
public static final int LunaRiteSacrificeReq = 8448;
|
|
|
|
public static final int LunaRiteSacrificeRsp = 8010;
|
|
|
|
public static final int LunaRiteTakeSacrificeRewardReq = 8871;
|
|
|
|
public static final int LunaRiteTakeSacrificeRewardRsp = 8206;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int MailChangeNotify = 1496;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int MainCoopUpdateNotify = 1958;
|
|
|
|
public static final int MapAreaChangeNotify = 3144;
|
|
|
|
public static final int MarkEntityInMinMapNotify = 269;
|
|
|
|
public static final int MarkMapReq = 3389;
|
|
|
|
public static final int MarkMapRsp = 3239;
|
|
|
|
public static final int MarkNewNotify = 1264;
|
|
|
|
public static final int MarkTargetInvestigationMonsterNotify = 1912;
|
|
|
|
public static final int MassiveEntityElementOpBatchNotify = 392;
|
|
|
|
public static final int MassiveEntityStateChangedNotify = 363;
|
|
|
|
public static final int MaterialDeleteReturnNotify = 623;
|
|
|
|
public static final int MaterialDeleteUpdateNotify = 609;
|
|
|
|
public static final int McoinExchangeHcoinReq = 674;
|
|
|
|
public static final int McoinExchangeHcoinRsp = 617;
|
|
|
|
public static final int MechanicusCandidateTeamCreateReq = 3994;
|
|
|
|
public static final int MechanicusCandidateTeamCreateRsp = 3916;
|
|
|
|
public static final int MechanicusCloseNotify = 3948;
|
|
|
|
public static final int MechanicusCoinNotify = 3972;
|
|
|
|
public static final int MechanicusLevelupGearReq = 3987;
|
|
|
|
public static final int MechanicusLevelupGearRsp = 3930;
|
|
|
|
public static final int MechanicusOpenNotify = 3955;
|
|
|
|
public static final int MechanicusSequenceOpenNotify = 3902;
|
|
|
|
public static final int MechanicusUnlockGearReq = 3958;
|
|
|
|
public static final int MechanicusUnlockGearRsp = 3935;
|
|
|
|
public static final int MeetNpcReq = 558;
|
|
|
|
public static final int MeetNpcRsp = 535;
|
|
|
|
public static final int MetNpcIdListNotify = 548;
|
|
|
|
public static final int MiracleRingDataNotify = 5237;
|
|
|
|
public static final int MiracleRingDeliverItemReq = 5225;
|
|
|
|
public static final int MiracleRingDeliverItemRsp = 5207;
|
|
|
|
public static final int MiracleRingDestroyNotify = 5223;
|
|
|
|
public static final int MiracleRingDropResultNotify = 5239;
|
|
|
|
public static final int MiracleRingTakeRewardReq = 5221;
|
|
|
|
public static final int MiracleRingTakeRewardRsp = 5226;
|
|
|
|
public static final int MistTrialDunegonFailNotify = 8015;
|
|
|
|
public static final int MistTrialGetChallengeMissionReq = 8956;
|
|
|
|
public static final int MistTrialGetChallengeMissionRsp = 8668;
|
|
|
|
public static final int MistTrialSelectAvatarAndEnterDungeonReq = 8665;
|
|
|
|
public static final int MistTrialSelectAvatarAndEnterDungeonRsp = 8645;
|
|
|
|
public static final int MonsterAIConfigHashNotify = 3141;
|
|
|
|
public static final int MonsterAlertChangeNotify = 336;
|
|
|
|
public static final int MonsterForceAlertNotify = 366;
|
|
|
|
public static final int MonsterPointArrayRouteUpdateNotify = 3064;
|
|
|
|
public static final int MonsterSummonTagNotify = 1375;
|
|
|
|
public static final int MpBlockNotify = 1805;
|
|
|
|
public static final int MpPlayGuestReplyInviteReq = 1815;
|
|
|
|
public static final int MpPlayGuestReplyInviteRsp = 1838;
|
|
|
|
public static final int MpPlayGuestReplyNotify = 1849;
|
|
|
|
public static final int MpPlayInviteResultNotify = 1817;
|
|
|
|
public static final int MpPlayOwnerCheckReq = 1835;
|
|
|
|
public static final int MpPlayOwnerCheckRsp = 1831;
|
|
|
|
public static final int MpPlayOwnerInviteNotify = 1843;
|
|
|
|
public static final int MpPlayOwnerStartInviteReq = 1810;
|
|
|
|
public static final int MpPlayOwnerStartInviteRsp = 1813;
|
|
|
|
public static final int MpPlayPrepareInterruptNotify = 1809;
|
|
|
|
public static final int MpPlayPrepareNotify = 1847;
|
|
|
|
public static final int MultistagePlayEndNotify = 5337;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int MultistagePlayFinishStageReq = 5396;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int MultistagePlayFinishStageRsp = 5394;
|
|
|
|
public static final int MultistagePlayInfoNotify = 5375;
|
|
|
|
public static final int MultistagePlaySettleNotify = 5308;
|
|
|
|
public static final int MultistagePlayStageEndNotify = 5354;
|
|
|
|
public static final int GetUgcRsp = 6308;
|
2022-11-10 17:07:19 +03:00
|
|
|
public static final int MusicGameGetBeatmapRsp = 6309;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int MusicGameSettleReq = 8397;
|
|
|
|
public static final int MusicGameSettleRsp = 8828;
|
|
|
|
public static final int MusicGameStartReq = 8583;
|
|
|
|
public static final int MusicGameStartRsp = 8290;
|
2022-11-10 17:07:19 +03:00
|
|
|
public static final int MusicGameCreateBeatmapRsp = 6347;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetUgcReq = 6328;
|
2022-11-10 17:07:19 +03:00
|
|
|
public static final int MusicGameSearchBeatmapRsp = 6304;
|
|
|
|
public static final int MusicGameSearchBeatmapReq = 6343;
|
|
|
|
public static final int MusicGameStartToPlayOthersBeatmapReq = 6302;
|
|
|
|
public static final int MusicGameStartToPlayOthersBeatmapRsp = 6313;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int NavMeshStatsNotify = 2374;
|
|
|
|
public static final int NormalUidOpNotify = 5728;
|
|
|
|
public static final int NpcTalkReq = 575;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int NpcTalkRsp = 596;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int ObstacleModifyNotify = 2302;
|
|
|
|
public static final int OfferingInteractReq = 2904;
|
|
|
|
public static final int OfferingInteractRsp = 2919;
|
2022-12-07 07:34:40 +03:00
|
|
|
public static final int OneofGatherPointDetectorDataNotify = 4297;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int OpActivityDataNotify = 5102;
|
|
|
|
public static final int OpActivityStateNotify = 2575;
|
|
|
|
public static final int OpActivityUpdateNotify = 5172;
|
|
|
|
public static final int OpenBlossomCircleCampGuideNotify = 2758;
|
|
|
|
public static final int OpenStateChangeNotify = 176;
|
|
|
|
public static final int OpenStateUpdateNotify = 131;
|
|
|
|
public static final int OrderDisplayNotify = 4139;
|
|
|
|
public static final int OrderFinishNotify = 4137;
|
|
|
|
public static final int OtherPlayerEnterHomeNotify = 4898;
|
|
|
|
public static final int PSNBlackListNotify = 4097;
|
|
|
|
public static final int PSNFriendListNotify = 4017;
|
|
|
|
public static final int PSPlayerApplyEnterMpReq = 1801;
|
|
|
|
public static final int PSPlayerApplyEnterMpRsp = 1842;
|
|
|
|
public static final int PathfindingEnterSceneReq = 2355;
|
|
|
|
public static final int PathfindingEnterSceneRsp = 2348;
|
|
|
|
public static final int PathfindingPingNotify = 2372;
|
|
|
|
public static final int PersonalLineAllDataReq = 498;
|
|
|
|
public static final int PersonalLineAllDataRsp = 446;
|
|
|
|
public static final int PersonalLineNewUnlockNotify = 412;
|
|
|
|
public static final int PersonalSceneJumpReq = 219;
|
|
|
|
public static final int PersonalSceneJumpRsp = 289;
|
|
|
|
public static final int PingReq = 55;
|
|
|
|
public static final int PingRsp = 48;
|
|
|
|
public static final int PlantFlowerAcceptAllGiveFlowerReq = 8493;
|
|
|
|
public static final int PlantFlowerAcceptAllGiveFlowerRsp = 8859;
|
|
|
|
public static final int PlantFlowerAcceptGiveFlowerReq = 8705;
|
|
|
|
public static final int PlantFlowerAcceptGiveFlowerRsp = 8540;
|
|
|
|
public static final int PlantFlowerEditFlowerCombinationReq = 8104;
|
|
|
|
public static final int PlantFlowerEditFlowerCombinationRsp = 8215;
|
|
|
|
public static final int PlantFlowerGetCanGiveFriendFlowerReq = 8429;
|
|
|
|
public static final int PlantFlowerGetCanGiveFriendFlowerRsp = 8596;
|
|
|
|
public static final int PlantFlowerGetFriendFlowerWishListReq = 8357;
|
|
|
|
public static final int PlantFlowerGetFriendFlowerWishListRsp = 8419;
|
|
|
|
public static final int PlantFlowerGetRecvFlowerListReq = 8335;
|
|
|
|
public static final int PlantFlowerGetRecvFlowerListRsp = 8051;
|
|
|
|
public static final int PlantFlowerGetSeedInfoReq = 8216;
|
|
|
|
public static final int PlantFlowerGetSeedInfoRsp = 8426;
|
|
|
|
public static final int PlantFlowerGiveFriendFlowerReq = 8164;
|
|
|
|
public static final int PlantFlowerGiveFriendFlowerRsp = 8910;
|
|
|
|
public static final int PlantFlowerHaveRecvFlowerNotify = 8833;
|
|
|
|
public static final int PlantFlowerSetFlowerWishReq = 8024;
|
|
|
|
public static final int PlantFlowerSetFlowerWishRsp = 8086;
|
|
|
|
public static final int PlantFlowerTakeSeedRewardReq = 8749;
|
|
|
|
public static final int PlantFlowerTakeSeedRewardRsp = 8268;
|
|
|
|
public static final int PlatformChangeRouteNotify = 201;
|
|
|
|
public static final int PlatformStartRouteNotify = 270;
|
|
|
|
public static final int PlatformStopRouteNotify = 261;
|
|
|
|
public static final int PlayerAllowEnterMpAfterAgreeMatchNotify = 4166;
|
|
|
|
public static final int PlayerApplyEnterHomeNotify = 4495;
|
|
|
|
public static final int PlayerApplyEnterHomeResultNotify = 4694;
|
|
|
|
public static final int PlayerApplyEnterHomeResultReq = 4617;
|
|
|
|
public static final int PlayerApplyEnterHomeResultRsp = 4561;
|
|
|
|
public static final int PlayerApplyEnterMpAfterMatchAgreedNotify = 4198;
|
|
|
|
public static final int PlayerApplyEnterMpNotify = 1828;
|
|
|
|
public static final int PlayerApplyEnterMpReq = 1808;
|
|
|
|
public static final int PlayerApplyEnterMpResultNotify = 1821;
|
|
|
|
public static final int PlayerApplyEnterMpResultReq = 1826;
|
|
|
|
public static final int PlayerApplyEnterMpResultRsp = 1839;
|
|
|
|
public static final int PlayerApplyEnterMpRsp = 1837;
|
|
|
|
public static final int PlayerCancelMatchReq = 4171;
|
|
|
|
public static final int PlayerCancelMatchRsp = 4176;
|
|
|
|
public static final int PlayerChatCDNotify = 3227;
|
|
|
|
public static final int PlayerChatNotify = 3254;
|
|
|
|
public static final int PlayerChatReq = 3359;
|
|
|
|
public static final int PlayerChatRsp = 3369;
|
|
|
|
public static final int PlayerCompoundMaterialReq = 142;
|
|
|
|
public static final int PlayerCompoundMaterialRsp = 107;
|
|
|
|
public static final int PlayerConfirmMatchReq = 4157;
|
|
|
|
public static final int PlayerConfirmMatchRsp = 4173;
|
|
|
|
public static final int PlayerCookArgsReq = 161;
|
|
|
|
public static final int PlayerCookArgsRsp = 101;
|
|
|
|
public static final int PlayerCookReq = 126;
|
|
|
|
public static final int PlayerCookRsp = 120;
|
|
|
|
public static final int PlayerDataNotify = 135;
|
|
|
|
public static final int PlayerEnterDungeonReq = 902;
|
|
|
|
public static final int PlayerEnterDungeonRsp = 972;
|
|
|
|
public static final int PlayerEnterSceneInfoNotify = 247;
|
|
|
|
public static final int PlayerEnterSceneNotify = 275;
|
|
|
|
public static final int PlayerEyePointStateNotify = 3327;
|
|
|
|
public static final int PlayerFishingDataNotify = 5843;
|
|
|
|
public static final int PlayerForceExitReq = 160;
|
|
|
|
public static final int PlayerForceExitRsp = 140;
|
|
|
|
public static final int PlayerGameTimeNotify = 184;
|
|
|
|
public static final int PlayerGeneralMatchConfirmNotify = 4192;
|
|
|
|
public static final int PlayerGeneralMatchDismissNotify = 4151;
|
|
|
|
public static final int PlayerGetForceQuitBanInfoReq = 4185;
|
|
|
|
public static final int PlayerGetForceQuitBanInfoRsp = 4181;
|
|
|
|
public static final int PlayerHomeCompInfoNotify = 4769;
|
|
|
|
public static final int PlayerInjectFixNotify = 178;
|
|
|
|
public static final int PlayerInvestigationAllInfoNotify = 1919;
|
|
|
|
public static final int PlayerInvestigationNotify = 1909;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int PlayerInvestigationTargetNotify = 1927;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int PlayerLevelRewardUpdateNotify = 109;
|
|
|
|
public static final int PlayerLoginReq = 102;
|
|
|
|
public static final int PlayerLoginRsp = 172;
|
|
|
|
public static final int PlayerLogoutNotify = 158;
|
|
|
|
public static final int PlayerLogoutReq = 155;
|
|
|
|
public static final int PlayerLogoutRsp = 148;
|
|
|
|
public static final int PlayerLuaShellNotify = 115;
|
|
|
|
public static final int PlayerMatchAgreedResultNotify = 4153;
|
|
|
|
public static final int PlayerMatchInfoNotify = 4187;
|
|
|
|
public static final int PlayerMatchStopNotify = 4189;
|
|
|
|
public static final int PlayerMatchSuccNotify = 4175;
|
|
|
|
public static final int PlayerOfferingDataNotify = 2924;
|
|
|
|
public static final int PlayerOfferingReq = 2921;
|
|
|
|
public static final int PlayerOfferingRsp = 2916;
|
|
|
|
public static final int PlayerPreEnterMpNotify = 1807;
|
|
|
|
public static final int PlayerPropChangeNotify = 188;
|
|
|
|
public static final int PlayerPropChangeReasonNotify = 1230;
|
|
|
|
public static final int PlayerPropNotify = 164;
|
|
|
|
public static final int PlayerQuitDungeonReq = 955;
|
|
|
|
public static final int PlayerQuitDungeonRsp = 948;
|
|
|
|
public static final int PlayerQuitFromHomeNotify = 4605;
|
|
|
|
public static final int PlayerQuitFromMpNotify = 1825;
|
|
|
|
public static final int PlayerRandomCookReq = 105;
|
|
|
|
public static final int PlayerRandomCookRsp = 136;
|
|
|
|
public static final int PlayerRechargeDataNotify = 4126;
|
|
|
|
public static final int PlayerReportReq = 4071;
|
|
|
|
public static final int PlayerReportRsp = 4049;
|
|
|
|
public static final int PlayerRoutineDataNotify = 3528;
|
|
|
|
public static final int PlayerSetLanguageReq = 112;
|
|
|
|
public static final int PlayerSetLanguageRsp = 141;
|
|
|
|
public static final int PlayerSetOnlyMPWithPSPlayerReq = 1803;
|
|
|
|
public static final int PlayerSetOnlyMPWithPSPlayerRsp = 1848;
|
|
|
|
public static final int PlayerSetPauseReq = 171;
|
|
|
|
public static final int PlayerSetPauseRsp = 149;
|
|
|
|
public static final int PlayerStartMatchReq = 4178;
|
|
|
|
public static final int PlayerStartMatchRsp = 4158;
|
|
|
|
public static final int PlayerStoreNotify = 675;
|
|
|
|
public static final int PlayerTimeNotify = 111;
|
|
|
|
public static final int PlayerWorldSceneInfoListNotify = 3422;
|
|
|
|
public static final int PostEnterSceneReq = 3242;
|
|
|
|
public static final int PostEnterSceneRsp = 3474;
|
|
|
|
public static final int PrivateChatNotify = 4952;
|
|
|
|
public static final int PrivateChatReq = 5025;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int PrivateChatRsp = 5046;
|
2022-11-10 17:07:19 +03:00
|
|
|
public static final int PrivateChatSetSequenceReq = 4985;
|
|
|
|
public static final int PrivateChatSetSequenceRsp = 4957;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int ProfilePictureChangeNotify = 4074;
|
|
|
|
public static final int ProjectorOptionReq = 836;
|
|
|
|
public static final int ProjectorOptionRsp = 866;
|
|
|
|
public static final int ProudSkillChangeNotify = 1084;
|
|
|
|
public static final int ProudSkillExtraLevelNotify = 1094;
|
|
|
|
public static final int ProudSkillUpgradeReq = 1087;
|
|
|
|
public static final int ProudSkillUpgradeRsp = 1030;
|
|
|
|
public static final int PullPrivateChatReq = 4998;
|
|
|
|
public static final int PullPrivateChatRsp = 5008;
|
|
|
|
public static final int PullRecentChatReq = 4985;
|
|
|
|
public static final int PullRecentChatRsp = 5037;
|
|
|
|
public static final int PushTipsAllDataNotify = 2206;
|
|
|
|
public static final int PushTipsChangeNotify = 2233;
|
|
|
|
public static final int PushTipsReadFinishReq = 2224;
|
|
|
|
public static final int PushTipsReadFinishRsp = 2231;
|
|
|
|
public static final int QueryCodexMonsterBeKilledNumReq = 4208;
|
|
|
|
public static final int QueryCodexMonsterBeKilledNumRsp = 4210;
|
|
|
|
public static final int QueryPathReq = 2375;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int QueryPathRsp = 2396;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int QuestCreateEntityReq = 430;
|
|
|
|
public static final int QuestCreateEntityRsp = 484;
|
|
|
|
public static final int QuestDelNotify = 402;
|
|
|
|
public static final int QuestDestroyEntityReq = 464;
|
|
|
|
public static final int QuestDestroyEntityRsp = 421;
|
|
|
|
public static final int QuestDestroyNpcReq = 406;
|
|
|
|
public static final int QuestDestroyNpcRsp = 433;
|
|
|
|
public static final int QuestGlobalVarNotify = 403;
|
|
|
|
public static final int QuestListNotify = 475;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int QuestListUpdateNotify = 496;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int QuestProgressUpdateNotify = 428;
|
|
|
|
public static final int QuestTransmitReq = 442;
|
|
|
|
public static final int QuestTransmitRsp = 407;
|
|
|
|
public static final int QuestUpdateQuestTimeVarNotify = 449;
|
|
|
|
public static final int QuestUpdateQuestVarNotify = 468;
|
|
|
|
public static final int QuestUpdateQuestVarReq = 438;
|
|
|
|
public static final int QuestUpdateQuestVarRsp = 488;
|
|
|
|
public static final int QuickUseWidgetReq = 4266;
|
|
|
|
public static final int QuickUseWidgetRsp = 4253;
|
|
|
|
public static final int ReadMailNotify = 1402;
|
|
|
|
public static final int ReadPrivateChatReq = 4980;
|
|
|
|
public static final int ReadPrivateChatRsp = 5034;
|
|
|
|
public static final int ReceivedTrialAvatarActivityRewardReq = 2068;
|
|
|
|
public static final int ReceivedTrialAvatarActivityRewardRsp = 2116;
|
|
|
|
public static final int RechargeReq = 4128;
|
|
|
|
public static final int RechargeRsp = 4108;
|
|
|
|
public static final int RedeemLegendaryKeyReq = 480;
|
|
|
|
public static final int RedeemLegendaryKeyRsp = 459;
|
|
|
|
public static final int RefreshBackgroundAvatarReq = 1738;
|
|
|
|
public static final int RefreshBackgroundAvatarRsp = 1657;
|
|
|
|
public static final int RefreshRoguelikeDungeonCardReq = 8889;
|
|
|
|
public static final int RefreshRoguelikeDungeonCardRsp = 8479;
|
|
|
|
public static final int RegionSearchChangeRegionNotify = 5608;
|
|
|
|
public static final int RegionSearchNotify = 5628;
|
|
|
|
public static final int ReliquaryDecomposeReq = 699;
|
|
|
|
public static final int ReliquaryDecomposeRsp = 632;
|
|
|
|
public static final int ReliquaryPromoteReq = 676;
|
|
|
|
public static final int ReliquaryPromoteRsp = 626;
|
|
|
|
public static final int ReliquaryUpgradeReq = 624;
|
|
|
|
public static final int ReliquaryUpgradeRsp = 631;
|
|
|
|
public static final int RemoveBlacklistReq = 4036;
|
|
|
|
public static final int RemoveBlacklistRsp = 4066;
|
|
|
|
public static final int RemoveRandTaskInfoNotify = 123;
|
|
|
|
public static final int ReportFightAntiCheatNotify = 301;
|
|
|
|
public static final int ReportTrackingIOInfoNotify = 4125;
|
|
|
|
public static final int RequestLiveInfoReq = 826;
|
|
|
|
public static final int RequestLiveInfoRsp = 820;
|
|
|
|
public static final int ResinCardDataUpdateNotify = 4116;
|
|
|
|
public static final int ResinChangeNotify = 612;
|
|
|
|
public static final int RestartEffigyChallengeReq = 2199;
|
|
|
|
public static final int RestartEffigyChallengeRsp = 2160;
|
|
|
|
public static final int ReunionActivateNotify = 5093;
|
|
|
|
public static final int ReunionBriefInfoReq = 5078;
|
|
|
|
public static final int ReunionBriefInfoRsp = 5058;
|
|
|
|
public static final int ReunionDailyRefreshNotify = 5088;
|
|
|
|
public static final int ReunionPrivilegeChangeNotify = 5065;
|
|
|
|
public static final int ReunionSettleNotify = 5063;
|
|
|
|
public static final int RobotPushPlayerDataNotify = 34;
|
|
|
|
public static final int RogueCellUpdateNotify = 8723;
|
|
|
|
public static final int RogueDungeonPlayerCellChangeNotify = 8475;
|
|
|
|
public static final int RogueHealAvatarsReq = 8077;
|
|
|
|
public static final int RogueHealAvatarsRsp = 8037;
|
|
|
|
public static final int RogueResumeDungeonReq = 8182;
|
|
|
|
public static final int RogueResumeDungeonRsp = 8267;
|
|
|
|
public static final int RogueSwitchAvatarReq = 8787;
|
|
|
|
public static final int RogueSwitchAvatarRsp = 8792;
|
|
|
|
public static final int RoguelikeCardGachaNotify = 8541;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int RoguelikeEffectDataNotify = 8729;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int RoguelikeEffectViewReq = 8105;
|
|
|
|
public static final int RoguelikeEffectViewRsp = 8770;
|
|
|
|
public static final int RoguelikeGiveUpReq = 8671;
|
|
|
|
public static final int RoguelikeGiveUpRsp = 8304;
|
|
|
|
public static final int RoguelikeMistClearNotify = 8708;
|
|
|
|
public static final int RoguelikeRefreshCardCostUpdateNotify = 8875;
|
|
|
|
public static final int RoguelikeResourceBonusPropUpdateNotify = 8700;
|
|
|
|
public static final int RoguelikeRuneRecordUpdateNotify = 8615;
|
|
|
|
public static final int RoguelikeSelectAvatarAndEnterDungeonReq = 8231;
|
|
|
|
public static final int RoguelikeSelectAvatarAndEnterDungeonRsp = 8436;
|
|
|
|
public static final int RoguelikeTakeStageFirstPassRewardReq = 8289;
|
|
|
|
public static final int RoguelikeTakeStageFirstPassRewardRsp = 8551;
|
|
|
|
public static final int SalesmanDeliverItemReq = 2172;
|
|
|
|
public static final int SalesmanDeliverItemRsp = 2140;
|
|
|
|
public static final int SalesmanTakeRewardReq = 2046;
|
|
|
|
public static final int SalesmanTakeRewardRsp = 2119;
|
|
|
|
public static final int SalesmanTakeSpecialRewardReq = 2129;
|
|
|
|
public static final int SalesmanTakeSpecialRewardRsp = 2137;
|
|
|
|
public static final int SaveCoopDialogReq = 1988;
|
|
|
|
public static final int SaveCoopDialogRsp = 1999;
|
|
|
|
public static final int SaveMainCoopReq = 1987;
|
|
|
|
public static final int SaveMainCoopRsp = 1971;
|
|
|
|
public static final int SceneAreaUnlockNotify = 231;
|
|
|
|
public static final int SceneAreaWeatherNotify = 241;
|
|
|
|
public static final int SceneAudioNotify = 3143;
|
|
|
|
public static final int SceneAvatarStaminaStepReq = 230;
|
|
|
|
public static final int SceneAvatarStaminaStepRsp = 284;
|
|
|
|
public static final int SceneCreateEntityReq = 220;
|
|
|
|
public static final int SceneCreateEntityRsp = 205;
|
|
|
|
public static final int SceneDataNotify = 3321;
|
|
|
|
public static final int SceneDestroyEntityReq = 236;
|
|
|
|
public static final int SceneDestroyEntityRsp = 266;
|
|
|
|
public static final int SceneEntitiesMoveCombineNotify = 3050;
|
|
|
|
public static final int SceneEntitiesMovesReq = 254;
|
|
|
|
public static final int SceneEntitiesMovesRsp = 237;
|
|
|
|
public static final int SceneEntityAppearNotify = 248;
|
|
|
|
public static final int SceneEntityDisappearNotify = 258;
|
|
|
|
public static final int SceneEntityDrownReq = 276;
|
|
|
|
public static final int SceneEntityDrownRsp = 226;
|
|
|
|
public static final int SceneEntityMoveNotify = 264;
|
|
|
|
public static final int SceneEntityMoveReq = 235;
|
|
|
|
public static final int SceneEntityMoveRsp = 287;
|
|
|
|
public static final int SceneEntityUpdateNotify = 3388;
|
|
|
|
public static final int SceneForceLockNotify = 203;
|
|
|
|
public static final int SceneForceUnlockNotify = 243;
|
|
|
|
public static final int SceneGalleryInfoNotify = 5594;
|
|
|
|
public static final int SceneInitFinishReq = 272;
|
|
|
|
public static final int SceneInitFinishRsp = 255;
|
|
|
|
public static final int SceneKickPlayerNotify = 232;
|
|
|
|
public static final int SceneKickPlayerReq = 290;
|
|
|
|
public static final int SceneKickPlayerRsp = 299;
|
|
|
|
public static final int ScenePlayBattleInfoListNotify = 4444;
|
|
|
|
public static final int ScenePlayBattleInfoNotify = 4425;
|
|
|
|
public static final int ScenePlayBattleInterruptNotify = 4414;
|
|
|
|
public static final int ScenePlayBattleResultNotify = 4371;
|
|
|
|
public static final int ScenePlayBattleUidOpNotify = 4384;
|
|
|
|
public static final int ScenePlayGuestReplyInviteReq = 4408;
|
|
|
|
public static final int ScenePlayGuestReplyInviteRsp = 4385;
|
|
|
|
public static final int ScenePlayGuestReplyNotify = 4437;
|
|
|
|
public static final int ScenePlayInfoListNotify = 4434;
|
|
|
|
public static final int ScenePlayInviteResultNotify = 4380;
|
|
|
|
public static final int ScenePlayOutofRegionNotify = 4366;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int ScenePlayOwnerCheckReq = 4446;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int ScenePlayOwnerCheckRsp = 4352;
|
|
|
|
public static final int ScenePlayOwnerInviteNotify = 4398;
|
|
|
|
public static final int ScenePlayOwnerStartInviteReq = 4422;
|
|
|
|
public static final int ScenePlayOwnerStartInviteRsp = 4405;
|
|
|
|
public static final int ScenePlayerInfoNotify = 253;
|
|
|
|
public static final int ScenePlayerLocationNotify = 221;
|
|
|
|
public static final int ScenePlayerSoundNotify = 215;
|
|
|
|
public static final int ScenePointUnlockNotify = 238;
|
|
|
|
public static final int SceneRouteChangeNotify = 297;
|
|
|
|
public static final int SceneTeamUpdateNotify = 1652;
|
|
|
|
public static final int SceneTimeNotify = 245;
|
|
|
|
public static final int SceneTransToPointReq = 288;
|
|
|
|
public static final int SceneTransToPointRsp = 268;
|
|
|
|
public static final int SceneWeatherForcastReq = 3283;
|
|
|
|
public static final int SceneWeatherForcastRsp = 3037;
|
|
|
|
public static final int SeaLampCoinNotify = 2127;
|
|
|
|
public static final int SeaLampContributeItemReq = 2004;
|
|
|
|
public static final int SeaLampContributeItemRsp = 2154;
|
|
|
|
public static final int SeaLampFlyLampNotify = 2003;
|
|
|
|
public static final int SeaLampFlyLampReq = 2144;
|
|
|
|
public static final int SeaLampFlyLampRsp = 2150;
|
|
|
|
public static final int SeaLampPopularityNotify = 2151;
|
|
|
|
public static final int SeaLampTakeContributionRewardReq = 2118;
|
|
|
|
public static final int SeaLampTakeContributionRewardRsp = 2023;
|
|
|
|
public static final int SeaLampTakePhaseRewardReq = 2018;
|
|
|
|
public static final int SeaLampTakePhaseRewardRsp = 2079;
|
|
|
|
public static final int SealBattleBeginNotify = 260;
|
|
|
|
public static final int SealBattleEndNotify = 240;
|
|
|
|
public static final int SealBattleProgressNotify = 278;
|
|
|
|
public static final int SeeMonsterReq = 267;
|
|
|
|
public static final int SeeMonsterRsp = 295;
|
|
|
|
public static final int SelectAsterMidDifficultyReq = 2047;
|
|
|
|
public static final int SelectAsterMidDifficultyRsp = 2010;
|
|
|
|
public static final int SelectEffigyChallengeConditionReq = 2074;
|
|
|
|
public static final int SelectEffigyChallengeConditionRsp = 2126;
|
|
|
|
public static final int SelectRoguelikeDungeonCardReq = 8701;
|
|
|
|
public static final int SelectRoguelikeDungeonCardRsp = 8633;
|
|
|
|
public static final int SelectWorktopOptionReq = 855;
|
|
|
|
public static final int SelectWorktopOptionRsp = 848;
|
|
|
|
public static final int ServerAnnounceNotify = 2050;
|
|
|
|
public static final int ServerAnnounceRevokeNotify = 2142;
|
|
|
|
public static final int ServerBuffChangeNotify = 323;
|
|
|
|
public static final int ServerCondMeetQuestListUpdateNotify = 443;
|
|
|
|
public static final int ServerDisconnectClientNotify = 119;
|
|
|
|
public static final int ServerGlobalValueChangeNotify = 1134;
|
|
|
|
public static final int ServerLogNotify = 84;
|
|
|
|
public static final int ServerMessageNotify = 5708;
|
|
|
|
public static final int ServerTimeNotify = 30;
|
|
|
|
public static final int ServerUpdateGlobalValueNotify = 1121;
|
|
|
|
public static final int SetBattlePassViewedReq = 2601;
|
|
|
|
public static final int SetBattlePassViewedRsp = 2642;
|
|
|
|
public static final int SetChatEmojiCollectionReq = 4019;
|
|
|
|
public static final int SetChatEmojiCollectionRsp = 4089;
|
|
|
|
public static final int SetCoopChapterViewedReq = 1967;
|
|
|
|
public static final int SetCoopChapterViewedRsp = 1959;
|
|
|
|
public static final int SetCurExpeditionChallengeIdReq = 2106;
|
|
|
|
public static final int SetCurExpeditionChallengeIdRsp = 2186;
|
|
|
|
public static final int SetEntityClientDataNotify = 3172;
|
|
|
|
public static final int SetEquipLockStateReq = 661;
|
|
|
|
public static final int SetEquipLockStateRsp = 601;
|
|
|
|
public static final int SetFriendEnterHomeOptionReq = 4847;
|
|
|
|
public static final int SetFriendEnterHomeOptionRsp = 4516;
|
|
|
|
public static final int SetFriendRemarkNameReq = 4012;
|
|
|
|
public static final int SetFriendRemarkNameRsp = 4041;
|
|
|
|
public static final int SetH5ActivityRedDotTimestampReq = 5671;
|
|
|
|
public static final int SetH5ActivityRedDotTimestampRsp = 5676;
|
|
|
|
public static final int SetIsAutoUnlockSpecificEquipReq = 679;
|
|
|
|
public static final int SetIsAutoUnlockSpecificEquipRsp = 690;
|
|
|
|
public static final int SetLimitOptimizationNotify = 8557;
|
|
|
|
public static final int SetNameCardReq = 4024;
|
|
|
|
public static final int SetNameCardRsp = 4031;
|
|
|
|
public static final int SetOpenStateReq = 133;
|
|
|
|
public static final int SetOpenStateRsp = 124;
|
|
|
|
public static final int SetPlayerBirthdayReq = 4021;
|
|
|
|
public static final int SetPlayerBirthdayRsp = 4034;
|
|
|
|
public static final int SetPlayerBornDataReq = 116;
|
|
|
|
public static final int SetPlayerBornDataRsp = 128;
|
|
|
|
public static final int SetPlayerHeadImageReq = 4028;
|
|
|
|
public static final int SetPlayerHeadImageRsp = 4038;
|
|
|
|
public static final int SetPlayerNameReq = 168;
|
|
|
|
public static final int SetPlayerNameRsp = 106;
|
|
|
|
public static final int SetPlayerPropReq = 134;
|
|
|
|
public static final int SetPlayerPropRsp = 194;
|
|
|
|
public static final int SetPlayerSignatureReq = 4094;
|
|
|
|
public static final int SetPlayerSignatureRsp = 4016;
|
|
|
|
public static final int SetSceneWeatherAreaReq = 265;
|
|
|
|
public static final int SetSceneWeatherAreaRsp = 229;
|
|
|
|
public static final int SetUpAvatarTeamReq = 1666;
|
|
|
|
public static final int SetUpAvatarTeamRsp = 1613;
|
|
|
|
public static final int SetUpLunchBoxWidgetReq = 4257;
|
|
|
|
public static final int SetUpLunchBoxWidgetRsp = 4273;
|
|
|
|
public static final int SetWidgetSlotReq = 4300;
|
|
|
|
public static final int SetWidgetSlotRsp = 4286;
|
|
|
|
public static final int ShowClientGuideNotify = 3399;
|
|
|
|
public static final int ShowClientTutorialNotify = 3113;
|
|
|
|
public static final int ShowCommonTipsNotify = 3479;
|
|
|
|
public static final int ShowMessageNotify = 72;
|
|
|
|
public static final int ShowTemplateReminderNotify = 3042;
|
|
|
|
public static final int SignInInfoReq = 2502;
|
|
|
|
public static final int SignInInfoRsp = 2572;
|
|
|
|
public static final int SocialDataNotify = 4007;
|
|
|
|
public static final int SpringUseReq = 1799;
|
|
|
|
public static final int SpringUseRsp = 1760;
|
|
|
|
public static final int StartArenaChallengeLevelReq = 2173;
|
|
|
|
public static final int StartArenaChallengeLevelRsp = 2075;
|
|
|
|
public static final int StartBuoyantCombatGalleryReq = 8385;
|
|
|
|
public static final int StartBuoyantCombatGalleryRsp = 8774;
|
|
|
|
public static final int StartCoopPointReq = 1992;
|
|
|
|
public static final int StartCoopPointRsp = 1985;
|
|
|
|
public static final int StartEffigyChallengeReq = 2158;
|
|
|
|
public static final int StartEffigyChallengeRsp = 2101;
|
|
|
|
public static final int StartFishingReq = 5837;
|
|
|
|
public static final int StartFishingRsp = 5821;
|
|
|
|
public static final int StartRogueEliteCellChallengeReq = 8527;
|
|
|
|
public static final int StartRogueEliteCellChallengeRsp = 8515;
|
|
|
|
public static final int StartRogueNormalCellChallengeReq = 8292;
|
|
|
|
public static final int StartRogueNormalCellChallengeRsp = 8143;
|
|
|
|
public static final int StoreItemChangeNotify = 602;
|
|
|
|
public static final int StoreItemDelNotify = 672;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int StoreWeightLimitNotify = 696;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int SummerTimeFloatSignalPositionNotify = 8259;
|
|
|
|
public static final int SummerTimeFloatSignalUpdateNotify = 8915;
|
|
|
|
public static final int SummerTimeSprintBoatRestartReq = 8170;
|
|
|
|
public static final int SummerTimeSprintBoatRestartRsp = 8679;
|
|
|
|
public static final int SummerTimeSprintBoatSettleNotify = 8942;
|
|
|
|
public static final int SumoDungeonSettleNotify = 8606;
|
|
|
|
public static final int SumoEnterDungeonNotify = 8412;
|
|
|
|
public static final int SumoLeaveDungeonNotify = 8521;
|
|
|
|
public static final int SumoRestartDungeonReq = 8150;
|
|
|
|
public static final int SumoRestartDungeonRsp = 8743;
|
|
|
|
public static final int SumoSaveTeamReq = 8991;
|
|
|
|
public static final int SumoSaveTeamRsp = 8514;
|
|
|
|
public static final int SumoSelectTeamAndEnterDungeonReq = 8326;
|
|
|
|
public static final int SumoSelectTeamAndEnterDungeonRsp = 8398;
|
|
|
|
public static final int SumoSetNoSwitchPunishTimeNotify = 8408;
|
|
|
|
public static final int SumoSwitchTeamReq = 8219;
|
|
|
|
public static final int SumoSwitchTeamRsp = 8940;
|
|
|
|
public static final int SyncScenePlayTeamEntityNotify = 3492;
|
|
|
|
public static final int SyncTeamEntityNotify = 318;
|
|
|
|
public static final int TakeAchievementGoalRewardReq = 2676;
|
|
|
|
public static final int TakeAchievementGoalRewardRsp = 2689;
|
|
|
|
public static final int TakeAchievementRewardReq = 2687;
|
|
|
|
public static final int TakeAchievementRewardRsp = 2671;
|
|
|
|
public static final int TakeAsterSpecialRewardReq = 2063;
|
|
|
|
public static final int TakeAsterSpecialRewardRsp = 2039;
|
|
|
|
public static final int TakeBattlePassMissionPointReq = 2625;
|
|
|
|
public static final int TakeBattlePassMissionPointRsp = 2607;
|
|
|
|
public static final int TakeBattlePassRewardReq = 2626;
|
|
|
|
public static final int TakeBattlePassRewardRsp = 2639;
|
|
|
|
public static final int TakeCityReputationExploreRewardReq = 2834;
|
|
|
|
public static final int TakeCityReputationExploreRewardRsp = 2894;
|
|
|
|
public static final int TakeCityReputationLevelRewardReq = 2802;
|
|
|
|
public static final int TakeCityReputationLevelRewardRsp = 2872;
|
|
|
|
public static final int TakeCityReputationParentQuestReq = 2848;
|
|
|
|
public static final int TakeCityReputationParentQuestRsp = 2858;
|
|
|
|
public static final int TakeCompoundOutputReq = 198;
|
|
|
|
public static final int TakeCompoundOutputRsp = 146;
|
|
|
|
public static final int TakeCoopRewardReq = 1963;
|
|
|
|
public static final int TakeCoopRewardRsp = 1993;
|
|
|
|
public static final int TakeDeliveryDailyRewardReq = 2024;
|
|
|
|
public static final int TakeDeliveryDailyRewardRsp = 2110;
|
|
|
|
public static final int TakeEffigyFirstPassRewardReq = 2189;
|
|
|
|
public static final int TakeEffigyFirstPassRewardRsp = 2084;
|
|
|
|
public static final int TakeEffigyRewardReq = 2090;
|
|
|
|
public static final int TakeEffigyRewardRsp = 2165;
|
|
|
|
public static final int TakeFirstShareRewardReq = 4098;
|
|
|
|
public static final int TakeFirstShareRewardRsp = 4046;
|
|
|
|
public static final int TakeFurnitureMakeReq = 4671;
|
|
|
|
public static final int TakeFurnitureMakeRsp = 4887;
|
|
|
|
public static final int TakeHuntingOfferReq = 4328;
|
|
|
|
public static final int TakeHuntingOfferRsp = 4308;
|
|
|
|
public static final int TakeInvestigationRewardReq = 1904;
|
|
|
|
public static final int TakeInvestigationRewardRsp = 1905;
|
|
|
|
public static final int TakeInvestigationTargetRewardReq = 1917;
|
|
|
|
public static final int TakeInvestigationTargetRewardRsp = 1914;
|
|
|
|
public static final int TakeMaterialDeleteReturnReq = 677;
|
|
|
|
public static final int TakeMaterialDeleteReturnRsp = 692;
|
|
|
|
public static final int TakeOfferingLevelRewardReq = 2903;
|
|
|
|
public static final int TakeOfferingLevelRewardRsp = 2917;
|
|
|
|
public static final int TakePlayerLevelRewardReq = 177;
|
|
|
|
public static final int TakePlayerLevelRewardRsp = 192;
|
|
|
|
public static final int TakeRegionSearchRewardReq = 5637;
|
|
|
|
public static final int TakeRegionSearchRewardRsp = 5621;
|
|
|
|
public static final int TakeResinCardDailyRewardReq = 4107;
|
|
|
|
public static final int TakeResinCardDailyRewardRsp = 4123;
|
|
|
|
public static final int TakeReunionFirstGiftRewardReq = 5087;
|
|
|
|
public static final int TakeReunionFirstGiftRewardRsp = 5071;
|
|
|
|
public static final int TakeReunionMissionRewardReq = 5092;
|
|
|
|
public static final int TakeReunionMissionRewardRsp = 5085;
|
|
|
|
public static final int TakeReunionSignInRewardReq = 5075;
|
|
|
|
public static final int TakeReunionSignInRewardRsp = 5057;
|
|
|
|
public static final int TakeReunionWatcherRewardReq = 5053;
|
|
|
|
public static final int TakeReunionWatcherRewardRsp = 5098;
|
|
|
|
public static final int TakeoffEquipReq = 616;
|
|
|
|
public static final int TakeoffEquipRsp = 628;
|
|
|
|
public static final int TaskVarNotify = 139;
|
|
|
|
public static final int TeamResonanceChangeNotify = 1028;
|
|
|
|
public static final int TowerAllDataReq = 2435;
|
|
|
|
public static final int TowerAllDataRsp = 2487;
|
|
|
|
public static final int TowerBriefDataNotify = 2475;
|
|
|
|
public static final int TowerBuffSelectReq = 2421;
|
|
|
|
public static final int TowerBuffSelectRsp = 2434;
|
|
|
|
public static final int TowerCurLevelRecordChangeNotify = 2402;
|
|
|
|
public static final int TowerDailyRewardProgressChangeNotify = 2472;
|
|
|
|
public static final int TowerEnterLevelReq = 2484;
|
|
|
|
public static final int TowerEnterLevelRsp = 2464;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int TowerFloorRecordChangeNotify = 2496;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int TowerGetFloorStarRewardReq = 2424;
|
|
|
|
public static final int TowerGetFloorStarRewardRsp = 2431;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int TowerLevelEndNotify = 2481;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int TowerLevelStarCondNotify = 2443;
|
|
|
|
public static final int TowerMiddleLevelChangeTeamNotify = 2403;
|
|
|
|
public static final int TowerRecordHandbookReq = 2442;
|
|
|
|
public static final int TowerRecordHandbookRsp = 2407;
|
|
|
|
public static final int TowerSurrenderReq = 2406;
|
|
|
|
public static final int TowerSurrenderRsp = 2433;
|
|
|
|
public static final int TowerTeamSelectReq = 2448;
|
|
|
|
public static final int TowerTeamSelectRsp = 2458;
|
|
|
|
public static final int TreasureMapBonusChallengeNotify = 2091;
|
|
|
|
public static final int TreasureMapCurrencyNotify = 2060;
|
|
|
|
public static final int TreasureMapDetectorDataNotify = 4288;
|
|
|
|
public static final int TreasureMapGuideTaskDoneNotify = 2020;
|
|
|
|
public static final int TreasureMapHostInfoNotify = 8054;
|
|
|
|
public static final int TreasureMapMpChallengeNotify = 2122;
|
|
|
|
public static final int TreasureMapPreTaskDoneNotify = 2196;
|
|
|
|
public static final int TreasureMapRegionActiveNotify = 2065;
|
|
|
|
public static final int TreasureMapRegionInfoNotify = 2034;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int TrialAvatarFirstPassDungeonNotify = 2089;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int TrialAvatarInDungeonIndexNotify = 2121;
|
|
|
|
public static final int TriggerCreateGadgetToEquipPartNotify = 342;
|
|
|
|
public static final int TriggerRoguelikeCurseNotify = 8958;
|
|
|
|
public static final int TriggerRoguelikeRuneReq = 8661;
|
|
|
|
public static final int TriggerRoguelikeRuneRsp = 8255;
|
|
|
|
public static final int TryEnterHomeReq = 4565;
|
|
|
|
public static final int TryEnterHomeRsp = 4762;
|
|
|
|
public static final int UnfreezeGroupLimitNotify = 3450;
|
|
|
|
public static final int UnionCmdNotify = 16;
|
|
|
|
public static final int LastPacketPrintNotify = 20;
|
|
|
|
public static final int SalvagePreventSettleNotify = 8307;
|
|
|
|
public static final int HomeEnterEditModeFinishReq = 4537;
|
|
|
|
public static final int ReplayCustomDungeonRsp = 6234;
|
|
|
|
public static final int SpiceActivityFinishMakeSpiceRsp = 8135;
|
|
|
|
public static final int GachaActivityTakeRewardRsp = 8510;
|
|
|
|
public static final int MistTrialGetDungeonExhibitionDataRsp = 8354;
|
|
|
|
public static final int CrystalLinkEnterDungeonRsp = 8605;
|
|
|
|
public static final int ChangeCustomDungeonRoomRsp = 6223;
|
|
|
|
public static final int MistTrialGetDungeonExhibitionDataReq = 8109;
|
|
|
|
public static final int ActivityGetRecvGiftListRsp = 8266;
|
|
|
|
public static final int ReformFireworksReq = 6097;
|
|
|
|
public static final int CrystalLinkRestartDungeonReq = 8971;
|
|
|
|
public static final int LaunchFireworksReq = 5985;
|
|
|
|
public static final int WinterCampGetCanGiveFriendItemRsp = 8470;
|
|
|
|
public static final int PublishUgcReq = 6323;
|
|
|
|
public static final int GachaActivityCreateRobotReq = 8734;
|
|
|
|
public static final int GachaActivityCreateRobotRsp = 8688;
|
|
|
|
public static final int SpiceActivityProcessFoodReq = 8229;
|
|
|
|
public static final int PotionSaveDungeonResultReq = 8611;
|
|
|
|
public static final int WinterCampRecvItemNotify = 8284;
|
|
|
|
public static final int StartRogueDiaryPlayReq = 8254;
|
|
|
|
public static final int BartenderFinishLevelReq = 8495;
|
|
|
|
public static final int SalvageEscortSettleNotify = 8693;
|
|
|
|
public static final int HomeChangeBgmReq = 4496;
|
|
|
|
public static final int EvtBeingHealedNotify = 315;
|
|
|
|
public static final int GetCustomDungeonReq = 6250;
|
|
|
|
public static final int IrodoriChessEquipCardReq = 8144;
|
|
|
|
public static final int ResetRogueDiaryPlayRsp = 8447;
|
|
|
|
public static final int SpiceActivityProcessFoodRsp = 8171;
|
|
|
|
public static final int HomeBalloonGalleryScoreNotify = 4731;
|
|
|
|
public static final int PhotoActivityFinishRsp = 8410;
|
|
|
|
public static final int QuickOpenActivityReq = 8800;
|
|
|
|
public static final int LanternRiteDoFireworksReformReq = 8167;
|
|
|
|
public static final int RogueDiaryCoinAddNotify = 8422;
|
|
|
|
public static final int RogueDiaryRepairInfoNotify = 8872;
|
|
|
|
public static final int PhotoActivityFinishReq = 8575;
|
|
|
|
public static final int ViewLanternProjectionTipsRsp = 8594;
|
|
|
|
public static final int MichiaeMatsuriInteractStatueRsp = 8652;
|
|
|
|
public static final int TryEnterNextRogueDiaryDungeonReq = 8595;
|
|
|
|
public static final int ActivityAcceptGiveGiftRsp = 8567;
|
|
|
|
public static final int RogueDiaryDungeonInfoNotify = 8535;
|
|
|
|
public static final int StartRogueDiaryRoomReq = 8341;
|
|
|
|
public static final int LevelTagDataNotify = 3384;
|
|
|
|
public static final int StoreCustomDungeonReq = 6209;
|
|
|
|
public static final int WinterCampGetRecvItemListReq = 8339;
|
|
|
|
public static final int GachaActivityResetRsp = 8011;
|
|
|
|
public static final int WinterCampRaceScoreNotify = 8372;
|
|
|
|
public static final int MainCoopFailNotify = 1955;
|
|
|
|
public static final int CheckUgcStateReq = 6342;
|
|
|
|
public static final int WinterCampTakeBattleRewardRsp = 8217;
|
|
|
|
public static final int ActivityGetRecvGiftListReq = 8760;
|
|
|
|
public static final int SalvagePreventRestartRsp = 8711;
|
|
|
|
public static final int TryInterruptRogueDiaryDungeonRsp = 8258;
|
|
|
|
public static final int WinterCampGiveFriendItemRsp = 8765;
|
|
|
|
public static final int RogueFinishRepairRsp = 8899;
|
|
|
|
public static final int IrodoriChessUnequipCardRsp = 8654;
|
|
|
|
public static final int MichiaeMatsuriUnlockCrystalSkillRsp = 8847;
|
|
|
|
public static final int SaveUgcReq = 6325;
|
|
|
|
public static final int ResetRogueDiaryPlayReq = 8459;
|
|
|
|
public static final int CrystalLinkDungeonInfoNotify = 8163;
|
|
|
|
public static final int SaveCustomDungeonRoomRsp = 6221;
|
|
|
|
public static final int WinterCampEditSnowmanCombinationReq = 8234;
|
|
|
|
public static final int SearchCustomDungeonRsp = 6217;
|
|
|
|
public static final int BartenderCancelOrderReq = 8189;
|
|
|
|
public static final int WinterCampTriathlonSettleNotify = 8842;
|
|
|
|
public static final int ViewLanternProjectionLevelTipsRsp = 8690;
|
|
|
|
public static final int WinterCampTriathlonRestartReq = 8466;
|
|
|
|
public static final int ServerCombatEndNotify = 1116;
|
|
|
|
public static final int ReadSignatureAuditRsp = 4090;
|
|
|
|
public static final int GetGameplayRecommendationReq = 195;
|
|
|
|
public static final int TryInterruptRogueDiaryDungeonReq = 8917;
|
|
|
|
public static final int ResumeRogueDiaryDungeonReq = 8658;
|
|
|
|
public static final int EnterIrodoriChessDungeonReq = 8573;
|
|
|
|
public static final int GetRecommendCustomDungeonReq = 6243;
|
|
|
|
public static final int GachaActivityUpdateElemNotify = 8530;
|
|
|
|
public static final int ActivityHaveRecvGiftNotify = 8733;
|
|
|
|
public static final int WinterCampAcceptGiveItemReq = 8603;
|
|
|
|
public static final int MistTrialSettleNotify = 8153;
|
|
|
|
public static final int HomeRacingGallerySettleNotify = 4545;
|
|
|
|
public static final int QuickOpenActivityRsp = 8579;
|
|
|
|
public static final int SaveUgcRsp = 6307;
|
|
|
|
public static final int BartenderCancelOrderRsp = 8417;
|
|
|
|
public static final int MichiaeMatsuriRemoveChestMarkNotify = 8539;
|
|
|
|
public static final int GachaActivityResetReq = 8903;
|
|
|
|
public static final int GachaActivityNextStageRsp = 8132;
|
|
|
|
public static final int WinterCampSetWishListReq = 8393;
|
|
|
|
public static final int RetryCurRogueDiaryDungeonRsp = 8355;
|
|
|
|
public static final int BartenderStartLevelReq = 8117;
|
|
|
|
public static final int ResumeRogueDiaryDungeonRsp = 8145;
|
|
|
|
public static final int OutStuckCustomDungeonReq = 6232;
|
|
|
|
public static final int EnterIrodoriChessDungeonRsp = 8208;
|
|
|
|
public static final int RetryCurRogueDiaryDungeonReq = 8074;
|
|
|
|
public static final int WinterCampGetFriendWishListRsp = 8223;
|
|
|
|
public static final int HomeChangeBgmNotify = 4479;
|
|
|
|
public static final int GachaActivityPercentNotify = 8904;
|
|
|
|
public static final int RegionalPlayInfoNotify = 6278;
|
|
|
|
public static final int PotionEnterDungeonRsp = 8740;
|
|
|
|
public static final int LikeCustomDungeonReq = 6230;
|
|
|
|
public static final int ChangeCustomDungeonRoomReq = 6207;
|
|
|
|
public static final int GetRecommendCustomDungeonRsp = 6215;
|
|
|
|
public static final int CrystalLinkRestartDungeonRsp = 8839;
|
|
|
|
public static final int RemoveCustomDungeonReq = 6216;
|
|
|
|
public static final int BackPlayCustomDungeonOfficialRsp = 6233;
|
|
|
|
public static final int PlayerSignatureAuditDataNotify = 4039;
|
|
|
|
public static final int GalleryCrystalLinkKillMonsterNotify = 5538;
|
|
|
|
public static final int GetRogueDairyRepairInfoReq = 8441;
|
|
|
|
public static final int HomeClearGroupRecordRsp = 4492;
|
|
|
|
public static final int IrodoriChessPlayerInfoNotify = 5390;
|
|
|
|
public static final int LanternRiteDoFireworksReformRsp = 8256;
|
|
|
|
public static final int GetStoreCustomDungeonReq = 6238;
|
|
|
|
public static final int TryCustomDungeonRsp = 6201;
|
|
|
|
public static final int GetParentQuestVideoKeyRsp = 418;
|
|
|
|
public static final int IrodoriEditFlowerCombinationReq = 8621;
|
|
|
|
public static final int PotionSaveDungeonResultRsp = 8102;
|
|
|
|
public static final int PotionEnterDungeonReq = 8252;
|
|
|
|
public static final int WidgetUpdateExtraCDReq = 5977;
|
|
|
|
public static final int UgcNotify = 6301;
|
|
|
|
public static final int IrodoriChessUnequipCardReq = 8972;
|
|
|
|
public static final int EnterRogueDiaryDungeonRsp = 8964;
|
|
|
|
public static final int TryCustomDungeonReq = 6248;
|
|
|
|
public static final int RefreshRogueDiaryCardReq = 8349;
|
|
|
|
public static final int PhotoActivityClientViewReq = 8632;
|
|
|
|
public static final int ActivityAcceptGiveGiftReq = 8313;
|
|
|
|
public static final int SearchCustomDungeonReq = 6247;
|
|
|
|
public static final int UpdateSalvageBundleMarkReq = 8244;
|
|
|
|
public static final int ReadNicknameAuditRsp = 181;
|
|
|
|
public static final int AllShareCDDataNotify = 9075;
|
|
|
|
public static final int GetUgcBriefInfoReq = 6337;
|
|
|
|
public static final int IrodoriFillPoetryReq = 8719;
|
|
|
|
public static final int LanternRiteTakeSkinRewardReq = 8066;
|
|
|
|
public static final int RemoveCustomDungeonRsp = 6203;
|
|
|
|
public static final int CustomDungeonRecoverNotify = 6246;
|
|
|
|
public static final int SetCodexPushtipsReadRsp = 4204;
|
|
|
|
public static final int LanternRiteEndFireworksReformRsp = 8301;
|
|
|
|
public static final int ActivitySetGiftWishReq = 8597;
|
|
|
|
public static final int WinterCampGetFriendWishListReq = 8278;
|
|
|
|
public static final int FinishLanternProjectionRsp = 8641;
|
|
|
|
public static final int ActivitySetGiftWishRsp = 8893;
|
|
|
|
public static final int WinterCampTakeExploreRewardReq = 8890;
|
|
|
|
public static final int WidgetUpdateExtraCDRsp = 6018;
|
|
|
|
public static final int SignatureAuditConfigNotify = 4044;
|
|
|
|
public static final int BartenderCompleteOrderReq = 8107;
|
|
|
|
public static final int HomeGetGroupRecordReq = 4670;
|
|
|
|
public static final int MichiaeMatsuriDarkPressureLevelUpdateNotify = 8677;
|
|
|
|
public static final int RefreshRogueDiaryCardRsp = 8982;
|
|
|
|
public static final int ReplayCustomDungeonReq = 6222;
|
|
|
|
public static final int ReserveRogueDiaryAvatarRsp = 8191;
|
|
|
|
public static final int StartRogueDiaryRoomRsp = 8064;
|
|
|
|
public static final int BartenderStartLevelRsp = 8078;
|
|
|
|
public static final int IrodoriFillPoetryRsp = 8240;
|
|
|
|
public static final int EnterCustomDungeonRsp = 6208;
|
|
|
|
public static final int CheckUgcUpdateReq = 6303;
|
|
|
|
public static final int CrystalLinkEnterDungeonReq = 8856;
|
|
|
|
public static final int BartenderCancelLevelReq = 8587;
|
|
|
|
public static final int BartenderLevelProgressNotify = 8030;
|
|
|
|
public static final int LanternRiteEndFireworksReformReq = 8200;
|
|
|
|
public static final int GetParentQuestVideoKeyReq = 463;
|
|
|
|
public static final int SalvageEscortRestartRsp = 8183;
|
|
|
|
public static final int LuminanceStoneChallengeSettleNotify = 8565;
|
|
|
|
public static final int PublishCustomDungeonReq = 6242;
|
|
|
|
public static final int ActivityAcceptAllGiveGiftRsp = 8947;
|
|
|
|
public static final int FinishLanternProjectionReq = 8033;
|
|
|
|
public static final int ReformFireworksRsp = 5966;
|
|
|
|
public static final int HomePreChangeEditModeNotify = 4830;
|
|
|
|
public static final int SpiceActivityFinishMakeSpiceReq = 8660;
|
|
|
|
public static final int PlayerNicknameNotify = 182;
|
|
|
|
public static final int IrodoriMasterStartGalleryRsp = 8808;
|
|
|
|
public static final int LanternRiteStartFireworksReformRsp = 8260;
|
|
|
|
public static final int GetUgcBriefInfoRsp = 6321;
|
|
|
|
public static final int EnterCustomDungeonReq = 6228;
|
|
|
|
public static final int GlobalBuildingInfoNotify = 5379;
|
|
|
|
public static final int GetQuestLackingResourceReq = 453;
|
|
|
|
public static final int ExitCustomDungeonTryReq = 6231;
|
|
|
|
public static final int ActivityGiveFriendGiftRsp = 8405;
|
|
|
|
public static final int WidgetCaptureAnimalReq = 4254;
|
|
|
|
public static final int WinterCampEditSnowmanCombinationRsp = 8320;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int WidgetCaptureAnimalRsp = 4277;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int GetGameplayRecommendationRsp = 150;
|
|
|
|
public static final int IrodoriChessEquipCardRsp = 8089;
|
|
|
|
public static final int LanternRiteTakeSkinRewardRsp = 8773;
|
|
|
|
public static final int ClientRemoveCombatEndModifierNotify = 1128;
|
|
|
|
public static final int WinterCampTakeExploreRewardRsp = 8549;
|
|
|
|
public static final int HomeUpdatePictureFrameInfoRsp = 4886;
|
|
|
|
public static final int BartenderGetFormulaRsp = 8049;
|
|
|
|
public static final int SaveCustomDungeonRoomReq = 6237;
|
|
|
|
public static final int PlayerNicknameAuditDataNotify = 151;
|
|
|
|
public static final int HomeEnterEditModeFinishRsp = 4536;
|
|
|
|
public static final int ViewLanternProjectionTipsReq = 8047;
|
|
|
|
public static final int ActivityGetCanGiveFriendGiftRsp = 8782;
|
|
|
|
public static final int StoreCustomDungeonRsp = 6205;
|
|
|
|
public static final int ActivityBannerClearRsp = 2069;
|
|
|
|
public static final int EvtLocalGadgetOwnerLeaveSceneNotify = 319;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int SetCodexPushtipsReadReq = 4205;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int WinterCampAcceptGiveItemRsp = 8718;
|
|
|
|
public static final int RogueFinishRepairReq = 8237;
|
|
|
|
public static final int HomeGalleryInPlayingNotify = 5568;
|
|
|
|
public static final int HomeClearGroupRecordReq = 4674;
|
|
|
|
public static final int PotionRestartDungeonRsp = 8337;
|
|
|
|
public static final int PlayerSignatureNotify = 4047;
|
|
|
|
public static final int ReserveRogueDiaryAvatarReq = 8180;
|
|
|
|
public static final int TryEnterNextRogueDiaryDungeonRsp = 8348;
|
|
|
|
public static final int PublishUgcRsp = 6316;
|
|
|
|
public static final int ReadNicknameAuditReq = 152;
|
|
|
|
public static final int GetCustomDungeonRsp = 6236;
|
|
|
|
public static final int WinterCampAcceptAllGiveItemReq = 8002;
|
|
|
|
public static final int WinterCampGetCanGiveFriendItemReq = 8598;
|
|
|
|
public static final int ActivityAcceptAllGiveGiftReq = 8507;
|
|
|
|
public static final int GetQuestLackingResourceRsp = 456;
|
|
|
|
public static final int WinterCampStageInfoChangeNotify = 8463;
|
|
|
|
public static final int ActivityGetFriendGiftWishListRsp = 8682;
|
|
|
|
public static final int HomeSeekFurnitureGalleryScoreNotify = 4749;
|
|
|
|
public static final int WinterCampGiveFriendItemReq = 8878;
|
|
|
|
public static final int HomeAllUnlockedBgmIdListNotify = 4455;
|
|
|
|
public static final int LanternRiteStartFireworksReformReq = 8125;
|
|
|
|
public static final int GroupLinkMarkUpdateNotify = 5771;
|
|
|
|
public static final int FireworksReformDataNotify = 6037;
|
|
|
|
public static final int CheckUgcUpdateRsp = 6348;
|
|
|
|
public static final int RogueDiaryReviveAvatarReq = 8838;
|
|
|
|
public static final int ReadSignatureAuditReq = 4079;
|
|
|
|
public static final int HomeNewUnlockedBgmIdListNotify = 4560;
|
|
|
|
public static final int IrodoriChessLeftMonsterNotify = 5399;
|
|
|
|
public static final int MichiaeMatsuriStartDarkChallengeRsp = 8949;
|
|
|
|
public static final int MichiaeMatsuriUnlockCrystalSkillReq = 8812;
|
|
|
|
public static final int NicknameAuditConfigNotify = 157;
|
|
|
|
public static final int OutStuckCustomDungeonRsp = 6202;
|
|
|
|
public static final int BartenderGetFormulaReq = 8318;
|
|
|
|
public static final int PotionResetChallengeReq = 8298;
|
|
|
|
public static final int WinterCampTriathlonRestartRsp = 8957;
|
|
|
|
public static final int GetStoreCustomDungeonRsp = 6249;
|
|
|
|
public static final int NpcTalkStateNotify = 441;
|
|
|
|
public static final int SkyCrystalDetectorDataUpdateNotify = 4260;
|
|
|
|
public static final int IrodoriScanEntityRsp = 8974;
|
|
|
|
public static final int HomePictureFrameInfoNotify = 4728;
|
|
|
|
public static final int CustomDungeonOfficialNotify = 6224;
|
|
|
|
public static final int HomeUpdatePictureFrameInfoReq = 4569;
|
|
|
|
public static final int RogueDiaryTiredAvatarNotify = 8296;
|
|
|
|
public static final int ServerTryCancelGeneralMatchNotify = 4160;
|
|
|
|
public static final int GachaActivityNextStageReq = 8801;
|
|
|
|
public static final int LaunchFireworksRsp = 5931;
|
|
|
|
public static final int FireworksLaunchDataNotify = 6007;
|
|
|
|
public static final int SpiceActivityGivingRecordNotify = 8649;
|
|
|
|
public static final int IrodoriScanEntityReq = 8287;
|
|
|
|
public static final int IrodoriMasterGallerySettleNotify = 8052;
|
|
|
|
public static final int ActivityGetFriendGiftWishListReq = 8127;
|
|
|
|
public static final int CheckUgcStateRsp = 6335;
|
|
|
|
public static final int HomeBalloonGallerySettleNotify = 4474;
|
|
|
|
public static final int MichiaeMatsuriStartBossChallengeReq = 8699;
|
2022-11-10 17:07:19 +03:00
|
|
|
public static final int Unk2700_NGPMINKIOPK = 8956;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int CustomDungeonBattleRecordNotify = 6206;
|
|
|
|
public static final int ActivityBannerNotify = 2078;
|
|
|
|
public static final int BartenderFinishLevelRsp = 8977;
|
|
|
|
public static final int UpdateSalvageBundleMarkRsp = 8927;
|
|
|
|
public static final int WinterCampAcceptAllGiveItemRsp = 8328;
|
|
|
|
public static final int WinterCampSetWishListRsp = 8887;
|
|
|
|
public static final int GachaActivityTakeRewardReq = 8428;
|
|
|
|
public static final int IrodoriMasterGalleryCgEndNotify = 8270;
|
|
|
|
public static final int EnterRogueDiaryDungeonReq = 8477;
|
|
|
|
public static final int GalleryCrystalLinkBuffInfoNotify = 5588;
|
|
|
|
public static final int HomeGetGroupRecordRsp = 4798;
|
|
|
|
public static final int MichiaeMatsuriRemoveChallengeMarkNotify = 8886;
|
|
|
|
public static final int MichiaeMatsuriGainCrystalExpUpdateNotify = 8830;
|
|
|
|
public static final int MichiaeMatsuriInteractStatueReq = 8736;
|
|
|
|
public static final int MichiaeMatsuriStartDarkChallengeReq = 8857;
|
|
|
|
public static final int PotionResetChallengeRsp = 8502;
|
|
|
|
public static final int BartenderCancelLevelRsp = 8938;
|
|
|
|
public static final int CustomDungeonUpdateNotify = 6213;
|
|
|
|
public static final int HomeChangeBgmRsp = 4498;
|
|
|
|
public static final int BartenderCompleteOrderRsp = 8388;
|
|
|
|
public static final int ActivityGiveFriendGiftReq = 8439;
|
|
|
|
public static final int ActivityBannerClearReq = 2077;
|
|
|
|
public static final int BackPlayCustomDungeonOfficialReq = 6220;
|
|
|
|
public static final int SalvageEscortRestartReq = 8162;
|
|
|
|
public static final int MichiaeMatsuriStartBossChallengeRsp = 8763;
|
|
|
|
public static final int RogueDiaryReviveAvatarRsp = 8185;
|
|
|
|
public static final int WinterCampTakeBattleRewardReq = 8860;
|
|
|
|
public static final int TanukiTravelFinishGuideQuestNotify = 8045;
|
|
|
|
public static final int ViewLanternProjectionLevelTipsReq = 8953;
|
|
|
|
public static final int GetRogueDairyRepairInfoRsp = 8474;
|
|
|
|
public static final int PublishCustomDungeonRsp = 6235;
|
|
|
|
public static final int IrodoriEditFlowerCombinationRsp = 8620;
|
|
|
|
public static final int ActivityGetCanGiveFriendGiftReq = 8136;
|
|
|
|
public static final int IrodoriMasterStartGalleryReq = 8008;
|
|
|
|
public static final int ExitCustomDungeonTryRsp = 6210;
|
|
|
|
public static final int PotionEnterDungeonNotify = 8386;
|
|
|
|
public static final int SalvagePreventRestartReq = 8371;
|
|
|
|
public static final int RogueDiaryDungeonSettleNotify = 8771;
|
|
|
|
public static final int WinterCampGetRecvItemListRsp = 8882;
|
|
|
|
public static final int PhotoActivityClientViewRsp = 8656;
|
|
|
|
public static final int StartRogueDiaryPlayRsp = 8460;
|
|
|
|
public static final int PotionRestartDungeonReq = 8444;
|
|
|
|
public static final int LikeCustomDungeonRsp = 6244;
|
|
|
|
public static final int GearActivityFinishPlayGearRsp = 24130;
|
|
|
|
public static final int NightCrowGadgetObservationMatchRsp = 880;
|
|
|
|
public static final int GearActivityStartPlayPictureReq = 23786;
|
|
|
|
public static final int ActivityReadPushTipsRsp = 8669;
|
|
|
|
public static final int IslandPartyRaftInfoNotify = 5533;
|
|
|
|
public static final int GearActivityStartPlayGearReq = 23029;
|
|
|
|
public static final int SummerTimeV2RestartDungeonReq = 8841;
|
|
|
|
public static final int NightCrowGadgetObservationMatchReq = 846;
|
|
|
|
public static final int InvestigationReadQuestDailyNotify = 1913;
|
|
|
|
public static final int InvestigationQuestDailyNotify = 1908;
|
|
|
|
public static final int GearActivityFinishPlayPictureRsp = 23286;
|
|
|
|
public static final int GearActivityStartPlayGearRsp = 20735;
|
|
|
|
public static final int IslandPartySettleNotify = 24605;
|
|
|
|
public static final int GearActivityStartPlayPictureRsp = 22263;
|
|
|
|
public static final int TakeBackGivingItemRsp = 145;
|
|
|
|
public static final int GalleryWillStartCountdownNotify = 5526;
|
|
|
|
public static final int ActivityPushTipsInfoNotify = 8720;
|
|
|
|
public static final int PersistentDungeonSwitchAvatarReq = 1640;
|
|
|
|
public static final int SummerTimeV2RestartBoatGalleryReq = 8342;
|
|
|
|
public static final int StopReminderNotify = 3385;
|
|
|
|
public static final int IslandPartySailInfoNotify = 5524;
|
|
|
|
public static final int SummerTimeV2RestartDungeonRsp = 8643;
|
|
|
|
public static final int GearActivityFinishPlayGearReq = 20732;
|
|
|
|
public static final int BackRebornGalleryReq = 5531;
|
|
|
|
public static final int PersistentDungeonSwitchAvatarRsp = 1601;
|
|
|
|
public static final int GalleryIslandPartyDownHillInfoNotify = 5506;
|
|
|
|
public static final int GadgetChangeLevelTagRsp = 898;
|
|
|
|
public static final int ActivityReadPushTipsReq = 8425;
|
|
|
|
public static final int BackRebornGalleryRsp = 5576;
|
|
|
|
public static final int SummerTimeV2RestartBoatGalleryRsp = 8166;
|
|
|
|
public static final int SummerTimeV2BoatSettleNotify = 8884;
|
|
|
|
public static final int TakeBackGivingItemReq = 162;
|
|
|
|
public static final int GadgetChangeLevelTagReq = 807;
|
|
|
|
public static final int GearActivityFinishPlayPictureReq = 20570;
|
|
|
|
public static final int HomeExchangeWoodRsp = 4802;
|
|
|
|
public static final int HomeExchangeWoodReq = 4648;
|
|
|
|
public static final int GravenInnocenceEditCarveCombinationRsp = 22896;
|
|
|
|
public static final int GetAllMailResultNotify = 1494;
|
|
|
|
public static final int MuqadasPotionRestartDungeonReq = 23190;
|
|
|
|
public static final int ToTheMoonRemoveObstacleRsp = 6187;
|
|
|
|
public static final int MuqadasPotionCaptureWeaknessReq = 21302;
|
|
|
|
public static final int GravenInnocenceEditCarveCombinationReq = 21123;
|
|
|
|
public static final int ParentQuestInferenceDataNotify = 469;
|
|
|
|
public static final int DelBackupAvatarTeamReq = 1609;
|
|
|
|
public static final int AssociateInferenceWordReq = 477;
|
|
|
|
public static final int AvatarTeamAllDataNotify = 1702;
|
|
|
|
public static final int InstableSprayGalleryInfoNotify = 5520;
|
|
|
|
public static final int PlayerCompoundMaterialBoostReq = 114;
|
|
|
|
public static final int GravenInnocencePhotoFinishReq = 21250;
|
|
|
|
public static final int InstableSpraySwitchTeamReq = 24423;
|
|
|
|
public static final int SubmitInferenceWordRsp = 474;
|
|
|
|
public static final int InstableSprayEnterDungeonRsp = 22254;
|
|
|
|
public static final int AllWidgetBackgroundActiveStateNotify = 5919;
|
|
|
|
public static final int GetHomeExchangeWoodInfoReq = 4786;
|
|
|
|
public static final int GetAllMailNotify = 1434;
|
|
|
|
public static final int GravenInnocenceRaceRestartRsp = 24299;
|
|
|
|
public static final int InstableSprayRestartDungeonReq = 21065;
|
|
|
|
public static final int ToTheMoonAddObstacleRsp = 6158;
|
|
|
|
public static final int GetHomeExchangeWoodInfoRsp = 4693;
|
|
|
|
public static final int WorldChestOpenNotify = 3098;
|
|
|
|
public static final int DeshretObeliskChestInfoNotify = 859;
|
|
|
|
public static final int MuqadasPotionRestartDungeonRsp = 21517;
|
|
|
|
public static final int RemotePlayerWidgetNotify = 6079;
|
|
|
|
public static final int GravenInnocencePhotoFinishRsp = 24245;
|
|
|
|
public static final int InstableSprayLevelFinishNotify = 24945;
|
|
|
|
public static final int ChangeWidgetBackgroundActiveStateRsp = 5906;
|
|
|
|
public static final int AddBackupAvatarTeamRsp = 1649;
|
|
|
|
public static final int MuqadasPotionActivityEnterDungeonRsp = 21540;
|
|
|
|
public static final int AddBackupAvatarTeamReq = 1638;
|
|
|
|
public static final int PlayerDeathZoneNotify = 6287;
|
|
|
|
public static final int PlayerCompoundMaterialBoostRsp = 173;
|
|
|
|
public static final int InstableSpraySwitchTeamRsp = 24774;
|
|
|
|
public static final int TreasureSeelieCollectOrbsNotify = 21944;
|
|
|
|
public static final int AranaraCollectionDataNotify = 6378;
|
|
|
|
public static final int AssociateInferenceWordRsp = 492;
|
|
|
|
public static final int MuqadasPotionCaptureWeaknessRsp = 23979;
|
|
|
|
public static final int DelBackupAvatarTeamRsp = 1777;
|
|
|
|
public static final int InterpretInferenceWordRsp = 423;
|
|
|
|
public static final int MuqadasPotionActivityEnterDungeonReq = 23650;
|
|
|
|
public static final int ToTheMoonRemoveObstacleReq = 6135;
|
|
|
|
public static final int CheckGroupReplacedReq = 3324;
|
|
|
|
public static final int ToTheMoonEnterSceneRsp = 6155;
|
|
|
|
public static final int CheckGroupReplacedRsp = 3231;
|
|
|
|
public static final int InstableSprayEnterDungeonReq = 22671;
|
|
|
|
public static final int ToTheMoonEnterSceneReq = 6172;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int ToTheMoonQueryPathRsp = 6196;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int InterpretInferenceWordReq = 410;
|
|
|
|
public static final int AreaPlayInfoNotify = 3153;
|
|
|
|
public static final int ToTheMoonAddObstacleReq = 6148;
|
|
|
|
public static final int MuqadasPotionDungeonSettleNotify = 23874;
|
|
|
|
public static final int ToTheMoonPingNotify = 6102;
|
|
|
|
public static final int InstableSprayRestartDungeonRsp = 22291;
|
|
|
|
public static final int ToTheMoonQueryPathReq = 6175;
|
|
|
|
public static final int DeathZoneInfoNotify = 6258;
|
|
|
|
public static final int WidgetQuickHitTreeReq = 3415;
|
|
|
|
public static final int AddAranaraCollectionNotify = 6358;
|
|
|
|
public static final int ChangeWidgetBackgroundActiveStateReq = 6050;
|
|
|
|
public static final int DeathZoneObserveNotify = 3462;
|
|
|
|
public static final int GravenInnocenceRaceRestartReq = 22570;
|
|
|
|
public static final int GravenInnocencePhotoReminderNotify = 22652;
|
|
|
|
public static final int WidgetQuickHitTreeRsp = 3007;
|
|
|
|
public static final int GravenInnocenceRaceSettleNotify = 24356;
|
|
|
|
public static final int WatcherEventStageNotify = 2255;
|
|
|
|
public static final int SubmitInferenceWordReq = 409;
|
|
|
|
public static final int UnlockAvatarTalentReq = 1075;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int UnlockAvatarTalentRsp = 1096;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int UnlockCoopChapterReq = 1953;
|
|
|
|
public static final int UnlockCoopChapterRsp = 1998;
|
|
|
|
public static final int UnlockNameCardNotify = 4043;
|
|
|
|
public static final int UnlockPersonalLineReq = 493;
|
|
|
|
public static final int UnlockPersonalLineRsp = 411;
|
|
|
|
public static final int UnlockTransPointReq = 3230;
|
|
|
|
public static final int UnlockTransPointRsp = 3046;
|
|
|
|
public static final int UnlockedFurnitureFormulaDataNotify = 4597;
|
|
|
|
public static final int UnlockedFurnitureSuiteDataNotify = 4622;
|
|
|
|
public static final int UnmarkEntityInMinMapNotify = 210;
|
|
|
|
public static final int UpdateAbilityCreatedMovingPlatformNotify = 894;
|
|
|
|
public static final int UpdatePS4BlockListReq = 4080;
|
|
|
|
public static final int UpdatePS4BlockListRsp = 4059;
|
|
|
|
public static final int UpdatePS4FriendListNotify = 4088;
|
|
|
|
public static final int UpdatePS4FriendListReq = 4060;
|
|
|
|
public static final int UpdatePS4FriendListRsp = 4040;
|
|
|
|
public static final int UpdatePlayerShowAvatarListReq = 4053;
|
|
|
|
public static final int UpdatePlayerShowAvatarListRsp = 4056;
|
|
|
|
public static final int UpdatePlayerShowNameCardListReq = 4069;
|
|
|
|
public static final int UpdatePlayerShowNameCardListRsp = 4010;
|
|
|
|
public static final int UpdateRedPointNotify = 31;
|
|
|
|
public static final int UpdateReunionWatcherNotify = 5051;
|
|
|
|
public static final int UpgradeRoguelikeShikigamiReq = 8187;
|
|
|
|
public static final int UpgradeRoguelikeShikigamiRsp = 8486;
|
|
|
|
public static final int UseItemReq = 635;
|
|
|
|
public static final int UseItemRsp = 687;
|
|
|
|
public static final int UseMiracleRingReq = 5228;
|
|
|
|
public static final int UseMiracleRingRsp = 5208;
|
|
|
|
public static final int UseWidgetCreateGadgetReq = 4272;
|
|
|
|
public static final int UseWidgetCreateGadgetRsp = 4284;
|
|
|
|
public static final int UseWidgetRetractGadgetReq = 4256;
|
|
|
|
public static final int UseWidgetRetractGadgetRsp = 4282;
|
|
|
|
public static final int VehicleInteractReq = 833;
|
|
|
|
public static final int VehicleInteractRsp = 824;
|
|
|
|
public static final int VehicleStaminaNotify = 803;
|
|
|
|
public static final int ViewCodexReq = 4202;
|
|
|
|
public static final int ViewCodexRsp = 4201;
|
|
|
|
public static final int WatcherAllDataNotify = 2275;
|
2023-04-11 11:18:47 +03:00
|
|
|
public static final int WatcherChangeNotify = 2296;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int WatcherEventNotify = 2202;
|
|
|
|
public static final int WatcherEventTypeNotify = 2272;
|
|
|
|
public static final int WaterSpritePhaseFinishNotify = 2016;
|
|
|
|
public static final int WeaponAwakenReq = 666;
|
|
|
|
public static final int WeaponAwakenRsp = 643;
|
|
|
|
public static final int WeaponPromoteReq = 606;
|
|
|
|
public static final int WeaponPromoteRsp = 633;
|
|
|
|
public static final int WeaponUpgradeReq = 688;
|
|
|
|
public static final int WeaponUpgradeRsp = 668;
|
|
|
|
public static final int WearEquipReq = 634;
|
|
|
|
public static final int WearEquipRsp = 694;
|
|
|
|
public static final int WidgetActiveChangeNotify = 4268;
|
|
|
|
public static final int WidgetCoolDownNotify = 4298;
|
|
|
|
public static final int WidgetDoBagReq = 4295;
|
|
|
|
public static final int WidgetDoBagRsp = 4290;
|
|
|
|
public static final int WidgetGadgetAllDataNotify = 4252;
|
|
|
|
public static final int WidgetGadgetDataNotify = 4291;
|
|
|
|
public static final int WidgetGadgetDestroyNotify = 4279;
|
|
|
|
public static final int WidgetReportReq = 4251;
|
|
|
|
public static final int WidgetReportRsp = 4292;
|
|
|
|
public static final int WidgetSlotChangeNotify = 4296;
|
|
|
|
public static final int WidgetUseAttachAbilityGroupChangeNotify = 4261;
|
|
|
|
public static final int WindSeedClientNotify = 1130;
|
2023-04-18 08:49:25 +03:00
|
|
|
public static final int WindSeedType1Notify = 23435;
|
|
|
|
public static final int WindSeedType2Notify = 24656;
|
|
|
|
public static final int WindSeedType3Notify = 22438;
|
2023-05-23 09:48:59 +03:00
|
|
|
public static final int WorktopOptionNotify = 872;
|
|
|
|
public static final int WorldAllRoutineTypeNotify = 3508;
|
|
|
|
public static final int WorldDataNotify = 3465;
|
|
|
|
public static final int WorldOwnerBlossomBriefInfoNotify = 2772;
|
|
|
|
public static final int WorldOwnerBlossomScheduleInfoNotify = 2755;
|
|
|
|
public static final int WorldOwnerDailyTaskNotify = 169;
|
|
|
|
public static final int WorldPlayerDieNotify = 214;
|
|
|
|
public static final int WorldPlayerInfoNotify = 3344;
|
|
|
|
public static final int WorldPlayerLocationNotify = 256;
|
|
|
|
public static final int WorldPlayerRTTNotify = 6;
|
|
|
|
public static final int WorldPlayerReviveReq = 273;
|
|
|
|
public static final int WorldPlayerReviveRsp = 204;
|
|
|
|
public static final int WorldRoutineChangeNotify = 3521;
|
|
|
|
public static final int WorldRoutineTypeCloseNotify = 3526;
|
|
|
|
public static final int WorldRoutineTypeRefreshNotify = 3537;
|
2023-04-18 08:49:25 +03:00
|
|
|
public static final int SkipPlayerGameTimeReq = 123;
|
|
|
|
public static final int SkipPlayerGameTimeRsp = 130;
|
2022-11-10 17:07:19 +03:00
|
|
|
}
|