mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-12 13:04:33 +01:00
3105 lines
157 KiB
C#
3105 lines
157 KiB
C#
namespace KianaBH.Proto;
|
|
|
|
public class CmdIds
|
|
{
|
|
public const int None = 0;
|
|
public const int KeepAliveNotify = 1;
|
|
public const int GetGameserverReq = 2;
|
|
public const int GetGameserverRsp = 3;
|
|
public const int GetPlayerTokenReq = 4;
|
|
public const int GetPlayerTokenRsp = 5;
|
|
public const int PlayerLoginReq = 6;
|
|
public const int PlayerLoginRsp = 7;
|
|
public const int PlayerLogoutReq = 8;
|
|
public const int GetMainDataReq = 10;
|
|
public const int GetMainDataRsp = 11;
|
|
public const int GetScoinExchangeInfoReq = 12;
|
|
public const int GetScoinExchangeInfoRsp = 13;
|
|
public const int ScoinExchangeReq = 14;
|
|
public const int ScoinExchangeRsp = 15;
|
|
public const int GetStaminaExchangeInfoReq = 16;
|
|
public const int GetStaminaExchangeInfoRsp = 17;
|
|
public const int StaminaExchangeReq = 18;
|
|
public const int StaminaExchangeRsp = 19;
|
|
public const int NicknameModifyReq = 20;
|
|
public const int NicknameModifyRsp = 21;
|
|
public const int GmTalkReq = 22;
|
|
public const int GmTalkRsp = 23;
|
|
public const int GetAvatarDataReq = 24;
|
|
public const int GetAvatarDataRsp = 25;
|
|
public const int GetEquipmentDataReq = 26;
|
|
public const int GetEquipmentDataRsp = 27;
|
|
public const int DelEquipmentNotify = 28;
|
|
public const int AvatarStarUpReq = 29;
|
|
public const int AvatarStarUpRsp = 30;
|
|
public const int EquipmentPowerUpReq = 31;
|
|
public const int EquipmentPowerUpRsp = 32;
|
|
public const int EquipmentSellReq = 33;
|
|
public const int EquipmentSellRsp = 34;
|
|
public const int AddAvatarExpByMaterialReq = 35;
|
|
public const int AddAvatarExpByMaterialRsp = 36;
|
|
public const int EquipmentEvoReq = 37;
|
|
public const int EquipmentEvoRsp = 38;
|
|
public const int DressEquipmentReq = 39;
|
|
public const int DressEquipmentRsp = 40;
|
|
public const int GetStageDataReq = 41;
|
|
public const int GetStageDataRsp = 42;
|
|
public const int StageBeginReq = 43;
|
|
public const int StageBeginRsp = 44;
|
|
public const int StageEndReq = 45;
|
|
public const int StageEndRsp = 46;
|
|
public const int GetAvatarTeamDataReq = 47;
|
|
public const int GetAvatarTeamDataRsp = 48;
|
|
public const int UpdateAvatarTeamNotify = 49;
|
|
public const int AvatarSubSkillLevelUpReq = 50;
|
|
public const int AvatarSubSkillLevelUpRsp = 51;
|
|
public const int MaterialEvoReq = 56;
|
|
public const int MaterialEvoRsp = 57;
|
|
public const int GetStageDropDisplayReq = 60;
|
|
public const int GetStageDropDisplayRsp = 61;
|
|
public const int GetFriendListReq = 64;
|
|
public const int GetFriendListRsp = 65;
|
|
public const int AddFriendReq = 66;
|
|
public const int AddFriendRsp = 67;
|
|
public const int DelFriendReq = 68;
|
|
public const int DelFriendRsp = 69;
|
|
public const int GetAskAddFriendListReq = 70;
|
|
public const int GetAskAddFriendListRsp = 71;
|
|
public const int GetPlayerDetailDataReq = 72;
|
|
public const int GetPlayerDetailDataRsp = 73;
|
|
public const int UpdateEquipmentProtectedStatusReq = 74;
|
|
public const int UpdateEquipmentProtectedStatusRsp = 75;
|
|
public const int GetRecommendFriendListReq = 76;
|
|
public const int GetRecommendFriendListRsp = 77;
|
|
public const int SetSelfDescReq = 78;
|
|
public const int SetSelfDescRsp = 79;
|
|
public const int DelFriendNotify = 80;
|
|
public const int GetOfflineFriendsPointNotify = 81;
|
|
public const int VerifyItunesOrderNotify = 82;
|
|
public const int GetMailDataReq = 84;
|
|
public const int GetMailDataRsp = 85;
|
|
public const int GetMailAttachmentReq = 86;
|
|
public const int GetMailAttachmentRsp = 87;
|
|
public const int UnlockAvatarSkillReq = 88;
|
|
public const int UnlockAvatarSkillRsp = 89;
|
|
public const int EquipmentQuickLevelUpReq = 90;
|
|
public const int EquipmentQuickLevelUpRsp = 91;
|
|
public const int RefreshAvatarSkillReq = 92;
|
|
public const int RefreshAvatarSkillRsp = 93;
|
|
public const int GetAssistantFrozenListReq = 100;
|
|
public const int GetAssistantFrozenListRsp = 101;
|
|
public const int SellAvatarFragmentReq = 102;
|
|
public const int SellAvatarFragmentRsp = 103;
|
|
public const int GetHasGotItemIdListReq = 104;
|
|
public const int GetHasGotItemIdListRsp = 105;
|
|
public const int AvatarReviveReq = 106;
|
|
public const int AvatarReviveRsp = 107;
|
|
public const int ResetStageEnterTimesReq = 108;
|
|
public const int ResetStageEnterTimesRsp = 109;
|
|
public const int GetConfigReq = 110;
|
|
public const int GetConfigRsp = 111;
|
|
public const int GetMissionDataReq = 112;
|
|
public const int GetMissionDataRsp = 113;
|
|
public const int GetMissionRewardReq = 114;
|
|
public const int GetMissionRewardRsp = 115;
|
|
public const int DelMissionNotify = 116;
|
|
public const int UpdateMissionProgressReq = 117;
|
|
public const int UpdateMissionProgressRsp = 118;
|
|
public const int BindAccountReq = 119;
|
|
public const int BindAccountRsp = 120;
|
|
public const int GetSignInRewardStatusReq = 121;
|
|
public const int GetSignInRewardStatusRsp = 122;
|
|
public const int GetSignInRewardReq = 123;
|
|
public const int GetSignInRewardRsp = 124;
|
|
public const int GetWeekDayActivityDataReq = 125;
|
|
public const int GetWeekDayActivityDataRsp = 126;
|
|
public const int GetFinishGuideDataReq = 127;
|
|
public const int GetFinishGuideDataRsp = 128;
|
|
public const int FinishGuideReportReq = 129;
|
|
public const int FinishGuideReportRsp = 130;
|
|
public const int StageInnerDataReportReq = 131;
|
|
public const int StageInnerDataReportRsp = 132;
|
|
public const int GetDispatchReq = 133;
|
|
public const int GetDispatchRsp = 134;
|
|
public const int ExchangeAvatarWeaponReq = 135;
|
|
public const int ExchangeAvatarWeaponRsp = 136;
|
|
public const int GetBulletinReq = 137;
|
|
public const int GetBulletinRsp = 138;
|
|
public const int AddGoodfeelReq = 154;
|
|
public const int AddGoodfeelRsp = 155;
|
|
public const int IslandDisjoinEquipmentReq = 179;
|
|
public const int IslandDisjoinEquipmentRsp = 180;
|
|
public const int GetGuideRewardReq = 185;
|
|
public const int GetGuideRewardRsp = 186;
|
|
public const int UrgencyMsgNotify = 187;
|
|
public const int RefineStigmataRuneReq = 193;
|
|
public const int RefineStigmataRuneRsp = 194;
|
|
public const int SelectNewStigmataRuneReq = 195;
|
|
public const int SelectNewStigmataRuneRsp = 196;
|
|
public const int CreateWeiXinOrderReq = 207;
|
|
public const int CreateWeiXinOrderRsp = 208;
|
|
public const int CommentReportReq = 229;
|
|
public const int CommentReportRsp = 230;
|
|
public const int GetExtraStoryDataReq = 231;
|
|
public const int GetExtraStoryDataRsp = 232;
|
|
public const int GetExtraStoryActivityActReq = 233;
|
|
public const int GetExtraStoryActivityActRsp = 234;
|
|
public const int GetExtraStoryAchieveDataReq = 235;
|
|
public const int GetExtraStoryAchieveDataRsp = 236;
|
|
public const int GetExtraStoryAchieveRewardReq = 237;
|
|
public const int GetExtraStoryAchieveRewardRsp = 238;
|
|
public const int SwitchDynamicHardLvReq = 239;
|
|
public const int SwitchDynamicHardLvRsp = 240;
|
|
public const int GetIslandEventReq = 241;
|
|
public const int GetIslandEventRsp = 242;
|
|
public const int FinishIslandEventReq = 243;
|
|
public const int FinishIslandEventRsp = 244;
|
|
public const int SetTransferPwdReq = 245;
|
|
public const int SetTransferPwdRsp = 246;
|
|
public const int VerifyGoogleOrderNotify = 247;
|
|
public const int SetDressReq = 248;
|
|
public const int SetDressRsp = 249;
|
|
public const int DressToReturnMaterialNotify = 250;
|
|
public const int UseMaterialReq = 251;
|
|
public const int UseMaterialRsp = 252;
|
|
public const int SwitchAvatarSubSkillReq = 253;
|
|
public const int SwitchAvatarSubSkillRsp = 254;
|
|
public const int ExchangeWeekDayActivityTimesReq = 259;
|
|
public const int ExchangeWeekDayActivityTimesRsp = 260;
|
|
public const int UpdateCustomAvatarTeamReq = 269;
|
|
public const int UpdateCustomAvatarTeamRsp = 270;
|
|
public const int UpdateAssistantAvatarIdReq = 271;
|
|
public const int UpdateAssistantAvatarIdRsp = 272;
|
|
public const int TakeDutyRewardReq = 288;
|
|
public const int TakeDutyRewardRsp = 289;
|
|
public const int ReportBirthdayReq = 299;
|
|
public const int ReportBirthdayRsp = 300;
|
|
public const int PromoteStigmataRuneReq = 332;
|
|
public const int PromoteStigmataRuneRsp = 333;
|
|
public const int GetGobackReq = 364;
|
|
public const int GetGobackRsp = 365;
|
|
public const int TakeGobackLoginRewardReq = 366;
|
|
public const int TakeGobackLoginRewardRsp = 367;
|
|
public const int FriendBondNotify = 394;
|
|
public const int ReportClientDataVersionReq = 398;
|
|
public const int ReportClientDataVersionRsp = 399;
|
|
public const int GetMedalDataReq = 449;
|
|
public const int GetMedalDataRsp = 450;
|
|
public const int MedalOpReq = 451;
|
|
public const int MedalOpRsp = 452;
|
|
public const int GetStageActDifficultyReq = 456;
|
|
public const int GetStageActDifficultyRsp = 457;
|
|
public const int TakeStageActChallengeRewardReq = 458;
|
|
public const int TakeStageActChallengeRewardRsp = 459;
|
|
public const int TakeActivityChallengeRewardReq = 460;
|
|
public const int TakeActivityChallengeRewardRsp = 461;
|
|
public const int GetPediaReq = 464;
|
|
public const int GetPediaRsp = 465;
|
|
public const int GetBuffEffectReq = 476;
|
|
public const int GetBuffEffectRsp = 477;
|
|
public const int EquipSynthesisReq = 478;
|
|
public const int EquipSynthesisRsp = 479;
|
|
public const int GetPlayerCardReq = 480;
|
|
public const int GetPlayerCardRsp = 481;
|
|
public const int ChangePlayerCardReq = 482;
|
|
public const int ChangePlayerCardRsp = 483;
|
|
public const int SendPlayerCardMsgReq = 486;
|
|
public const int RecvPlayerCardMsgNotify = 487;
|
|
public const int DelPlayerCardMsgReq = 489;
|
|
public const int GetOtherPlayerCardDataReq = 490;
|
|
public const int GetOtherPlayerCardDataRsp = 491;
|
|
public const int PlayerCardDataChangeNotify = 492;
|
|
public const int SendPlayerCardMsgRsp = 493;
|
|
public const int GetBossRushActivityReq = 496;
|
|
public const int GetBossRushActivityRsp = 497;
|
|
public const int ChooseBossRushBuffReq = 498;
|
|
public const int ChooseBossRushBuffRsp = 499;
|
|
public const int GetDeleteMaterialReq = 500;
|
|
public const int GetDeleteMaterialRsp = 501;
|
|
public const int GetExtraStoryChallengeModeDataReq = 502;
|
|
public const int GetExtraStoryChallengeModeDataRsp = 503;
|
|
public const int ResetExtraStoryChallengeModeReq = 504;
|
|
public const int ResetExtraStoryChallengeModeRsp = 505;
|
|
public const int GetGrandKeyReq = 506;
|
|
public const int GetGrandKeyRsp = 507;
|
|
public const int GetExBossScheduleReq = 508;
|
|
public const int GetExBossScheduleRsp = 509;
|
|
public const int GetExBossInfoReq = 510;
|
|
public const int GetExBossInfoRsp = 511;
|
|
public const int TakeExBossRankRewardNotify = 516;
|
|
public const int GetNewConsignedOrderDataReq = 517;
|
|
public const int GetNewConsignedOrderDataRsp = 518;
|
|
public const int GetConsignedRewardReq = 519;
|
|
public const int GetConsignedRewardRsp = 520;
|
|
public const int ChooseConsignedRewardReq = 521;
|
|
public const int ChooseConsignedRewardRsp = 522;
|
|
public const int TakeConsignedRewardReq = 523;
|
|
public const int TakeConsignedRewardRsp = 524;
|
|
public const int GetConsignedRewardLogReq = 525;
|
|
public const int GetConsignedRewardLogRsp = 526;
|
|
public const int GetExBossRankReq = 527;
|
|
public const int GetExBossRankRsp = 528;
|
|
public const int ExBossStageBeginReq = 529;
|
|
public const int ExBossStageBeginRsp = 530;
|
|
public const int ExBossStageEndReq = 531;
|
|
public const int ExBossStageEndRsp = 532;
|
|
public const int TakeExBossScoreRewardNotify = 533;
|
|
public const int OpenWeekDayActivityReq = 534;
|
|
public const int OpenWeekDayActivityRsp = 535;
|
|
public const int GetChallengeStepRewardReq = 536;
|
|
public const int GetChallengeStepRewardRsp = 537;
|
|
public const int AddTechExpReq = 538;
|
|
public const int AddTechExpRsp = 539;
|
|
public const int TakeTechCollectRewardReq = 540;
|
|
public const int TakeTechCollectRewardRsp = 541;
|
|
public const int MaterialDeleteReturnReq = 553;
|
|
public const int TakeDailyCompensationRewardReq = 564;
|
|
public const int TakeDailyCompensationRewardRsp = 565;
|
|
public const int AsMasterPupilCardReq = 566;
|
|
public const int AsMasterPupilCardRsp = 567;
|
|
public const int GetMasterPupilDataReq = 568;
|
|
public const int GetMasterPupilDataRsp = 569;
|
|
public const int AskForMasterOrPupilReq = 570;
|
|
public const int AskForMasterOrPupilRsp = 571;
|
|
public const int DealMasterPupilReq = 572;
|
|
public const int DealMasterPupilRsp = 573;
|
|
public const int MasterPupilEvalReq = 574;
|
|
public const int MasterPupilEvalRsp = 575;
|
|
public const int GetMasterFameRewardReq = 576;
|
|
public const int GetMasterFameRewardRsp = 577;
|
|
public const int MasterPupilCardReportReq = 578;
|
|
public const int ActivateTrialAvatarReq = 583;
|
|
public const int ActivateTrialAvatarRsp = 584;
|
|
public const int GetTrialAvatarReq = 585;
|
|
public const int GetTrialAvatarRsp = 586;
|
|
public const int GetMasterPupilCardReq = 587;
|
|
public const int GetMasterPupilCardRsp = 588;
|
|
public const int MasterPupilMsgNotify = 589;
|
|
public const int GetFrameDataReq = 590;
|
|
public const int GetFrameDataRsp = 591;
|
|
public const int SetFrameUseReq = 592;
|
|
public const int SetFrameUseRsp = 593;
|
|
public const int GetDormDataReq = 601;
|
|
public const int GetDormDataRsp = 602;
|
|
public const int GetDormHouseReq = 603;
|
|
public const int GetDormHouseRsp = 604;
|
|
public const int EditDormRoomReq = 605;
|
|
public const int EditDormRoomRsp = 606;
|
|
public const int GetDepotFurnitureReq = 607;
|
|
public const int GetDepotFurnitureRsp = 608;
|
|
public const int UnlockDormHouseReq = 609;
|
|
public const int UnlockDormHouseRsp = 610;
|
|
public const int SetDormAvatarReq = 611;
|
|
public const int SetDormAvatarRsp = 612;
|
|
public const int LevelUpDormReq = 613;
|
|
public const int LevelUpDormRsp = 614;
|
|
public const int SetDormNameReq = 615;
|
|
public const int SetDormNameRsp = 616;
|
|
public const int FinishDormEventReq = 617;
|
|
public const int FinishDormEventRsp = 618;
|
|
public const int GetHasGotFurnitureIdListReq = 619;
|
|
public const int GetHasGotFurnitureIdListRsp = 620;
|
|
public const int BuyFurnitureReq = 621;
|
|
public const int BuyFurnitureRsp = 622;
|
|
public const int GetOtherDormDataReq = 633;
|
|
public const int GetOtherDormDataRsp = 634;
|
|
public const int SetDormSnsInfoReq = 635;
|
|
public const int SetDormSnsInfoRsp = 636;
|
|
public const int GetDormSnsDataReq = 637;
|
|
public const int GetDormSnsDataRsp = 638;
|
|
public const int LikeDormReq = 639;
|
|
public const int LikeDormRsp = 640;
|
|
public const int FinishDormTalkReq = 641;
|
|
public const int FinishDormTalkRsp = 642;
|
|
public const int GetAvatarRollDataReq = 643;
|
|
public const int GetAvatarRollDataRsp = 644;
|
|
public const int TakeRollRewardReq = 645;
|
|
public const int TakeRollRewardRsp = 646;
|
|
public const int ClaimStaminaReq = 649;
|
|
public const int ClaimStaminaRsp = 650;
|
|
public const int GetPupilMissionReq = 651;
|
|
public const int GetPupilMissionRsp = 652;
|
|
public const int GetMasterPupilApplyReq = 653;
|
|
public const int GetMasterPupilApplyRsp = 654;
|
|
public const int GetRecommendMasterPupilReq = 655;
|
|
public const int GetRecommendMasterPupilRsp = 656;
|
|
public const int GetMasterPupilMainDataReq = 657;
|
|
public const int GetMasterPupilMainDataRsp = 658;
|
|
public const int GetPupilEvalDataReq = 659;
|
|
public const int GetPupilEvalDataRsp = 660;
|
|
public const int GetMasterRankReq = 662;
|
|
public const int GetMasterRankRsp = 663;
|
|
public const int GetOtherMasterPupilReq = 664;
|
|
public const int GetOtherMasterPupilRsp = 665;
|
|
public const int UnlockFurnitureReq = 680;
|
|
public const int UnlockFurnitureRsp = 681;
|
|
public const int GrandKeyLevelUpReq = 753;
|
|
public const int GrandKeyLevelUpRsp = 754;
|
|
public const int GrandKeyResetReq = 755;
|
|
public const int GrandKeyResetRsp = 756;
|
|
public const int GrandKeyBreachReq = 757;
|
|
public const int GrandKeyBreachRsp = 758;
|
|
public const int GrandKeyActivateSkillReq = 759;
|
|
public const int GrandKeyActivateSkillRsp = 760;
|
|
public const int GrandKeyContrastReq = 761;
|
|
public const int GrandKeyContrastRsp = 762;
|
|
public const int GrandKeySetSkillReq = 763;
|
|
public const int GrandKeySetSkillRsp = 764;
|
|
public const int GrandKeyUnlockSkillReq = 765;
|
|
public const int GrandKeyUnlockSkillRsp = 766;
|
|
public const int PushClientMsgNotify = 801;
|
|
public const int SetPlayerTagNotify = 802;
|
|
public const int SyncTimeReq = 803;
|
|
public const int SyncTimeRsp = 804;
|
|
public const int TakeExtraStoryChallengeModeChapterRewardReq = 807;
|
|
public const int TakeExtraStoryChallengeModeChapterRewardRsp = 808;
|
|
public const int GetAvatarBindEquipInChallengeModeReq = 809;
|
|
public const int GetAvatarBindEquipInChallengeModeRsp = 810;
|
|
public const int GetGalInteractTriggerEventReq = 813;
|
|
public const int GetGalInteractTriggerEventRsp = 814;
|
|
public const int TakeGalInteractTriggerEventReq = 815;
|
|
public const int TakeGalInteractTriggerEventRsp = 816;
|
|
public const int AvatarFragmentTransformReq = 827;
|
|
public const int AvatarFragmentTransformRsp = 828;
|
|
public const int StageBattleSaveClientDataReq = 829;
|
|
public const int StageBattleSaveClientDataRsp = 830;
|
|
public const int TakeExtraStoryLineStoryFinishRewardReq = 836;
|
|
public const int TakeExtraStoryLineStoryFinishRewardRsp = 837;
|
|
public const int UnbindAccountReq = 961;
|
|
public const int UnbindAccountRsp = 962;
|
|
public const int GetStageChapterReq = 965;
|
|
public const int GetStageChapterRsp = 966;
|
|
public const int TakeChapterChallengeRewardReq = 967;
|
|
public const int TakeChapterChallengeRewardRsp = 968;
|
|
public const int SyncDutyNotify = 969;
|
|
public const int RecallMasterPupilApplicationReq = 970;
|
|
public const int RecallMasterPupilApplicationRsp = 971;
|
|
public const int SetFriendRemarkReq = 972;
|
|
public const int SetFriendRemarkRsp = 973;
|
|
public const int GetFriendRemarkListReq = 974;
|
|
public const int GetFriendRemarkListRsp = 975;
|
|
public const int PlayerLevelUpNotify = 976;
|
|
public const int CheckExtraStoryLockedAvatarBindEquipReq = 1000;
|
|
public const int CheckExtraStoryLockedAvatarBindEquipRsp = 1001;
|
|
public const int SwitchExtraStoryLockedAvatarBindEquipReq = 1002;
|
|
public const int SwitchExtraStoryLockedAvatarBindEquipRsp = 1003;
|
|
public const int TakeDormLikesDropReq = 1008;
|
|
public const int TakeDormLikesDropRsp = 1009;
|
|
public const int CheckDormLikesDropReq = 1010;
|
|
public const int CheckDormLikesDropRsp = 1011;
|
|
public const int GetWorldMapDataReq = 1012;
|
|
public const int GetWorldMapDataRsp = 1013;
|
|
public const int TakeWeekDayActivityReturnCoinReq = 1034;
|
|
public const int TakeWeekDayActivityReturnCoinRsp = 1035;
|
|
public const int SwitchExtraStoryLineEnhanceReq = 1039;
|
|
public const int SwitchExtraStoryLineEnhanceRsp = 1040;
|
|
public const int GetChallengeStepBonusReq = 1043;
|
|
public const int GetChallengeStepBonusRsp = 1044;
|
|
public const int DisjoinFurnitureReq = 1134;
|
|
public const int DisjoinFurnitureRsp = 1135;
|
|
public const int ChatReportReq = 1150;
|
|
public const int ChatReportRsp = 1151;
|
|
public const int ChatReportNotify = 1152;
|
|
public const int ChatUnforbidNotify = 1153;
|
|
public const int ChatForbidNotify = 1154;
|
|
public const int GetChatReportInfoReq = 1159;
|
|
public const int GetChatReportInfoRsp = 1160;
|
|
public const int ChatForbidSnsNotify = 1161;
|
|
public const int RecoverChatCreditNotify = 1162;
|
|
public const int SendChatRedEnvelopeReq = 1163;
|
|
public const int SendChatRedEnvelopeRsp = 1164;
|
|
public const int TakeChatRedEnvelopeReq = 1165;
|
|
public const int TakeChatRedEnvelopeRsp = 1166;
|
|
public const int GetPhotoDataReq = 1191;
|
|
public const int GetPhotoDataRsp = 1192;
|
|
public const int GetWikiDataReq = 1193;
|
|
public const int GetWikiDataRsp = 1194;
|
|
public const int TakeWikiRatingRewardReq = 1195;
|
|
public const int TakeWikiRatingRewardRsp = 1196;
|
|
public const int GetPhonePendantDataReq = 1197;
|
|
public const int GetPhonePendantDataRsp = 1198;
|
|
public const int PhonePendantOpReq = 1199;
|
|
public const int PhonePendantOpRsp = 1200;
|
|
public const int GetEmojiDataReq = 1245;
|
|
public const int GetEmojiDataRsp = 1246;
|
|
public const int GetSnsShowDataReq = 1266;
|
|
public const int GetSnsShowDataRsp = 1267;
|
|
public const int GetClientSettingReq = 1270;
|
|
public const int UpdateClientSettingReq = 1271;
|
|
public const int GetClientSettingRsp = 1272;
|
|
public const int GetOtherPlayerClientSettingReq = 1273;
|
|
public const int GetOtherPlayerClientSettingRsp = 1274;
|
|
public const int ExchangePurpleJadeReq = 1367;
|
|
public const int ExchangePurpleJadeRsp = 1368;
|
|
public const int GetBriefDataListReq = 1374;
|
|
public const int GetBriefDataListRsp = 1375;
|
|
public const int FinishPlotReq = 1378;
|
|
public const int FinishPlotRsp = 1379;
|
|
public const int GetRegionUidRangeReq = 1380;
|
|
public const int GetRegionUidRangeRsp = 1381;
|
|
public const int GetPlotListReq = 1382;
|
|
public const int GetPlotListRsp = 1383;
|
|
public const int AvatarArtifactUnlockReq = 1444;
|
|
public const int AvatarArtifactUnlockRsp = 1445;
|
|
public const int AvatarArtifactLevelUpReq = 1446;
|
|
public const int AvatarArtifactLevelUpRsp = 1447;
|
|
public const int TakeGobackScoreRewardReq = 1448;
|
|
public const int TakeGobackScoreRewardRsp = 1449;
|
|
public const int GetAvatarEquipSuiteReq = 1454;
|
|
public const int GetAvatarEquipSuiteRsp = 1455;
|
|
public const int SetAvatarEquipSuiteReq = 1456;
|
|
public const int SetAvatarEquipSuiteRsp = 1457;
|
|
public const int SelectAvatarEquipSuiteReq = 1458;
|
|
public const int SelectAvatarEquipSuiteRsp = 1459;
|
|
public const int RefreshAndSyncMissionNotify = 1473;
|
|
public const int GetCurrencyExchangeInfoReq = 1480;
|
|
public const int GetCurrencyExchangeInfoRsp = 1481;
|
|
public const int SetLevelLockReq = 1488;
|
|
public const int SetLevelLockRsp = 1489;
|
|
public const int FinishFastPassReq = 1490;
|
|
public const int FinishFastPassRsp = 1491;
|
|
public const int SetWarshipAvatarReq = 1492;
|
|
public const int SetWarshipAvatarRsp = 1493;
|
|
public const int CreateAlipayOrderReq = 1494;
|
|
public const int CreateAlipayOrderRsp = 1495;
|
|
public const int SubscriptionStatusNotify = 1496;
|
|
public const int GetChatRedEnvelopeInfoReq = 1502;
|
|
public const int GetChatRedEnvelopeInfoRsp = 1503;
|
|
public const int WantedMirrorRecoveryReq = 1517;
|
|
public const int WantedMirrorRecoveryRsp = 1518;
|
|
public const int GetRecommendMissionPanelListReq = 1519;
|
|
public const int GetRecommendMissionPanelListRsp = 1520;
|
|
public const int GetCustomHeadDataReq = 1523;
|
|
public const int GetCustomHeadDataRsp = 1524;
|
|
public const int SetCustomHeadReq = 1525;
|
|
public const int SetCustomHeadRsp = 1526;
|
|
public const int GetStageBuffReq = 1528;
|
|
public const int GetStageBuffRsp = 1529;
|
|
public const int ChooseStageBuffReq = 1530;
|
|
public const int ChooseStageBuffRsp = 1531;
|
|
public const int TriggerRecommendGoodsNotify = 1538;
|
|
public const int ConfirmRecommendGoodsReq = 1539;
|
|
public const int ConfirmRecommendGoodsRsp = 1540;
|
|
public const int GetStageRecommendAvatarReq = 1541;
|
|
public const int GetStageRecommendAvatarRsp = 1542;
|
|
public const int SendDanmakuReq = 1543;
|
|
public const int SendDanmakuRsp = 1544;
|
|
public const int GetDanmakuListReq = 1545;
|
|
public const int GetDanmakuListRsp = 1546;
|
|
public const int GetDanmakuBriefInfoReq = 1547;
|
|
public const int GetDanmakuBriefInfoRsp = 1548;
|
|
public const int ImpeachDanmakuReq = 1549;
|
|
public const int ImpeachDanmakuRsp = 1550;
|
|
public const int DanmakuBlacklistNotify = 1551;
|
|
public const int GetFastPassDataReq = 1555;
|
|
public const int GetFastPassDataRsp = 1556;
|
|
public const int GetPlayerOnlineStatusReq = 1576;
|
|
public const int GetPlayerOnlineStatusRsp = 1577;
|
|
public const int VerifySamSungOrderNotify = 1581;
|
|
public const int GetClientDataReq = 1586;
|
|
public const int GetClientDataRsp = 1587;
|
|
public const int SetClientDataReq = 1588;
|
|
public const int SetClientDataRsp = 1589;
|
|
public const int WikiTakeActivitySuitRewardReq = 1592;
|
|
public const int WikiTakeActivitySuitRewardRsp = 1593;
|
|
public const int GetBlackListReq = 1594;
|
|
public const int GetBlackListRsp = 1595;
|
|
public const int AddToBlackListReq = 1596;
|
|
public const int AddToBlackListRsp = 1597;
|
|
public const int DelFromBlackListReq = 1598;
|
|
public const int DelFromBlackListRsp = 1599;
|
|
public const int DebugHotPatchFileNotify = 1600;
|
|
public const int GetWebActivityInfoReq = 1601;
|
|
public const int GetWebActivityInfoRsp = 1602;
|
|
public const int GetMiniRankReq = 1603;
|
|
public const int GetMiniRankRsp = 1604;
|
|
public const int ChargeActivityBuffReq = 1605;
|
|
public const int ChargeActivityBuffRsp = 1606;
|
|
public const int LoginWishGetMainDataReq = 1607;
|
|
public const int LoginWishGetMainDataRsp = 1608;
|
|
public const int LoginWishTakeLoginRewardReq = 1609;
|
|
public const int LoginWishTakeLoginRewardRsp = 1610;
|
|
public const int LoginWishTakeSpecialRewardReq = 1611;
|
|
public const int LoginWishTakeSpecialRewardRsp = 1612;
|
|
public const int LoginWishMakeWishReq = 1613;
|
|
public const int LoginWishMakeWishRsp = 1614;
|
|
public const int LoginWishTakeWishRewardReq = 1615;
|
|
public const int LoginWishTakeWishRewardRsp = 1616;
|
|
public const int DevLevelChangeNotify = 1619;
|
|
public const int DelAvatarEquipSuiteReq = 1620;
|
|
public const int DelAvatarEquipSuiteRsp = 1621;
|
|
public const int ClientCheckNetworkEnvReq = 1626;
|
|
public const int ClientCheckNetworkEnvRsp = 1627;
|
|
public const int GetStageRecommendAvatarCourseInfoReq = 1630;
|
|
public const int GetStageRecommendAvatarCourseInfoRsp = 1631;
|
|
public const int GetMissionStepCompensationInfoReq = 1632;
|
|
public const int GetMissionStepCompensationInfoRsp = 1633;
|
|
public const int TakeMissionStepCompensationReq = 1634;
|
|
public const int TakeMissionStepCompensationRsp = 1635;
|
|
public const int GetEliteChapterCompensationInfoReq = 1636;
|
|
public const int GetEliteChapterCompensationInfoRsp = 1637;
|
|
public const int TakeEliteChapterCompensationReq = 1638;
|
|
public const int TakeEliteChapterCompensationRsp = 1639;
|
|
public const int UnlockPrivilegeReq = 1642;
|
|
public const int UnlockPrivilegeRsp = 1643;
|
|
public const int GetPrivilegeInfoReq = 1646;
|
|
public const int GetPrivilegeInfoRsp = 1647;
|
|
public const int CreateSteamOrderReq = 1648;
|
|
public const int CreateSteamOrderRsp = 1649;
|
|
public const int VerifySteamOrderNotify = 1650;
|
|
public const int UnlockGobackFundReq = 1651;
|
|
public const int UnlockGobackFundRsp = 1652;
|
|
public const int TakeGobackFundRewardReq = 1653;
|
|
public const int TakeGobackFundRewardRsp = 1654;
|
|
public const int ExBossSweepReq = 1655;
|
|
public const int ExBossSweepRsp = 1656;
|
|
public const int ExBossTakeBossScoreRewardNotify = 1657;
|
|
public const int BindHoyolabAccountReq = 1658;
|
|
public const int BindHoyolabAccountRsp = 1659;
|
|
public const int ChapterGroupGetDataReq = 1660;
|
|
public const int ChapterGroupGetDataRsp = 1661;
|
|
public const int WeekDayActivitySweepReq = 1664;
|
|
public const int WeekDayActivitySweepRsp = 1665;
|
|
public const int GetWeekDayActivityCompensationInfoReq = 1666;
|
|
public const int GetWeekDayActivityCompensationInfoRsp = 1667;
|
|
public const int TakeWeekDayActivityCompensationReq = 1668;
|
|
public const int TakeWeekDayActivityCompensationRsp = 1669;
|
|
public const int RequestLogoffReq = 1670;
|
|
public const int RequestLogoffRsp = 1671;
|
|
public const int GetChapterCompensationInfoReq = 1672;
|
|
public const int GetChapterCompensationInfoRsp = 1673;
|
|
public const int TakeChapterCompensationReq = 1674;
|
|
public const int TakeChapterCompensationRsp = 1675;
|
|
public const int GetChallengeStepCompensationInfoReq = 1676;
|
|
public const int GetChallengeStepCompensationInfoRsp = 1677;
|
|
public const int TakeChallengeStepCompensationReq = 1678;
|
|
public const int TakeChallengeStepCompensationRsp = 1679;
|
|
public const int GetSpecificRankReq = 1684;
|
|
public const int GetSpecificRankRsp = 1685;
|
|
public const int GetInviteActivityInviterDataReq = 1690;
|
|
public const int GetInviteActivityInviterDataRsp = 1691;
|
|
public const int TakeInviteActivityInviterProgressRewardReq = 1692;
|
|
public const int TakeInviteActivityInviterProgressRewardRsp = 1693;
|
|
public const int GetInviteActivityInviteeDataReq = 1694;
|
|
public const int GetInviteActivityInviteeDataRsp = 1695;
|
|
public const int InviteActivityAcceptInviteReq = 1696;
|
|
public const int InviteActivityAcceptInviteRsp = 1697;
|
|
public const int GetMainStoryMemoirsDataReq = 1701;
|
|
public const int GetMainStoryMemoirsDataRsp = 1702;
|
|
public const int GetMainStoryBlessReq = 1703;
|
|
public const int GetMainStoryBlessRsp = 1704;
|
|
public const int GetActivityMainDataReq = 1705;
|
|
public const int GetActivityMainDataRsp = 1706;
|
|
public const int SetRedPointStatusNotify = 1707;
|
|
public const int ClientResetNotify = 1708;
|
|
public const int AddCustomAvatarTeamReq = 1709;
|
|
public const int AddCustomAvatarTeamRsp = 1710;
|
|
public const int DelCustomAvatarTeamReq = 1711;
|
|
public const int DelCustomAvatarTeamRsp = 1712;
|
|
public const int GetWorldMapRecommendReq = 1713;
|
|
public const int GetWorldMapRecommendRsp = 1714;
|
|
public const int UnlockCollectionReq = 1715;
|
|
public const int UnlockCollectionRsp = 1716;
|
|
public const int GetCollectionListReq = 1717;
|
|
public const int GetCollectionListRsp = 1718;
|
|
public const int ActivateCollectionReq = 1719;
|
|
public const int ActivateCollectionRsp = 1720;
|
|
public const int ExchangeAvatarStigmataReq = 1721;
|
|
public const int ExchangeAvatarStigmataRsp = 1722;
|
|
public const int ChooseSpecialGobackReq = 1723;
|
|
public const int ChooseSpecialGobackRsp = 1724;
|
|
public const int GobackSpecialBpPurchaseReq = 1725;
|
|
public const int GobackSpecialBpPurchaseRsp = 1726;
|
|
public const int GobackSpecialBpTakeRewardReq = 1727;
|
|
public const int GobackSpecialBpTakeRewardRsp = 1728;
|
|
public const int WeaponHomologyReq = 1734;
|
|
public const int WeaponHomologyRsp = 1735;
|
|
public const int UpdateMultiMissionProgressReq = 1736;
|
|
public const int UpdateMultiMissionProgressRsp = 1737;
|
|
public const int WeaponLevelUpUseTicketReq = 1738;
|
|
public const int WeaponLevelUpUseTicketRsp = 1739;
|
|
public const int StigmataLevelUpUseTicketReq = 1740;
|
|
public const int StigmataLevelUpUseTicketRsp = 1741;
|
|
public const int GetElfDataReq = 2100;
|
|
public const int GetElfDataRsp = 2101;
|
|
public const int SyncElfDataNotify = 2102;
|
|
public const int SyncElfFragmentNotify = 2103;
|
|
public const int ElfStarUpReq = 2105;
|
|
public const int ElfStarUpRsp = 2106;
|
|
public const int AddElfExpByMaterialReq = 2107;
|
|
public const int AddElfExpByMaterialRsp = 2108;
|
|
public const int ElfFragmentTransformReq = 2121;
|
|
public const int ElfFragmentTransformRsp = 2122;
|
|
public const int ElfSkillLevelUpReq = 2123;
|
|
public const int ElfSkillLevelUpRsp = 2124;
|
|
public const int ElfTakeCompensationReq = 2125;
|
|
public const int ElfTakeCompensationRsp = 2126;
|
|
public const int CreateChatgroupReq = 2200;
|
|
public const int CreateChatgroupRsp = 2201;
|
|
public const int InviteChatgroupReq = 2202;
|
|
public const int InviteChatgroupRsp = 2203;
|
|
public const int GetChatgroupListReq = 2204;
|
|
public const int GetChatgroupListRsp = 2205;
|
|
public const int SetChatgroupReq = 2206;
|
|
public const int SetChatgroupRsp = 2207;
|
|
public const int LeaveChatgroupReq = 2208;
|
|
public const int LeaveChatgroupRsp = 2209;
|
|
public const int ChatgroupSystemNotify = 2211;
|
|
public const int KickChatgroupMemberReq = 2212;
|
|
public const int KickChatgroupMemberRsp = 2213;
|
|
public const int DealChatgroupInviteReq = 2214;
|
|
public const int DealChatgroupInviteRsp = 2215;
|
|
public const int InviteToMultiChatgroupReq = 2216;
|
|
public const int InviteToMultiChatgroupRsp = 2217;
|
|
public const int GetChatgroupHistoryChatMsgReq = 2218;
|
|
public const int GetChatgroupHistoryChatMsgRsp = 2219;
|
|
public const int EnterWorldChatroomReq = 2231;
|
|
public const int EnterWorldChatroomRsp = 2232;
|
|
public const int LeaveChatroomNotify = 2233;
|
|
public const int SendChatMsgNotify = 2234;
|
|
public const int RecvChatMsgNotify = 2235;
|
|
public const int RecvOfflinePrivateChatMsgNotify = 2236;
|
|
public const int GetPrivateHistoryChatMsgReq = 2237;
|
|
public const int GetPrivateHistoryChatMsgRsp = 2238;
|
|
public const int ChatCloseNotify = 2239;
|
|
public const int GetRpgTaleReq = 2300;
|
|
public const int GetRpgTaleRsp = 2301;
|
|
public const int SyncRpgTaleSiteNotify = 2302;
|
|
public const int EnterRpgTaleSiteReq = 2303;
|
|
public const int EnterRpgTaleSiteRsp = 2304;
|
|
public const int FinishRpgTalePlotReq = 2305;
|
|
public const int FinishRpgTalePlotRsp = 2306;
|
|
public const int UnlockRpgTaleSiteReq = 2307;
|
|
public const int UnlockRpgTaleSiteRsp = 2308;
|
|
public const int TakeRpgTaleCollectionRewardReq = 2309;
|
|
public const int TakeRpgTaleCollectionRewardRsp = 2310;
|
|
public const int RpgTaleEventNotify = 2312;
|
|
public const int TriggerRpgTaleEventReq = 2313;
|
|
public const int TriggerRpgTaleEventRsp = 2314;
|
|
public const int CheckRpgTaleStageTriggerReq = 2315;
|
|
public const int CheckRpgTaleStageTriggerRsp = 2316;
|
|
public const int TriggerRpgTaleStageEventReq = 2317;
|
|
public const int TriggerRpgTaleStageEventRsp = 2318;
|
|
public const int GetMatrixReq = 2320;
|
|
public const int GetMatrixRsp = 2321;
|
|
public const int GetMatrixFloorReq = 2322;
|
|
public const int GetMatrixFloorRsp = 2323;
|
|
public const int MatrixEnterReq = 2324;
|
|
public const int MatrixEnterRsp = 2325;
|
|
public const int MatrixAdvanceReq = 2326;
|
|
public const int MatrixAdvanceRsp = 2327;
|
|
public const int SyncMatrixFloorNotify = 2328;
|
|
public const int SyncMatrixNotify = 2329;
|
|
public const int MatrixTriggerEventReq = 2330;
|
|
public const int MatrixTriggerEventRsp = 2331;
|
|
public const int MatrixCancelEventReq = 2332;
|
|
public const int MatrixCancelEventRsp = 2333;
|
|
public const int SyncMatrixCurEventNotify = 2334;
|
|
public const int MatrixEventFinishNotify = 2335;
|
|
public const int FinishMatrixEventPlotReq = 2336;
|
|
public const int FinishMatrixEventPlotRsp = 2337;
|
|
public const int MatrixTeleportNotify = 2338;
|
|
public const int MatrixMoveObjectReq = 2339;
|
|
public const int MatrixMoveObjectRsp = 2340;
|
|
public const int MatrixResetFloorReq = 2341;
|
|
public const int MatrixResetFloorRsp = 2342;
|
|
public const int MatrixSettleFloorEventReq = 2343;
|
|
public const int MatrixSettleFloorEventRsp = 2344;
|
|
public const int MatrixThrowDiceReq = 2345;
|
|
public const int MatrixThrowDiceRsp = 2346;
|
|
public const int MatrixSetDiceDestinationReq = 2347;
|
|
public const int MatrixSetDiceDestinationRsp = 2348;
|
|
public const int MatrixGuessFingerReq = 2349;
|
|
public const int MatrixGuessFingerRsp = 2350;
|
|
public const int MatrixSetLotteryNumReq = 2351;
|
|
public const int MatrixSetLotteryNumRsp = 2352;
|
|
public const int MatrixLotteryDrawNotify = 2353;
|
|
public const int FinishRpgTaleStagePlotReq = 2370;
|
|
public const int FinishRpgTaleStagePlotRsp = 2371;
|
|
public const int ReportRpgTaleStageReq = 2374;
|
|
public const int ReportRpgTaleStageRsp = 2375;
|
|
public const int RpgTaleSweepReq = 2376;
|
|
public const int RpgTaleSweepRsp = 2377;
|
|
public const int GetRpgTaleFileReq = 2378;
|
|
public const int GetRpgTaleFileRsp = 2379;
|
|
public const int RpgTaleRefreshTicketReq = 2380;
|
|
public const int RpgTaleRefreshTicketRsp = 2381;
|
|
public const int RpgTaleLevelUpAbilityReq = 2382;
|
|
public const int RpgTaleLevelUpAbilityRsp = 2383;
|
|
public const int RpgTaleResetTowerReq = 2384;
|
|
public const int RpgTaleResetTowerRsp = 2385;
|
|
public const int RpgTaleSetOverallReq = 2386;
|
|
public const int RpgTaleSetOverallRsp = 2387;
|
|
public const int RpgTaleRefreshSiteReq = 2388;
|
|
public const int RpgTaleRefreshSiteRsp = 2389;
|
|
public const int RpgTaleSetPvpVirtualAvatarReq = 2390;
|
|
public const int RpgTaleSetPvpVirtualAvatarRsp = 2391;
|
|
public const int RpgTaleGetPvpDivisionRewardReq = 2392;
|
|
public const int RpgTaleGetPvpDivisionRewardRsp = 2393;
|
|
public const int RpgTaleGetStageScoreRankReq = 2394;
|
|
public const int RpgTaleGetStageScoreRankRsp = 2395;
|
|
public const int RpgTaleFinishMissionGroupNotify = 2396;
|
|
public const int EnterCommonChatworldReq = 2400;
|
|
public const int EnterCommonChatworldRsp = 2401;
|
|
public const int LeaveCommonChatworldReq = 2402;
|
|
public const int LeaveCommonChatworldRsp = 2403;
|
|
public const int SendCommonChatworldMsgNotify = 2404;
|
|
public const int RecvCommonChatworldMsgNotify = 2405;
|
|
public const int ChatworldUseItemReq = 2407;
|
|
public const int ChatworldUseItemRsp = 2408;
|
|
public const int ChatworldChangeAvatarReq = 2409;
|
|
public const int ChatworldChangeAvatarRsp = 2410;
|
|
public const int GetChatworldListReq = 2411;
|
|
public const int GetChatworldListRsp = 2412;
|
|
public const int ChatworldInteractReq = 2413;
|
|
public const int ChatworldInteractRsp = 2414;
|
|
public const int GetChatworldTreasureDataReq = 2415;
|
|
public const int GetChatworldTreasureDataRsp = 2416;
|
|
public const int OpenChatworldTreasureReq = 2417;
|
|
public const int OpenChatworldTreasureRsp = 2418;
|
|
public const int ChatworldTreasureRewardNotify = 2419;
|
|
public const int ChatworldSkillDamageJudgeReq = 2420;
|
|
public const int ChatworldSkillDamageJudgeRsp = 2421;
|
|
public const int ChatworldBattleUseItemReq = 2422;
|
|
public const int ChatworldBattleUseItemRsp = 2423;
|
|
public const int ChatworldPosResetNotify = 2424;
|
|
public const int ChatworldBattleCollectItemReq = 2425;
|
|
public const int ChatworldBattleCollectItemRsp = 2426;
|
|
public const int ChatworldGetActivityScheduleReq = 2427;
|
|
public const int ChatworldGetActivityScheduleRsp = 2428;
|
|
public const int ChatworldFishJoinSpotReq = 2429;
|
|
public const int ChatworldFishJoinSpotRsp = 2430;
|
|
public const int ChatworldFishLeaveSpotReq = 2431;
|
|
public const int ChatworldFishLeaveSpotRsp = 2432;
|
|
public const int ChatworldFishStartReq = 2433;
|
|
public const int ChatworldFishStartRsp = 2434;
|
|
public const int ChatworldFishEndReq = 2435;
|
|
public const int ChatworldFishEndRsp = 2436;
|
|
public const int ChatworldFishAssistReq = 2437;
|
|
public const int ChatworldFishAssistRsp = 2438;
|
|
public const int ChatworldFishLikeReq = 2439;
|
|
public const int ChatworldFishLikeRsp = 2440;
|
|
public const int ChatworldFishRewardNotify = 2441;
|
|
public const int ChatworldFishCancelWaitAssistReq = 2442;
|
|
public const int ChatworldFishCancelWaitAssistRsp = 2443;
|
|
public const int ChatworldFishKickPlayerNotify = 2444;
|
|
public const int ChatworldFishGetActivityInfoReq = 2445;
|
|
public const int ChatworldFishGetActivityInfoRsp = 2446;
|
|
public const int ChatworldGetPrayInfoReq = 2451;
|
|
public const int ChatworldGetPrayInfoRsp = 2452;
|
|
public const int ChatworldPrayReq = 2453;
|
|
public const int ChatworldPrayRsp = 2454;
|
|
public const int ChatworldGrantRewardNotify = 2455;
|
|
public const int ChatworldGetDishInfoReq = 2456;
|
|
public const int ChatworldGetDishInfoRsp = 2457;
|
|
public const int ChatworldTakeDishRewardReq = 2458;
|
|
public const int ChatworldTakeDishRewardRsp = 2459;
|
|
public const int ChatworldBeastAddResultNotify = 2460;
|
|
public const int ChatworldBeastChallengeReq = 2461;
|
|
public const int ChatworldBeastChallengeRsp = 2462;
|
|
public const int ChatworldBeastSyncReq = 2463;
|
|
public const int ChatworldBeastSyncRsp = 2464;
|
|
public const int ChatworldBeastGetActivityReq = 2465;
|
|
public const int ChatworldBeastGetActivityRsp = 2466;
|
|
public const int ChatworldBoxGetDataReq = 2467;
|
|
public const int ChatworldBoxGetDataRsp = 2468;
|
|
public const int ChatworldBoxTakeRewardReq = 2469;
|
|
public const int ChatworldBoxTakeRewardRsp = 2470;
|
|
public const int ChatworldBeastTakeTreasureReq = 2471;
|
|
public const int ChatworldBeastTakeTreasureRsp = 2472;
|
|
public const int ChatworldBeastAbandonChallengeReq = 2473;
|
|
public const int ChatworldBeastAbandonChallengeRsp = 2474;
|
|
public const int ChatworldGetCinemaInfoReq = 2475;
|
|
public const int ChatworldGetCinemaInfoRsp = 2476;
|
|
public const int ChatworldWoodenBoyEnterReq = 2477;
|
|
public const int ChatworldWoodenBoyEnterRsp = 2478;
|
|
public const int ChatworldWoodenBoyLeaveReq = 2479;
|
|
public const int ChatworldWoodenBoyLeaveRsp = 2480;
|
|
public const int ChatworldWoodenBoyStartNotify = 2481;
|
|
public const int ChatworldWoodenBoySettleNotify = 2482;
|
|
public const int ChatworldWoodenBoyUpdateStatusReq = 2483;
|
|
public const int ChatworldWoodenBoyUpdateStatusRsp = 2484;
|
|
public const int ChatworldQuestionSettleNotify = 2485;
|
|
public const int ChatWorldGetWishInfoReq = 2486;
|
|
public const int ChatWorldGetWishInfoRsp = 2487;
|
|
public const int ChatWorldDoWishReq = 2488;
|
|
public const int ChatWorldDoWishRsp = 2489;
|
|
public const int ChatWorldExchangeGoodsReq = 2492;
|
|
public const int ChatWorldExchangeGoodsRsp = 2493;
|
|
public const int ChatworldChangeEnterEffectReq = 2494;
|
|
public const int ChatworldChangeEnterEffectRsp = 2495;
|
|
public const int ChatworldQCandyActivityGetReq = 2496;
|
|
public const int ChatworldQCandyActivityGetRsp = 2497;
|
|
public const int ChatworldGroupPhotoUpdatePlayerInfoReq = 2498;
|
|
public const int ChatworldGroupPhotoUpdatePlayerInfoRsp = 2499;
|
|
public const int ChatworldBanquetSendLanternReq = 2500;
|
|
public const int ChatworldBanquetSendLanternRsp = 2501;
|
|
public const int ChatworldBanquetTakeLanternRewardReq = 2502;
|
|
public const int ChatworldBanquetTakeLanternRewardRsp = 2503;
|
|
public const int ChatworldBanquetGetDataReq = 2504;
|
|
public const int ChatworldBanquetGetDataRsp = 2505;
|
|
public const int ChatworldGroupPhotoGetOpenedBackDropReq = 2506;
|
|
public const int ChatworldGroupPhotoGetOpenedBackDropRsp = 2507;
|
|
public const int ChatworldBanquetReportDanceTimeReq = 2508;
|
|
public const int ChatworldBanquetReportDanceTimeRsp = 2509;
|
|
public const int ChatworldBanquetTakeDanceRewardReq = 2510;
|
|
public const int ChatworldBanquetTakeDanceRewardRsp = 2511;
|
|
public const int ChatworldAddRobotNotify = 2512;
|
|
public const int GetArmadaDataReq = 2601;
|
|
public const int GetArmadaDataRsp = 2602;
|
|
public const int CreateArmadaReq = 2603;
|
|
public const int CreateArmadaRsp = 2604;
|
|
public const int SearchArmadaReq = 2605;
|
|
public const int SearchArmadaRsp = 2606;
|
|
public const int ApplyJoinArmadaReq = 2607;
|
|
public const int ApplyJoinArmadaRsp = 2608;
|
|
public const int DealArmadaApplyReq = 2609;
|
|
public const int DealArmadaApplyRsp = 2610;
|
|
public const int GetArmadaManageDataReq = 2611;
|
|
public const int GetArmadaManageDataRsp = 2612;
|
|
public const int SetArmadaApplyReq = 2613;
|
|
public const int SetArmadaApplyRsp = 2614;
|
|
public const int SetArmadaBulletinReq = 2615;
|
|
public const int SetArmadaBulletinRsp = 2616;
|
|
public const int GetRecommendArmadaReq = 2617;
|
|
public const int GetRecommendArmadaRsp = 2618;
|
|
public const int TransferArmadaLeaderReq = 2619;
|
|
public const int TransferArmadaLeaderRsp = 2620;
|
|
public const int SetArmadaPositionReq = 2621;
|
|
public const int SetArmadaPositionRsp = 2622;
|
|
public const int KickArmadaMemberReq = 2623;
|
|
public const int KickArmadaMemberRsp = 2624;
|
|
public const int DissolveArmadaReq = 2625;
|
|
public const int DissolveArmadaRsp = 2626;
|
|
public const int QuitArmadaReq = 2627;
|
|
public const int QuitArmadaRsp = 2628;
|
|
public const int CancelApplyArmadaReq = 2629;
|
|
public const int CancelApplyArmadaRsp = 2630;
|
|
public const int LevelUpArmadaCabinReq = 2631;
|
|
public const int LevelUpArmadaCabinRsp = 2632;
|
|
public const int CancelLevelUpArmadaCabinReq = 2633;
|
|
public const int CancelLevelUpArmadaCabinRsp = 2634;
|
|
public const int MoveArmadaCabinReq = 2635;
|
|
public const int MoveArmadaCabinRsp = 2636;
|
|
public const int GetConsignedOrderDataReq = 2639;
|
|
public const int GetConsignedOrderDataRsp = 2640;
|
|
public const int ChooseConsignedOrderReq = 2641;
|
|
public const int ChooseConsignedOrderRsp = 2642;
|
|
public const int FinishConsignedOrderReq = 2643;
|
|
public const int FinishConsignedOrderRsp = 2644;
|
|
public const int ResetConsignedOrderReq = 2645;
|
|
public const int ResetConsignedOrderRsp = 2646;
|
|
public const int GetWareHouseDataReq = 2647;
|
|
public const int GetWareHouseDataRsp = 2648;
|
|
public const int PostWareHouseDemandReq = 2649;
|
|
public const int PostWareHouseDemandRsp = 2650;
|
|
public const int CancelWareHouseDemandReq = 2651;
|
|
public const int CancelWareHouseDemandRsp = 2652;
|
|
public const int DonateWareHouseItemReq = 2653;
|
|
public const int DonateWareHouseItemRsp = 2654;
|
|
public const int GetWareHouseItemReq = 2655;
|
|
public const int GetWareHouseItemRsp = 2656;
|
|
public const int EnterArmadaChatroomReq = 2657;
|
|
public const int EnterArmadaChatroomRsp = 2658;
|
|
public const int SendArmadaSystemChatMsgNotify = 2661;
|
|
public const int RecvArmadaSystemChatMsgNotify = 2662;
|
|
public const int DonateWareHouseNotify = 2677;
|
|
public const int ArmadaBuildNotify = 2678;
|
|
public const int ArmadaBulletinNotify = 2679;
|
|
public const int ArmadaManageNotify = 2680;
|
|
public const int ArmadaPlayerNotify = 2681;
|
|
public const int ArmadaApplyNotify = 2682;
|
|
public const int CancelDissolveArmadaReq = 2683;
|
|
public const int CancelDissolveArmadaRsp = 2684;
|
|
public const int GetArmadaBuildOwnershipReq = 2685;
|
|
public const int GetArmadaBuildOwnershipRsp = 2686;
|
|
public const int ReleaseArmadaBuildOwnershipReq = 2687;
|
|
public const int ReleaseArmadaBuildOwnershipRsp = 2688;
|
|
public const int ArmadaSendMailReq = 2689;
|
|
public const int ArmadaSendMailRsp = 2690;
|
|
public const int ChangeArmadaNameReq = 2691;
|
|
public const int ChangeArmadaNameRsp = 2692;
|
|
public const int JoinArmadaElectionReq = 2693;
|
|
public const int JoinArmadaElectionRsp = 2694;
|
|
public const int ArmadaLogoutNotify = 2731;
|
|
public const int QuickApplyJoinArmadaReq = 2732;
|
|
public const int QuickApplyJoinArmadaRsp = 2733;
|
|
public const int OpenArmadaStageReq = 2799;
|
|
public const int OpenArmadaStageRsp = 2800;
|
|
public const int TakeArmadaAchievementReq = 2801;
|
|
public const int TakeArmadaAchievementRsp = 2802;
|
|
public const int GetRecommendArmadaMemberListReq = 2803;
|
|
public const int GetRecommendArmadaMemberListRsp = 2804;
|
|
public const int JoinQuitArmadaNotify = 2805;
|
|
public const int ArmadaPlayerContributionSyncNotify = 2806;
|
|
public const int GetArmadaStageScoreActivityReq = 2821;
|
|
public const int GetArmadaStageScoreActivityRsp = 2822;
|
|
public const int TakeArmadaStageScoreActivityRewardReq = 2823;
|
|
public const int TakeArmadaStageScoreActivityRewardRsp = 2824;
|
|
public const int GetArmadaActivityListReq = 2825;
|
|
public const int GetArmadaActivityListRsp = 2826;
|
|
public const int SetArmadaLabelReq = 2840;
|
|
public const int SetArmadaLabelRsp = 2841;
|
|
public const int GetArmadaStageScoreRankReq = 2842;
|
|
public const int GetArmadaStageScoreRankRsp = 2843;
|
|
public const int GetAvatarMissionActivityReq = 3000;
|
|
public const int GetAvatarMissionActivityRsp = 3001;
|
|
public const int ChooseAvatarMissionAvatarReq = 3002;
|
|
public const int ChooseAvatarMissionAvatarRsp = 3003;
|
|
public const int TakeAvatarMissionDailyRewardReq = 3004;
|
|
public const int TakeAvatarMissionDailyRewardRsp = 3005;
|
|
public const int TakeAvatarMissionPhaseRewardReq = 3006;
|
|
public const int TakeAvatarMissionPhaseRewardRsp = 3007;
|
|
public const int ResetAvatarMissionAvatarReq = 3008;
|
|
public const int ResetAvatarMissionAvatarRsp = 3009;
|
|
public const int GetRoomDataReq = 3150;
|
|
public const int GetRoomDataRsp = 3151;
|
|
public const int SyncRoomDataNotify = 3152;
|
|
public const int CreateRoomReq = 3153;
|
|
public const int CreateRoomRsp = 3154;
|
|
public const int EnterRoomReq = 3155;
|
|
public const int EnterRoomRsp = 3156;
|
|
public const int ExitRoomReq = 3157;
|
|
public const int ExitRoomRsp = 3158;
|
|
public const int ExitRoomNotify = 3159;
|
|
public const int InviteRoomReq = 3160;
|
|
public const int InviteRoomRsp = 3161;
|
|
public const int RoomInvitationNotify = 3162;
|
|
public const int SendRoomChatMsgNotify = 3163;
|
|
public const int RecvRoomChatMsgNotify = 3164;
|
|
public const int StartRoomMatchReq = 3165;
|
|
public const int StartRoomMatchRsp = 3166;
|
|
public const int CancelRoomMatchReq = 3167;
|
|
public const int CancelRoomMatchRsp = 3168;
|
|
public const int SyncRoomMatchDataNotify = 3169;
|
|
public const int RoomMatchTimeoutNotify = 3170;
|
|
public const int UpdateRoomInfoReq = 3171;
|
|
public const int UpdateRoomInfoRsp = 3172;
|
|
public const int RoomSwitchMemberStatusReq = 3173;
|
|
public const int RoomSwitchMemberStatusRsp = 3174;
|
|
public const int RoomKickMemberReq = 3175;
|
|
public const int RoomKickMemberRsp = 3176;
|
|
public const int RoomTransferLeaderReq = 3177;
|
|
public const int RoomTransferLeaderRsp = 3178;
|
|
public const int RoomMemberSetVoiceIdReq = 3179;
|
|
public const int RoomMemberSetVoiceIdRsp = 3180;
|
|
public const int RoomGetStatusReq = 3181;
|
|
public const int RoomGetStatusRsp = 3182;
|
|
public const int DismissRoomReq = 3183;
|
|
public const int DismissRoomRsp = 3184;
|
|
public const int GetLastEndlessRewardDataReq = 3406;
|
|
public const int GetLastEndlessRewardDataRsp = 3407;
|
|
public const int TakeEndlessBaseRewardReq = 3417;
|
|
public const int TakeEndlessBaseRewardRsp = 3418;
|
|
public const int GetOpenworldEndlessDataReq = 3419;
|
|
public const int GetOpenworldEndlessDataRsp = 3420;
|
|
public const int OpenworldEndlessItemUpdateNotify = 3421;
|
|
public const int UseOpenworldEndlessItemReq = 3422;
|
|
public const int UseOpenworldEndlessItemRsp = 3423;
|
|
public const int FinishOpenworldEndlessMonsterGroupReq = 3424;
|
|
public const int FinishOpenworldEndlessMonsterGroupRsp = 3425;
|
|
public const int GetOpenworldEndlessStageInnerDataReq = 3426;
|
|
public const int GetOpenworldEndlessStageInnerDataRsp = 3427;
|
|
public const int TriggerOpenworldEndlessTrapReq = 3428;
|
|
public const int TriggerOpenworldEndlessTrapRsp = 3429;
|
|
public const int FinishOpenworldEndlessInvasionMonsterReq = 3430;
|
|
public const int FinishOpenworldEndlessInvasionMonsterRsp = 3431;
|
|
public const int GetEndlessStatusReq = 3432;
|
|
public const int GetEndlessStatusRsp = 3433;
|
|
public const int ReportOpenworldEndlessDataReq = 3434;
|
|
public const int ReportOpenworldEndlessDataRsp = 3435;
|
|
public const int OpenworldEndlessBattleBeginReq = 3438;
|
|
public const int OpenworldEndlessBattleBeginRsp = 3439;
|
|
public const int OpenworldEndlessBattleEndReq = 3440;
|
|
public const int OpenworldEndlessBattleEndRsp = 3441;
|
|
public const int OpenworldEndlessWarInfoNotify = 3442;
|
|
public const int GetOpenworldEndlessPlayerWarInfoReq = 3443;
|
|
public const int GetOpenworldEndlessPlayerWarInfoRsp = 3444;
|
|
public const int OpenworldEndlessPlayerUpdateNotify = 3445;
|
|
public const int GetOpenworldEndlessTopGroupReq = 3446;
|
|
public const int GetOpenworldEndlessTopGroupRsp = 3447;
|
|
public const int SetOpenworldEndlessMonsterGroupProgressReq = 3448;
|
|
public const int SetOpenworldEndlessMonsterGroupProgressRsp = 3449;
|
|
public const int OpenworldEndlessChangeAvatarReq = 3450;
|
|
public const int OpenworldEndlessChangeAvatarRsp = 3451;
|
|
public const int EndlessInSettleNotify = 3452;
|
|
public const int GreedyEndlessEnrollReq = 3453;
|
|
public const int GreedyEndlessEnrollRsp = 3454;
|
|
public const int GreedyEndlessReportFloorEndReq = 3455;
|
|
public const int GreedyEndlessReportFloorEndRsp = 3456;
|
|
public const int GreedyEndlessFloorRewardNotify = 3457;
|
|
public const int GreedyEndlessGetRankReq = 3458;
|
|
public const int GreedyEndlessGetRankRsp = 3459;
|
|
public const int GreedyEndlessTakeRankRewardReq = 3460;
|
|
public const int GreedyEndlessTakeRankRewardRsp = 3461;
|
|
public const int EndlessSelectTypeReq = 3462;
|
|
public const int EndlessSelectTypeRsp = 3463;
|
|
public const int GreedyEndlessReportFloorBeginReq = 3464;
|
|
public const int GreedyEndlessReportFloorBeginRsp = 3465;
|
|
public const int GetVirtualAvatarGroupDetailReq = 3502;
|
|
public const int GetVirtualAvatarGroupDetailRsp = 3503;
|
|
public const int SetVirtualAvatarTeamReq = 3504;
|
|
public const int SetVirtualAvatarTeamRsp = 3505;
|
|
public const int DressVirtualEquipmentReq = 3506;
|
|
public const int DressVirtualEquipmentRsp = 3507;
|
|
public const int VirtualGachaReq = 3508;
|
|
public const int VirtualGachaRsp = 3509;
|
|
public const int GetVirtualGachaStatusReq = 3510;
|
|
public const int GetVirtualGachaStatusRsp = 3511;
|
|
public const int VirtualAvatarGroupChangeNotify = 3512;
|
|
public const int VirtualTrainDirectGachaNotify = 3513;
|
|
public const int ChooseVirtualTrainGachaItemReq = 3514;
|
|
public const int ChooseVirtualTrainGachaItemRsp = 3515;
|
|
public const int ChooseVirtualDefaultAvatarNotify = 3516;
|
|
public const int SyncVirtualGachaStatusNotify = 3517;
|
|
public const int VirtualTrainRoleCustomLevelUpReq = 3518;
|
|
public const int VirtualTrainRoleCustomLevelUpRsp = 3519;
|
|
public const int VirtualTrainRoleCustomChooseReq = 3520;
|
|
public const int VirtualTrainRoleCustomChooseRsp = 3521;
|
|
public const int VirtualTrainEvoReq = 3522;
|
|
public const int VirtualTrainEvoRsp = 3523;
|
|
public const int VirtualTrainItemDropNotify = 3524;
|
|
public const int GetDLCReq = 3550;
|
|
public const int GetDLCRsp = 3551;
|
|
public const int LevelUpDLCAvatarTalentReq = 3552;
|
|
public const int LevelUpDLCAvatarTalentRsp = 3553;
|
|
public const int EquipDLCAvatarTalentReq = 3554;
|
|
public const int EquipDLCAvatarTalentRsp = 3555;
|
|
public const int SyncDLCAvatarNotify = 3556;
|
|
public const int ModifyDLCNameReq = 3557;
|
|
public const int ModifyDLCNameRsp = 3558;
|
|
public const int GetDLCAvatarReq = 3559;
|
|
public const int GetDLCAvatarRsp = 3560;
|
|
public const int TakeDLCLevelRewardReq = 3561;
|
|
public const int TakeDLCLevelRewardRsp = 3562;
|
|
public const int DLCTowerStageBeginReq = 3563;
|
|
public const int DLCTowerStageBeginRsp = 3564;
|
|
public const int DLCTowerStageEndReq = 3565;
|
|
public const int DLCTowerStageEndRsp = 3566;
|
|
public const int DLCAvatarReviveReq = 3569;
|
|
public const int DLCAvatarReviveRsp = 3570;
|
|
public const int GetDLCTowerRankReq = 3571;
|
|
public const int GetDLCTowerRankRsp = 3572;
|
|
public const int TakeDLCTowerRankRewardNotify = 3573;
|
|
public const int GetDLCTowerReq = 3574;
|
|
public const int GetDLCTowerRsp = 3575;
|
|
public const int ResetDLCTowerProgressReq = 3576;
|
|
public const int ResetDLCTowerProgressRsp = 3577;
|
|
public const int FinishDLCDialogReq = 3578;
|
|
public const int FinishDLCDialogRsp = 3579;
|
|
public const int RefreshDLCTalentAffixReq = 3580;
|
|
public const int RefreshDLCTalentAffixRsp = 3581;
|
|
public const int SelectDLCTalentAffixReq = 3584;
|
|
public const int SelectDLCTalentAffixRsp = 3585;
|
|
public const int UnlockDLCPhotoReq = 3586;
|
|
public const int UnlockDLCPhotoRsp = 3587;
|
|
public const int SwitchDLCAvatarTalentReq = 3588;
|
|
public const int SwitchDLCAvatarTalentRsp = 3589;
|
|
public const int ReportDLCDropItemReq = 3590;
|
|
public const int ReportDLCDropItemRsp = 3591;
|
|
public const int GetEquipmentForgeDataReq = 3650;
|
|
public const int GetEquipmentForgeDataRsp = 3651;
|
|
public const int ForgeEquipmentReq = 3652;
|
|
public const int ForgeEquipmentRsp = 3653;
|
|
public const int ExtractEquipmentReq = 3654;
|
|
public const int ExtractEquipmentRsp = 3655;
|
|
public const int ReforgeEquipmentReq = 3657;
|
|
public const int ReforgeEquipmentRsp = 3658;
|
|
public const int GetExtractReforgeActivityReq = 3659;
|
|
public const int GetExtractReforgeActivityRsp = 3660;
|
|
public const int GetEquipmentBackReq = 3661;
|
|
public const int GetEquipmentBackRsp = 3662;
|
|
public const int BackEquipmentReq = 3663;
|
|
public const int BackEquipmentRsp = 3664;
|
|
public const int SwitchDataNotify = 3700;
|
|
public const int SwitchChangeDataNotify = 3701;
|
|
public const int GetBattlePassReq = 3750;
|
|
public const int GetBattlePassRsp = 3751;
|
|
public const int BuyBattlePassTicketReq = 3752;
|
|
public const int BuyBattlePassTicketRsp = 3753;
|
|
public const int TakeBattlePassLevelRewardReq = 3754;
|
|
public const int TakeBattlePassLevelRewardRsp = 3755;
|
|
public const int BuyBattlePassLevelReq = 3756;
|
|
public const int BuyBattlePassLevelRsp = 3757;
|
|
public const int TakeBattlePassPhaseExpReq = 3758;
|
|
public const int TakeBattlePassPhaseExpRsp = 3759;
|
|
public const int GetBattlePassMissionPanelReq = 3767;
|
|
public const int GetBattlePassMissionPanelRsp = 3768;
|
|
public const int GetClientMailDataReq = 3800;
|
|
public const int GetClientMailDataRsp = 3801;
|
|
public const int TakeClientMailAttachmentReq = 3802;
|
|
public const int TakeClientMailAttachmentRsp = 3803;
|
|
public const int MarkReadClientMailReq = 3804;
|
|
public const int MarkReadClientMailRsp = 3805;
|
|
public const int DelClientMailReq = 3806;
|
|
public const int DelClientMailRsp = 3807;
|
|
public const int NewClientMailNotify = 3808;
|
|
public const int SetClientMailFavoriteReq = 3809;
|
|
public const int SetClientMailFavoriteRsp = 3810;
|
|
public const int GetMonopolyActivityReq = 3850;
|
|
public const int GetMonopolyActivityRsp = 3851;
|
|
public const int MonopolyThrowDiceReq = 3852;
|
|
public const int MonopolyThrowDiceRsp = 3853;
|
|
public const int MonopolyBuildingConstructReq = 3854;
|
|
public const int MonopolyBuildingConstructRsp = 3855;
|
|
public const int MonopolyEndRoundReq = 3856;
|
|
public const int MonopolyEndRoundRsp = 3857;
|
|
public const int MonopolyUseItemReq = 3858;
|
|
public const int MonopolyUseItemRsp = 3859;
|
|
public const int MonopolyRewardNotify = 3860;
|
|
public const int MonopolyBuyGoodsReq = 3861;
|
|
public const int MonopolyBuyGoodsRsp = 3862;
|
|
public const int MonopolySkipBattleReq = 3863;
|
|
public const int MonopolySkipBattleRsp = 3864;
|
|
public const int MonopolyResetFloorReq = 3865;
|
|
public const int MonopolyResetFloorRsp = 3866;
|
|
public const int MonopolyAddMonsterReq = 3867;
|
|
public const int MonopolyAddMonsterRsp = 3868;
|
|
public const int ExchangeRaffleMaterialReq = 3890;
|
|
public const int ExchangeRaffleMaterialRsp = 3891;
|
|
public const int TakeRaffleRewardReq = 3894;
|
|
public const int TakeRaffleRewardRsp = 3895;
|
|
public const int DrawRaffleTicketReq = 3896;
|
|
public const int DrawRaffleTicketRsp = 3897;
|
|
public const int GetRaffleActivityReq = 3898;
|
|
public const int GetRaffleActivityRsp = 3899;
|
|
public const int GetAdventureGroupReq = 3900;
|
|
public const int GetAdventureGroupRsp = 3901;
|
|
public const int SelectAdventureQuestReq = 3902;
|
|
public const int SelectAdventureQuestRsp = 3903;
|
|
public const int TakeAdventureQuestRewardReq = 3904;
|
|
public const int TakeAdventureQuestRewardRsp = 3905;
|
|
public const int ClaimScoinReq = 3910;
|
|
public const int ClaimScoinRsp = 3911;
|
|
public const int AdventureStorySweepReq = 3912;
|
|
public const int AdventureStorySweepRsp = 3913;
|
|
public const int GetAdventureStorySweepInfoReq = 3914;
|
|
public const int GetAdventureStorySweepInfoRsp = 3915;
|
|
public const int TakeAdventureStorySweepRewardReq = 3916;
|
|
public const int TakeAdventureStorySweepRewardRsp = 3917;
|
|
public const int TakeAdventureCompensationReq = 3918;
|
|
public const int TakeAdventureCompensationRsp = 3919;
|
|
public const int EditAdventureRoomReq = 3920;
|
|
public const int EditAdventureRoomRsp = 3921;
|
|
public const int CancelAdventureQuestReq = 3922;
|
|
public const int CancelAdventureQuestRsp = 3923;
|
|
public const int ResetAdventureQuestReq = 3924;
|
|
public const int ResetAdventureQuestRsp = 3925;
|
|
public const int GetGlobalWarActivityReq = 3950;
|
|
public const int GetGlobalWarActivityRsp = 3951;
|
|
public const int GlobalWarTakePointRewardReq = 3952;
|
|
public const int GlobalWarTakePointRewardRsp = 3953;
|
|
public const int GlobalWarAddCurrencyNotify = 3954;
|
|
public const int GlobalWarExchangeCurrencyReq = 3955;
|
|
public const int GlobalWarExchangeCurrencyRsp = 3956;
|
|
public const int GlobalWarGetRankReq = 3957;
|
|
public const int GlobalWarGetRankRsp = 3958;
|
|
public const int GlobalWarTakeSweepRewardReq = 3959;
|
|
public const int GlobalWarTakeSweepRewardRsp = 3960;
|
|
public const int GeneralActivityScoreRewardNotify = 4000;
|
|
public const int GeneralActivityGetScoreRewardInfoReq = 4001;
|
|
public const int GeneralActivityGetScoreRewardInfoRsp = 4002;
|
|
public const int GeneralActivityGetScheduleReq = 4003;
|
|
public const int GeneralActivityGetScheduleRsp = 4004;
|
|
public const int GeneralActivityGetMainInfoReq = 4005;
|
|
public const int GeneralActivityGetMainInfoRsp = 4006;
|
|
public const int GeneralActivityGetRankReq = 4007;
|
|
public const int GeneralActivityGetRankRsp = 4008;
|
|
public const int PushTowerActivityTakeStageRewardReq = 4009;
|
|
public const int PushTowerActivityTakeStageRewardRsp = 4010;
|
|
public const int PushTowerActivityTakeClearRewardReq = 4011;
|
|
public const int PushTowerActivityTakeClearRewardRsp = 4012;
|
|
public const int GeneralActivityStageExchangeEnterTimesReq = 4030;
|
|
public const int GeneralActivityStageExchangeEnterTimesRsp = 4031;
|
|
public const int GeneralActivityStageTakeStageRewardReq = 4032;
|
|
public const int GeneralActivityStageTakeStageRewardRsp = 4033;
|
|
public const int TakeGeneralActivityScoreRewardReq = 4034;
|
|
public const int TakeGeneralActivityScoreRewardRsp = 4035;
|
|
public const int GeneralActivityStageTakeStageGroupRewardReq = 4036;
|
|
public const int GeneralActivityStageTakeStageGroupRewardRsp = 4037;
|
|
public const int EndlessSingleModeActivityFinishFloorReq = 4038;
|
|
public const int EndlessSingleModeActivityFinishFloorRsp = 4039;
|
|
public const int EndlessSingleModeActivityResetReq = 4040;
|
|
public const int EndlessSingleModeActivityResetRsp = 4041;
|
|
public const int EndlessSingleModeActivityBattleBeginReq = 4042;
|
|
public const int EndlessSingleModeActivityBattleBeginRsp = 4043;
|
|
public const int EndlessSingleModeActivityBattleEndReq = 4044;
|
|
public const int EndlessSingleModeActivityBattleEndRsp = 4045;
|
|
public const int EndlessSingleModeActivityTakeItemReq = 4046;
|
|
public const int EndlessSingleModeActivityTakeItemRsp = 4047;
|
|
public const int EndlessSingleModeActivityUseItemReq = 4048;
|
|
public const int EndlessSingleModeActivityUseItemRsp = 4049;
|
|
public const int GeneralActivityGetStageRankReq = 4052;
|
|
public const int GeneralActivityGetStageRankRsp = 4053;
|
|
public const int CrisisModeActivityTakeStageRewardReq = 4056;
|
|
public const int CrisisModeActivityTakeStageRewardRsp = 4057;
|
|
public const int GeneralActivityTakeTicketReq = 4060;
|
|
public const int GeneralActivityTakeTicketRsp = 4061;
|
|
public const int BossChallengeActivityGetStageRankReq = 4062;
|
|
public const int BossChallengeActivityGetStageRankRsp = 4063;
|
|
public const int FrontEndlessActivityBattleBeginReq = 4064;
|
|
public const int FrontEndlessActivityBattleBeginRsp = 4065;
|
|
public const int FrontEndlessActivityBattleEndReq = 4066;
|
|
public const int FrontEndlessActivityBattleEndRsp = 4067;
|
|
public const int GetScratchTicketReq = 4150;
|
|
public const int GetScratchTicketRsp = 4151;
|
|
public const int ScratchReq = 4152;
|
|
public const int ScratchRsp = 4153;
|
|
public const int ResetScratchTicketPlateReq = 4154;
|
|
public const int ResetScratchTicketPlateRsp = 4155;
|
|
public const int AddOnActivityRewardNotify = 4156;
|
|
public const int GetBingoActivityDataReq = 4157;
|
|
public const int GetBingoActivityDataRsp = 4158;
|
|
public const int BingoActivityFlopCardReq = 4159;
|
|
public const int BingoActivityFlopCardRsp = 4160;
|
|
public const int BingoActivityResetBingoReq = 4161;
|
|
public const int BingoActivityResetBingoRsp = 4162;
|
|
public const int GetBulletinScoreActivityReq = 4163;
|
|
public const int GetBulletinScoreActivityRsp = 4164;
|
|
public const int TakeBulletinScoreActivityRewardReq = 4165;
|
|
public const int TakeBulletinScoreActivityRewardRsp = 4166;
|
|
public const int GetContinuousRechargeActivityReq = 4167;
|
|
public const int GetContinuousRechargeActivityRsp = 4168;
|
|
public const int TakeContinuousRechargeRewardReq = 4169;
|
|
public const int TakeContinuousRechargeRewardRsp = 4170;
|
|
public const int TakeFlopRewardReq = 4171;
|
|
public const int TakeFlopRewardRsp = 4172;
|
|
public const int GetFlopActivityDataReq = 4173;
|
|
public const int GetFlopActivityDataRsp = 4174;
|
|
public const int FlopActivityFlopCardReq = 4175;
|
|
public const int FlopActivityFlopCardRsp = 4176;
|
|
public const int GetLotteryActivityReq = 4177;
|
|
public const int GetLotteryActivityRsp = 4178;
|
|
public const int LotteryUseBoxReq = 4179;
|
|
public const int LotteryUseBoxRsp = 4180;
|
|
public const int LotteryDrawNumberReq = 4181;
|
|
public const int LotteryDrawNumberRsp = 4182;
|
|
public const int LotteryTakeRewardReq = 4183;
|
|
public const int LotteryTakeRewardRsp = 4184;
|
|
public const int GetTowerRaidActivityReq = 4185;
|
|
public const int GetTowerRaidActivityRsp = 4186;
|
|
public const int TakeTowerRaidRewardReq = 4187;
|
|
public const int TakeTowerRaidRewardRsp = 4188;
|
|
public const int UpdateTowerRaidBossReq = 4189;
|
|
public const int UpdateTowerRaidBossRsp = 4190;
|
|
public const int TowerRaidLockAvatarNotify = 4191;
|
|
public const int GetLoginActivityReq = 4192;
|
|
public const int GetLoginActivityRsp = 4193;
|
|
public const int TakeLoginActivityRewardReq = 4194;
|
|
public const int TakeLoginActivityRewardRsp = 4195;
|
|
public const int GetChapterActivityDataReq = 4200;
|
|
public const int GetChapterActivityDataRsp = 4201;
|
|
public const int TakeChapterActivityLevelRewardReq = 4202;
|
|
public const int TakeChapterActivityLevelRewardRsp = 4203;
|
|
public const int SyncChapterActivityDataNotify = 4204;
|
|
public const int GetMissionThemeDataReq = 4205;
|
|
public const int GetMissionThemeDataRsp = 4206;
|
|
public const int UpgradeMissionThemeReq = 4207;
|
|
public const int UpgradeMissionThemeRsp = 4208;
|
|
public const int TakeMissionThemeRewardReq = 4209;
|
|
public const int TakeMissionThemeRewardRsp = 4210;
|
|
public const int GetOfflineResourceDataReq = 4211;
|
|
public const int GetOfflineResourceDataRsp = 4212;
|
|
public const int TakeOfflineResourceBoxReq = 4213;
|
|
public const int TakeOfflineResourceBoxRsp = 4214;
|
|
public const int GetOverlapActivityDataReq = 4215;
|
|
public const int GetOverlapActivityDataRsp = 4216;
|
|
public const int TakeOverlapActivityRewardReq = 4217;
|
|
public const int TakeOverlapActivityRewardRsp = 4218;
|
|
public const int OverlapActivitySummonReq = 4219;
|
|
public const int OverlapActivitySummonRsp = 4220;
|
|
public const int OverlapActivityMoveReq = 4221;
|
|
public const int OverlapActivityMoveRsp = 4222;
|
|
public const int GetWeeklyRoutineActivityReq = 4229;
|
|
public const int GetWeeklyRoutineActivityRsp = 4230;
|
|
public const int TakeWeeklyRoutineRewardReq = 4231;
|
|
public const int TakeWeeklyRoutineRewardRsp = 4232;
|
|
public const int GetRankScheduleDataReq = 4233;
|
|
public const int GetRankScheduleDataRsp = 4234;
|
|
public const int GetRankScheduleRankReq = 4235;
|
|
public const int GetRankScheduleRankRsp = 4236;
|
|
public const int GetSurveyDataReq = 4241;
|
|
public const int GetSurveyDataRsp = 4242;
|
|
public const int FinishSurveyNotify = 4243;
|
|
public const int GetThemeDataReq = 4244;
|
|
public const int GetThemeDataRsp = 4245;
|
|
public const int SyncThemeDataNotify = 4246;
|
|
public const int GrantOuterRewardNotify = 4247;
|
|
public const int GetNewbieActivityReq = 4248;
|
|
public const int GetNewbieActivityRsp = 4249;
|
|
public const int GetBbqActivityDataReq = 4250;
|
|
public const int GetBbqActivityDataRsp = 4251;
|
|
public const int BbqActivityCookReq = 4252;
|
|
public const int BbqActivityCookRsp = 4253;
|
|
public const int BbqActivityTakeLevelUpRewardReq = 4254;
|
|
public const int BbqActivityTakeLevelUpRewardRsp = 4255;
|
|
public const int GetTradingCardActivityReq = 4262;
|
|
public const int GetTradingCardActivityRsp = 4263;
|
|
public const int TakeTradingCardRewardReq = 4264;
|
|
public const int TakeTradingCardRewardRsp = 4265;
|
|
public const int GetPictureActivityReq = 4266;
|
|
public const int GetPictureActivityRsp = 4267;
|
|
public const int PictureActivityChooseReq = 4268;
|
|
public const int PictureActivityChooseRsp = 4269;
|
|
public const int PictureActivityShareReq = 4270;
|
|
public const int PictureActivityShareRsp = 4271;
|
|
public const int SyncPictureActivityScoreNotify = 4272;
|
|
public const int GetJigsawActivityReq = 4273;
|
|
public const int GetJigsawActivityRsp = 4274;
|
|
public const int JigsawExchangePieceReq = 4275;
|
|
public const int JigsawExchangePieceRsp = 4276;
|
|
public const int JigsawMoveWaitingPieceReq = 4277;
|
|
public const int JigsawMoveWaitingPieceRsp = 4278;
|
|
public const int JigsawMovePieceInJigsawAreaReq = 4279;
|
|
public const int JigsawMovePieceInJigsawAreaRsp = 4280;
|
|
public const int JigsawTakeGroupRewardReq = 4281;
|
|
public const int JigsawTakeGroupRewardRsp = 4282;
|
|
public const int JigsawTakeFinishRewardReq = 4283;
|
|
public const int JigsawTakeFinishRewardRsp = 4284;
|
|
public const int GetGardenActivityReq = 4287;
|
|
public const int GetGardenActivityRsp = 4288;
|
|
public const int GardenHarvestReq = 4289;
|
|
public const int GardenHarvestRsp = 4290;
|
|
public const int GardenSpeedUpWithMaterialReq = 4291;
|
|
public const int GardenSpeedUpWithMaterialRsp = 4292;
|
|
public const int GardenRefreshSiteReq = 4293;
|
|
public const int GardenRefreshSiteRsp = 4294;
|
|
public const int GetGardenScheduleReq = 4295;
|
|
public const int GetGardenScheduleRsp = 4296;
|
|
public const int GetDropLimitActivityReq = 4297;
|
|
public const int GetDropLimitActivityRsp = 4298;
|
|
public const int GetLoginMissionActivityReq = 4299;
|
|
public const int GetLoginMissionActivityRsp = 4300;
|
|
public const int TakeLoginMissionRewardReq = 4301;
|
|
public const int TakeLoginMissionRewardRsp = 4302;
|
|
public const int SanctuaryGetMainInfoReq = 4305;
|
|
public const int SanctuaryGetMainInfoRsp = 4306;
|
|
public const int SanctuaryTakeLevelRewardReq = 4307;
|
|
public const int SanctuaryTakeLevelRewardRsp = 4308;
|
|
public const int SanctuaryTakeProductReq = 4309;
|
|
public const int SanctuaryTakeProductRsp = 4310;
|
|
public const int SanctuaryStartNotify = 4311;
|
|
public const int GetActivityRewardStatisticDataReq = 4312;
|
|
public const int GetActivityRewardStatisticDataRsp = 4313;
|
|
public const int SanctuaryStageEndNotify = 4314;
|
|
public const int GetSlotMachineMainInfoReq = 4315;
|
|
public const int GetSlotMachineMainInfoRsp = 4316;
|
|
public const int StartSlotMachineReq = 4317;
|
|
public const int StartSlotMachineRsp = 4318;
|
|
public const int TakeSlotMachineProgressRewardReq = 4319;
|
|
public const int TakeSlotMachineProgressRewardRsp = 4320;
|
|
public const int GetBulletinActivityMissionReq = 4321;
|
|
public const int GetBulletinActivityMissionRsp = 4322;
|
|
public const int GetExaminationActivityReq = 4323;
|
|
public const int GetExaminationActivityRsp = 4324;
|
|
public const int FinishExaminationReq = 4325;
|
|
public const int FinishExaminationRsp = 4326;
|
|
public const int StartNextRoundExaminationReq = 4327;
|
|
public const int StartNextRoundExaminationRsp = 4328;
|
|
public const int EvaluateExaminationReq = 4329;
|
|
public const int EvaluateExaminationRsp = 4330;
|
|
public const int ChapterActivityDailyRewardNotify = 4331;
|
|
public const int GetSupportActivityReq = 4332;
|
|
public const int GetSupportActivityRsp = 4333;
|
|
public const int SupportActivitySupportReq = 4334;
|
|
public const int SupportActivitySupportRsp = 4335;
|
|
public const int SupportActivityTakeShareRewardReq = 4336;
|
|
public const int SupportActivityTakeShareRewardRsp = 4337;
|
|
public const int SupportActivityTakeGlobalRewardReq = 4338;
|
|
public const int SupportActivityTakeGlobalRewardRsp = 4339;
|
|
public const int GetMosaicActivityReq = 4340;
|
|
public const int GetMosaicActivityRsp = 4341;
|
|
public const int TakeMosaicActivityRewardReq = 4342;
|
|
public const int TakeMosaicActivityRewardRsp = 4343;
|
|
public const int GetMissionGroupMainInfoReq = 4346;
|
|
public const int GetMissionGroupMainInfoRsp = 4347;
|
|
public const int TakeMissionGroupRewardReq = 4348;
|
|
public const int TakeMissionGroupRewardRsp = 4349;
|
|
public const int ChapterActivityTakeDailyRewardReq = 4350;
|
|
public const int ChapterActivityTakeDailyRewardRsp = 4351;
|
|
public const int ReunionCookGetActivityReq = 4380;
|
|
public const int ReunionCookGetActivityRsp = 4381;
|
|
public const int ReunionCookMakeDinnerReq = 4382;
|
|
public const int ReunionCookMakeDinnerRsp = 4383;
|
|
public const int ReunionCookTakeScoreRewardReq = 4384;
|
|
public const int ReunionCookTakeScoreRewardRsp = 4385;
|
|
public const int ResetChapterActivityExclusiveStageReq = 4386;
|
|
public const int ResetChapterActivityExclusiveStageRsp = 4387;
|
|
public const int ResetChapterActivityTalentReq = 4388;
|
|
public const int ResetChapterActivityTalentRsp = 4389;
|
|
public const int ReportChapterActivityStageReq = 4390;
|
|
public const int ReportChapterActivityStageRsp = 4391;
|
|
public const int GetNinjaActivityReq = 4400;
|
|
public const int GetNinjaActivityRsp = 4401;
|
|
public const int NinjaSlotStrengthenReq = 4402;
|
|
public const int NinjaSlotStrengthenRsp = 4403;
|
|
public const int NinjaActivityNotify = 4404;
|
|
public const int NinjaSlotChooseEffectReq = 4405;
|
|
public const int NinjaSlotChooseEffectRsp = 4406;
|
|
public const int OpenworldPeriodSettleNotify = 4450;
|
|
public const int OpenworldWeeklySettleNotify = 4451;
|
|
public const int AcceptOpenworldStoryReq = 4452;
|
|
public const int AcceptOpenworldStoryRsp = 4453;
|
|
public const int SetOpenworldStoryProgressReq = 4454;
|
|
public const int SetOpenworldStoryProgressRsp = 4455;
|
|
public const int TakeOpenworldStoryRewardReq = 4456;
|
|
public const int TakeOpenworldStoryRewardRsp = 4457;
|
|
public const int TakeOpenworldEventRewardReq = 4458;
|
|
public const int TakeOpenworldEventRewardRsp = 4459;
|
|
public const int GetOpenworldStageReq = 4460;
|
|
public const int GetOpenworldStageRsp = 4461;
|
|
public const int OpenworldStageBeginReq = 4462;
|
|
public const int OpenworldStageBeginRsp = 4463;
|
|
public const int OpenworldStageEndReq = 4464;
|
|
public const int OpenworldStageEndRsp = 4465;
|
|
public const int OpenOpenworldQuestReq = 4474;
|
|
public const int OpenOpenworldQuestRsp = 4475;
|
|
public const int GetOpenworldSelectQuestReq = 4476;
|
|
public const int GetOpenworldSelectQuestRsp = 4477;
|
|
public const int ChooseOpenworldQuestReq = 4478;
|
|
public const int ChooseOpenworldQuestRsp = 4479;
|
|
public const int RefreshOpenworldQuestReq = 4480;
|
|
public const int RefreshOpenworldQuestRsp = 4481;
|
|
public const int TakeOpenworldQuestRewardReq = 4482;
|
|
public const int TakeOpenworldQuestRewardRsp = 4483;
|
|
public const int AbandonOpenworldQuestReq = 4484;
|
|
public const int AbandonOpenworldQuestRsp = 4485;
|
|
public const int ReportOpenworldSpawnPointReq = 4486;
|
|
public const int ReportOpenworldSpawnPointRsp = 4487;
|
|
public const int FinishOpenworldQuestReq = 4488;
|
|
public const int FinishOpenworldQuestRsp = 4489;
|
|
public const int TakeOpenworldCycleFinishRewardReq = 4490;
|
|
public const int TakeOpenworldCycleFinishRewardRsp = 4491;
|
|
public const int EatOpenworldCookReq = 4492;
|
|
public const int EatOpenworldCookRsp = 4493;
|
|
public const int TakeOpenworldKeyQuestRewardReq = 4494;
|
|
public const int TakeOpenworldKeyQuestRewardRsp = 4495;
|
|
public const int GetNewOpenworldReq = 4496;
|
|
public const int GetNewOpenworldRsp = 4497;
|
|
public const int GetOpenworldMapReq = 4498;
|
|
public const int GetOpenworldMapRsp = 4499;
|
|
public const int GetOpenworldStoryReq = 4500;
|
|
public const int GetOpenworldStoryRsp = 4501;
|
|
public const int UnlockOpenworldTechSkillReq = 4502;
|
|
public const int UnlockOpenworldTechSkillRsp = 4503;
|
|
public const int ActivateOpenworldMapReq = 4504;
|
|
public const int ActivateOpenworldMapRsp = 4505;
|
|
public const int OpenworldSetMechaTeamReq = 4506;
|
|
public const int OpenworldSetMechaTeamRsp = 4507;
|
|
public const int OpenworldGetMechaTeamReq = 4508;
|
|
public const int OpenworldGetMechaTeamRsp = 4509;
|
|
public const int OpenworldMechaDefenseBeginReq = 4510;
|
|
public const int OpenworldMechaDefenseBeginRsp = 4511;
|
|
public const int OpenworldMechaDefenseEndReq = 4512;
|
|
public const int OpenworldMechaDefenseEndRsp = 4513;
|
|
public const int GetOpenworldMechaDefenseReq = 4514;
|
|
public const int GetOpenworldMechaDefenseRsp = 4515;
|
|
public const int OpenworldMakeMechaReq = 4516;
|
|
public const int OpenworldMakeMechaRsp = 4517;
|
|
public const int SetMechaPortReq = 4518;
|
|
public const int SetMechaPortRsp = 4519;
|
|
public const int ChooseOpenworldBossReq = 4520;
|
|
public const int ChooseOpenworldBossRsp = 4521;
|
|
public const int UpdateOpenworldBossStatusReq = 4522;
|
|
public const int UpdateOpenworldBossStatusRsp = 4523;
|
|
public const int UpdateOpenworldBossSearchTimeReq = 4524;
|
|
public const int UpdateOpenworldBossSearchTimeRsp = 4525;
|
|
public const int TakeOpenworldBossRewardReq = 4526;
|
|
public const int TakeOpenworldBossRewardRsp = 4527;
|
|
public const int TakeOpenworldBossHuntRatingRewardReq = 4528;
|
|
public const int TakeOpenworldBossHuntRatingRewardRsp = 4529;
|
|
public const int SyncOpenworldBossHuntNotify = 4530;
|
|
public const int TakeOpenworldActivityLevelRewardReq = 4531;
|
|
public const int TakeOpenworldActivityLevelRewardRsp = 4532;
|
|
public const int GetOpenworldBossHuntRankReq = 4533;
|
|
public const int GetOpenworldBossHuntRankRsp = 4534;
|
|
public const int SyncOpenworldActivityNotify = 4535;
|
|
public const int ResetOpenworldBossReq = 4536;
|
|
public const int ResetOpenworldBossRsp = 4537;
|
|
public const int ReportOpenworldAreaInfoReq = 4538;
|
|
public const int ReportOpenworldAreaInfoRsp = 4539;
|
|
public const int OpenworldFightBeginNotify = 4540;
|
|
public const int OpenworldFightEndNotify = 4541;
|
|
public const int ReportOpenworldAreaEntityStateReq = 4542;
|
|
public const int ReportOpenworldAreaEntityStateRsp = 4543;
|
|
public const int UpdateOpenworldQuestProgressReq = 4544;
|
|
public const int UpdateOpenworldQuestProgressRsp = 4545;
|
|
public const int GetOpenworldQuestActivityReq = 4546;
|
|
public const int GetOpenworldQuestActivityRsp = 4547;
|
|
public const int GetOpenworldAvatarActivityReq = 4548;
|
|
public const int GetOpenworldAvatarActivityRsp = 4549;
|
|
public const int OpenworldAvatarActivityAcceptDailyQuestReq = 4550;
|
|
public const int OpenworldAvatarActivityAcceptDailyQuestRsp = 4551;
|
|
public const int OpenworldAvatarActivityRefreshDailyQuestReq = 4552;
|
|
public const int OpenworldAvatarActivityRefreshDailyQuestRsp = 4553;
|
|
public const int OpenworldAvatarActivityFinishQuestReq = 4554;
|
|
public const int OpenworldAvatarActivityFinishQuestRsp = 4555;
|
|
public const int OpenworldAvatarActivityTakeQuestRewardReq = 4556;
|
|
public const int OpenworldAvatarActivityTakeQuestRewardRsp = 4557;
|
|
public const int OpenworldAvatarActivityCultivateReq = 4558;
|
|
public const int OpenworldAvatarActivityCultivateRsp = 4559;
|
|
public const int OpenworldAvatarActivityTalentLevelupReq = 4560;
|
|
public const int OpenworldAvatarActivityTalentLevelupRsp = 4561;
|
|
public const int OpenworldAvatarActivityGetFileReq = 4562;
|
|
public const int OpenworldAvatarActivityGetFileRsp = 4563;
|
|
public const int OpenworldAvatarActivitySpecialQuestNotify = 4564;
|
|
public const int OpenworldChapterGetDataReq = 4565;
|
|
public const int OpenworldChapterGetDataRsp = 4566;
|
|
public const int OpenworldChapterSlotEquipBuffReq = 4567;
|
|
public const int OpenworldChapterSlotEquipBuffRsp = 4568;
|
|
public const int OpenworldAcceptNewStoryReq = 4569;
|
|
public const int OpenworldAcceptNewStoryRsp = 4570;
|
|
public const int OpenworldChapterTakeRewardReq = 4571;
|
|
public const int OpenworldChapterTakeRewardRsp = 4572;
|
|
public const int OpenworldCloseStoryReq = 4573;
|
|
public const int OpenworldCloseStoryRsp = 4574;
|
|
public const int OpenworldChapterGetShopDataReq = 4575;
|
|
public const int OpenworldChapterGetShopDataRsp = 4576;
|
|
public const int OpenworldChapterShopBuyGoodsReq = 4577;
|
|
public const int OpenworldChapterShopBuyGoodsRsp = 4578;
|
|
public const int OpenworldChapterEndlessTowerGetRankReq = 4579;
|
|
public const int OpenworldChapterEndlessTowerGetRankRsp = 4580;
|
|
public const int OpenworldChapterEndlessTowerTakeRewardReq = 4581;
|
|
public const int OpenworldChapterEndlessTowerTakeRewardRsp = 4582;
|
|
public const int OpenworldChapterLevelUpHeroReq = 4583;
|
|
public const int OpenworldChapterLevelUpHeroRsp = 4584;
|
|
public const int OpenworldChapterEquipCardGroupReq = 4585;
|
|
public const int OpenworldChapterEquipCardGroupRsp = 4586;
|
|
public const int OpenworldChapterModifyCardGroupNameReq = 4587;
|
|
public const int OpenworldChapterModifyCardGroupNameRsp = 4588;
|
|
public const int OpenworldChapterActiveCardGroupReq = 4589;
|
|
public const int OpenworldChapterActiveCardGroupRsp = 4590;
|
|
public const int OpenworldChapterDeleteCardGroupReq = 4591;
|
|
public const int OpenworldChapterDeleteCardGroupRsp = 4592;
|
|
public const int OpenworldChapterGetChallengeDataReq = 4593;
|
|
public const int OpenworldChapterGetChallengeDataRsp = 4594;
|
|
public const int OpenworldChapterFinishChallengeReq = 4595;
|
|
public const int OpenworldChapterFinishChallengeRsp = 4596;
|
|
public const int OpenworldChapterHeroCardLevelUpNotify = 4597;
|
|
public const int OpenworldChapterOpenHeroTreasureReq = 4598;
|
|
public const int OpenworldChapterOpenHeroTreasureRsp = 4599;
|
|
public const int OpenworldHuntActivityGetDataReq = 4600;
|
|
public const int OpenworldHuntActivityGetDataRsp = 4601;
|
|
public const int OpenworldHuntActivityGetMapDataReq = 4602;
|
|
public const int OpenworldHuntActivityGetMapDataRsp = 4603;
|
|
public const int OpenworldHuntActivityCommonStateChangeReq = 4604;
|
|
public const int OpenworldHuntActivityCommonStateChangeRsp = 4605;
|
|
public const int OpenworldHuntActivityTalentUpgradeReq = 4606;
|
|
public const int OpenworldHuntActivityTalentUpgradeRsp = 4607;
|
|
public const int OpenworldHuntActivityFinishQuestReq = 4608;
|
|
public const int OpenworldHuntActivityFinishQuestRsp = 4609;
|
|
public const int OpenworldHuntActivityTakeStrongholdRewardNotify = 4610;
|
|
public const int OpenworldHuntActivityChangeHunterAreaReq = 4611;
|
|
public const int OpenworldHuntActivityChangeHunterAreaRsp = 4612;
|
|
public const int OpenworldHuntActivityReportHuntingScoreReq = 4613;
|
|
public const int OpenworldHuntActivityReportHuntingScoreRsp = 4614;
|
|
public const int OpenworldChapterChallengeBeginReq = 4630;
|
|
public const int OpenworldChapterChallengeBeginRsp = 4631;
|
|
public const int OpenworldChapterEndlessChallengeBeginReq = 4632;
|
|
public const int OpenworldChapterEndlessChallengeBeginRsp = 4633;
|
|
public const int OpenworldChapterEndlessChallengeEndReq = 4634;
|
|
public const int OpenworldChapterEndlessChallengeEndRsp = 4635;
|
|
public const int OpenworldChapterLevelUpBuildingReq = 4636;
|
|
public const int OpenworldChapterLevelUpBuildingRsp = 4637;
|
|
public const int OpenworldChapterLevelUpBuildingFinishNotify = 4638;
|
|
public const int OpenworldChapterAccelerateLevelUpBuildingReq = 4639;
|
|
public const int OpenworldChapterAccelerateLevelUpBuildingRsp = 4640;
|
|
public const int OpenworldChapterTerminalPeriodUpgradeReq = 4641;
|
|
public const int OpenworldChapterTerminalPeriodUpgradeRsp = 4642;
|
|
public const int OpenworldChapterGetSelectQuestReq = 4643;
|
|
public const int OpenworldChapterGetSelectQuestRsp = 4644;
|
|
public const int OpenworldChapterRefreshQuestReq = 4645;
|
|
public const int OpenworldChapterRefreshQuestRsp = 4646;
|
|
public const int OpenworldChapterAcceptQuestReq = 4647;
|
|
public const int OpenworldChapterAcceptQuestRsp = 4648;
|
|
public const int OpenworldChapterFinishQuestReq = 4649;
|
|
public const int OpenworldChapterFinishQuestRsp = 4650;
|
|
public const int OpenworldChapterTakeQuestRewardReq = 4651;
|
|
public const int OpenworldChapterTakeQuestRewardRsp = 4652;
|
|
public const int OpenworldChapterFurnaceStartWorkReq = 4653;
|
|
public const int OpenworldChapterFurnaceStartWorkRsp = 4654;
|
|
public const int OpenworldChapterFurnaceCancelWorkReq = 4655;
|
|
public const int OpenworldChapterFurnaceCancelWorkRsp = 4656;
|
|
public const int OpenworldChapterFurnaceAccelerateWorkReq = 4657;
|
|
public const int OpenworldChapterFurnaceAccelerateWorkRsp = 4658;
|
|
public const int TakeOpenworldChapterFurnaceWorkRewardReq = 4659;
|
|
public const int TakeOpenworldChapterFurnaceWorkRewardRsp = 4660;
|
|
public const int OpenworldChapterLevelUpTalentReq = 4661;
|
|
public const int OpenworldChapterLevelUpTalentRsp = 4662;
|
|
public const int OpenworldChapterActiveTalentReq = 4663;
|
|
public const int OpenworldChapterActiveTalentRsp = 4664;
|
|
public const int OpenworldChapterDigSiteStartReq = 4665;
|
|
public const int OpenworldChapterDigSiteStartRsp = 4666;
|
|
public const int OpenworldChapterDigSiteCancelReq = 4667;
|
|
public const int OpenworldChapterDigSiteCancelRsp = 4668;
|
|
public const int OpenworldChapterDigSiteTakeRewardReq = 4669;
|
|
public const int OpenworldChapterDigSiteTakeRewardRsp = 4670;
|
|
public const int OpenworldChapterDigSiteAccelerateReq = 4671;
|
|
public const int OpenworldChapterDigSiteAccelerateRsp = 4672;
|
|
public const int OpenworldChapterMoonChallengeTowerGetDataReq = 4673;
|
|
public const int OpenworldChapterMoonChallengeTowerGetDataRsp = 4674;
|
|
public const int OpenworldChapterMoonChallengeTowerBattleBeginReq = 4675;
|
|
public const int OpenworldChapterMoonChallengeTowerBattleBeginRsp = 4676;
|
|
public const int OpenworldChapterMoonChallengeTowerBattleEndReq = 4677;
|
|
public const int OpenworldChapterMoonChallengeTowerBattleEndRsp = 4678;
|
|
public const int OpenworldChapterMoonChallengeTowerSweepReq = 4679;
|
|
public const int OpenworldChapterMoonChallengeTowerSweepRsp = 4680;
|
|
public const int OpenworldChapterMoonChallengeTowerGetRankReq = 4681;
|
|
public const int OpenworldChapterMoonChallengeTowerGetRankRsp = 4682;
|
|
public const int OpenworldChapterQTEMapEndReq = 4683;
|
|
public const int OpenworldChapterQTEMapEndRsp = 4684;
|
|
public const int OpenworldChapterReportDropItemReq = 4685;
|
|
public const int OpenworldChapterReportDropItemRsp = 4686;
|
|
public const int OpenworldChapterMoonRelicsChangeReq = 4687;
|
|
public const int OpenworldChapterMoonRelicsChangeRsp = 4688;
|
|
public const int OpenworldChapterGetAntiGravityDataReq = 4689;
|
|
public const int OpenworldChapterGetAntiGravityDataRsp = 4690;
|
|
public const int GachaReq = 4700;
|
|
public const int GachaRsp = 4701;
|
|
public const int GetGachaDisplayReq = 4702;
|
|
public const int GetGachaDisplayRsp = 4703;
|
|
public const int BuyGachaTicketReq = 4704;
|
|
public const int BuyGachaTicketRsp = 4705;
|
|
public const int GetGachaLogReq = 4706;
|
|
public const int GetGachaLogRsp = 4707;
|
|
public const int GetGachaProbReq = 4708;
|
|
public const int GetGachaProbRsp = 4709;
|
|
public const int WishWellReq = 4710;
|
|
public const int WishWellRsp = 4711;
|
|
public const int BuyControllableBoxGachaTicketReq = 4712;
|
|
public const int BuyControllableBoxGachaTicketRsp = 4713;
|
|
public const int TakeGachaExRewardReq = 4714;
|
|
public const int TakeGachaExRewardRsp = 4715;
|
|
public const int ChooseOptionalGachaReq = 4716;
|
|
public const int ChooseOptionalGachaRsp = 4717;
|
|
public const int SelectControllableBoxGachaSelectableGroupItemReq = 4718;
|
|
public const int SelectControllableBoxGachaSelectableGroupItemRsp = 4719;
|
|
public const int UniqueGachaUpdateItemPoolReq = 4722;
|
|
public const int UniqueGachaUpdateItemPoolRsp = 4723;
|
|
public const int GetTileMapReq = 4900;
|
|
public const int GetTileMapRsp = 4901;
|
|
public const int TileUpdateMapReq = 4902;
|
|
public const int TileUpdateMapRsp = 4903;
|
|
public const int TileGetTowerReq = 4904;
|
|
public const int TileGetTowerRsp = 4905;
|
|
public const int TileEnterReq = 4906;
|
|
public const int TileEnterRsp = 4907;
|
|
public const int TileSaveProgressReq = 4908;
|
|
public const int TileSaveProgressRsp = 4909;
|
|
public const int TileResetFloorReq = 4912;
|
|
public const int TileResetFloorRsp = 4913;
|
|
public const int TileEntityOpNotify = 4914;
|
|
public const int TileSelectPathReq = 4915;
|
|
public const int TileSelectPathRsp = 4916;
|
|
public const int TileReportSavedPositionReq = 4919;
|
|
public const int TileReportSavedPositionRsp = 4920;
|
|
public const int TileLoadSavedPositionReq = 4921;
|
|
public const int TileLoadSavedPositionRsp = 4922;
|
|
public const int TileMapUpdateNotify = 4923;
|
|
public const int TileGetPartialMapAsUpdateReq = 4924;
|
|
public const int TileGetPartialMapAsUpdateRsp = 4925;
|
|
public const int GetTileMiniMapReq = 4926;
|
|
public const int GetTileMiniMapRsp = 4927;
|
|
public const int UpdateClientSettingNotify = 5002;
|
|
public const int CommonCdCheckNotify = 5003;
|
|
public const int AntiAddictNotify = 5004;
|
|
public const int SensitiveWordCheckReq = 5005;
|
|
public const int SensitiveWordCheckRsp = 5006;
|
|
public const int KickOutPlayerNotify = 5007;
|
|
public const int ClientReportReq = 5008;
|
|
public const int ClientReportRsp = 5009;
|
|
public const int GetAuthkeyReq = 5010;
|
|
public const int GetAuthkeyRsp = 5011;
|
|
public const int ClientReportBinReq = 5012;
|
|
public const int ClientReportBinRsp = 5013;
|
|
public const int NetTestReq = 5014;
|
|
public const int NetTestRsp = 5015;
|
|
public const int GetSecurityPasswordReq = 5021;
|
|
public const int GetSecurityPasswordRsp = 5022;
|
|
public const int SetSecurityPasswordReq = 5023;
|
|
public const int SetSecurityPasswordRsp = 5024;
|
|
public const int ChangeSecurityPasswordReq = 5025;
|
|
public const int ChangeSecurityPasswordRsp = 5026;
|
|
public const int UnlockDeviceSecurityPasswordReq = 5027;
|
|
public const int UnlockDeviceSecurityPasswordRsp = 5028;
|
|
public const int SecurityPasswordOpReq = 5029;
|
|
public const int SecurityPasswordOpRsp = 5030;
|
|
public const int ResetSecurityPasswordReq = 5031;
|
|
public const int ResetSecurityPasswordRsp = 5032;
|
|
public const int SecurityPasswordRejectionNotify = 5033;
|
|
public const int GetWeeklyReportReq = 5100;
|
|
public const int GetWeeklyReportRsp = 5101;
|
|
public const int GetWeeklyReportEndlessRecommendPlayerReq = 5102;
|
|
public const int GetWeeklyReportEndlessRecommendPlayerRsp = 5103;
|
|
public const int GetWeeklyReportExBossRecommendPlayerReq = 5104;
|
|
public const int GetWeeklyReportExBossRecommendPlayerRsp = 5105;
|
|
public const int GetWeeklyReportUltraEndlessRecommendPlayerReq = 5106;
|
|
public const int GetWeeklyReportUltraEndlessRecommendPlayerRsp = 5107;
|
|
public const int UltraEndlessGetTopRankReq = 5200;
|
|
public const int UltraEndlessGetTopRankRsp = 5201;
|
|
public const int UltraEndlessGetMainDataReq = 5202;
|
|
public const int UltraEndlessGetMainDataRsp = 5203;
|
|
public const int UltraEndlessLastSettleRewardNotify = 5205;
|
|
public const int UltraEndlessReportSiteFloorReq = 5206;
|
|
public const int UltraEndlessReportSiteFloorRsp = 5207;
|
|
public const int UltraEndlessBriefDataNotify = 5210;
|
|
public const int UltraEndlessEnterSiteReq = 5211;
|
|
public const int UltraEndlessEnterSiteRsp = 5212;
|
|
public const int UltraEndlessTopRankRewardReq = 5215;
|
|
public const int UltraEndlessTopRankRewardRsp = 5216;
|
|
public const int UltraEndlessClientReportNotify = 5219;
|
|
public const int UltraEndlessFirstJoinRewardNotify = 5220;
|
|
public const int UltraEndlessCommonNotify = 5298;
|
|
public const int GetWarshipItemDataReq = 5450;
|
|
public const int GetWarshipItemDataRsp = 5451;
|
|
public const int GetWarshipTrialDataReq = 5452;
|
|
public const int GetWarshipTrialDataRsp = 5453;
|
|
public const int GetWarshipDataReq = 5454;
|
|
public const int GetWarshipDataRsp = 5455;
|
|
public const int SetWarshipReq = 5456;
|
|
public const int SetWarshipRsp = 5457;
|
|
public const int SetWarshipComponentReq = 5458;
|
|
public const int SetWarshipComponentRsp = 5459;
|
|
public const int SetWarshipSettingReq = 5460;
|
|
public const int SetWarshipSettingRsp = 5461;
|
|
public const int WarshipItemReturnMaterialNotify = 5462;
|
|
public const int AddWarshipItemNotify = 5463;
|
|
public const int RpgDungeonGetActivityReq = 5500;
|
|
public const int RpgDungeonGetActivityRsp = 5501;
|
|
public const int RpgDungeonSelectQuestReq = 5502;
|
|
public const int RpgDungeonSelectQuestRsp = 5503;
|
|
public const int RpgDungeonGetCandidateBuffReq = 5504;
|
|
public const int RpgDungeonGetCandidateBuffRsp = 5505;
|
|
public const int RpgDungeonSelectBuffReq = 5506;
|
|
public const int RpgDungeonSelectBuffRsp = 5507;
|
|
public const int QAvatarBattleBeginNotify = 5550;
|
|
public const int QAvatarBattleSettleNotify = 5551;
|
|
public const int QAvatarBattleGetLobbyInfoReq = 5552;
|
|
public const int QAvatarBattleGetLobbyInfoRsp = 5553;
|
|
public const int QAvatarBattleDataNotify = 5600;
|
|
public const int QAvatarBattleEnterBattleReq = 5601;
|
|
public const int QAvatarBattleEnterBattleRsp = 5602;
|
|
public const int QAvatarBattleMoveNotify = 5603;
|
|
public const int QAvatarBattleStartSkillReq = 5604;
|
|
public const int QAvatarBattleStartSkillRsp = 5605;
|
|
public const int QAvatarBattleStartSkillNotify = 5606;
|
|
public const int QAvatarBattleEndSkillReq = 5607;
|
|
public const int QAvatarBattleEndSkillRsp = 5608;
|
|
public const int QAvatarBattleEndSkillNotify = 5609;
|
|
public const int QAvatarBattleSkillTriggerNotify = 5610;
|
|
public const int QAvatarBattleComponentOpNotify = 5611;
|
|
public const int QAvatarBattleDiscardStigmataReq = 5612;
|
|
public const int QAvatarBattleDiscardStigmataRsp = 5613;
|
|
public const int QAvatarBattleGetDataNotify = 5614;
|
|
public const int QAvatarBattleKillNotify = 5621;
|
|
public const int QAvatarBattleRefreshGadgetForecastNotify = 5622;
|
|
public const int QAvatarBattleRefreshGadgetGenerateNotify = 5623;
|
|
public const int QAvatarBattleEndBattleNotify = 5630;
|
|
public const int DreamGetActivityReq = 5750;
|
|
public const int DreamGetActivityRsp = 5751;
|
|
public const int DreamOpenDreamReq = 5752;
|
|
public const int DreamOpenDreamRsp = 5753;
|
|
public const int DreamGiveUpDreamReq = 5754;
|
|
public const int DreamGiveUpDreamRsp = 5755;
|
|
public const int DreamExchangeScoreReq = 5756;
|
|
public const int DreamExchangeScoreRsp = 5757;
|
|
public const int DreamTakeRewardReq = 5758;
|
|
public const int DreamTakeRewardRsp = 5759;
|
|
public const int GetThemeWantedReq = 5790;
|
|
public const int GetThemeWantedRsp = 5791;
|
|
public const int ThemeWantedRefreshTicketReq = 5794;
|
|
public const int ThemeWantedRefreshTicketRsp = 5795;
|
|
public const int GlobalPollingGetDataReq = 5811;
|
|
public const int GlobalPollingGetDataRsp = 5812;
|
|
public const int GlobalPollingSupportReq = 5813;
|
|
public const int GlobalPollingSupportRsp = 5814;
|
|
public const int GlobalPollingVoteReq = 5815;
|
|
public const int GlobalPollingVoteRsp = 5816;
|
|
public const int GetCollaborationScheduleReq = 5831;
|
|
public const int GetCollaborationScheduleRsp = 5832;
|
|
public const int RanchGetActivityReq = 5833;
|
|
public const int RanchGetActivityRsp = 5834;
|
|
public const int RanchSynthesisMonsterReq = 5835;
|
|
public const int RanchSynthesisMonsterRsp = 5836;
|
|
public const int RanchFreeMonsterReq = 5837;
|
|
public const int RanchFreeMonsterRsp = 5838;
|
|
public const int RanchAssignMonsterReq = 5839;
|
|
public const int RanchAssignMonsterRsp = 5840;
|
|
public const int RanchFireMonsterReq = 5841;
|
|
public const int RanchFireMonsterRsp = 5842;
|
|
public const int RanchTakeProductReq = 5843;
|
|
public const int RanchTakeProductRsp = 5844;
|
|
public const int RanchGetMonsterWikiReq = 5845;
|
|
public const int RanchGetMonsterWikiRsp = 5846;
|
|
public const int RanchSyncMonsterNotify = 5847;
|
|
public const int RanchDelMonsterNotify = 5848;
|
|
public const int RanchLockMonsterSkillReq = 5849;
|
|
public const int RanchLockMonsterSkillRsp = 5850;
|
|
public const int RanchSetBattleMonsterReq = 5851;
|
|
public const int RanchSetBattleMonsterRsp = 5852;
|
|
public const int GetRestaurantActivityReq = 5860;
|
|
public const int GetRestaurantActivityRsp = 5861;
|
|
public const int LevelUpRestaurantFacilityReq = 5862;
|
|
public const int LevelUpRestaurantFacilityRsp = 5863;
|
|
public const int AssignRestaurantWorkReq = 5864;
|
|
public const int AssignRestaurantWorkRsp = 5865;
|
|
public const int CancelRestaurantWorkReq = 5866;
|
|
public const int CancelRestaurantWorkRsp = 5867;
|
|
public const int TakeRestaurantOrderReq = 5868;
|
|
public const int TakeRestaurantOrderRsp = 5869;
|
|
public const int DeliverRestaurantQuestReq = 5870;
|
|
public const int DeliverRestaurantQuestRsp = 5871;
|
|
public const int AccelerateRestaurantWorkReq = 5872;
|
|
public const int AccelerateRestaurantWorkRsp = 5873;
|
|
public const int NewbieLevelRushPurchaseReq = 5881;
|
|
public const int NewbieLevelRushPurchaseRsp = 5882;
|
|
public const int NewbieLevelRushTakeRewardReq = 5883;
|
|
public const int NewbieLevelRushTakeRewardRsp = 5884;
|
|
public const int GetRewardLineActivityReq = 5890;
|
|
public const int GetRewardLineActivityRsp = 5891;
|
|
public const int TakeRewardLineActivityRewardReq = 5892;
|
|
public const int TakeRewardLineActivityRewardRsp = 5893;
|
|
public const int MonsterCardGetActivityReq = 5920;
|
|
public const int MonsterCardGetActivityRsp = 5921;
|
|
public const int MonsterCardLevelUpReq = 5922;
|
|
public const int MonsterCardLevelUpRsp = 5923;
|
|
public const int MonsterCardStarUpReq = 5924;
|
|
public const int MonsterCardStarUpRsp = 5925;
|
|
public const int MonsterCardLearnRandomTalentReq = 5926;
|
|
public const int MonsterCardLearnRandomTalentRsp = 5927;
|
|
public const int MonsterCardSyncCardNotify = 5928;
|
|
public const int MonsterCardGetTowerRankReq = 5929;
|
|
public const int MonsterCardGetTowerRankRsp = 5930;
|
|
public const int MonsterCardGetBossRankReq = 5931;
|
|
public const int MonsterCardGetBossRankRsp = 5932;
|
|
public const int MonsterCardConfirmRandomTalentReq = 5933;
|
|
public const int MonsterCardConfirmRandomTalentRsp = 5934;
|
|
public const int MonsterCardFragmentOverflowNotify = 5935;
|
|
public const int BuffAssistGetActivityReq = 5941;
|
|
public const int BuffAssistGetActivityRsp = 5942;
|
|
public const int BuffAssistRefreshWaitSelectBuffPoolReq = 5943;
|
|
public const int BuffAssistRefreshWaitSelectBuffPoolRsp = 5944;
|
|
public const int BuffAssistSelectBuffReq = 5945;
|
|
public const int BuffAssistSelectBuffRsp = 5946;
|
|
public const int BuffAssistPublishBuffPoolReq = 5947;
|
|
public const int BuffAssistPublishBuffPoolRsp = 5948;
|
|
public const int BuffAssistStageEndNotify = 5949;
|
|
public const int BuffAssistRecvStageAssistInfoNotify = 5950;
|
|
public const int WaveRushGetActivityReq = 5961;
|
|
public const int WaveRushGetActivityRsp = 5962;
|
|
public const int WaveRushGetRankReq = 5963;
|
|
public const int WaveRushGetRankRsp = 5964;
|
|
public const int WaveRushLevelUpBuffReq = 5965;
|
|
public const int WaveRushLevelUpBuffRsp = 5966;
|
|
public const int WaveRushUpdateBuffSuiteReq = 5967;
|
|
public const int WaveRushUpdateBuffSuiteRsp = 5968;
|
|
public const int WaveRushActiveBuffSuiteReq = 5969;
|
|
public const int WaveRushActiveBuffSuiteRsp = 5970;
|
|
public const int MiniMonopolyGetDataReq = 5981;
|
|
public const int MiniMonopolyGetDataRsp = 5982;
|
|
public const int MiniMonopolyThrowDiceReq = 5983;
|
|
public const int MiniMonopolyThrowDiceRsp = 5984;
|
|
public const int MiniMonopolyUseItemReq = 5985;
|
|
public const int MiniMonopolyUseItemRsp = 5986;
|
|
public const int SlgGetDataReq = 6050;
|
|
public const int SlgGetDataRsp = 6051;
|
|
public const int SlgPointSweepReq = 6052;
|
|
public const int SlgPointSweepRsp = 6053;
|
|
public const int SlgBattleMatchRsp = 6054;
|
|
public const int SlgEnrollReq = 6055;
|
|
public const int SlgEnrollRsp = 6056;
|
|
public const int SlgGetActivityStaminaReq = 6057;
|
|
public const int SlgGetActivityStaminaRsp = 6058;
|
|
public const int SlgTakeScoreRewardReq = 6059;
|
|
public const int SlgTakeScoreRewardRsp = 6060;
|
|
public const int SlgBattleAddScoreFailNotify = 6061;
|
|
public const int SlgGetBattleRankReq = 6062;
|
|
public const int SlgGetBattleRankRsp = 6063;
|
|
public const int SlgGetPointRankReq = 6064;
|
|
public const int SlgGetPointRankRsp = 6065;
|
|
public const int SlgBattleSettleNotify = 6066;
|
|
public const int SlgBroadcastNotify = 6068;
|
|
public const int SlgMainPageReq = 6069;
|
|
public const int SlgBattleInSettleNotify = 6070;
|
|
public const int SlgGetBriefRankReq = 6071;
|
|
public const int SlgGetBriefRankRsp = 6072;
|
|
public const int GetGodWarReq = 6150;
|
|
public const int GetGodWarRsp = 6151;
|
|
public const int SelectGodWarChallengeAvatarReq = 6152;
|
|
public const int SelectGodWarChallengeAvatarRsp = 6153;
|
|
public const int ChangeGodWarChallengeSupportAvatarReq = 6154;
|
|
public const int ChangeGodWarChallengeSupportAvatarRsp = 6155;
|
|
public const int SyncGodWarTaleNotify = 6156;
|
|
public const int ResetGodWarChallengeReq = 6157;
|
|
public const int ResetGodWarChallengeRsp = 6158;
|
|
public const int GodWarEventNotify = 6160;
|
|
public const int TriggerGodWarEventReq = 6161;
|
|
public const int TriggerGodWarEventRsp = 6162;
|
|
public const int RefreshGodWarTeleportEventReq = 6163;
|
|
public const int RefreshGodWarTeleportEventRsp = 6164;
|
|
public const int SelectGodWarBuffReq = 6170;
|
|
public const int SelectGodWarBuffRsp = 6171;
|
|
public const int LevelUpGodWarTalentReq = 6172;
|
|
public const int LevelUpGodWarTalentRsp = 6173;
|
|
public const int TakeGodWarTalentSupportLevelRewardNotify = 6176;
|
|
public const int AddGodWarRoleRelationExpReq = 6177;
|
|
public const int AddGodWarRoleRelationExpRsp = 6178;
|
|
public const int LevelUpGodWarRoleRelationReq = 6179;
|
|
public const int LevelUpGodWarRoleRelationRsp = 6180;
|
|
public const int TakeGodWarRoleRelationLevelRewardReq = 6181;
|
|
public const int TakeGodWarRoleRelationLevelRewardRsp = 6182;
|
|
public const int GetGodWarTaleShopReq = 6183;
|
|
public const int GetGodWarTaleShopRsp = 6184;
|
|
public const int BuyGodWarShopGoodsReq = 6185;
|
|
public const int BuyGodWarShopGoodsRsp = 6186;
|
|
public const int TakeGodWarRoleStoryRewardReq = 6187;
|
|
public const int TakeGodWarRoleStoryRewardRsp = 6188;
|
|
public const int RefreshGodWarTicketReq = 6189;
|
|
public const int RefreshGodWarTicketRsp = 6190;
|
|
public const int PredictGodWarEventReq = 6191;
|
|
public const int PredictGodWarEventRsp = 6192;
|
|
public const int RefreshGodWarBuffEventReq = 6193;
|
|
public const int RefreshGodWarBuffEventRsp = 6194;
|
|
public const int GetGodWarRoleReq = 6195;
|
|
public const int GetGodWarRoleRsp = 6196;
|
|
public const int GetGodWarTeleportEventReq = 6197;
|
|
public const int GetGodWarTeleportEventRsp = 6198;
|
|
public const int SwitchGodWarChapterReq = 6199;
|
|
public const int SwitchGodWarChapterRsp = 6200;
|
|
public const int GetGodWarLobbyReq = 6201;
|
|
public const int GetGodWarLobbyRsp = 6202;
|
|
public const int FinishGodWarLobbyActionReq = 6203;
|
|
public const int FinishGodWarLobbyActionRsp = 6204;
|
|
public const int RefreshGodWarShopGoodsReq = 6205;
|
|
public const int RefreshGodWarShopGoodsRsp = 6206;
|
|
public const int SkipGodWarStoryNodeReq = 6207;
|
|
public const int SkipGodWarStoryNodeRsp = 6208;
|
|
public const int RefreshGodWarGachaReq = 6209;
|
|
public const int RefreshGodWarGachaRsp = 6210;
|
|
public const int GetScDLCReq = 6300;
|
|
public const int GetScDLCRsp = 6301;
|
|
public const int UpdateScDLCFeverSuiteReq = 6304;
|
|
public const int UpdateScDLCFeverSuiteRsp = 6305;
|
|
public const int ActiveScDLCFeverSuiteReq = 6306;
|
|
public const int ActiveScDLCFeverSuiteRsp = 6307;
|
|
public const int AddScDLCSupportNPCExpReq = 6308;
|
|
public const int AddScDLCSupportNPCExpRsp = 6309;
|
|
public const int LevelUpScDLCAvatarReq = 6310;
|
|
public const int LevelUpScDLCAvatarRsp = 6311;
|
|
public const int LevelUpScDLCTalentReq = 6312;
|
|
public const int LevelUpScDLCTalentRsp = 6313;
|
|
public const int EquipScDLCAvatarTalentReq = 6314;
|
|
public const int EquipScDLCAvatarTalentRsp = 6315;
|
|
public const int GetScDLCSelectDailyQuestReq = 6316;
|
|
public const int GetScDLCSelectDailyQuestRsp = 6317;
|
|
public const int RefreshScDLCDailyQuestReq = 6318;
|
|
public const int RefreshScDLCDailyQuestRsp = 6319;
|
|
public const int AcceptScDLCDailyQuestReq = 6320;
|
|
public const int AcceptScDLCDailyQuestRsp = 6321;
|
|
public const int FinishScDLCDailyQuestReq = 6322;
|
|
public const int FinishScDLCDailyQuestRsp = 6323;
|
|
public const int TakeScDLCDailyQuestRewardReq = 6324;
|
|
public const int TakeScDLCDailyQuestRewardRsp = 6325;
|
|
public const int ModifyScDLCNameReq = 6326;
|
|
public const int ModifyScDLCNameRsp = 6327;
|
|
public const int TakeScDLCChallengeRewardReq = 6328;
|
|
public const int TakeScDLCChallengeRewardRsp = 6329;
|
|
public const int FinishScDLCPlotReq = 6330;
|
|
public const int FinishScDLCPlotRsp = 6331;
|
|
public const int GetScDLCTowerReq = 6332;
|
|
public const int GetScDLCTowerRsp = 6333;
|
|
public const int ScDLCTowerStageBeginReq = 6334;
|
|
public const int ScDLCTowerStageBeginRsp = 6335;
|
|
public const int ScDLCTowerStageEndReq = 6336;
|
|
public const int ScDLCTowerStageEndRsp = 6337;
|
|
public const int GetScDLCTowerRankReq = 6338;
|
|
public const int GetScDLCTowerRankRsp = 6339;
|
|
public const int ScDLCTowerScheduleRewardNotify = 6340;
|
|
public const int ScDLCReviveAvatarReq = 6341;
|
|
public const int ScDLCReviveAvatarRsp = 6342;
|
|
public const int ScDLCTowerReviveAvatarReq = 6343;
|
|
public const int ScDLCTowerReviveAvatarRsp = 6344;
|
|
public const int ScDLCActiveFeverAbilityReq = 6345;
|
|
public const int ScDLCActiveFeverAbilityRsp = 6346;
|
|
public const int ScDLCSweepTowerReq = 6347;
|
|
public const int ScDLCSweepTowerRsp = 6348;
|
|
public const int TownActivityGetDataReq = 6450;
|
|
public const int TownActivityGetDataRsp = 6451;
|
|
public const int TownActivitySaveReq = 6452;
|
|
public const int TownActivitySaveRsp = 6453;
|
|
public const int TownActivityBuildReq = 6454;
|
|
public const int TownActivityBuildRsp = 6455;
|
|
public const int TownActivityBattleReq = 6456;
|
|
public const int TownActivityBattleRsp = 6457;
|
|
public const int TownActivitySellBuildingReq = 6458;
|
|
public const int TownActivitySellBuildingRsp = 6459;
|
|
public const int TownActivityHealAvatarReq = 6460;
|
|
public const int TownActivityHealAvatarRsp = 6461;
|
|
public const int TownActivitySellBrickReq = 6462;
|
|
public const int TownActivitySellBrickRsp = 6463;
|
|
public const int TownActivityEndNotify = 6464;
|
|
public const int TownActivityBossAttackNotify = 6465;
|
|
public const int TownActivityGetShopReq = 6466;
|
|
public const int TownActivityGetShopRsp = 6467;
|
|
public const int TownActivityShopBuyReq = 6468;
|
|
public const int TownActivityShopBuyRsp = 6469;
|
|
public const int TownActivityMaterialUseReq = 6470;
|
|
public const int TownActivityMaterialUseRsp = 6471;
|
|
public const int TownActivitySpeedUpHealReq = 6472;
|
|
public const int TownActivitySpeedUpHealRsp = 6473;
|
|
public const int TownActivityCheckInOptionalReq = 6474;
|
|
public const int TownActivityCheckInOptionalRsp = 6475;
|
|
public const int TownActivityResetReq = 6476;
|
|
public const int TownActivityResetRsp = 6477;
|
|
public const int TownActivityAlterPathReq = 6478;
|
|
public const int TownActivityAlterPathRsp = 6479;
|
|
public const int TownActivityAttackEnemyBuffNotify = 6480;
|
|
public const int TownActivityRefreshBrickReq = 6481;
|
|
public const int TownActivityRefreshBrickRsp = 6482;
|
|
public const int DiceyDungeonActivityGetDataReq = 6500;
|
|
public const int DiceyDungeonActivityGetDataRsp = 6501;
|
|
public const int DiceyDungeonActivityRoleLevelUpReq = 6502;
|
|
public const int DiceyDungeonActivityRoleLevelUpRsp = 6503;
|
|
public const int DiceyDungeonActivityDungeonBeginReq = 6504;
|
|
public const int DiceyDungeonActivityDungeonBeginRsp = 6505;
|
|
public const int DiceyDungeonActivityDungeonEndReq = 6506;
|
|
public const int DiceyDungeonActivityDungeonEndRsp = 6507;
|
|
public const int DiceyDungeonActivityRoomBeginReq = 6508;
|
|
public const int DiceyDungeonActivityRoomBeginRsp = 6509;
|
|
public const int DiceyDungeonActivityRoomEndReq = 6510;
|
|
public const int DiceyDungeonActivityRoomEndRsp = 6511;
|
|
public const int DiceyDungeonActivityGetWeaponGachaDisplayReq = 6512;
|
|
public const int DiceyDungeonActivityGetWeaponGachaDisplayRsp = 6513;
|
|
public const int DiceyDungeonActivityWeaponGachaReq = 6514;
|
|
public const int DiceyDungeonActivityWeaponGachaRsp = 6515;
|
|
public const int DiceyDungeonActivitySelectOrnamentReq = 6516;
|
|
public const int DiceyDungeonActivitySelectOrnamentRsp = 6517;
|
|
public const int DiceyDungeonActivityRefreshOrnamentReq = 6518;
|
|
public const int DiceyDungeonActivityRefreshOrnamentRsp = 6519;
|
|
public const int DiceyDungeonActivityGetDailyScoreRankReq = 6520;
|
|
public const int DiceyDungeonActivityGetDailyScoreRankRsp = 6521;
|
|
public const int PvzGetActivityReq = 6550;
|
|
public const int PvzGetActivityRsp = 6551;
|
|
public const int PvzBattleBeginReq = 6552;
|
|
public const int PvzBattleBeginRsp = 6553;
|
|
public const int PvzBattleEndReq = 6554;
|
|
public const int PvzBattleEndRsp = 6555;
|
|
public const int PvzQAvatarLevelUpReq = 6556;
|
|
public const int PvzQAvatarLevelUpRsp = 6557;
|
|
public const int QCandyBattleEnterBattleReq = 6570;
|
|
public const int QCandyBattleEnterBattleRsp = 6571;
|
|
public const int QCandyBattleDataNotify = 6572;
|
|
public const int QCandyBattleEndNotify = 6573;
|
|
public const int QCandyBattleMoveNotify = 6574;
|
|
public const int QCandyBattleTriggerEntityReq = 6580;
|
|
public const int QCandyBattleTriggerEntityRsp = 6581;
|
|
public const int QCandyBattleAvatarLifeTimesChangeNotify = 6582;
|
|
public const int QCandyBattleArriveReq = 6583;
|
|
public const int QCandyBattleArriveRsp = 6584;
|
|
public const int QCandyBattleUseSkillReq = 6585;
|
|
public const int QCandyBattleUseSkillRsp = 6586;
|
|
public const int QCandyBattleUseSkillNotify = 6587;
|
|
public const int QCandyBattleAvatarStateClientNotify = 6588;
|
|
public const int QCandyBattleAvatarStateServerNotify = 6589;
|
|
public const int QCandyBattleSkillEndNotify = 6590;
|
|
public const int QCandyBattleFinishBattleNotify = 6591;
|
|
public const int QCandyBattleLeaveBattleReq = 6592;
|
|
public const int QCandyBattleLeaveBattleRsp = 6593;
|
|
public const int QCandyBattleLeaveBattleNotify = 6594;
|
|
public const int QCandyBattleStartTimeLineNotify = 6595;
|
|
public const int QCandyBattleSkillUseTimesChangeNotify = 6596;
|
|
public const int QCandyBattleSendEmojiReq = 6597;
|
|
public const int QCandyBattleSendEmojiRsp = 6598;
|
|
public const int QCandyBattleSendEmojiNotify = 6599;
|
|
public const int QCandyBattleSyncAbilityNotify = 6600;
|
|
public const int QCandyBattleGetActivityReq = 6601;
|
|
public const int QCandyBattleGetActivityRsp = 6602;
|
|
public const int QCandyBattleBeginNotify = 6603;
|
|
public const int QCandyBattleChooseAvatarReq = 6604;
|
|
public const int QCandyBattleChooseAvatarRsp = 6605;
|
|
public const int QCandyBattleUnlockAvatarReq = 6606;
|
|
public const int QCandyBattleUnlockAvatarRsp = 6607;
|
|
public const int QCandyBattleSettleBattleNotify = 6608;
|
|
public const int QCandyBattleMemoryRoundEndReq = 6622;
|
|
public const int QCandyBattleMemoryRoundEndRsp = 6623;
|
|
public const int QCandyBattleSyncActionNotify = 6624;
|
|
public const int QCandyBattleActionAckReq = 6625;
|
|
public const int QCandyBattleActionAckRsp = 6626;
|
|
public const int QCandyBattleArriveTeleportReq = 6627;
|
|
public const int QCandyBattleArriveTeleportRsp = 6628;
|
|
public const int QCandyBattleAddTeamSkillReq = 6629;
|
|
public const int QCandyBattleAddTeamSkillRsp = 6630;
|
|
public const int QCandyBattleSyncUnitNotify = 6631;
|
|
public const int AiCyberGetActivityReq = 6650;
|
|
public const int AiCyberGetActivityRsp = 6651;
|
|
public const int AiCyberTakePuzzleRewardReq = 6652;
|
|
public const int AiCyberTakePuzzleRewardRsp = 6653;
|
|
public const int AiCyberAddRepairProgressReq = 6654;
|
|
public const int AiCyberAddRepairProgressRsp = 6655;
|
|
public const int AiCyberSetBlessReq = 6656;
|
|
public const int AiCyberSetBlessRsp = 6657;
|
|
public const int AiCyberRefreshTicketReq = 6658;
|
|
public const int AiCyberRefreshTicketRsp = 6659;
|
|
public const int AiCyberUpdateClientSettingReq = 6660;
|
|
public const int AiCyberUpdateClientSettingRsp = 6661;
|
|
public const int GetShopListReq = 6700;
|
|
public const int GetShopListRsp = 6701;
|
|
public const int GetShoppingMallListReq = 6702;
|
|
public const int GetShoppingMallListRsp = 6703;
|
|
public const int GetSingleShopWithoutRefreshReq = 6704;
|
|
public const int GetSingleShopWithoutRefreshRsp = 6705;
|
|
public const int GetProductListReq = 6706;
|
|
public const int GetProductListRsp = 6707;
|
|
public const int ManualRefreshShopReq = 6708;
|
|
public const int ManualRefreshShopRsp = 6709;
|
|
public const int GetRecommendGoodsReq = 6710;
|
|
public const int GetRecommendGoodsRsp = 6711;
|
|
public const int BuyGoodsReq = 6714;
|
|
public const int BuyGoodsRsp = 6715;
|
|
public const int GlobalShopGoodsInfoNotify = 6716;
|
|
public const int GetVipRewardDataReq = 6717;
|
|
public const int GetVipRewardDataRsp = 6718;
|
|
public const int GetVipRewardReq = 6719;
|
|
public const int GetVipRewardRsp = 6720;
|
|
public const int GetCardProductInfoReq = 6721;
|
|
public const int GetCardProductInfoRsp = 6722;
|
|
public const int TakeCardProductDailyRewardReq = 6723;
|
|
public const int TakeCardProductDailyRewardRsp = 6724;
|
|
public const int TakeCardProductBonusRewardReq = 6725;
|
|
public const int TakeCardProductBonusRewardRsp = 6726;
|
|
public const int TakeFoundationRewardReq = 6727;
|
|
public const int TakeFoundationRewardRsp = 6728;
|
|
public const int GetProductRecommendListReq = 6729;
|
|
public const int GetProductRecommendListRsp = 6730;
|
|
public const int BuyProductReq = 6731;
|
|
public const int BuyProductRsp = 6732;
|
|
public const int ExchangeHcoinByMcoinReq = 6733;
|
|
public const int ExchangeHcoinByMcoinRsp = 6734;
|
|
public const int GetMyCardAuthCodeReq = 6739;
|
|
public const int GetMyCardAuthCodeRsp = 6740;
|
|
public const int VerifyMyCardOrderNotify = 6741;
|
|
public const int RechargeFinishNotify = 6742;
|
|
public const int ReportClickRechargeButtonNotify = 6743;
|
|
public const int GlobalShopGoodsGetBuyOrderReq = 6744;
|
|
public const int GlobalShopGoodsGetBuyOrderRsp = 6745;
|
|
public const int GlobalExploreGetActivityReq = 6900;
|
|
public const int GlobalExploreGetActivityRsp = 6901;
|
|
public const int GlobalExploreNotify = 6902;
|
|
public const int GlobalExploreMoveReq = 6903;
|
|
public const int GlobalExploreMoveRsp = 6904;
|
|
public const int GlobalExploreInteractReq = 6905;
|
|
public const int GlobalExploreInteractRsp = 6906;
|
|
public const int GlobalExploreActionReq = 6907;
|
|
public const int GlobalExploreActionRsp = 6908;
|
|
public const int PlatformShooterGetActivityReq = 6950;
|
|
public const int PlatformShooterGetActivityRsp = 6951;
|
|
public const int PlatformShooterQAvatarLevelUpReq = 6952;
|
|
public const int PlatformShooterQAvatarLevelUpRsp = 6953;
|
|
public const int PlatformShooterWeaponPoolGetDisplayReq = 6954;
|
|
public const int PlatformShooterWeaponPoolGetDisplayRsp = 6955;
|
|
public const int PlatformShooterWeaponPoolGachaReq = 6956;
|
|
public const int PlatformShooterWeaponPoolGachaRsp = 6957;
|
|
public const int PlatformShooterWeaponAffixRefineReq = 6958;
|
|
public const int PlatformShooterWeaponAffixRefineRsp = 6959;
|
|
public const int PlatformShooterWeaponAffixConfirmReq = 6960;
|
|
public const int PlatformShooterWeaponAffixConfirmRsp = 6961;
|
|
public const int PlatformShooterGetRankReq = 6962;
|
|
public const int PlatformShooterGetRankRsp = 6963;
|
|
public const int MirageGetActivityReq = 7000;
|
|
public const int MirageGetActivityRsp = 7001;
|
|
public const int MirageTalentLevelUpReq = 7002;
|
|
public const int MirageTalentLevelUpRsp = 7003;
|
|
public const int MirageReportStageBeginReq = 7004;
|
|
public const int MirageReportStageBeginRsp = 7005;
|
|
public const int MirageResetDailyDropLimitReq = 7006;
|
|
public const int MirageResetDailyDropLimitRsp = 7007;
|
|
public const int SusannaTrialGetActivityReq = 7050;
|
|
public const int SusannaTrialGetActivityRsp = 7051;
|
|
public const int SusannaTrialTakeMentorProgressRewardReq = 7052;
|
|
public const int SusannaTrialTakeMentorProgressRewardRsp = 7053;
|
|
public const int SusannaTrialTakePlotRewardReq = 7054;
|
|
public const int SusannaTrialTakePlotRewardRsp = 7055;
|
|
public const int ShigureKiraGetActivityReq = 7060;
|
|
public const int ShigureKiraGetActivityRsp = 7061;
|
|
public const int ShigureKiraAddConcertProgressReq = 7062;
|
|
public const int ShigureKiraAddConcertProgressRsp = 7063;
|
|
public const int ThemeTowerGetActivityReq = 7070;
|
|
public const int ThemeTowerGetActivityRsp = 7071;
|
|
public const int ThemeTowerGetRankReq = 7072;
|
|
public const int ThemeTowerGetRankRsp = 7073;
|
|
public const int ThemeTowerLevelUpSectionReq = 7074;
|
|
public const int ThemeTowerLevelUpSectionRsp = 7075;
|
|
public const int GetPonMachineActivityReq = 7100;
|
|
public const int GetPonMachineActivityRsp = 7101;
|
|
public const int StartPonMachineReq = 7102;
|
|
public const int StartPonMachineRsp = 7103;
|
|
public const int CarnivalLotteryBetReq = 7111;
|
|
public const int CarnivalLotteryBetRsp = 7112;
|
|
public const int CarnivalLotteryGetInfoReq = 7113;
|
|
public const int CarnivalLotteryGetInfoRsp = 7114;
|
|
public const int CarnivalLotteryTakeSpecialRewardReq = 7115;
|
|
public const int CarnivalLotteryTakeSpecialRewardRsp = 7116;
|
|
public const int CarnivalLotteryOpenRewardReq = 7117;
|
|
public const int CarnivalLotteryOpenRewardRsp = 7118;
|
|
public const int TiledGameLunaTrapReq = 7121;
|
|
public const int TiledGameLunaTrapRsp = 7122;
|
|
public const int GetTiledGameLunaReq = 7123;
|
|
public const int GetTiledGameLunaRsp = 7124;
|
|
public const int TiledGameLunaBattleReq = 7125;
|
|
public const int TiledGameLunaBattleRsp = 7126;
|
|
public const int TiledGameLunaHealReq = 7129;
|
|
public const int TiledGameLunaHealRsp = 7130;
|
|
public const int MinionClashGetActivityReq = 7141;
|
|
public const int MinionClashGetActivityRsp = 7142;
|
|
public const int MinionClashGetGachaInfoReq = 7143;
|
|
public const int MinionClashGetGachaInfoRsp = 7144;
|
|
public const int MinionClashDoGachaReq = 7145;
|
|
public const int MinionClashDoGachaRsp = 7146;
|
|
public const int MinionClashLevelUpTalentReq = 7147;
|
|
public const int MinionClashLevelUpTalentRsp = 7148;
|
|
public const int MinionClashReportStageBeginReq = 7149;
|
|
public const int MinionClashReportStageBeginRsp = 7150;
|
|
public const int MinionClashUpdateBuildReq = 7151;
|
|
public const int MinionClashUpdateBuildRsp = 7152;
|
|
public const int MinionClashStarUpCardReq = 7153;
|
|
public const int MinionClashStarUpCardRsp = 7154;
|
|
public const int ThelemaActivityGetActivityReq = 7161;
|
|
public const int ThelemaActivityGetActivityRsp = 7162;
|
|
public const int ThelemaActivityFinishQuestionReq = 7163;
|
|
public const int ThelemaActivityFinishQuestionRsp = 7164;
|
|
public const int MatchThreePlusGetActivityReq = 7171;
|
|
public const int MatchThreePlusGetActivityRsp = 7172;
|
|
public const int MatchThreePlusRoleLevelUpReq = 7173;
|
|
public const int MatchThreePlusRoleLevelUpRsp = 7174;
|
|
public const int MatchThreePlusGachaDisplayReq = 7175;
|
|
public const int MatchThreePlusGachaDisplayRsp = 7176;
|
|
public const int MatchThreePlusGachaReq = 7177;
|
|
public const int MatchThreePlusGachaRsp = 7178;
|
|
public const int MatchThreePlusRoomBeginReq = 7179;
|
|
public const int MatchThreePlusRoomBeginRsp = 7180;
|
|
public const int MatchThreePlusRoomEndReq = 7181;
|
|
public const int MatchThreePlusRoomEndRsp = 7182;
|
|
public const int MatchThreePlusGetRankReq = 7183;
|
|
public const int MatchThreePlusGetRankRsp = 7184;
|
|
public const int MatchThreePlusUpdateCombinationReq = 7185;
|
|
public const int MatchThreePlusUpdateCombinationRsp = 7186;
|
|
public const int MatchThreePlusSyncAutoUnlockNotify = 7187;
|
|
public const int TiledGameSrpgGetActivityReq = 7191;
|
|
public const int TiledGameSrpgGetActivityRsp = 7192;
|
|
public const int TiledGameSrpgAvatarLevelUpReq = 7193;
|
|
public const int TiledGameSrpgAvatarLevelUpRsp = 7194;
|
|
public const int TiledGameSrpgBattleBeginReq = 7195;
|
|
public const int TiledGameSrpgBattleBeginRsp = 7196;
|
|
public const int TiledGameSrpgBattleEndReq = 7197;
|
|
public const int TiledGameSrpgBattleEndRsp = 7198;
|
|
public const int TiledGameSrpgTakeBpRewardReq = 7199;
|
|
public const int TiledGameSrpgTakeBpRewardRsp = 7200;
|
|
public const int GameRoomActivityGetActivityReq = 7211;
|
|
public const int GameRoomActivityGetActivityRsp = 7212;
|
|
public const int GameRoomActivityGetRankReq = 7213;
|
|
public const int GameRoomActivityGetRankRsp = 7214;
|
|
public const int QRtsActivityGetActivityReq = 7221;
|
|
public const int QRtsActivityGetActivityRsp = 7222;
|
|
public const int QRtsActivityFinishRoundReq = 7223;
|
|
public const int QRtsActivityFinishRoundRsp = 7224;
|
|
public const int QRtsActivityResetRoundReq = 7225;
|
|
public const int QRtsActivityResetRoundRsp = 7226;
|
|
public const int QRtsActivityBuildReq = 7227;
|
|
public const int QRtsActivityBuildRsp = 7228;
|
|
public const int QRtsActivitySelectTalentReq = 7229;
|
|
public const int QRtsActivitySelectTalentRsp = 7230;
|
|
public const int QRtsActivitySyncGameNotify = 7231;
|
|
public const int QRtsActivitySweepReq = 7232;
|
|
public const int QRtsActivitySweepRsp = 7233;
|
|
public const int QRtsActivityUpgradeBuffReq = 7234;
|
|
public const int QRtsActivityUpgradeBuffRsp = 7235;
|
|
public const int QRtsActivityClearGameReq = 7236;
|
|
public const int QRtsActivityClearGameRsp = 7237;
|
|
public const int QRtsActivityWishReq = 7238;
|
|
public const int QRtsActivityWishRsp = 7239;
|
|
public const int GetBurdenAlleviationV2Req = 7241;
|
|
public const int GetBurdenAlleviationV2Rsp = 7242;
|
|
public const int TriggerBurdenAlleviationV2Req = 7243;
|
|
public const int TriggerBurdenAlleviationV2Rsp = 7244;
|
|
public const int FutariBattleActivityGetActivityReq = 7245;
|
|
public const int FutariBattleActivityGetActivityRsp = 7246;
|
|
public const int FutariBattleActivityGetRankReq = 7247;
|
|
public const int FutariBattleActivityGetRankRsp = 7248;
|
|
public const int FutariBattleActivityPassStageFloorReq = 7249;
|
|
public const int FutariBattleActivityPassStageFloorRsp = 7250;
|
|
public const int ReActivityGetDataReq = 7251;
|
|
public const int ReActivityGetDataRsp = 7252;
|
|
public const int ReActivityTileBeginReq = 7253;
|
|
public const int ReActivityTileBeginRsp = 7254;
|
|
public const int ReActivityTileEndReq = 7255;
|
|
public const int ReActivityTileEndRsp = 7256;
|
|
public const int ResidentActivityGetDataReq = 7260;
|
|
public const int ResidentActivityGetDataRsp = 7261;
|
|
public const int ResidentActivityUnlockActivityReq = 7262;
|
|
public const int ResidentActivityUnlockActivityRsp = 7263;
|
|
public const int QRtsActivityGetRankReq = 7270;
|
|
public const int QRtsActivityGetRankRsp = 7271;
|
|
public const int MonsterCardPvpGetActivityReq = 7275;
|
|
public const int MonsterCardPvpGetActivityRsp = 7276;
|
|
public const int MonsterCardPvpSelectInitCardVecReq = 7277;
|
|
public const int MonsterCardPvpSelectInitCardVecRsp = 7278;
|
|
public const int MonsterCardPvpStarUpCardReq = 7279;
|
|
public const int MonsterCardPvpStarUpCardRsp = 7280;
|
|
public const int MonsterCardPvpOpenSkillPackReq = 7281;
|
|
public const int MonsterCardPvpOpenSkillPackRsp = 7282;
|
|
public const int MonsterCardPvpSelectNewSkillReq = 7283;
|
|
public const int MonsterCardPvpSelectNewSkillRsp = 7284;
|
|
public const int MonsterCardPvpGetPvpOpponentReq = 7285;
|
|
public const int MonsterCardPvpGetPvpOpponentRsp = 7286;
|
|
public const int MonsterCardPvpFinishCombatReq = 7287;
|
|
public const int MonsterCardPvpFinishCombatRsp = 7288;
|
|
public const int MonsterCardPvpUpdatePlayerInfoReq = 7289;
|
|
public const int MonsterCardPvpUpdatePlayerInfoRsp = 7290;
|
|
public const int MonsterCardPvpGetDefendDataReq = 7291;
|
|
public const int MonsterCardPvpGetDefendDataRsp = 7292;
|
|
public const int MonsterCardPvpGetPvpRankReq = 7293;
|
|
public const int MonsterCardPvpGetPvpRankRsp = 7294;
|
|
public const int MonsterCardPvpTakeProductRewardReq = 7295;
|
|
public const int MonsterCardPvpTakeProductRewardRsp = 7296;
|
|
public const int MonsterCardPvpGetGachaDisplayReq = 7297;
|
|
public const int MonsterCardPvpGetGachaDisplayRsp = 7298;
|
|
public const int MonsterCardPvpGachaReq = 7299;
|
|
public const int MonsterCardPvpGachaRsp = 7300;
|
|
public const int MonsterCardPvpStartCombatReq = 7301;
|
|
public const int MonsterCardPvpStartCombatRsp = 7302;
|
|
public const int MonsterCardPvpCustomTeamReq = 7303;
|
|
public const int MonsterCardPvpCustomTeamRsp = 7304;
|
|
public const int MonsterCardPvpSkipReq = 7305;
|
|
public const int MonsterCardPvpSkipRsp = 7306;
|
|
public const int MonsterMorphGetActivityReq = 7311;
|
|
public const int MonsterMorphGetActivityRsp = 7312;
|
|
public const int MonsterMorphLevelUpMonsterReq = 7313;
|
|
public const int MonsterMorphLevelUpMonsterRsp = 7314;
|
|
public const int MonsterMorphStarUpMonsterReq = 7315;
|
|
public const int MonsterMorphStarUpMonsterRsp = 7316;
|
|
public const int MonsterMorphRefineMinionAffixReq = 7317;
|
|
public const int MonsterMorphRefineMinionAffixRsp = 7318;
|
|
public const int MonsterMorphSelectNewMinionAffixReq = 7319;
|
|
public const int MonsterMorphSelectNewMinionAffixRsp = 7320;
|
|
public const int MonsterMorphGetRankReq = 7321;
|
|
public const int MonsterMorphGetRankRsp = 7322;
|
|
public const int MonsterMorphSweepReq = 7323;
|
|
public const int MonsterMorphSweepRsp = 7324;
|
|
public const int CrystalLotteryGetMainDataReq = 7331;
|
|
public const int CrystalLotteryGetMainDataRsp = 7332;
|
|
public const int CrystalLotteryEnrollReq = 7333;
|
|
public const int CrystalLotteryEnrollRsp = 7334;
|
|
public const int CrystalLotteryTakeRewardReq = 7335;
|
|
public const int CrystalLotteryTakeRewardRsp = 7336;
|
|
public const int TiledGameInnGetActivityReq = 7341;
|
|
public const int TiledGameInnGetActivityRsp = 7342;
|
|
public const int TiledGameInnBuyFurnitureReq = 7343;
|
|
public const int TiledGameInnBuyFurnitureRsp = 7344;
|
|
public const int TiledGameInnEditInnReq = 7345;
|
|
public const int TiledGameInnEditInnRsp = 7346;
|
|
public const int TiledGameInnStartManagementReq = 7347;
|
|
public const int TiledGameInnStartManagementRsp = 7348;
|
|
public const int TiledGameInnStopManagementReq = 7349;
|
|
public const int TiledGameInnStopManagementRsp = 7350;
|
|
public const int TiledGameInnStartTravelReq = 7351;
|
|
public const int TiledGameInnStartTravelRsp = 7352;
|
|
public const int TiledGameInnEndTravelReq = 7353;
|
|
public const int TiledGameInnEndTravelRsp = 7354;
|
|
public const int TiledGameInnLevelUpReq = 7355;
|
|
public const int TiledGameInnLevelUpRsp = 7356;
|
|
public const int TiledGameInnDevelopDishReq = 7357;
|
|
public const int TiledGameInnDevelopDishRsp = 7358;
|
|
public const int TiledGameInnLevelUpInnReq = 7359;
|
|
public const int TiledGameInnLevelUpInnRsp = 7360;
|
|
public const int TiledGameInnSyncInnDataNotify = 7361;
|
|
public const int TiledGameInnGetOtherInnDataReq = 7362;
|
|
public const int TiledGameInnGetOtherInnDataRsp = 7363;
|
|
public const int TiledGameInnAddLeftDropNumNotify = 7364;
|
|
public const int TowerDefenseGetActivityReq = 7375;
|
|
public const int TowerDefenseGetActivityRsp = 7376;
|
|
public const int TowerDefenseSaveTurnReq = 7377;
|
|
public const int TowerDefenseSaveTurnRsp = 7378;
|
|
public const int TowerDefenseBattleBeginReq = 7379;
|
|
public const int TowerDefenseBattleBeginRsp = 7380;
|
|
public const int TowerDefenseBattleEndReq = 7381;
|
|
public const int TowerDefenseBattleEndRsp = 7382;
|
|
public const int TowerDefenseGetTowerRankReq = 7383;
|
|
public const int TowerDefenseGetTowerRankRsp = 7384;
|
|
public const int TowerDefenseBattleEraseTurnReq = 7385;
|
|
public const int TowerDefenseBattleEraseTurnRsp = 7386;
|
|
public const int LifeSimGetActivityReq = 7401;
|
|
public const int LifeSimGetActivityRsp = 7402;
|
|
public const int LifeSimGetCurLifeReq = 7403;
|
|
public const int LifeSimGetCurLifeRsp = 7404;
|
|
public const int LifeSimStartSimulateLifeReq = 7405;
|
|
public const int LifeSimStartSimulateLifeRsp = 7406;
|
|
public const int LifeSimEndSimulateLifeReq = 7407;
|
|
public const int LifeSimEndSimulateLifeRsp = 7408;
|
|
public const int LifeSimLifeEndNotify = 7409;
|
|
public const int LifeSimDealFrameReq = 7412;
|
|
public const int LifeSimDealFrameRsp = 7413;
|
|
public const int LifeSimSyncEventNotify = 7414;
|
|
public const int LifeSimPlayerActionReq = 7415;
|
|
public const int LifeSimPlayerActionRsp = 7416;
|
|
public const int LifeSimRefreshAttrReq = 7417;
|
|
public const int LifeSimRefreshAttrRsp = 7418;
|
|
public const int AstraRingFightGetActivityReq = 7421;
|
|
public const int AstraRingFightGetActivityRsp = 7422;
|
|
public const int AstraRingFightLevelUpSectionReq = 7423;
|
|
public const int AstraRingFightLevelUpSectionRsp = 7424;
|
|
public const int VampireSurvivorsGetActivityReq = 7441;
|
|
public const int VampireSurvivorsGetActivityRsp = 7442;
|
|
public const int VampireSurvivorsCollectStampReq = 7443;
|
|
public const int VampireSurvivorsCollectStampRsp = 7444;
|
|
public const int VampireSurvivorsGetRewardLineDataReq = 7445;
|
|
public const int VampireSurvivorsGetRewardLineDataRsp = 7446;
|
|
public const int VampireSurvivorsTakeRewardLineRewardReq = 7447;
|
|
public const int VampireSurvivorsTakeRewardLineRewardRsp = 7448;
|
|
public const int VampireSurvivorsReportStageExtDataReq = 7449;
|
|
public const int VampireSurvivorsReportStageExtDataRsp = 7450;
|
|
public const int VampireSurvivorsRoleLevelUpReq = 7453;
|
|
public const int VampireSurvivorsRoleLevelUpRsp = 7454;
|
|
public const int MatchThreeGetActivityReq = 7601;
|
|
public const int MatchThreeGetActivityRsp = 7602;
|
|
public const int MatchThreeRoleLevelUpReq = 7603;
|
|
public const int MatchThreeRoleLevelUpRsp = 7604;
|
|
public const int MatchThreeGemGachaDisplayReq = 7605;
|
|
public const int MatchThreeGemGachaDisplayRsp = 7606;
|
|
public const int MatchThreeGemGachaReq = 7607;
|
|
public const int MatchThreeGemGachaRsp = 7608;
|
|
public const int MatchThreeGetRankReq = 7609;
|
|
public const int MatchThreeGetRankRsp = 7610;
|
|
public const int MatchThreeRoomBeginReq = 7611;
|
|
public const int MatchThreeRoomBeginRsp = 7612;
|
|
public const int MatchThreeRoomEndReq = 7613;
|
|
public const int MatchThreeRoomEndRsp = 7614;
|
|
public const int ChapterBwWorldGetDataReq = 7650;
|
|
public const int ChapterBwWorldGetDataRsp = 7651;
|
|
public const int ChapterBwWorldUpdateEquipRuneReq = 7652;
|
|
public const int ChapterBwWorldUpdateEquipRuneRsp = 7653;
|
|
public const int ChapterBwWorldRuneLevelUpReq = 7654;
|
|
public const int ChapterBwWorldRuneLevelUpRsp = 7655;
|
|
public const int ChapterBwWorldRuneSynthesisReq = 7656;
|
|
public const int ChapterBwWorldRuneSynthesisRsp = 7657;
|
|
public const int ChapterBwWorldGetRankReq = 7658;
|
|
public const int ChapterBwWorldGetRankRsp = 7659;
|
|
public const int ChapterBwWorldTakeRewardLineRewardReq = 7660;
|
|
public const int ChapterBwWorldTakeRewardLineRewardRsp = 7661;
|
|
public const int ChapterBwWorldSyncRuneNotify = 7662;
|
|
public const int ChapterBwWorldTowerStageReportFloorReq = 7663;
|
|
public const int ChapterBwWorldTowerStageReportFloorRsp = 7664;
|
|
public const int ChapterBwWorldRefreshTicketReq = 7665;
|
|
public const int ChapterBwWorldRefreshTicketRsp = 7666;
|
|
public const int PjmsEnterWorldReq = 7700;
|
|
public const int PjmsEnterWorldRsp = 7701;
|
|
public const int PjmsGetCurWorldReq = 7702;
|
|
public const int PjmsGetCurWorldRsp = 7703;
|
|
public const int PjmsGetMainDataReq = 7706;
|
|
public const int PjmsGetMainDataRsp = 7707;
|
|
public const int PjmsGetStoryDataReq = 7708;
|
|
public const int PjmsGetStoryDataRsp = 7709;
|
|
public const int PjmsUpdateStoryProgressNotify = 7714;
|
|
public const int PjmsSyncMapInfoNotify = 7719;
|
|
public const int PjmsUpdateEntityNotify = 7720;
|
|
public const int PjmsUpdateStoryProgressReq = 7725;
|
|
public const int PjmsUpdateStoryProgressRsp = 7726;
|
|
public const int PjmsKillMonsterReq = 7727;
|
|
public const int PjmsKillMonsterRsp = 7728;
|
|
public const int PjmsChangeGadgetStateReq = 7729;
|
|
public const int PjmsChangeGadgetStateRsp = 7730;
|
|
public const int PjmsActiveGroupReq = 7731;
|
|
public const int PjmsActiveGroupRsp = 7732;
|
|
public const int PjmsActiveEntityReq = 7733;
|
|
public const int PjmsActiveEntityRsp = 7734;
|
|
public const int PjmsSetWorldTimeReq = 7735;
|
|
public const int PjmsSetWorldTimeRsp = 7736;
|
|
public const int PjmsCommonDropNotify = 7737;
|
|
public const int PjmsChangeChapterReq = 7738;
|
|
public const int PjmsChangeChapterRsp = 7739;
|
|
public const int PjmsSetCurAvatarReq = 7740;
|
|
public const int PjmsSetCurAvatarRsp = 7741;
|
|
public const int PjmsUpdateFormationReq = 7742;
|
|
public const int PjmsUpdateFormationRsp = 7743;
|
|
public const int PjmsUpdateAvatarStatusReq = 7744;
|
|
public const int PjmsUpdateAvatarStatusRsp = 7745;
|
|
public const int PjmsGetAvatarStatusReq = 7746;
|
|
public const int PjmsGetAvatarStatusRsp = 7747;
|
|
public const int PjmsUpdateChapterNotify = 7756;
|
|
public const int PjmsLevelUpTalentReq = 7757;
|
|
public const int PjmsLevelUpTalentRsp = 7758;
|
|
public const int PjmsSetNameReq = 7761;
|
|
public const int PjmsSetNameRsp = 7762;
|
|
public const int PjmsSetGenderReq = 7763;
|
|
public const int PjmsSetGenderRsp = 7764;
|
|
public const int PjmsGetUnitInfoReq = 7765;
|
|
public const int PjmsGetUnitInfoRsp = 7766;
|
|
public const int PjmsLevelUpCoreUnitReq = 7767;
|
|
public const int PjmsLevelUpCoreUnitRsp = 7768;
|
|
public const int PjmsLevelUpAuxiliaryUnitReq = 7769;
|
|
public const int PjmsLevelUpAuxiliaryUnitRsp = 7770;
|
|
public const int PjmsUnitSetChangeNotify = 7771;
|
|
public const int PjmsSetCurUnitSetReq = 7773;
|
|
public const int PjmsSetCurUnitSetRsp = 7774;
|
|
public const int PjmsChangeUnitSetSlotReq = 7775;
|
|
public const int PjmsChangeUnitSetSlotRsp = 7776;
|
|
public const int PjmsUnitChangeNotify = 7777;
|
|
public const int PjmsChangeBgmReq = 7778;
|
|
public const int PjmsChangeBgmRsp = 7779;
|
|
public const int PjmsTakeChapterRewardReq = 7780;
|
|
public const int PjmsTakeChapterRewardRsp = 7781;
|
|
public const int PjmsDisjoinAuxiliaryUnitReq = 7782;
|
|
public const int PjmsDisjoinAuxiliaryUnitRsp = 7783;
|
|
public const int PjmsGetResidentStageDataReq = 7784;
|
|
public const int PjmsGetResidentStageDataRsp = 7785;
|
|
public const int PjmsGetExploreScoreReq = 7786;
|
|
public const int PjmsGetExploreScoreRsp = 7787;
|
|
public const int PjmsGetHomeDataReq = 7788;
|
|
public const int PjmsGetHomeDataRsp = 7789;
|
|
public const int PjmsGetAchievementDataReq = 7790;
|
|
public const int PjmsGetAchievementDataRsp = 7791;
|
|
public const int PjmsTakeAchievementPlatinumRewardReq = 7792;
|
|
public const int PjmsTakeAchievementPlatinumRewardRsp = 7793;
|
|
public const int PjmsSetAuxiliaryUnitLockStatusReq = 7794;
|
|
public const int PjmsSetAuxiliaryUnitLockStatusRsp = 7795;
|
|
public const int PjmsTakeChapterLevelRewardReq = 7796;
|
|
public const int PjmsTakeChapterLevelRewardRsp = 7797;
|
|
public const int PjmsReviveAvatarReq = 7798;
|
|
public const int PjmsReviveAvatarRsp = 7799;
|
|
public const int PjmsRefreshGroupReq = 7800;
|
|
public const int PjmsRefreshGroupRsp = 7801;
|
|
public const int PjmsFinishConsumeMaterialStoryReq = 7802;
|
|
public const int PjmsFinishConsumeMaterialStoryRsp = 7803;
|
|
public const int PjmsStoryStatusNotify = 7804;
|
|
public const int PjmsChangeNpcStateReq = 7805;
|
|
public const int PjmsChangeNpcStateRsp = 7806;
|
|
public const int PjmsAddShadowLakeEnergyReq = 7807;
|
|
public const int PjmsAddShadowLakeEnergyRsp = 7808;
|
|
public const int PjmsSubShadowLakeEnergyReq = 7809;
|
|
public const int PjmsSubShadowLakeEnergyRsp = 7810;
|
|
public const int PjmsShadowLakeNotify = 7811;
|
|
public const int PjmsGetChapterDataReq = 7812;
|
|
public const int PjmsGetChapterDataRsp = 7813;
|
|
public const int PjmsGetActivityPanelReq = 7814;
|
|
public const int PjmsGetActivityPanelRsp = 7815;
|
|
public const int PjmsResidentStageGetRankReq = 7816;
|
|
public const int PjmsResidentStageGetRankRsp = 7817;
|
|
public const int PjmsGetRecoveryRecordReq = 7818;
|
|
public const int PjmsGetRecoveryRecordRsp = 7819;
|
|
public const int PjmsRecordRecoveryActionReq = 7820;
|
|
public const int PjmsRecordRecoveryActionRsp = 7821;
|
|
public const int PjmsGetConditionDataReq = 7822;
|
|
public const int PjmsGetConditionDataRsp = 7823;
|
|
public const int PjmsChapterTrackStorySeriesReq = 7826;
|
|
public const int PjmsChapterTrackStorySeriesRsp = 7827;
|
|
public const int PjmsLeaveCurWorldReq = 7828;
|
|
public const int PjmsLeaveCurWorldRsp = 7829;
|
|
public const int PjmsChapterActiveEcologyTalkReq = 7830;
|
|
public const int PjmsChapterActiveEcologyTalkRsp = 7831;
|
|
public const int PjmsTrackStorySeriesReq = 7834;
|
|
public const int PjmsTrackStorySeriesRsp = 7835;
|
|
public const int PjmsSkipStoryReq = 7836;
|
|
public const int PjmsSkipStoryRsp = 7837;
|
|
public const int PjmsUpdateChapterSectionNotify = 7839;
|
|
public const int MahouCardGetActivityReq = 7900;
|
|
public const int MahouCardGetActivityRsp = 7901;
|
|
public const int MahouCardRoleLevelUpReq = 7902;
|
|
public const int MahouCardRoleLevelUpRsp = 7903;
|
|
public const int MahouCardEnterSiteReq = 7904;
|
|
public const int MahouCardEnterSiteRsp = 7905;
|
|
public const int MahouCardEnterRoomReq = 7906;
|
|
public const int MahouCardEnterRoomRsp = 7907;
|
|
public const int MahouCardExitRoomReq = 7908;
|
|
public const int MahouCardExitRoomRsp = 7909;
|
|
public const int MahouCardGetCurSiteInfoReq = 7910;
|
|
public const int MahouCardGetCurSiteInfoRsp = 7911;
|
|
public const int MahouCardHandCardChangeNotify = 7912;
|
|
public const int MahouCardExchangeCardReq = 7913;
|
|
public const int MahouCardExchangeCardRsp = 7914;
|
|
public const int MahouCardDiscardCardReq = 7915;
|
|
public const int MahouCardDiscardCardRsp = 7916;
|
|
public const int MahouCardLevelUpCardReq = 7917;
|
|
public const int MahouCardLevelUpCardRsp = 7918;
|
|
public const int MahouCardSetBattleCardReq = 7919;
|
|
public const int MahouCardSetBattleCardRsp = 7920;
|
|
public const int MahouCardRecallBattleCardReq = 7921;
|
|
public const int MahouCardRecallBattleCardRsp = 7922;
|
|
public const int MahouCardSelectProphesyReq = 7923;
|
|
public const int MahouCardSelectProphesyRsp = 7924;
|
|
public const int MahouCardExitSiteReq = 7925;
|
|
public const int MahouCardExitSiteRsp = 7926;
|
|
public const int MahouCardChooseEventOptionReq = 7927;
|
|
public const int MahouCardChooseEventOptionRsp = 7928;
|
|
public const int MahouCardEventNotify = 7929;
|
|
public const int MahouCardBattleBeginReq = 7930;
|
|
public const int MahouCardBattleBeginRsp = 7931;
|
|
public const int MahouCardBattleEndReq = 7932;
|
|
public const int MahouCardBattleEndRsp = 7933;
|
|
public const int MahouCardUnlockDailySiteReq = 7934;
|
|
public const int MahouCardUnlockDailySiteRsp = 7935;
|
|
public const int MahouCardGetDailySiteRankReq = 7936;
|
|
public const int MahouCardGetDailySiteRankRsp = 7937;
|
|
public const int MahouCardOverdrawnNotify = 7938;
|
|
public const int ChapterArkGetDataReq = 7950;
|
|
public const int ChapterArkGetDataRsp = 7951;
|
|
public const int ChapterArkRoleLevelUpReq = 7952;
|
|
public const int ChapterArkRoleLevelUpRsp = 7953;
|
|
public const int ChapterArkSkillUnlockReq = 7954;
|
|
public const int ChapterArkSkillUnlockRsp = 7955;
|
|
public const int ChapterArkSkillLevelUpReq = 7956;
|
|
public const int ChapterArkSkillLevelUpRsp = 7957;
|
|
public const int ChapterArkTakeRewardLineRewardReq = 7958;
|
|
public const int ChapterArkTakeRewardLineRewardRsp = 7959;
|
|
public const int ChapterArkGetRankReq = 7960;
|
|
public const int ChapterArkGetRankRsp = 7961;
|
|
public const int ChapterArkFinishOpeningReq = 7962;
|
|
public const int ChapterArkFinishOpeningRsp = 7963;
|
|
public const int ChapterArkSyncAutoUnlockNotify = 7964;
|
|
public const int ChapterArkSupSkillLevelUpReq = 7965;
|
|
public const int ChapterArkSupSkillLevelUpRsp = 7966;
|
|
public const int ChapterArkSettleTowerReq = 7967;
|
|
public const int ChapterArkSettleTowerRsp = 7968;
|
|
public const int ChapterArkReportTowerFloorReq = 7969;
|
|
public const int ChapterArkReportTowerFloorRsp = 7970;
|
|
public const int ArkPlusActivityGetDataReq = 7971;
|
|
public const int ArkPlusActivityGetDataRsp = 7972;
|
|
public const int ArkPlusActivityFinishRoomReq = 7973;
|
|
public const int ArkPlusActivityFinishRoomRsp = 7974;
|
|
public const int ArkPlusActivityResetChallengeReq = 7975;
|
|
public const int ArkPlusActivityResetChallengeRsp = 7976;
|
|
public const int ArkPlusActivityGetRankReq = 7977;
|
|
public const int ArkPlusActivityGetRankRsp = 7978;
|
|
public const int ArkPlusActivityAddLiftMaterialReq = 7979;
|
|
public const int ArkPlusActivityAddLiftMaterialRsp = 7980;
|
|
public const int TiledGameFarmGetDataReq = 8000;
|
|
public const int TiledGameFarmGetDataRsp = 8001;
|
|
public const int TiledGameFarmUseToolReq = 8002;
|
|
public const int TiledGameFarmUseToolRsp = 8003;
|
|
public const int TiledGameFarmRefreshFarmlandReq = 8004;
|
|
public const int TiledGameFarmRefreshFarmlandRsp = 8005;
|
|
public const int TiledGameFarmEnterMineFloorReq = 8006;
|
|
public const int TiledGameFarmEnterMineFloorRsp = 8007;
|
|
public const int TiledGameFarmSynthesisReq = 8008;
|
|
public const int TiledGameFarmSynthesisRsp = 8009;
|
|
public const int TiledGameFarmTradeReq = 8010;
|
|
public const int TiledGameFarmTradeRsp = 8011;
|
|
public const int TiledGameFarmBeginFishingNotify = 8012;
|
|
public const int TiledGameFarmEndFishingReq = 8013;
|
|
public const int TiledGameFarmEndFishingRsp = 8014;
|
|
public const int TiledGameFarmGemIdentifyReq = 8015;
|
|
public const int TiledGameFarmGemIdentifyRsp = 8016;
|
|
public const int TiledGameFarmFillShedFoodReq = 8017;
|
|
public const int TiledGameFarmFillShedFoodRsp = 8018;
|
|
public const int TiledGameFarmUpgradeFacilityReq = 8019;
|
|
public const int TiledGameFarmUpgradeFacilityRsp = 8020;
|
|
public const int TiledGameFarmRefreshLivestockShedReq = 8021;
|
|
public const int TiledGameFarmRefreshLivestockShedRsp = 8022;
|
|
public const int TiledGameFarmTameLivestockReq = 8023;
|
|
public const int TiledGameFarmTameLivestockRsp = 8024;
|
|
public const int TiledGameFarmHarvestLivestockReq = 8025;
|
|
public const int TiledGameFarmHarvestLivestockRsp = 8026;
|
|
public const int TiledGameFarmPickItemReq = 8027;
|
|
public const int TiledGameFarmPickItemRsp = 8028;
|
|
public const int TiledGameFarmUseMealVoucherReq = 8029;
|
|
public const int TiledGameFarmUseMealVoucherRsp = 8030;
|
|
public const int TiledGameFarmBuyLivestockReq = 8031;
|
|
public const int TiledGameFarmBuyLivestockRsp = 8032;
|
|
public const int TiledGameFarmGetSelectQuestReq = 8033;
|
|
public const int TiledGameFarmGetSelectQuestRsp = 8034;
|
|
public const int TiledGameFarmChooseQuestReq = 8035;
|
|
public const int TiledGameFarmChooseQuestRsp = 8036;
|
|
public const int TiledGameFarmFinishQuestReq = 8037;
|
|
public const int TiledGameFarmFinishQuestRsp = 8038;
|
|
public const int TiledGameFarmSuperFishingReq = 8039;
|
|
public const int TiledGameFarmSuperFishingRsp = 8040;
|
|
public const int MarblesShootGetActivityReq = 8050;
|
|
public const int MarblesShootGetActivityRsp = 8051;
|
|
public const int MarblesShootAvatarLevelUpReq = 8052;
|
|
public const int MarblesShootAvatarLevelUpRsp = 8053;
|
|
public const int MarblesShootGetGameReq = 8054;
|
|
public const int MarblesShootGetGameRsp = 8055;
|
|
public const int MarblesShootBeginGameReq = 8056;
|
|
public const int MarblesShootBeginGameRsp = 8057;
|
|
public const int MarblesShootEndGameReq = 8058;
|
|
public const int MarblesShootEndGameRsp = 8059;
|
|
public const int MarblesShootFinishRoomReq = 8060;
|
|
public const int MarblesShootFinishRoomRsp = 8061;
|
|
public const int MarblesShootTriggerEventReq = 8062;
|
|
public const int MarblesShootTriggerEventRsp = 8063;
|
|
public const int MarblesShootFinishBattleReq = 8064;
|
|
public const int MarblesShootFinishBattleRsp = 8065;
|
|
public const int MarblesShootSelectRewardReq = 8066;
|
|
public const int MarblesShootSelectRewardRsp = 8067;
|
|
public const int MarblesShootShopOperateReq = 8068;
|
|
public const int MarblesShootShopOperateRsp = 8069;
|
|
public const int MarblesShootGetRankReq = 8070;
|
|
public const int MarblesShootGetRankRsp = 8071;
|
|
public const int MarblesShootSelectInitItemReq = 8072;
|
|
public const int MarblesShootSelectInitItemRsp = 8073;
|
|
public const int MarblesShootGetWikiReq = 8074;
|
|
public const int MarblesShootGetWikiRsp = 8075;
|
|
public const int RaidReplaceGetDataReq = 8100;
|
|
public const int RaidReplaceGetDataRsp = 8101;
|
|
public const int RaidReplaceTakeRewardLineRewardReq = 8102;
|
|
public const int RaidReplaceTakeRewardLineRewardRsp = 8103;
|
|
public const int RaidReplaceTakeSpecialRewardReq = 8104;
|
|
public const int RaidReplaceTakeSpecialRewardRsp = 8105;
|
|
public const int GourmetHuntGetActivityReq = 8150;
|
|
public const int GourmetHuntGetActivityRsp = 8151;
|
|
public const int GourmetHuntLevelUpReq = 8152;
|
|
public const int GourmetHuntLevelUpRsp = 8153;
|
|
public const int GourmetHuntUnlockWeaponModuleReq = 8154;
|
|
public const int GourmetHuntUnlockWeaponModuleRsp = 8155;
|
|
public const int GourmetHuntUnlockFurnitureReq = 8156;
|
|
public const int GourmetHuntUnlockFurnitureRsp = 8157;
|
|
public const int GourmetHuntStartManagementReq = 8158;
|
|
public const int GourmetHuntStartManagementRsp = 8159;
|
|
public const int GourmetHuntStopManagementReq = 8160;
|
|
public const int GourmetHuntStopManagementRsp = 8161;
|
|
public const int GourmetHuntStartExploreReq = 8162;
|
|
public const int GourmetHuntStartExploreRsp = 8163;
|
|
public const int GourmetHuntStopExploreReq = 8164;
|
|
public const int GourmetHuntStopExploreRsp = 8165;
|
|
public const int GourmetHuntOpenTreasureReq = 8166;
|
|
public const int GourmetHuntOpenTreasureRsp = 8167;
|
|
public const int GourmetHuntTriggerTeleportReq = 8168;
|
|
public const int GourmetHuntTriggerTeleportRsp = 8169;
|
|
public const int GourmetHuntKillBossReq = 8170;
|
|
public const int GourmetHuntKillBossRsp = 8171;
|
|
public const int GourmetHuntEnterRoomReq = 8172;
|
|
public const int GourmetHuntEnterRoomRsp = 8173;
|
|
public const int GourmetHuntGetRankReq = 8174;
|
|
public const int GourmetHuntGetRankRsp = 8175;
|
|
public const int GourmetHuntTriggerEntityReq = 8176;
|
|
public const int GourmetHuntTriggerEntityRsp = 8177;
|
|
public const int GourmetHuntDailyStaminaRecoveryNotify = 8178;
|
|
public const int GourmetHuntBuildBranchStoreReq = 8179;
|
|
public const int GourmetHuntBuildBranchStoreRsp = 8180;
|
|
public const int GourmetHuntOpenBranchStoreReq = 8181;
|
|
public const int GourmetHuntOpenBranchStoreRsp = 8182;
|
|
public const int DevilAutoChessGetActivityReq = 8200;
|
|
public const int DevilAutoChessGetActivityRsp = 8201;
|
|
public const int DevilAutoChessRoleLevelUpReq = 8202;
|
|
public const int DevilAutoChessRoleLevelUpRsp = 8203;
|
|
public const int DevilAutoChessBeginGameReq = 8204;
|
|
public const int DevilAutoChessBeginGameRsp = 8205;
|
|
public const int DevilAutoChessGetGameReq = 8206;
|
|
public const int DevilAutoChessGetGameRsp = 8207;
|
|
public const int DevilAutoChessEndGameReq = 8208;
|
|
public const int DevilAutoChessEndGameRsp = 8209;
|
|
public const int DevilAutoChessRemoveCardReq = 8210;
|
|
public const int DevilAutoChessRemoveCardRsp = 8211;
|
|
public const int DevilAutoChessRefreshTreasurePoolReq = 8212;
|
|
public const int DevilAutoChessRefreshTreasurePoolRsp = 8213;
|
|
public const int DevilAutoChessRefreshCardPoolReq = 8214;
|
|
public const int DevilAutoChessRefreshCardPoolRsp = 8215;
|
|
public const int DevilAutoChessPromoteCardReq = 8216;
|
|
public const int DevilAutoChessPromoteCardRsp = 8217;
|
|
public const int DevilAutoChessSelectTreasureReq = 8218;
|
|
public const int DevilAutoChessSelectTreasureRsp = 8219;
|
|
public const int DevilAutoChessSelectCardReq = 8220;
|
|
public const int DevilAutoChessSelectCardRsp = 8221;
|
|
public const int DevilAutoChessFinishWaveReq = 8222;
|
|
public const int DevilAutoChessFinishWaveRsp = 8223;
|
|
public const int DevilAutoChessTriggerEventReq = 8224;
|
|
public const int DevilAutoChessTriggerEventRsp = 8225;
|
|
public const int DevilAutoChessSweepChallengeReq = 8226;
|
|
public const int DevilAutoChessSweepChallengeRsp = 8227;
|
|
public const int DevilAutoChessGetSpecialRankReq = 8228;
|
|
public const int DevilAutoChessGetSpecialRankRsp = 8229;
|
|
public const int DevilAutoChessGetWikiReq = 8230;
|
|
public const int DevilAutoChessGetWikiRsp = 8231;
|
|
public const int DevilAutoChessUnlockAchievementReq = 8232;
|
|
public const int DevilAutoChessUnlockAchievementRsp = 8233;
|
|
public const int DevilAutoChessUnlockBondReq = 8234;
|
|
public const int DevilAutoChessUnlockBondRsp = 8235;
|
|
public const int SimplifiedGodWarGetActivityReq = 8250;
|
|
public const int SimplifiedGodWarGetActivityRsp = 8251;
|
|
public const int SimplifiedGodWarSelectChallengeAvatarReq = 8252;
|
|
public const int SimplifiedGodWarSelectChallengeAvatarRsp = 8253;
|
|
public const int SimplifiedGodWarResetChallengeReq = 8254;
|
|
public const int SimplifiedGodWarResetChallengeRsp = 8255;
|
|
public const int SimplifiedGodWarGetBuffReq = 8256;
|
|
public const int SimplifiedGodWarGetBuffRsp = 8257;
|
|
public const int SimplifiedGodWarSelectBuffReq = 8258;
|
|
public const int SimplifiedGodWarSelectBuffRsp = 8259;
|
|
public const int SimplifiedGodWarGetAssistRoleReq = 8260;
|
|
public const int SimplifiedGodWarGetAssistRoleRsp = 8261;
|
|
public const int SimplifiedGodWarSelectAssistRoleReq = 8262;
|
|
public const int SimplifiedGodWarSelectAssistRoleRsp = 8263;
|
|
public const int SimplifiedGodWarEnterSiteReq = 8264;
|
|
public const int SimplifiedGodWarEnterSiteRsp = 8265;
|
|
public const int TiledGameMonsterFarmGetDataReq = 8300;
|
|
public const int TiledGameMonsterFarmGetDataRsp = 8301;
|
|
public const int TiledGameMonsterFarmUseToolReq = 8304;
|
|
public const int TiledGameMonsterFarmUseToolRsp = 8305;
|
|
public const int TiledGameMonsterFarmRefreshFarmlandReq = 8306;
|
|
public const int TiledGameMonsterFarmRefreshFarmlandRsp = 8307;
|
|
public const int TiledGameMonsterFarmEnterMineFloorReq = 8308;
|
|
public const int TiledGameMonsterFarmEnterMineFloorRsp = 8309;
|
|
public const int TiledGameMonsterFarmTradeReq = 8310;
|
|
public const int TiledGameMonsterFarmTradeRsp = 8311;
|
|
public const int TiledGameMonsterFarmBeginFishingNotify = 8312;
|
|
public const int TiledGameMonsterFarmEndFishingReq = 8313;
|
|
public const int TiledGameMonsterFarmEndFishingRsp = 8314;
|
|
public const int TiledGameMonsterFarmGetQuestReq = 8315;
|
|
public const int TiledGameMonsterFarmGetQuestRsp = 8316;
|
|
public const int TiledGameMonsterFarmChooseQuestReq = 8317;
|
|
public const int TiledGameMonsterFarmChooseQuestRsp = 8318;
|
|
public const int TiledGameMonsterFarmFinishQuestReq = 8319;
|
|
public const int TiledGameMonsterFarmFinishQuestRsp = 8320;
|
|
public const int TiledGameMonsterFarmUseMealVoucherReq = 8321;
|
|
public const int TiledGameMonsterFarmUseMealVoucherRsp = 8322;
|
|
public const int TiledGameMonsterFarmPickItemReq = 8323;
|
|
public const int TiledGameMonsterFarmPickItemRsp = 8324;
|
|
public const int TiledGameMonsterFarmLevelUpReq = 8325;
|
|
public const int TiledGameMonsterFarmLevelUpRsp = 8326;
|
|
public const int TiledGameMonsterFarmUpgradeBuildingReq = 8327;
|
|
public const int TiledGameMonsterFarmUpgradeBuildingRsp = 8328;
|
|
public const int TiledGameMonsterFarmManipulateMonsterReq = 8329;
|
|
public const int TiledGameMonsterFarmManipulateMonsterRsp = 8330;
|
|
public const int TiledGameMonsterFarmRefreshBuildingReq = 8331;
|
|
public const int TiledGameMonsterFarmRefreshBuildingRsp = 8332;
|
|
public const int TiledGameMonsterFarmIncubateReq = 8333;
|
|
public const int TiledGameMonsterFarmIncubateRsp = 8334;
|
|
public const int TiledGameMonsterFarmSetProduceLineReq = 8335;
|
|
public const int TiledGameMonsterFarmSetProduceLineRsp = 8336;
|
|
public const int TiledGameMonsterFarmDropMonsterReq = 8337;
|
|
public const int TiledGameMonsterFarmDropMonsterRsp = 8338;
|
|
public const int TiledGameMonsterFarmTakeBuildingProductReq = 8339;
|
|
public const int TiledGameMonsterFarmTakeBuildingProductRsp = 8340;
|
|
public const int TiledGameMonsterFarmSetBuildingProduceTargetReq = 8341;
|
|
public const int TiledGameMonsterFarmSetBuildingProduceTargetRsp = 8342;
|
|
public const int TiledGameMonsterFarmGetBusinessReportReq = 8343;
|
|
public const int TiledGameMonsterFarmGetBusinessReportRsp = 8344;
|
|
public const int TiledGameMonsterFarmGetRankReq = 8345;
|
|
public const int TiledGameMonsterFarmGetRankRsp = 8346;
|
|
public const int ChapterKnightRichManGetDataReq = 8350;
|
|
public const int ChapterKnightRichManGetDataRsp = 8351;
|
|
public const int ChapterKnightRichManGetRankReq = 8352;
|
|
public const int ChapterKnightRichManGetRankRsp = 8353;
|
|
public const int ChapterKnightRichManGetMapReq = 8354;
|
|
public const int ChapterKnightRichManGetMapRsp = 8355;
|
|
public const int ChapterKnightRichManBeginMapReq = 8356;
|
|
public const int ChapterKnightRichManBeginMapRsp = 8357;
|
|
public const int ChapterKnightRichManEndMapReq = 8358;
|
|
public const int ChapterKnightRichManEndMapRsp = 8359;
|
|
public const int ChapterKnightRichManThrowDiceReq = 8360;
|
|
public const int ChapterKnightRichManThrowDiceRsp = 8361;
|
|
public const int ChapterKnightRichManFinishGameReq = 8362;
|
|
public const int ChapterKnightRichManFinishGameRsp = 8363;
|
|
public const int ChapterKnightRichManRefreshShopReq = 8364;
|
|
public const int ChapterKnightRichManRefreshShopRsp = 8365;
|
|
public const int ChapterKnightRichManBuyShopGoodsReq = 8366;
|
|
public const int ChapterKnightRichManBuyShopGoodsRsp = 8367;
|
|
public const int ChapterKnightRichManFinishSiteReq = 8368;
|
|
public const int ChapterKnightRichManFinishSiteRsp = 8369;
|
|
public const int ChapterKnightRichManUseCardReq = 8370;
|
|
public const int ChapterKnightRichManUseCardRsp = 8371;
|
|
public const int ChapterKnightRichManLevelUpBuffReq = 8372;
|
|
public const int ChapterKnightRichManLevelUpBuffRsp = 8373;
|
|
public const int ChapterKnightRichManSelectItemReq = 8374;
|
|
public const int ChapterKnightRichManSelectItemRsp = 8375;
|
|
public const int ChapterKnightRichManTriggerEventReq = 8376;
|
|
public const int ChapterKnightRichManTriggerEventRsp = 8377;
|
|
public const int ChapterKnightRichManGetItemNotify = 8378;
|
|
public const int ChapterKnightRichManRefreshWaitSelectItemReq = 8379;
|
|
public const int ChapterKnightRichManRefreshWaitSelectItemRsp = 8380;
|
|
public const int ChapterKnightRichManGetShopReq = 8381;
|
|
public const int ChapterKnightRichManGetShopRsp = 8382;
|
|
public const int ChapterKnightRichManSelectInitReq = 8383;
|
|
public const int ChapterKnightRichManSelectInitRsp = 8384;
|
|
public const int ChapterKnightRichManReloadFloorReq = 8385;
|
|
public const int ChapterKnightRichManReloadFloorRsp = 8386;
|
|
public const int ChapterKnightRichManEnterFloorReq = 8387;
|
|
public const int ChapterKnightRichManEnterFloorRsp = 8388;
|
|
public const int ChapterKnightRichManEquipFlowerReq = 8389;
|
|
public const int ChapterKnightRichManEquipFlowerRsp = 8390;
|
|
public const int ChapterKnightRichManRefreshWeatherReq = 8391;
|
|
public const int ChapterKnightRichManRefreshWeatherRsp = 8392;
|
|
public const int ChapterKnightRichManSelectWeatherReq = 8393;
|
|
public const int ChapterKnightRichManSelectWeatherRsp = 8394;
|
|
public const int ChapterKnightRichManFinishGambleReq = 8395;
|
|
public const int ChapterKnightRichManFinishGambleRsp = 8396;
|
|
public const int ChapterKnightRichManBeginGambleReq = 8397;
|
|
public const int ChapterKnightRichManBeginGambleRsp = 8398;
|
|
public const int ChapterKnightRichManFloorEndSelectFlowerReq = 8399;
|
|
public const int ChapterKnightRichManFloorEndSelectFlowerRsp = 8400;
|
|
public const int ChapterKnightRichManBuyHouseReq = 8401;
|
|
public const int ChapterKnightRichManBuyHouseRsp = 8402;
|
|
public const int PjmsChapterKnightDurandalCubeGetDataReq = 8411;
|
|
public const int PjmsChapterKnightDurandalCubeGetDataRsp = 8412;
|
|
public const int PjmsChapterKnightDurandalCubeTileBeginReq = 8413;
|
|
public const int PjmsChapterKnightDurandalCubeTileBeginRsp = 8414;
|
|
public const int PjmsChapterKnightDurandalCubeTileEndReq = 8415;
|
|
public const int PjmsChapterKnightDurandalCubeTileEndRsp = 8416;
|
|
public const int PjmsChapterKnightSpaceAdventureGetMainDataReq = 8421;
|
|
public const int PjmsChapterKnightSpaceAdventureGetMainDataRsp = 8422;
|
|
public const int PjmsChapterKnightSpaceAdventureSiteBeginReq = 8423;
|
|
public const int PjmsChapterKnightSpaceAdventureSiteBeginRsp = 8424;
|
|
public const int PjmsChapterKnightSpaceAdventureSiteEndReq = 8425;
|
|
public const int PjmsChapterKnightSpaceAdventureSiteEndRsp = 8426;
|
|
public const int PjmsChapterKnightSpaceAdventureChooseSiteEventReq = 8427;
|
|
public const int PjmsChapterKnightSpaceAdventureChooseSiteEventRsp = 8428;
|
|
public const int PjmsChapterKnightSpaceAdventureUpdateBattleCardReq = 8429;
|
|
public const int PjmsChapterKnightSpaceAdventureUpdateBattleCardRsp = 8430;
|
|
public const int PjmsChapterKnightSpaceAdventureGetShopDataReq = 8431;
|
|
public const int PjmsChapterKnightSpaceAdventureGetShopDataRsp = 8432;
|
|
public const int PjmsChapterKnightSpaceAdventureRefreshShopReq = 8433;
|
|
public const int PjmsChapterKnightSpaceAdventureRefreshShopRsp = 8434;
|
|
public const int PjmsChapterKnightSpaceAdventureBuyShopGoodsReq = 8435;
|
|
public const int PjmsChapterKnightSpaceAdventureBuyShopGoodsRsp = 8436;
|
|
public const int PjmsChapterKnightSpaceAdventureStatusNotify = 8437;
|
|
public const int PjmsChapterKnightSpaceAdventureResetAreaReq = 8438;
|
|
public const int PjmsChapterKnightSpaceAdventureResetAreaRsp = 8439;
|
|
public const int TiledGamePrpgGetDataReq = 8450;
|
|
public const int TiledGamePrpgGetDataRsp = 8451;
|
|
public const int TiledGamePrpgPvpBattleBeginNotify = 8452;
|
|
public const int TiledGamePrpgPvpBattleSettleNotify = 8453;
|
|
public const int TiledGamePrpgPvpEnterBattleReq = 8454;
|
|
public const int TiledGamePrpgPvpEnterBattleRsp = 8455;
|
|
public const int TiledGamePrpgPvpAbandonBattleReq = 8456;
|
|
public const int TiledGamePrpgPvpAbandonBattleRsp = 8457;
|
|
public const int TiledGamePrpgPvpGetBattleInfoReq = 8458;
|
|
public const int TiledGamePrpgPvpGetBattleInfoRsp = 8459;
|
|
public const int TiledGamePrpgPvpMoveCardReq = 8460;
|
|
public const int TiledGamePrpgPvpMoveCardRsp = 8461;
|
|
public const int TiledGamePrpgPvpExchangeCardReq = 8462;
|
|
public const int TiledGamePrpgPvpExchangeCardRsp = 8463;
|
|
public const int TiledGamePrpgPvpEndRoundReq = 8464;
|
|
public const int TiledGamePrpgPvpEndRoundRsp = 8465;
|
|
public const int TiledGamePrpgPvpSyncRoundNotify = 8466;
|
|
public const int TiledGamePrpgPvpBattleEndNotify = 8467;
|
|
public const int TiledGamePrpgPvpSetCardBackReq = 8468;
|
|
public const int TiledGamePrpgPvpSetCardBackRsp = 8469;
|
|
public const int TiledGamePrpgUnlockSkillReq = 8470;
|
|
public const int TiledGamePrpgUnlockSkillRsp = 8471;
|
|
public const int TiledGamePrpgLevelUpCardReq = 8472;
|
|
public const int TiledGamePrpgLevelUpCardRsp = 8473;
|
|
public const int TiledGamePrpgBattleBeginReq = 8474;
|
|
public const int TiledGamePrpgBattleBeginRsp = 8475;
|
|
public const int TiledGamePrpgBattleEndReq = 8476;
|
|
public const int TiledGamePrpgBattleEndRsp = 8477;
|
|
public const int TiledGamePrpgTakeExploreLevelRewardReq = 8478;
|
|
public const int TiledGamePrpgTakeExploreLevelRewardRsp = 8479;
|
|
public const int TiledGamePrpgPvpSendEmojiReq = 8480;
|
|
public const int TiledGamePrpgPvpSendEmojiRsp = 8481;
|
|
public const int TiledGamePrpgPvpEmojiNotify = 8482;
|
|
public const int KianaAutoChessGetActivityReq = 8500;
|
|
public const int KianaAutoChessGetActivityRsp = 8501;
|
|
public const int KianaAutoChessSaveTurnReq = 8502;
|
|
public const int KianaAutoChessSaveTurnRsp = 8503;
|
|
public const int KianaAutoChessPvpBeginBattleNotify = 8504;
|
|
public const int KianaAutoChessPvpPlayerSettleNotify = 8505;
|
|
public const int KianaAutoChessPvpEnterBattleReq = 8506;
|
|
public const int KianaAutoChessPvpEnterBattleRsp = 8507;
|
|
public const int KianaAutoChessPvpGetBattleReq = 8508;
|
|
public const int KianaAutoChessPvpGetBattleRsp = 8509;
|
|
public const int KianaAutoChessPvpAbandonBattleReq = 8510;
|
|
public const int KianaAutoChessPvpAbandonBattleRsp = 8511;
|
|
public const int KianaAutoChessPvpEndBattleNotify = 8512;
|
|
public const int KianaAutoChessPvpSyncOpponentNotify = 8513;
|
|
public const int KianaAutoChessPvpSyncActionNotify = 8514;
|
|
public const int KianaAutoChessPvpUseItemReq = 8515;
|
|
public const int KianaAutoChessPvpUseItemRsp = 8516;
|
|
public const int KianaAutoChessPvpSellCardReq = 8517;
|
|
public const int KianaAutoChessPvpSellCardRsp = 8518;
|
|
public const int KianaAutoChessPvpBuyCardReq = 8519;
|
|
public const int KianaAutoChessPvpBuyCardRsp = 8520;
|
|
public const int KianaAutoChessPvpRefreshShopReq = 8521;
|
|
public const int KianaAutoChessPvpRefreshShopRsp = 8522;
|
|
public const int KianaAutoChessPvpLockShopReq = 8523;
|
|
public const int KianaAutoChessPvpLockShopRsp = 8524;
|
|
public const int KianaAutoChessPvpSendEmojiReq = 8525;
|
|
public const int KianaAutoChessPvpSendEmojiRsp = 8526;
|
|
public const int KianaAutoChessPvpSelectRuneReq = 8527;
|
|
public const int KianaAutoChessPvpSelectRuneRsp = 8528;
|
|
public const int KianaAutoChessPvpRefreshRuneReq = 8529;
|
|
public const int KianaAutoChessPvpRefreshRuneRsp = 8530;
|
|
public const int KianaAutoChessPvpUpgradeBagReq = 8531;
|
|
public const int KianaAutoChessPvpUpgradeBagRsp = 8532;
|
|
public const int KianaAutoChessPvpReportTurnReq = 8533;
|
|
public const int KianaAutoChessPvpReportTurnRsp = 8534;
|
|
public const int KianaAutoChessGetLobbyStatusReq = 8535;
|
|
public const int KianaAutoChessGetLobbyStatusRsp = 8536;
|
|
public const int KianaAutoChessClearStageRecordReq = 8537;
|
|
public const int KianaAutoChessClearStageRecordRsp = 8538;
|
|
public const int KianaAutoChessStoryStageBeginReq = 8539;
|
|
public const int KianaAutoChessStoryStageBeginRsp = 8540;
|
|
public const int KianaAutoChessStoryStageEndReq = 8541;
|
|
public const int KianaAutoChessStoryStageEndRsp = 8542;
|
|
public const int KianaAutoChessPvpFightEndNotify = 8543;
|
|
public const int TiledGamePetAdventureGetDataReq = 8550;
|
|
public const int TiledGamePetAdventureGetDataRsp = 8551;
|
|
public const int TiledGamePetAdventureGetCampDataReq = 8552;
|
|
public const int TiledGamePetAdventureGetCampDataRsp = 8553;
|
|
public const int TiledGamePetAdventureEnterCampReq = 8554;
|
|
public const int TiledGamePetAdventureEnterCampRsp = 8555;
|
|
public const int TiledGamePetAdventureLeaveCampReq = 8556;
|
|
public const int TiledGamePetAdventureLeaveCampRsp = 8557;
|
|
public const int TiledGamePetAdventurePickItemReq = 8558;
|
|
public const int TiledGamePetAdventurePickItemRsp = 8559;
|
|
public const int TiledGamePetAdventureBuildReq = 8560;
|
|
public const int TiledGamePetAdventureBuildRsp = 8561;
|
|
public const int TiledGamePetAdventureTakeBuildingProductReq = 8562;
|
|
public const int TiledGamePetAdventureTakeBuildingProductRsp = 8563;
|
|
public const int TiledGamePetAdventureSetBuildingProduceLineReq = 8564;
|
|
public const int TiledGamePetAdventureSetBuildingProduceLineRsp = 8565;
|
|
public const int TiledGamePetAdventureStopBuildingProduceLineReq = 8566;
|
|
public const int TiledGamePetAdventureStopBuildingProduceLineRsp = 8567;
|
|
public const int TiledGamePetAdventureSetBuildingStaffReq = 8568;
|
|
public const int TiledGamePetAdventureSetBuildingStaffRsp = 8569;
|
|
public const int TiledGamePetAdventurePetLevelUpReq = 8570;
|
|
public const int TiledGamePetAdventurePetLevelUpRsp = 8571;
|
|
public const int TiledGamePetAdventurePetHealReq = 8572;
|
|
public const int TiledGamePetAdventurePetHealRsp = 8573;
|
|
public const int TiledGamePetAdventureFinishDailyQuestReq = 8574;
|
|
public const int TiledGamePetAdventureFinishDailyQuestRsp = 8575;
|
|
public const int TiledGamePetAdventureUseItemReq = 8578;
|
|
public const int TiledGamePetAdventureUseItemRsp = 8579;
|
|
public const int TiledGamePetAdventureEnterTileMapReq = 8580;
|
|
public const int TiledGamePetAdventureEnterTileMapRsp = 8581;
|
|
public const int TiledGamePetAdventureCombatBeginReq = 8582;
|
|
public const int TiledGamePetAdventureCombatBeginRsp = 8583;
|
|
public const int TiledGamePetAdventureCombatEndReq = 8584;
|
|
public const int TiledGamePetAdventureCombatEndRsp = 8585;
|
|
public const int TiledGamePetAdventureBuyShopGoodsReq = 8586;
|
|
public const int TiledGamePetAdventureBuyShopGoodsRsp = 8587;
|
|
public const int ElysiaLiveGetDataReq = 8600;
|
|
public const int ElysiaLiveGetDataRsp = 8601;
|
|
public const int ElysiaLiveGetSignInRewardReq = 8602;
|
|
public const int ElysiaLiveGetSignInRewardRsp = 8603;
|
|
public const int ElysiaLiveBuyGiftReq = 8604;
|
|
public const int ElysiaLiveBuyGiftRsp = 8605;
|
|
public const int ElysiaLiveLevelUpReq = 8606;
|
|
public const int ElysiaLiveLevelUpRsp = 8607;
|
|
public const int MatchThreeProGetActivityReq = 9000;
|
|
public const int MatchThreeProGetActivityRsp = 9001;
|
|
public const int MatchThreeProUpdateCombinationReq = 9002;
|
|
public const int MatchThreeProUpdateCombinationRsp = 9003;
|
|
public const int MatchThreeProStageBeginReq = 9004;
|
|
public const int MatchThreeProStageBeginRsp = 9005;
|
|
public const int MatchThreeProStageEndReq = 9006;
|
|
public const int MatchThreeProStageEndRsp = 9007;
|
|
public const int MatchThreeProGetLobbyStatusReq = 9008;
|
|
public const int MatchThreeProGetLobbyStatusRsp = 9009;
|
|
public const int MatchThreeProBeginBattleNotify = 9010;
|
|
public const int MatchThreeProPvpEnterBattleReq = 9022;
|
|
public const int MatchThreeProPvpEnterBattleRsp = 9023;
|
|
public const int MatchThreeProPvpChooseRoleReq = 9024;
|
|
public const int MatchThreeProPvpChooseRoleRsp = 9025;
|
|
public const int MatchThreeProPvpGetRoundDataReq = 9026;
|
|
public const int MatchThreeProPvpGetRoundDataRsp = 9027;
|
|
public const int MatchThreeProPvpStepReq = 9028;
|
|
public const int MatchThreeProPvpStepRsp = 9029;
|
|
public const int MatchThreeProPvpUpdateHpReq = 9030;
|
|
public const int MatchThreeProPvpUpdateHpRsp = 9031;
|
|
public const int MatchThreeProPvpUpdateBuffReq = 9032;
|
|
public const int MatchThreeProPvpUpdateBuffRsp = 9033;
|
|
public const int MatchThreeProPvpSyncPlayerDataNotify = 9034;
|
|
public const int MatchThreeProPvpBattleEndNotify = 9035;
|
|
public const int MatchThreeProPvpGetBattleDataReq = 9036;
|
|
public const int MatchThreeProPvpGetBattleDataRsp = 9037;
|
|
public const int MatchThreeProPvpAbandonReq = 9038;
|
|
public const int MatchThreeProPvpAbandonRsp = 9039;
|
|
public const int MatchThreeProSettleBattleNotify = 9040;
|
|
} |