mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
1165 lines
65 KiB
C#
1165 lines
65 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace EggLink.DanhengServer.Server.Packet
|
|
{
|
|
public class CmdIds
|
|
{
|
|
// None
|
|
public const int None = 0;
|
|
|
|
// Packet
|
|
public const int AcceptActivityExpeditionCsReq = 2546;
|
|
public const int AcceptActivityExpeditionScRsp = 2573;
|
|
public const int AcceptedPamMissionExpireCsReq = 4007;
|
|
public const int AcceptedPamMissionExpireScRsp = 4057;
|
|
public const int AcceptExpeditionCsReq = 2516;
|
|
public const int AcceptExpeditionScRsp = 2597;
|
|
public const int AcceptMainMissionCsReq = 1254;
|
|
public const int AcceptMainMissionScRsp = 1224;
|
|
public const int AcceptMissionEventCsReq = 1226;
|
|
public const int AcceptMissionEventScRsp = 1298;
|
|
public const int AceAntiCheaterCsReq = 78;
|
|
public const int AceAntiCheaterScRsp = 52;
|
|
public const int ActivateFarmElementCsReq = 1430;
|
|
public const int ActivateFarmElementScRsp = 1475;
|
|
public const int AddAvatarScNotify = 323;
|
|
public const int AddBlacklistCsReq = 2918;
|
|
public const int AddBlacklistScRsp = 2939;
|
|
public const int AddEquipmentScNotify = 512;
|
|
public const int AetherDivideFinishChallengeScNotify = 4895;
|
|
public const int AetherDivideLineupScNotify = 4824;
|
|
public const int AetherDivideRefreshEndlessCsReq = 4817;
|
|
public const int AetherDivideRefreshEndlessScNotify = 4855;
|
|
public const int AetherDivideRefreshEndlessScRsp = 4894;
|
|
public const int AetherDivideSkillItemScNotify = 4810;
|
|
public const int AetherDivideSpiritExpUpCsReq = 4851;
|
|
public const int AetherDivideSpiritExpUpScRsp = 4853;
|
|
public const int AetherDivideSpiritInfoScNotify = 4876;
|
|
public const int AetherDivideTainerInfoScNotify = 4879;
|
|
public const int AetherDivideTakeChallengeRewardCsReq = 4815;
|
|
public const int AetherDivideTakeChallengeRewardScRsp = 4805;
|
|
public const int AlleyEventChangeNotify = 4800;
|
|
public const int AlleyEventEffectNotify = 4746;
|
|
public const int AlleyFundsScNotify = 4751;
|
|
public const int AlleyGuaranteedFundsCsReq = 4717;
|
|
public const int AlleyGuaranteedFundsScRsp = 4794;
|
|
public const int AlleyOrderChangedScNotify = 4798;
|
|
public const int AlleyPlacingGameCsReq = 4723;
|
|
public const int AlleyPlacingGameScRsp = 4789;
|
|
public const int AlleyShipmentEventEffectsScNotify = 4779;
|
|
public const int AlleyShipUnlockScNotify = 4776;
|
|
public const int AlleyShipUsedCountScNotify = 4724;
|
|
public const int AlleyShopLevelScNotify = 4753;
|
|
public const int AlleyTakeEventRewardCsReq = 4755;
|
|
public const int AlleyTakeEventRewardScRsp = 4715;
|
|
public const int AntiAddictScNotify = 98;
|
|
public const int ApplyFriendCsReq = 2971;
|
|
public const int ApplyFriendScRsp = 2934;
|
|
public const int ArchiveWolfBroGameCsReq = 6516;
|
|
public const int ArchiveWolfBroGameScRsp = 6597;
|
|
public const int AvatarExpUpCsReq = 316;
|
|
public const int AvatarExpUpScRsp = 397;
|
|
public const int BatchGetQuestDataCsReq = 981;
|
|
public const int BatchGetQuestDataScRsp = 918;
|
|
public const int BatchMarkChatEmojiCsReq = 3923;
|
|
public const int BatchMarkChatEmojiScRsp = 3989;
|
|
public const int BattleCollegeDataChangeScNotify = 5716;
|
|
public const int BattleLogReportCsReq = 146;
|
|
public const int BattleLogReportScRsp = 173;
|
|
public const int BattlePassInfoNotify = 3007;
|
|
public const int BoxingClubChallengeUpdateScNotify = 4246;
|
|
public const int BoxingClubRewardScNotify = 4300;
|
|
public const int BuyBpLevelCsReq = 3019;
|
|
public const int BuyBpLevelScRsp = 3071;
|
|
public const int BuyGoodsCsReq = 1516;
|
|
public const int BuyGoodsScRsp = 1597;
|
|
public const int BuyNpcStuffCsReq = 4316;
|
|
public const int BuyNpcStuffScRsp = 4397;
|
|
public const int BuyRogueShopBuffCsReq = 5646;
|
|
public const int BuyRogueShopBuffScRsp = 5673;
|
|
public const int BuyRogueShopMiracleCsReq = 5634;
|
|
public const int BuyRogueShopMiracleScRsp = 5700;
|
|
public const int CancelActivityExpeditionCsReq = 2506;
|
|
public const int CancelActivityExpeditionScRsp = 2523;
|
|
public const int CancelCacheNotifyCsReq = 4200;
|
|
public const int CancelCacheNotifyScRsp = 4146;
|
|
public const int CancelExpeditionCsReq = 2504;
|
|
public const int CancelExpeditionScRsp = 2519;
|
|
public const int CancelMarkItemNotify = 505;
|
|
public const int ChallengeLineupNotify = 1706;
|
|
public const int ChallengeRaidNotify = 2246;
|
|
public const int ChallengeSettleNotify = 1771;
|
|
public const int ChangeLineupLeaderCsReq = 789;
|
|
public const int ChangeLineupLeaderScRsp = 781;
|
|
public const int ChangeScriptEmotionCsReq = 6316;
|
|
public const int ChangeScriptEmotionScRsp = 6397;
|
|
public const int ChangeStoryLineCsReq = 6297;
|
|
public const int ChangeStoryLineFinishScNotify = 6219;
|
|
public const int ChangeStoryLineScRsp = 6204;
|
|
public const int ChessRogueCellUpdateNotify = 5493;
|
|
public const int ChessRogueChangeyAeonDimensionNotify = 5589;
|
|
public const int ChessRogueCheatRollCsReq = 5534;
|
|
public const int ChessRogueCheatRollScRsp = 5586;
|
|
public const int ChessRogueConfirmRollCsReq = 5596;
|
|
public const int ChessRogueConfirmRollScRsp = 5590;
|
|
public const int ChessRogueEnterCellCsReq = 5423;
|
|
public const int ChessRogueEnterCellScRsp = 5478;
|
|
public const int ChessRogueEnterCsReq = 5511;
|
|
public const int ChessRogueEnterNextLayerCsReq = 5456;
|
|
public const int ChessRogueEnterNextLayerScRsp = 5443;
|
|
public const int ChessRogueEnterScRsp = 5527;
|
|
public const int ChessRogueFinishCurRoomNotify = 5429;
|
|
public const int ChessRogueGiveUpCsReq = 5405;
|
|
public const int ChessRogueGiveUpRollCsReq = 5460;
|
|
public const int ChessRogueGiveUpRollScRsp = 5550;
|
|
public const int ChessRogueGiveUpScRsp = 5503;
|
|
public const int ChessRogueGoAheadCsReq = 5588;
|
|
public const int ChessRogueGoAheadScRsp = 5416;
|
|
public const int ChessRogueLayerAccountInfoNotify = 5507;
|
|
public const int ChessRogueLeaveCsReq = 5450;
|
|
public const int ChessRogueLeaveScRsp = 5468;
|
|
public const int ChessRogueMoveCellNotify = 5598;
|
|
public const int ChessRogueNousDiceSurfaceUnlockNotify = 5520;
|
|
public const int ChessRogueNousDiceUpdateNotify = 5409;
|
|
public const int ChessRogueNousEditDiceCsReq = 5407;
|
|
public const int ChessRogueNousEditDiceScRsp = 5452;
|
|
public const int ChessRogueNousEnableRogueTalentCsReq = 5481;
|
|
public const int ChessRogueNousEnableRogueTalentScRsp = 5515;
|
|
public const int ChessRogueNousGetRogueTalentInfoCsReq = 5509;
|
|
public const int ChessRogueNousGetRogueTalentInfoScRsp = 5571;
|
|
public const int ChessRoguePickAvatarCsReq = 5564;
|
|
public const int ChessRoguePickAvatarScRsp = 5541;
|
|
public const int ChessRogueQueryAeonDimensionsCsReq = 5424;
|
|
public const int ChessRogueQueryAeonDimensionsScRsp = 5492;
|
|
public const int ChessRogueQueryBpCsReq = 5422;
|
|
public const int ChessRogueQueryBpScRsp = 5595;
|
|
public const int ChessRogueQueryCsReq = 5461;
|
|
public const int ChessRogueQueryScRsp = 5522;
|
|
public const int ChessRogueQuestFinishNotify = 5510;
|
|
public const int ChessRogueQuitCsReq = 5523;
|
|
public const int ChessRogueQuitScRsp = 5415;
|
|
public const int ChessRogueReRollDiceCsReq = 5419;
|
|
public const int ChessRogueReRollDiceScRsp = 5475;
|
|
public const int ChessRogueReviveAvatarCsReq = 5496;
|
|
public const int ChessRogueReviveAvatarScRsp = 5539;
|
|
public const int ChessRogueRollDiceCsReq = 5425;
|
|
public const int ChessRogueRollDiceScRsp = 5454;
|
|
public const int ChessRogueSelectBpCsReq = 5524;
|
|
public const int ChessRogueSelectBpScRsp = 5497;
|
|
public const int ChessRogueSelectCellCsReq = 5435;
|
|
public const int ChessRogueSelectCellScRsp = 5474;
|
|
public const int ChessRogueSkipTeachingLevelCsReq = 5506;
|
|
public const int ChessRogueSkipTeachingLevelScRsp = 5411;
|
|
public const int ChessRogueStartCsReq = 5446;
|
|
public const int ChessRogueStartScRsp = 5529;
|
|
public const int ChessRogueUpdateActionPointScNotify = 5532;
|
|
public const int ChessRogueUpdateAeonModifierValueScNotify = 5483;
|
|
public const int ChessRogueUpdateAllowedSelectCellScNotify = 5566;
|
|
public const int ChessRogueUpdateBoardScNotify = 5572;
|
|
public const int ChessRogueUpdateDiceInfoScNotify = 5447;
|
|
public const int ChessRogueUpdateDicePassiveAccumulateValueScNotify = 5420;
|
|
public const int ChessRogueUpdateLevelBaseInfoScNotify = 5542;
|
|
public const int ChessRogueUpdateMoneyInfoScNotify = 5559;
|
|
public const int ChessRogueUpdateReviveInfoScNotify = 5570;
|
|
public const int ChessRogueUpdateUnlockLevelScNotify = 5545;
|
|
public const int ChooseBoxingClubResonanceCsReq = 4273;
|
|
public const int ChooseBoxingClubResonanceScRsp = 4206;
|
|
public const int ChooseBoxingClubStageOptionalBuffCsReq = 4281;
|
|
public const int ChooseBoxingClubStageOptionalBuffScRsp = 4218;
|
|
public const int CityShopInfoScNotify = 1571;
|
|
public const int ClearAetherDividePassiveSkillCsReq = 4839;
|
|
public const int ClearAetherDividePassiveSkillScRsp = 4826;
|
|
public const int ClientDownloadDataScNotify = 30;
|
|
public const int ClientObjDownloadDataScNotify = 69;
|
|
public const int ClientObjUploadCsReq = 86;
|
|
public const int ClientObjUploadScRsp = 1;
|
|
public const int CommonRogueQueryCsReq = 5642;
|
|
public const int CommonRogueQueryScRsp = 5627;
|
|
public const int CommonRogueUpdateScNotify = 5635;
|
|
public const int ComposeItemCsReq = 523;
|
|
public const int ComposeItemScRsp = 589;
|
|
public const int ComposeLimitNumCompleteNotify = 579;
|
|
public const int ComposeLimitNumUpdateNotify = 510;
|
|
public const int ComposeSelectedRelicCsReq = 553;
|
|
public const int ComposeSelectedRelicScRsp = 576;
|
|
public const int CurAssistChangedNotify = 2911;
|
|
public const int CurTrialActivityScNotify = 2621;
|
|
public const int DailyActiveInfoNotify = 3304;
|
|
public const int DailyFirstMeetPamCsReq = 3416;
|
|
public const int DailyFirstMeetPamScRsp = 3497;
|
|
public const int DailyRefreshNotify = 80;
|
|
public const int DailyTaskDataScNotify = 1234;
|
|
public const int DeactivateFarmElementCsReq = 1490;
|
|
public const int DeactivateFarmElementScRsp = 1438;
|
|
public const int DeleteBlacklistCsReq = 2976;
|
|
public const int DeleteBlacklistScRsp = 2912;
|
|
public const int DeleteFriendCsReq = 2923;
|
|
public const int DeleteFriendScRsp = 2989;
|
|
public const int DeleteSummonUnitCsReq = 1487;
|
|
public const int DeleteSummonUnitScRsp = 1461;
|
|
public const int DelMailCsReq = 804;
|
|
public const int DelMailScRsp = 819;
|
|
public const int DelSaveRaidScNotify = 2298;
|
|
public const int DeployRotaterCsReq = 6804;
|
|
public const int DeployRotaterScRsp = 6819;
|
|
public const int DestroyItemCsReq = 554;
|
|
public const int DestroyItemScRsp = 524;
|
|
public const int DiscardRelicCsReq = 513;
|
|
public const int DiscardRelicScRsp = 590;
|
|
public const int DoGachaCsReq = 1916;
|
|
public const int DoGachaInRollShopCsReq = 6920;
|
|
public const int DoGachaInRollShopScRsp = 6902;
|
|
public const int DoGachaScRsp = 1997;
|
|
public const int DressAvatarCsReq = 400;
|
|
public const int DressAvatarScRsp = 346;
|
|
public const int DressAvatarSkinCsReq = 365;
|
|
public const int DressAvatarSkinScRsp = 351;
|
|
public const int DressRelicAvatarCsReq = 318;
|
|
public const int DressRelicAvatarScRsp = 339;
|
|
public const int EnableRogueTalentCsReq = 1849;
|
|
public const int EnableRogueTalentScRsp = 1887;
|
|
public const int EnhanceChessRogueBuffCsReq = 5472;
|
|
public const int EnhanceChessRogueBuffScRsp = 5470;
|
|
public const int EnhanceCommonRogueBuffCsReq = 5651;
|
|
public const int EnhanceCommonRogueBuffScRsp = 5653;
|
|
public const int EnhanceRogueBuffCsReq = 1876;
|
|
public const int EnhanceRogueBuffScRsp = 1812;
|
|
public const int EnterAdventureCsReq = 1307;
|
|
public const int EnterAdventureScRsp = 1357;
|
|
public const int EnterAetherDivideSceneCsReq = 4807;
|
|
public const int EnterAetherDivideSceneScRsp = 4857;
|
|
public const int EnterChessRogueAeonRoomCsReq = 5477;
|
|
public const int EnterChessRogueAeonRoomScRsp = 5500;
|
|
public const int EnteredSceneChangeScNotify = 1491;
|
|
public const int EnterFantasticStoryActivityStageCsReq = 4997;
|
|
public const int EnterFantasticStoryActivityStageScRsp = 4904;
|
|
public const int EnterFightActivityStageCsReq = 3697;
|
|
public const int EnterFightActivityStageScRsp = 3604;
|
|
public const int EnterMapRotationRegionCsReq = 6807;
|
|
public const int EnterMapRotationRegionScRsp = 6857;
|
|
public const int EnterRogueCsReq = 1804;
|
|
public const int EnterRogueEndlessActivityStageCsReq = 6016;
|
|
public const int EnterRogueEndlessActivityStageScRsp = 6097;
|
|
public const int EnterRogueMapRoomCsReq = 1808;
|
|
public const int EnterRogueMapRoomScRsp = 1811;
|
|
public const int EnterRogueScRsp = 1819;
|
|
public const int EnterSceneByServerScNotify = 1492;
|
|
public const int EnterSceneCsReq = 1422;
|
|
public const int EnterSceneScRsp = 1493;
|
|
public const int EnterSectionCsReq = 1485;
|
|
public const int EnterSectionScRsp = 1495;
|
|
public const int EnterStrongChallengeActivityStageCsReq = 6616;
|
|
public const int EnterStrongChallengeActivityStageScRsp = 6697;
|
|
public const int EnterTelevisionActivityStageCsReq = 6962;
|
|
public const int EnterTelevisionActivityStageScRsp = 6963;
|
|
public const int EnterTreasureDungeonCsReq = 4423;
|
|
public const int EnterTreasureDungeonScRsp = 4489;
|
|
public const int EnterTrialActivityStageCsReq = 2652;
|
|
public const int EnterTrialActivityStageScRsp = 2642;
|
|
public const int EntityBindPropCsReq = 1443;
|
|
public const int EntityBindPropScRsp = 1408;
|
|
public const int EquipAetherDividePassiveSkillCsReq = 4881;
|
|
public const int EquipAetherDividePassiveSkillScRsp = 4818;
|
|
public const int ExchangeGachaCeilingCsReq = 1971;
|
|
public const int ExchangeGachaCeilingScRsp = 1934;
|
|
public const int ExchangeHcoinCsReq = 565;
|
|
public const int ExchangeHcoinScRsp = 551;
|
|
public const int ExchangeRogueBuffWithMiracleCsReq = 5698;
|
|
public const int ExchangeRogueBuffWithMiracleScRsp = 5660;
|
|
public const int ExchangeRogueRewardKeyCsReq = 1835;
|
|
public const int ExchangeRogueRewardKeyScRsp = 1870;
|
|
public const int ExchangeStaminaCsReq = 89;
|
|
public const int ExchangeStaminaScRsp = 81;
|
|
public const int ExpeditionDataChangeScNotify = 2600;
|
|
public const int ExpUpEquipmentCsReq = 573;
|
|
public const int ExpUpEquipmentScRsp = 506;
|
|
public const int ExpUpRelicCsReq = 581;
|
|
public const int ExpUpRelicScRsp = 518;
|
|
public const int ExtraLineupDestroyNotify = 776;
|
|
public const int FantasticStoryActivityBattleEndScNotify = 4919;
|
|
public const int FeatureSwitchClosedScNotify = 28;
|
|
public const int FightActivityDataChangeScNotify = 3616;
|
|
public const int FightTreasureDungeonMonsterCsReq = 4439;
|
|
public const int FightTreasureDungeonMonsterScRsp = 4426;
|
|
public const int FinishAeonDialogueGroupCsReq = 1882;
|
|
public const int FinishAeonDialogueGroupScRsp = 1891;
|
|
public const int FinishChapterScNotify = 4916;
|
|
public const int FinishChessRogueNousSubStoryCsReq = 5577;
|
|
public const int FinishChessRogueNousSubStoryScRsp = 5508;
|
|
public const int FinishChessRogueSubStoryCsReq = 5421;
|
|
public const int FinishChessRogueSubStoryScRsp = 5476;
|
|
public const int FinishCosumeItemMissionCsReq = 1223;
|
|
public const int FinishCosumeItemMissionScRsp = 1289;
|
|
public const int FinishCurTurnCsReq = 4373;
|
|
public const int FinishCurTurnScRsp = 4306;
|
|
public const int FinishEmotionDialoguePerformanceCsReq = 6371;
|
|
public const int FinishEmotionDialoguePerformanceScRsp = 6334;
|
|
public const int FinishFirstTalkByPerformanceNpcCsReq = 2123;
|
|
public const int FinishFirstTalkByPerformanceNpcScRsp = 2189;
|
|
public const int FinishFirstTalkNpcCsReq = 2171;
|
|
public const int FinishFirstTalkNpcScRsp = 2134;
|
|
public const int FinishItemIdCsReq = 2704;
|
|
public const int FinishItemIdScRsp = 2719;
|
|
public const int FinishPerformSectionIdCsReq = 2800;
|
|
public const int FinishPerformSectionIdScRsp = 2746;
|
|
public const int FinishPlotCsReq = 1107;
|
|
public const int FinishPlotScRsp = 1157;
|
|
public const int FinishQuestCsReq = 946;
|
|
public const int FinishQuestScRsp = 973;
|
|
public const int FinishRogueDialogueGroupCsReq = 1878;
|
|
public const int FinishRogueDialogueGroupScRsp = 1852;
|
|
public const int FinishSectionIdCsReq = 2771;
|
|
public const int FinishSectionIdScRsp = 2734;
|
|
public const int FinishTalkMissionCsReq = 1216;
|
|
public const int FinishTalkMissionScRsp = 1297;
|
|
public const int FinishTutorialCsReq = 1700;
|
|
public const int FinishTutorialGuideCsReq = 1673;
|
|
public const int FinishTutorialGuideScRsp = 1606;
|
|
public const int FinishTutorialScRsp = 1646;
|
|
public const int GameplayCounterCountDownCsReq = 1469;
|
|
public const int GameplayCounterCountDownScRsp = 1486;
|
|
public const int GameplayCounterRecoverCsReq = 1403;
|
|
public const int GameplayCounterRecoverScRsp = 1496;
|
|
public const int GameplayCounterUpdateScNotify = 1401;
|
|
public const int GateServerScNotify = 45;
|
|
public const int GeneralVirtualItemDataNotify = 502;
|
|
public const int GetActivityScheduleConfigCsReq = 2604;
|
|
public const int GetActivityScheduleConfigScRsp = 2619;
|
|
public const int GetAetherDivideChallengeInfoCsReq = 4812;
|
|
public const int GetAetherDivideChallengeInfoScRsp = 4885;
|
|
public const int GetAetherDivideInfoCsReq = 4873;
|
|
public const int GetAetherDivideInfoScRsp = 4806;
|
|
public const int GetAlleyInfoCsReq = 4707;
|
|
public const int GetAlleyInfoScRsp = 4757;
|
|
public const int GetAllLineupDataCsReq = 760;
|
|
public const int GetAllLineupDataScRsp = 750;
|
|
public const int GetAllRedDotDataCsReq = 5907;
|
|
public const int GetAllRedDotDataScRsp = 5957;
|
|
public const int GetAllSaveRaidCsReq = 2239;
|
|
public const int GetAllSaveRaidScRsp = 2226;
|
|
public const int GetAllServerPrefsDataCsReq = 6107;
|
|
public const int GetAllServerPrefsDataScRsp = 6157;
|
|
public const int GetArchiveDataCsReq = 2307;
|
|
public const int GetArchiveDataScRsp = 2357;
|
|
public const int GetAssistHistoryCsReq = 2955;
|
|
public const int GetAssistHistoryScRsp = 2915;
|
|
public const int GetAssistListCsReq = 2979;
|
|
public const int GetAssistListScRsp = 2910;
|
|
public const int GetAuthkeyCsReq = 18;
|
|
public const int GetAuthkeyScRsp = 39;
|
|
public const int GetAvatarDataCsReq = 307;
|
|
public const int GetAvatarDataScRsp = 357;
|
|
public const int GetBagCsReq = 507;
|
|
public const int GetBagScRsp = 557;
|
|
public const int GetBasicInfoCsReq = 88;
|
|
public const int GetBasicInfoScRsp = 37;
|
|
public const int GetBattleCollegeDataCsReq = 5707;
|
|
public const int GetBattleCollegeDataScRsp = 5757;
|
|
public const int GetBoxingClubInfoCsReq = 4207;
|
|
public const int GetBoxingClubInfoScRsp = 4257;
|
|
public const int GetChallengeCsReq = 1707;
|
|
public const int GetChallengeGroupStatisticsCsReq = 1739;
|
|
public const int GetChallengeGroupStatisticsScRsp = 1726;
|
|
public const int GetChallengeRaidInfoCsReq = 2219;
|
|
public const int GetChallengeRaidInfoScRsp = 2271;
|
|
public const int GetChallengeScRsp = 1757;
|
|
public const int GetChapterCsReq = 404;
|
|
public const int GetChapterScRsp = 419;
|
|
public const int GetChatEmojiListCsReq = 4000;
|
|
public const int GetChatEmojiListScRsp = 3946;
|
|
public const int GetChatFriendHistoryCsReq = 3971;
|
|
public const int GetChatFriendHistoryScRsp = 3934;
|
|
public const int GetChessRogueBuffEnhanceInfoCsReq = 5516;
|
|
public const int GetChessRogueBuffEnhanceInfoScRsp = 5579;
|
|
public const int GetChessRogueNousStoryInfoCsReq = 5538;
|
|
public const int GetChessRogueNousStoryInfoScRsp = 5587;
|
|
public const int GetChessRogueStoryAeonTalkInfoCsReq = 5593;
|
|
public const int GetChessRogueStoryAeonTalkInfoScRsp = 5430;
|
|
public const int GetChessRogueStoryInfoCsReq = 5440;
|
|
public const int GetChessRogueStoryInfoScRsp = 5401;
|
|
public const int GetCurAssistCsReq = 2917;
|
|
public const int GetCurAssistScRsp = 2994;
|
|
public const int GetCurBattleInfoCsReq = 104;
|
|
public const int GetCurBattleInfoScRsp = 119;
|
|
public const int GetCurChallengeCsReq = 1746;
|
|
public const int GetCurChallengeScRsp = 1773;
|
|
public const int GetCurLineupDataCsReq = 716;
|
|
public const int GetCurLineupDataScRsp = 797;
|
|
public const int GetCurSceneInfoCsReq = 1471;
|
|
public const int GetCurSceneInfoScRsp = 1434;
|
|
public const int GetDailyActiveInfoCsReq = 3316;
|
|
public const int GetDailyActiveInfoScRsp = 3397;
|
|
public const int GetEnhanceCommonRogueBuffInfoCsReq = 5650;
|
|
public const int GetEnhanceCommonRogueBuffInfoScRsp = 5665;
|
|
public const int GetEnteredSceneCsReq = 1444;
|
|
public const int GetEnteredSceneScRsp = 1482;
|
|
public const int GetExhibitScNotify = 4346;
|
|
public const int GetExpeditionDataCsReq = 2507;
|
|
public const int GetExpeditionDataScRsp = 2557;
|
|
public const int GetFantasticStoryActivityDataCsReq = 4907;
|
|
public const int GetFantasticStoryActivityDataScRsp = 4957;
|
|
public const int GetFarmStageGachaInfoCsReq = 1316;
|
|
public const int GetFarmStageGachaInfoScRsp = 1397;
|
|
public const int GetFightActivityDataCsReq = 3607;
|
|
public const int GetFightActivityDataScRsp = 3657;
|
|
public const int GetFirstTalkByPerformanceNpcCsReq = 2173;
|
|
public const int GetFirstTalkByPerformanceNpcScRsp = 2106;
|
|
public const int GetFirstTalkNpcCsReq = 2104;
|
|
public const int GetFirstTalkNpcScRsp = 2119;
|
|
public const int GetFriendApplyListInfoCsReq = 2904;
|
|
public const int GetFriendApplyListInfoScRsp = 2919;
|
|
public const int GetFriendAssistListCsReq = 2980;
|
|
public const int GetFriendAssistListScRsp = 2936;
|
|
public const int GetFriendListInfoCsReq = 2907;
|
|
public const int GetFriendListInfoScRsp = 2957;
|
|
public const int GetFriendLoginInfoCsReq = 2990;
|
|
public const int GetFriendLoginInfoScRsp = 2938;
|
|
public const int GetFriendRecommendListInfoCsReq = 2998;
|
|
public const int GetFriendRecommendListInfoScRsp = 2960;
|
|
public const int GetGachaCeilingCsReq = 1904;
|
|
public const int GetGachaCeilingScRsp = 1919;
|
|
public const int GetGachaInfoCsReq = 1907;
|
|
public const int GetGachaInfoScRsp = 1957;
|
|
public const int GetHeartDialInfoCsReq = 6307;
|
|
public const int GetHeartDialInfoScRsp = 6357;
|
|
public const int GetHeroBasicTypeInfoCsReq = 17;
|
|
public const int GetHeroBasicTypeInfoScRsp = 94;
|
|
public const int GetJukeboxDataCsReq = 3107;
|
|
public const int GetJukeboxDataScRsp = 3157;
|
|
public const int GetKilledPunkLordMonsterDataCsReq = 3253;
|
|
public const int GetKilledPunkLordMonsterDataScRsp = 3276;
|
|
public const int GetLevelRewardCsReq = 53;
|
|
public const int GetLevelRewardScRsp = 76;
|
|
public const int GetLevelRewardTakenListCsReq = 65;
|
|
public const int GetLevelRewardTakenListScRsp = 51;
|
|
public const int GetLineupAvatarDataCsReq = 706;
|
|
public const int GetLineupAvatarDataScRsp = 723;
|
|
public const int GetLoginActivityCsReq = 2607;
|
|
public const int GetLoginActivityScRsp = 2657;
|
|
public const int GetLoginChatInfoCsReq = 3981;
|
|
public const int GetLoginChatInfoScRsp = 3918;
|
|
public const int GetMailCsReq = 807;
|
|
public const int GetMailScRsp = 857;
|
|
public const int GetMainMissionCustomValueCsReq = 1217;
|
|
public const int GetMainMissionCustomValueScRsp = 1294;
|
|
public const int GetMapRotationDataCsReq = 6873;
|
|
public const int GetMapRotationDataScRsp = 6806;
|
|
public const int GetMarkItemListCsReq = 517;
|
|
public const int GetMarkItemListScRsp = 594;
|
|
public const int GetMissionDataCsReq = 1207;
|
|
public const int GetMissionDataScRsp = 1257;
|
|
public const int GetMissionEventDataCsReq = 1281;
|
|
public const int GetMissionEventDataScRsp = 1218;
|
|
public const int GetMissionStatusCsReq = 1260;
|
|
public const int GetMissionStatusScRsp = 1250;
|
|
public const int GetMonsterResearchActivityDataCsReq = 2639;
|
|
public const int GetMonsterResearchActivityDataScRsp = 2626;
|
|
public const int GetMultipleDropInfoCsReq = 4607;
|
|
public const int GetMultipleDropInfoScRsp = 4657;
|
|
public const int GetMuseumInfoCsReq = 4307;
|
|
public const int GetMuseumInfoScRsp = 4357;
|
|
public const int GetNpcMessageGroupCsReq = 2707;
|
|
public const int GetNpcMessageGroupScRsp = 2757;
|
|
public const int GetNpcStatusCsReq = 2716;
|
|
public const int GetNpcStatusScRsp = 2797;
|
|
public const int GetNpcTakenRewardCsReq = 2107;
|
|
public const int GetNpcTakenRewardScRsp = 2157;
|
|
public const int GetOfferingInfoCsReq = 6925;
|
|
public const int GetOfferingInfoScRsp = 6921;
|
|
public const int GetPhoneDataCsReq = 5107;
|
|
public const int GetPhoneDataScRsp = 5157;
|
|
public const int GetPlatformPlayerInfoCsReq = 2902;
|
|
public const int GetPlatformPlayerInfoScRsp = 2913;
|
|
public const int GetPlayerBoardDataCsReq = 2807;
|
|
public const int GetPlayerBoardDataScRsp = 2857;
|
|
public const int GetPlayerDetailInfoCsReq = 2916;
|
|
public const int GetPlayerDetailInfoScRsp = 2997;
|
|
public const int GetPlayerReplayInfoCsReq = 3516;
|
|
public const int GetPlayerReplayInfoScRsp = 3597;
|
|
public const int GetPlayerReturnMultiDropInfoCsReq = 4697;
|
|
public const int GetPlayerReturnMultiDropInfoScRsp = 4604;
|
|
public const int GetPrivateChatHistoryCsReq = 3904;
|
|
public const int GetPrivateChatHistoryScRsp = 3919;
|
|
public const int GetPunkLordBattleRecordCsReq = 3224;
|
|
public const int GetPunkLordBattleRecordScRsp = 3217;
|
|
public const int GetPunkLordDataCsReq = 3218;
|
|
public const int GetPunkLordDataScRsp = 3239;
|
|
public const int GetPunkLordMonsterDataCsReq = 3207;
|
|
public const int GetPunkLordMonsterDataScRsp = 3257;
|
|
public const int GetQuestDataCsReq = 907;
|
|
public const int GetQuestDataScRsp = 957;
|
|
public const int GetQuestRecordCsReq = 971;
|
|
public const int GetQuestRecordScRsp = 934;
|
|
public const int GetRaidInfoCsReq = 2273;
|
|
public const int GetRaidInfoScRsp = 2206;
|
|
public const int GetRecyleTimeCsReq = 585;
|
|
public const int GetRecyleTimeScRsp = 595;
|
|
public const int GetReplayTokenCsReq = 3507;
|
|
public const int GetReplayTokenScRsp = 3557;
|
|
public const int GetRndOptionCsReq = 3407;
|
|
public const int GetRndOptionScRsp = 3457;
|
|
public const int GetRogueAdventureRoomInfoCsReq = 5689;
|
|
public const int GetRogueAdventureRoomInfoScRsp = 5681;
|
|
public const int GetRogueAeonInfoCsReq = 1825;
|
|
public const int GetRogueAeonInfoScRsp = 1844;
|
|
public const int GetRogueBuffEnhanceInfoCsReq = 1851;
|
|
public const int GetRogueBuffEnhanceInfoScRsp = 1853;
|
|
public const int GetRogueDialogueEventDataCsReq = 1836;
|
|
public const int GetRogueDialogueEventDataScRsp = 1872;
|
|
public const int GetRogueEndlessActivityDataCsReq = 6007;
|
|
public const int GetRogueEndlessActivityDataScRsp = 6057;
|
|
public const int GetRogueHandbookDataCsReq = 5605;
|
|
public const int GetRogueHandbookDataScRsp = 5643;
|
|
public const int GetRogueInfoCsReq = 1807;
|
|
public const int GetRogueInfoScRsp = 1857;
|
|
public const int GetRogueInitialScoreCsReq = 1802;
|
|
public const int GetRogueInitialScoreScRsp = 1813;
|
|
public const int GetRogueScoreRewardInfoCsReq = 1869;
|
|
public const int GetRogueScoreRewardInfoScRsp = 1886;
|
|
public const int GetRogueShopBuffInfoCsReq = 5619;
|
|
public const int GetRogueShopBuffInfoScRsp = 5671;
|
|
public const int GetRogueShopMiracleInfoCsReq = 5697;
|
|
public const int GetRogueShopMiracleInfoScRsp = 5604;
|
|
public const int GetRogueTalentInfoCsReq = 1856;
|
|
public const int GetRogueTalentInfoScRsp = 1868;
|
|
public const int GetRollShopInfoCsReq = 6905;
|
|
public const int GetRollShopInfoScRsp = 6901;
|
|
public const int GetSaveLogisticsMapCsReq = 4710;
|
|
public const int GetSaveLogisticsMapScRsp = 4754;
|
|
public const int GetSaveRaidCsReq = 2281;
|
|
public const int GetSaveRaidScRsp = 2218;
|
|
public const int GetSceneMapInfoCsReq = 1409;
|
|
public const int GetSceneMapInfoScRsp = 1429;
|
|
public const int GetSecretKeyInfoCsReq = 48;
|
|
public const int GetSecretKeyInfoScRsp = 62;
|
|
public const int GetServerPrefsDataCsReq = 6116;
|
|
public const int GetServerPrefsDataScRsp = 6197;
|
|
public const int GetShareDataCsReq = 4116;
|
|
public const int GetShareDataScRsp = 4197;
|
|
public const int GetShopListCsReq = 1507;
|
|
public const int GetShopListScRsp = 1557;
|
|
public const int GetSingleRedDotParamGroupCsReq = 5904;
|
|
public const int GetSingleRedDotParamGroupScRsp = 5919;
|
|
public const int GetSpringRecoverDataCsReq = 1488;
|
|
public const int GetSpringRecoverDataScRsp = 1437;
|
|
public const int GetStageLineupCsReq = 707;
|
|
public const int GetStageLineupScRsp = 757;
|
|
public const int GetStoryLineInfoCsReq = 6207;
|
|
public const int GetStoryLineInfoScRsp = 6257;
|
|
public const int GetStrongChallengeActivityDataCsReq = 6607;
|
|
public const int GetStrongChallengeActivityDataScRsp = 6657;
|
|
public const int GetStuffScNotify = 4400;
|
|
public const int GetTelevisionActivityDataCsReq = 6965;
|
|
public const int GetTelevisionActivityDataScRsp = 6961;
|
|
public const int GetTrainVisitorBehaviorCsReq = 3716;
|
|
public const int GetTrainVisitorBehaviorScRsp = 3797;
|
|
public const int GetTrainVisitorRegisterCsReq = 3771;
|
|
public const int GetTrainVisitorRegisterScRsp = 3734;
|
|
public const int GetTreasureDungeonActivityDataCsReq = 4473;
|
|
public const int GetTreasureDungeonActivityDataScRsp = 4406;
|
|
public const int GetTrialActivityDataCsReq = 2636;
|
|
public const int GetTrialActivityDataScRsp = 2672;
|
|
public const int GetTutorialCsReq = 1607;
|
|
public const int GetTutorialGuideCsReq = 1616;
|
|
public const int GetTutorialGuideScRsp = 1697;
|
|
public const int GetTutorialScRsp = 1657;
|
|
public const int GetUnlockTeleportCsReq = 1463;
|
|
public const int GetUnlockTeleportScRsp = 1466;
|
|
public const int GetUpdatedArchiveDataCsReq = 2316;
|
|
public const int GetUpdatedArchiveDataScRsp = 2397;
|
|
public const int GetVideoVersionKeyCsReq = 93;
|
|
public const int GetVideoVersionKeyScRsp = 92;
|
|
public const int GetWaypointCsReq = 407;
|
|
public const int GetWaypointScRsp = 457;
|
|
public const int GetWolfBroGameDataCsReq = 6600;
|
|
public const int GetWolfBroGameDataScRsp = 6546;
|
|
public const int GiveUpBoxingClubChallengeCsReq = 4271;
|
|
public const int GiveUpBoxingClubChallengeScRsp = 4234;
|
|
public const int GmTalkCsReq = 46;
|
|
public const int GmTalkScNotify = 34;
|
|
public const int GmTalkScRsp = 73;
|
|
public const int GroupStateChangeCsReq = 1414;
|
|
public const int GroupStateChangeScNotify = 1425;
|
|
public const int GroupStateChangeScRsp = 1447;
|
|
public const int HandleFriendCsReq = 2946;
|
|
public const int HandleFriendScRsp = 2973;
|
|
public const int HandleRogueCommonPendingActionCsReq = 5678;
|
|
public const int HandleRogueCommonPendingActionScRsp = 5652;
|
|
public const int HealPoolInfoNotify = 1452;
|
|
public const int HeartDialScriptChangeScNotify = 6400;
|
|
public const int HeartDialTraceScriptCsReq = 6346;
|
|
public const int HeartDialTraceScriptScRsp = 6373;
|
|
public const int HeliobusActivityDataCsReq = 5807;
|
|
public const int HeliobusActivityDataScRsp = 5857;
|
|
public const int HeliobusChallengeUpdateScNotify = 5853;
|
|
public const int HeliobusEnterBattleCsReq = 5860;
|
|
public const int HeliobusEnterBattleScRsp = 5850;
|
|
public const int HeliobusInfoChangedScNotify = 5806;
|
|
public const int HeliobusLineupUpdateScNotify = 5876;
|
|
public const int HeliobusSelectSkillCsReq = 5818;
|
|
public const int HeliobusSelectSkillScRsp = 5839;
|
|
public const int HeliobusSnsCommentCsReq = 5900;
|
|
public const int HeliobusSnsCommentScRsp = 5846;
|
|
public const int HeliobusSnsLikeCsReq = 5871;
|
|
public const int HeliobusSnsLikeScRsp = 5834;
|
|
public const int HeliobusSnsPostCsReq = 5804;
|
|
public const int HeliobusSnsPostScRsp = 5819;
|
|
public const int HeliobusSnsReadCsReq = 5816;
|
|
public const int HeliobusSnsReadScRsp = 5897;
|
|
public const int HeliobusSnsUpdateScNotify = 5873;
|
|
public const int HeliobusStartRaidCsReq = 5865;
|
|
public const int HeliobusStartRaidScRsp = 5851;
|
|
public const int HeliobusUnlockSkillScNotify = 5881;
|
|
public const int HeliobusUpgradeLevelCsReq = 5823;
|
|
public const int HeliobusUpgradeLevelScRsp = 5889;
|
|
public const int HeroBasicTypeChangedNotify = 13;
|
|
public const int InteractChargerCsReq = 6816;
|
|
public const int InteractChargerScRsp = 6897;
|
|
public const int InteractPropCsReq = 1416;
|
|
public const int InteractPropScRsp = 1497;
|
|
public const int InteractTreasureDungeonGridCsReq = 4498;
|
|
public const int InteractTreasureDungeonGridScRsp = 4460;
|
|
public const int InterruptMissionEventCsReq = 1265;
|
|
public const int InterruptMissionEventScRsp = 1251;
|
|
public const int JoinLineupCsReq = 704;
|
|
public const int JoinLineupScRsp = 719;
|
|
public const int LastSpringRefreshTimeNotify = 1460;
|
|
public const int LeaveAetherDivideSceneCsReq = 4816;
|
|
public const int LeaveAetherDivideSceneScRsp = 4897;
|
|
public const int LeaveChallengeCsReq = 1704;
|
|
public const int LeaveChallengeScRsp = 1719;
|
|
public const int LeaveMapRotationRegionCsReq = 6900;
|
|
public const int LeaveMapRotationRegionScNotify = 6881;
|
|
public const int LeaveMapRotationRegionScRsp = 6846;
|
|
public const int LeaveRaidCsReq = 2216;
|
|
public const int LeaveRaidScRsp = 2297;
|
|
public const int LeaveRogueCsReq = 1871;
|
|
public const int LeaveRogueScRsp = 1834;
|
|
public const int LeaveTrialActivityCsReq = 2628;
|
|
public const int LeaveTrialActivityScRsp = 2633;
|
|
public const int LockEquipmentCsReq = 504;
|
|
public const int LockEquipmentScRsp = 519;
|
|
public const int LockRelicCsReq = 539;
|
|
public const int LockRelicScRsp = 526;
|
|
public const int LogisticsDetonateStarSkiffCsReq = 4705;
|
|
public const int LogisticsDetonateStarSkiffScRsp = 4743;
|
|
public const int LogisticsGameCsReq = 4716;
|
|
public const int LogisticsGameScRsp = 4797;
|
|
public const int LogisticsInfoScNotify = 4795;
|
|
public const int LogisticsScoreRewardSyncInfoScNotify = 4708;
|
|
public const int MarkChatEmojiCsReq = 3973;
|
|
public const int MarkChatEmojiScRsp = 3906;
|
|
public const int MarkItemCsReq = 555;
|
|
public const int MarkItemScRsp = 515;
|
|
public const int MarkReadMailCsReq = 816;
|
|
public const int MarkReadMailScRsp = 897;
|
|
public const int MatchBoxingClubOpponentCsReq = 4216;
|
|
public const int MatchBoxingClubOpponentScRsp = 4297;
|
|
public const int MissionAcceptScNotify = 1255;
|
|
public const int MissionEventRewardScNotify = 1239;
|
|
public const int MissionGroupWarnScNotify = 1206;
|
|
public const int MissionRewardScNotify = 1204;
|
|
public const int MonthCardRewardNotify = 42;
|
|
public const int MultipleDropInfoNotify = 4619;
|
|
public const int MultipleDropInfoScNotify = 4616;
|
|
public const int MuseumDispatchFinishedScNotify = 4353;
|
|
public const int MuseumFundsChangedScNotify = 4326;
|
|
public const int MuseumInfoChangedScNotify = 4339;
|
|
public const int MuseumRandomEventQueryCsReq = 4360;
|
|
public const int MuseumRandomEventQueryScRsp = 4350;
|
|
public const int MuseumRandomEventSelectCsReq = 4365;
|
|
public const int MuseumRandomEventSelectScRsp = 4351;
|
|
public const int MuseumRandomEventStartScNotify = 4398;
|
|
public const int MuseumTakeCollectRewardCsReq = 4395;
|
|
public const int MuseumTakeCollectRewardScRsp = 4379;
|
|
public const int MuseumTargetMissionFinishNotify = 4312;
|
|
public const int MuseumTargetRewardNotify = 4385;
|
|
public const int MuseumTargetStartNotify = 4376;
|
|
public const int NewAssistHistoryNotify = 2905;
|
|
public const int NewMailScNotify = 900;
|
|
public const int OpenRogueChestCsReq = 1842;
|
|
public const int OpenRogueChestScRsp = 1827;
|
|
public const int OpenTreasureDungeonGridCsReq = 4481;
|
|
public const int OpenTreasureDungeonGridScRsp = 4418;
|
|
public const int PickRogueAvatarCsReq = 1818;
|
|
public const int PickRogueAvatarScRsp = 1839;
|
|
public const int PlayBackGroundMusicCsReq = 3116;
|
|
public const int PlayBackGroundMusicScRsp = 3197;
|
|
public const int PlayerGetTokenCsReq = 4;
|
|
public const int PlayerGetTokenScRsp = 19;
|
|
public const int PlayerHeartBeatCsReq = 35;
|
|
public const int PlayerHeartBeatScRsp = 70;
|
|
public const int PlayerKickOutScNotify = 100;
|
|
public const int PlayerLoginCsReq = 7;
|
|
public const int PlayerLoginFinishCsReq = 58;
|
|
public const int PlayerLoginFinishScRsp = 22;
|
|
public const int PlayerLoginScRsp = 57;
|
|
public const int PlayerLogoutCsReq = 16;
|
|
public const int PlayerLogoutScRsp = 97;
|
|
public const int PlayerReturnForceFinishScNotify = 4573;
|
|
public const int PlayerReturnInfoQueryCsReq = 4600;
|
|
public const int PlayerReturnInfoQueryScRsp = 4546;
|
|
public const int PlayerReturnPointChangeScNotify = 4597;
|
|
public const int PlayerReturnSignCsReq = 4557;
|
|
public const int PlayerReturnSignScRsp = 4516;
|
|
public const int PlayerReturnStartScNotify = 4507;
|
|
public const int PlayerReturnTakePointRewardCsReq = 4504;
|
|
public const int PlayerReturnTakePointRewardScRsp = 4519;
|
|
public const int PlayerReturnTakeRewardCsReq = 4571;
|
|
public const int PlayerReturnTakeRewardScRsp = 4534;
|
|
public const int PlayerSyncScNotify = 607;
|
|
public const int PrepareRogueAdventureRoomCsReq = 5657;
|
|
public const int PrepareRogueAdventureRoomScRsp = 5616;
|
|
public const int PrestigeLevelUpCsReq = 4750;
|
|
public const int PrestigeLevelUpScRsp = 4765;
|
|
public const int PrivateMsgOfflineUsersScNotify = 3997;
|
|
public const int PromoteAvatarCsReq = 371;
|
|
public const int PromoteAvatarScRsp = 334;
|
|
public const int PromoteEquipmentCsReq = 516;
|
|
public const int PromoteEquipmentScRsp = 597;
|
|
public const int PunkLordBattleResultScNotify = 3251;
|
|
public const int PunkLordDataChangeNotify = 3254;
|
|
public const int PunkLordMonsterInfoScNotify = 3281;
|
|
public const int PunkLordMonsterKilledNotify = 3295;
|
|
public const int PunkLordRaidTimeOutScNotify = 3298;
|
|
public const int PVEBattleResultCsReq = 107;
|
|
public const int PVEBattleResultScRsp = 157;
|
|
public const int QueryProductInfoCsReq = 90;
|
|
public const int QueryProductInfoScRsp = 38;
|
|
public const int QuestRecordScNotify = 1000;
|
|
public const int QuitBattleCsReq = 116;
|
|
public const int QuitBattleScNotify = 200;
|
|
public const int QuitBattleScRsp = 197;
|
|
public const int QuitLineupCsReq = 771;
|
|
public const int QuitLineupScRsp = 734;
|
|
public const int QuitRogueCsReq = 1824;
|
|
public const int QuitRogueScRsp = 1817;
|
|
public const int QuitTreasureDungeonCsReq = 4451;
|
|
public const int QuitTreasureDungeonScRsp = 4453;
|
|
public const int QuitWolfBroGameCsReq = 6571;
|
|
public const int QuitWolfBroGameScRsp = 6534;
|
|
public const int RaidCollectionDataCsReq = 6945;
|
|
public const int RaidCollectionDataScNotify = 6960;
|
|
public const int RaidCollectionDataScRsp = 6941;
|
|
public const int RaidInfoNotify = 2204;
|
|
public const int RaidKickByServerScNotify = 2260;
|
|
public const int RankUpAvatarCsReq = 389;
|
|
public const int RankUpAvatarScRsp = 381;
|
|
public const int RankUpEquipmentCsReq = 600;
|
|
public const int RankUpEquipmentScRsp = 546;
|
|
public const int RechargeSuccNotify = 550;
|
|
public const int RecoverAllLineupCsReq = 1417;
|
|
public const int RecoverAllLineupScRsp = 1494;
|
|
public const int ReEnterLastElementStageCsReq = 1421;
|
|
public const int ReEnterLastElementStageScRsp = 1448;
|
|
public const int RefreshAlleyOrderCsReq = 4739;
|
|
public const int RefreshAlleyOrderScRsp = 4726;
|
|
public const int RefreshTriggerByClientCsReq = 1456;
|
|
public const int RefreshTriggerByClientScNotify = 1449;
|
|
public const int RefreshTriggerByClientScRsp = 1468;
|
|
public const int RegionStopScNotify = 26;
|
|
public const int RelicRecommendCsReq = 538;
|
|
public const int RelicRecommendScRsp = 530;
|
|
public const int RemoveStuffFromAreaCsReq = 4371;
|
|
public const int RemoveStuffFromAreaScRsp = 4334;
|
|
public const int ReplaceLineupCsReq = 751;
|
|
public const int ReplaceLineupScRsp = 753;
|
|
public const int ReportPlayerCsReq = 2951;
|
|
public const int ReportPlayerScRsp = 2953;
|
|
public const int ReserveStaminaExchangeCsReq = 20;
|
|
public const int ReserveStaminaExchangeScRsp = 63;
|
|
public const int ResetMapRotationRegionCsReq = 6823;
|
|
public const int ResetMapRotationRegionScRsp = 6889;
|
|
public const int RestoreWolfBroGameArchiveCsReq = 6504;
|
|
public const int RestoreWolfBroGameArchiveScRsp = 6519;
|
|
public const int RetcodeNotify = 27;
|
|
public const int ReturnLastTownCsReq = 1450;
|
|
public const int ReturnLastTownScRsp = 1465;
|
|
public const int RevcMsgScNotify = 3916;
|
|
public const int ReviveRogueAvatarCsReq = 1898;
|
|
public const int ReviveRogueAvatarScRsp = 1860;
|
|
public const int RogueEndlessActivityBattleEndScNotify = 6004;
|
|
public const int RogueModifierAddNotify = 5316;
|
|
public const int RogueModifierDelNotify = 5400;
|
|
public const int RogueModifierSelectCellCsReq = 5397;
|
|
public const int RogueModifierSelectCellScRsp = 5304;
|
|
public const int RogueModifierStageStartNotify = 5346;
|
|
public const int RogueModifierUpdateNotify = 5334;
|
|
public const int RogueNpcDisappearCsReq = 5606;
|
|
public const int RogueNpcDisappearScRsp = 5623;
|
|
public const int RotateMapCsReq = 6871;
|
|
public const int RotateMapScRsp = 6834;
|
|
public const int SaveLogisticsCsReq = 4712;
|
|
public const int SaveLogisticsScRsp = 4785;
|
|
public const int SavePointsInfoNotify = 1455;
|
|
public const int SceneCastSkillCsReq = 1404;
|
|
public const int SceneCastSkillMpUpdateScNotify = 1418;
|
|
public const int SceneCastSkillScRsp = 1419;
|
|
public const int SceneEnterStageCsReq = 1451;
|
|
public const int SceneEnterStageScRsp = 1453;
|
|
public const int SceneEntityDieScNotify = 1413;
|
|
public const int SceneEntityDisappearScNotify = 1446;
|
|
public const int SceneEntityMoveCsReq = 1407;
|
|
public const int SceneEntityMoveScNotify = 1473;
|
|
public const int SceneEntityMoveScRsp = 1457;
|
|
public const int SceneEntityTeleportCsReq = 1462;
|
|
public const int SceneEntityTeleportScRsp = 1458;
|
|
public const int SceneEntityUpdateScNotify = 1500;
|
|
public const int SceneGroupRefreshScNotify = 1483;
|
|
public const int ScenePlaneEventScNotify = 1499;
|
|
public const int SceneUpdatePositionVersionNotify = 1406;
|
|
public const int SearchPlayerCsReq = 2985;
|
|
public const int SearchPlayerScRsp = 2995;
|
|
public const int SecurityReportCsReq = 4173;
|
|
public const int SecurityReportScRsp = 4106;
|
|
public const int SelectChatBubbleCsReq = 5116;
|
|
public const int SelectChatBubbleScRsp = 5197;
|
|
public const int SelectChessRogueNousSubStoryCsReq = 5412;
|
|
public const int SelectChessRogueNousSubStoryScRsp = 5544;
|
|
public const int SelectChessRogueSubStoryCsReq = 5471;
|
|
public const int SelectChessRogueSubStoryScRsp = 5489;
|
|
public const int SelectInclinationTextCsReq = 2200;
|
|
public const int SelectInclinationTextScRsp = 2146;
|
|
public const int SelectPhoneThemeCsReq = 5119;
|
|
public const int SelectPhoneThemeScRsp = 5171;
|
|
public const int SelectRogueDialogueEventCsReq = 1858;
|
|
public const int SelectRogueDialogueEventScRsp = 1822;
|
|
public const int SellItemCsReq = 598;
|
|
public const int SellItemScRsp = 560;
|
|
public const int SendMsgCsReq = 3907;
|
|
public const int SendMsgScRsp = 3957;
|
|
public const int ServerAnnounceNotify = 10;
|
|
public const int ServerSimulateBattleFinishScNotify = 106;
|
|
public const int SetAetherDivideLineUpCsReq = 4823;
|
|
public const int SetAetherDivideLineUpScRsp = 4889;
|
|
public const int SetAssistAvatarCsReq = 2806;
|
|
public const int SetAssistAvatarScRsp = 2823;
|
|
public const int SetAssistCsReq = 2954;
|
|
public const int SetAssistScRsp = 2924;
|
|
public const int SetBoxingClubResonanceLineupCsReq = 4223;
|
|
public const int SetBoxingClubResonanceLineupScRsp = 4289;
|
|
public const int SetClientPausedCsReq = 1411;
|
|
public const int SetClientPausedScRsp = 1402;
|
|
public const int SetClientRaidTargetCountCsReq = 2223;
|
|
public const int SetClientRaidTargetCountScRsp = 2289;
|
|
public const int SetCurInteractEntityCsReq = 1454;
|
|
public const int SetCurInteractEntityScRsp = 1424;
|
|
public const int SetCurWaypointCsReq = 416;
|
|
public const int SetCurWaypointScRsp = 497;
|
|
public const int SetDisplayAvatarCsReq = 2804;
|
|
public const int SetDisplayAvatarScRsp = 2819;
|
|
public const int SetForbidOtherApplyFriendCsReq = 2930;
|
|
public const int SetForbidOtherApplyFriendScRsp = 2975;
|
|
public const int SetFriendMarkCsReq = 2988;
|
|
public const int SetFriendMarkScRsp = 2937;
|
|
public const int SetFriendRemarkNameCsReq = 2950;
|
|
public const int SetFriendRemarkNameScRsp = 2965;
|
|
public const int SetGameplayBirthdayCsReq = 36;
|
|
public const int SetGameplayBirthdayScRsp = 72;
|
|
public const int SetGenderCsReq = 43;
|
|
public const int SetGenderScRsp = 8;
|
|
public const int SetGroupCustomSaveDataCsReq = 1470;
|
|
public const int SetGroupCustomSaveDataScRsp = 1445;
|
|
public const int SetHeadIconCsReq = 2816;
|
|
public const int SetHeadIconScRsp = 2897;
|
|
public const int SetHeroBasicTypeCsReq = 54;
|
|
public const int SetHeroBasicTypeScRsp = 24;
|
|
public const int SetIsDisplayAvatarInfoCsReq = 2871;
|
|
public const int SetIsDisplayAvatarInfoScRsp = 2834;
|
|
public const int SetLanguageCsReq = 95;
|
|
public const int SetLanguageScRsp = 79;
|
|
public const int SetLineupNameCsReq = 726;
|
|
public const int SetLineupNameScRsp = 798;
|
|
public const int SetMissionEventProgressCsReq = 1253;
|
|
public const int SetMissionEventProgressScRsp = 1276;
|
|
public const int SetNicknameCsReq = 60;
|
|
public const int SetNicknameScRsp = 50;
|
|
public const int SetPlayerInfoCsReq = 11;
|
|
public const int SetPlayerInfoScRsp = 2;
|
|
public const int SetRedPointStatusScNotify = 99;
|
|
public const int SetSignatureCsReq = 2846;
|
|
public const int SetSignatureScRsp = 2873;
|
|
public const int SetSpringRecoverConfigCsReq = 1480;
|
|
public const int SetSpringRecoverConfigScRsp = 1436;
|
|
public const int SetStuffToAreaCsReq = 4304;
|
|
public const int SetStuffToAreaScRsp = 4319;
|
|
public const int SetTurnFoodSwitchCsReq = 508;
|
|
public const int SetTurnFoodSwitchScRsp = 511;
|
|
public const int ShareCsReq = 4107;
|
|
public const int SharePunkLordMonsterCsReq = 3204;
|
|
public const int SharePunkLordMonsterScRsp = 3219;
|
|
public const int ShareScRsp = 4157;
|
|
public const int ShowNewSupplementVisitorCsReq = 3773;
|
|
public const int ShowNewSupplementVisitorScRsp = 3706;
|
|
public const int SpaceZooBornCsReq = 6716;
|
|
public const int SpaceZooBornScRsp = 6797;
|
|
public const int SpaceZooCatUpdateNotify = 6773;
|
|
public const int SpaceZooDataCsReq = 6707;
|
|
public const int SpaceZooDataScRsp = 6757;
|
|
public const int SpaceZooDeleteCatCsReq = 6800;
|
|
public const int SpaceZooDeleteCatScRsp = 6746;
|
|
public const int SpaceZooExchangeItemCsReq = 6706;
|
|
public const int SpaceZooExchangeItemScRsp = 6723;
|
|
public const int SpaceZooMutateCsReq = 6704;
|
|
public const int SpaceZooMutateScRsp = 6719;
|
|
public const int SpaceZooOpCatteryCsReq = 6771;
|
|
public const int SpaceZooOpCatteryScRsp = 6734;
|
|
public const int SpaceZooTakeCsReq = 6789;
|
|
public const int SpaceZooTakeScRsp = 6781;
|
|
public const int SpringRecoverCsReq = 1472;
|
|
public const int SpringRecoverScRsp = 1478;
|
|
public const int SpringRecoverSingleAvatarCsReq = 1442;
|
|
public const int SpringRecoverSingleAvatarScRsp = 1427;
|
|
public const int SpringRefreshCsReq = 1426;
|
|
public const int SpringRefreshScRsp = 1498;
|
|
public const int StaminaInfoScNotify = 66;
|
|
public const int StartAetherDivideChallengeBattleCsReq = 4871;
|
|
public const int StartAetherDivideChallengeBattleScRsp = 4834;
|
|
public const int StartAetherDivideSceneBattleCsReq = 4804;
|
|
public const int StartAetherDivideSceneBattleScRsp = 4819;
|
|
public const int StartAetherDivideStageBattleCsReq = 4850;
|
|
public const int StartAetherDivideStageBattleScRsp = 4865;
|
|
public const int StartAlleyEventCsReq = 4771;
|
|
public const int StartAlleyEventScRsp = 4734;
|
|
public const int StartBattleCollegeCsReq = 5797;
|
|
public const int StartBattleCollegeScRsp = 5704;
|
|
public const int StartBoxingClubBattleCsReq = 4204;
|
|
public const int StartBoxingClubBattleScRsp = 4219;
|
|
public const int StartChallengeCsReq = 1716;
|
|
public const int StartChallengeScRsp = 1797;
|
|
public const int StartCocoonStageCsReq = 1415;
|
|
public const int StartCocoonStageScRsp = 1405;
|
|
public const int StartFinishMainMissionScNotify = 1210;
|
|
public const int StartFinishSubMissionScNotify = 1279;
|
|
public const int StartPunkLordRaidCsReq = 3216;
|
|
public const int StartPunkLordRaidScRsp = 3297;
|
|
public const int StartRaidCsReq = 2207;
|
|
public const int StartRaidScRsp = 2257;
|
|
public const int StartRogueCsReq = 1816;
|
|
public const int StartRogueScRsp = 1897;
|
|
public const int StartTimedCocoonStageCsReq = 1431;
|
|
public const int StartTimedCocoonStageScRsp = 1464;
|
|
public const int StartTimedFarmElementCsReq = 1440;
|
|
public const int StartTimedFarmElementScRsp = 1441;
|
|
public const int StartTrialActivityCsReq = 2670;
|
|
public const int StartTrialActivityScRsp = 2645;
|
|
public const int StartWolfBroGameCsReq = 6507;
|
|
public const int StartWolfBroGameScRsp = 6557;
|
|
public const int StopRogueAdventureRoomCsReq = 5676;
|
|
public const int StopRogueAdventureRoomScRsp = 5612;
|
|
public const int StoryLineInfoScNotify = 6216;
|
|
public const int StoryLineTrialAvatarChangeScNotify = 6271;
|
|
public const int StrongChallengeActivityBattleEndScNotify = 6604;
|
|
public const int SubMissionRewardScNotify = 1212;
|
|
public const int SubmitEmotionItemCsReq = 6304;
|
|
public const int SubmitEmotionItemScRsp = 6319;
|
|
public const int SubmitMonsterResearchActivityMaterialCsReq = 2698;
|
|
public const int SubmitMonsterResearchActivityMaterialScRsp = 2660;
|
|
public const int SubmitOfferingItemCsReq = 6940;
|
|
public const int SubmitOfferingItemScRsp = 6922;
|
|
public const int SubmitOrigamiItemCsReq = 4181;
|
|
public const int SubmitOrigamiItemScRsp = 4118;
|
|
public const int SummonPunkLordMonsterCsReq = 3271;
|
|
public const int SummonPunkLordMonsterScRsp = 3234;
|
|
public const int SwapLineupCsReq = 800;
|
|
public const int SwapLineupScRsp = 746;
|
|
public const int SwitchAetherDivideLineUpSlotCsReq = 4898;
|
|
public const int SwitchAetherDivideLineUpSlotScRsp = 4860;
|
|
public const int SwitchLineupIndexCsReq = 718;
|
|
public const int SwitchLineupIndexScRsp = 739;
|
|
public const int SyncAcceptedPamMissionNotify = 4016;
|
|
public const int SyncAddBlacklistScNotify = 2926;
|
|
public const int SyncApplyFriendScNotify = 3000;
|
|
public const int SyncChessRogueMainStoryFinishScNotify = 5441;
|
|
public const int SyncChessRogueNousMainStoryScNotify = 5514;
|
|
public const int SyncChessRogueNousSubStoryScNotify = 5444;
|
|
public const int SyncChessRogueNousValueScNotify = 5484;
|
|
public const int SyncClientResVersionCsReq = 171;
|
|
public const int SyncClientResVersionScRsp = 134;
|
|
public const int SyncDeleteFriendScNotify = 2981;
|
|
public const int SyncEntityBuffChangeListScNotify = 1423;
|
|
public const int SyncHandleFriendScNotify = 2906;
|
|
public const int SyncLineupNotify = 773;
|
|
public const int SyncRogueAdventureRoomInfoScNotify = 5607;
|
|
public const int SyncRogueAeonLevelUpRewardScNotify = 1874;
|
|
public const int SyncRogueAeonScNotify = 1892;
|
|
public const int SyncRogueAreaUnlockScNotify = 1899;
|
|
public const int SyncRogueCommonActionResultScNotify = 5638;
|
|
public const int SyncRogueCommonPendingActionScNotify = 5630;
|
|
public const int SyncRogueCommonVirtualItemInfoScNotify = 5637;
|
|
public const int SyncRogueDialogueEventDataScNotify = 1893;
|
|
public const int SyncRogueExploreWinScNotify = 1855;
|
|
public const int SyncRogueFinishScNotify = 1881;
|
|
public const int SyncRogueGetItemScNotify = 1809;
|
|
public const int SyncRogueHandbookDataUpdateScNotify = 5608;
|
|
public const int SyncRogueMapRoomScNotify = 1890;
|
|
public const int SyncRoguePickAvatarInfoScNotify = 1884;
|
|
public const int SyncRogueReviveInfoScNotify = 1854;
|
|
public const int SyncRogueRewardInfoScNotify = 1832;
|
|
public const int SyncRogueSeasonFinishScNotify = 1815;
|
|
public const int SyncRogueStatusScNotify = 1841;
|
|
public const int SyncRogueVirtualItemInfoScNotify = 1840;
|
|
public const int SyncServerSceneChangeNotify = 1420;
|
|
public const int SyncTaskCsReq = 1219;
|
|
public const int SyncTaskScRsp = 1271;
|
|
public const int SyncTurnFoodNotify = 543;
|
|
public const int TakeActivityExpeditionRewardCsReq = 2589;
|
|
public const int TakeActivityExpeditionRewardScRsp = 2581;
|
|
public const int TakeAllApRewardCsReq = 3319;
|
|
public const int TakeAllApRewardScRsp = 3371;
|
|
public const int TakeAllRewardCsReq = 3034;
|
|
public const int TakeAllRewardScRsp = 3100;
|
|
public const int TakeApRewardCsReq = 3307;
|
|
public const int TakeApRewardScRsp = 3357;
|
|
public const int TakeAssistRewardCsReq = 2943;
|
|
public const int TakeAssistRewardScRsp = 2908;
|
|
public const int TakeBpRewardCsReq = 3097;
|
|
public const int TakeBpRewardScRsp = 3004;
|
|
public const int TakeChallengeRaidRewardCsReq = 2234;
|
|
public const int TakeChallengeRaidRewardScRsp = 2300;
|
|
public const int TakeChallengeRewardCsReq = 1781;
|
|
public const int TakeChallengeRewardScRsp = 1718;
|
|
public const int TakeChapterRewardCsReq = 434;
|
|
public const int TakeChapterRewardScRsp = 500;
|
|
public const int TakeCityShopRewardCsReq = 1504;
|
|
public const int TakeCityShopRewardScRsp = 1519;
|
|
public const int TakeExpeditionRewardCsReq = 2571;
|
|
public const int TakeExpeditionRewardScRsp = 2534;
|
|
public const int TakeFightActivityRewardCsReq = 3619;
|
|
public const int TakeFightActivityRewardScRsp = 3671;
|
|
public const int TakeKilledPunkLordMonsterScoreCsReq = 3279;
|
|
public const int TakeKilledPunkLordMonsterScoreScRsp = 3210;
|
|
public const int TakeLoginActivityRewardCsReq = 2616;
|
|
public const int TakeLoginActivityRewardScRsp = 2697;
|
|
public const int TakeMailAttachmentCsReq = 871;
|
|
public const int TakeMailAttachmentScRsp = 834;
|
|
public const int TakeMonsterResearchActivityRewardCsReq = 2650;
|
|
public const int TakeMonsterResearchActivityRewardScRsp = 2665;
|
|
public const int TakeOffAvatarSkinCsReq = 353;
|
|
public const int TakeOffAvatarSkinScRsp = 376;
|
|
public const int TakeOffEquipmentCsReq = 373;
|
|
public const int TakeOffEquipmentScRsp = 306;
|
|
public const int TakeOfferingRewardCsReq = 6923;
|
|
public const int TakeOfferingRewardScRsp = 6932;
|
|
public const int TakeOffRelicCsReq = 326;
|
|
public const int TakeOffRelicScRsp = 398;
|
|
public const int TakePictureCsReq = 4104;
|
|
public const int TakePictureScRsp = 4119;
|
|
public const int TakePrestigeRewardCsReq = 4773;
|
|
public const int TakePrestigeRewardScRsp = 4706;
|
|
public const int TakePromotionRewardCsReq = 360;
|
|
public const int TakePromotionRewardScRsp = 350;
|
|
public const int TakePunkLordPointRewardCsReq = 3223;
|
|
public const int TakePunkLordPointRewardScRsp = 3289;
|
|
public const int TakeQuestOptionalRewardCsReq = 906;
|
|
public const int TakeQuestOptionalRewardScRsp = 923;
|
|
public const int TakeQuestRewardCsReq = 916;
|
|
public const int TakeQuestRewardScRsp = 997;
|
|
public const int TakeRogueAeonLevelRewardCsReq = 1829;
|
|
public const int TakeRogueAeonLevelRewardScRsp = 1820;
|
|
public const int TakeRogueEndlessActivityAllBonusRewardCsReq = 6034;
|
|
public const int TakeRogueEndlessActivityAllBonusRewardScRsp = 6100;
|
|
public const int TakeRogueEndlessActivityPointRewardCsReq = 6019;
|
|
public const int TakeRogueEndlessActivityPointRewardScRsp = 6071;
|
|
public const int TakeRogueEventHandbookRewardCsReq = 5613;
|
|
public const int TakeRogueEventHandbookRewardScRsp = 5690;
|
|
public const int TakeRogueMiracleHandbookRewardCsReq = 5611;
|
|
public const int TakeRogueMiracleHandbookRewardScRsp = 5602;
|
|
public const int TakeRogueScoreRewardCsReq = 1850;
|
|
public const int TakeRogueScoreRewardScRsp = 1865;
|
|
public const int TakeRollShopRewardCsReq = 6903;
|
|
public const int TakeRollShopRewardScRsp = 6912;
|
|
public const int TakeTalkRewardCsReq = 2116;
|
|
public const int TakeTalkRewardScRsp = 2197;
|
|
public const int TakeTrainVisitorUntakenBehaviorRewardCsReq = 3800;
|
|
public const int TakeTrainVisitorUntakenBehaviorRewardScRsp = 3746;
|
|
public const int TakeTrialActivityRewardCsReq = 2627;
|
|
public const int TakeTrialActivityRewardScRsp = 2635;
|
|
public const int TeleportToMissionResetPointCsReq = 1285;
|
|
public const int TeleportToMissionResetPointScRsp = 1295;
|
|
public const int TelevisionActivityBattleEndScNotify = 6972;
|
|
public const int TelevisionActivityDataChangeScNotify = 6980;
|
|
public const int TextJoinBatchSaveCsReq = 3804;
|
|
public const int TextJoinBatchSaveScRsp = 3819;
|
|
public const int TextJoinQueryCsReq = 3816;
|
|
public const int TextJoinQueryScRsp = 3897;
|
|
public const int TextJoinSaveCsReq = 3807;
|
|
public const int TextJoinSaveScRsp = 3857;
|
|
public const int TrainRefreshTimeNotify = 3704;
|
|
public const int TrainVisitorBehaviorFinishCsReq = 3707;
|
|
public const int TrainVisitorBehaviorFinishScRsp = 3757;
|
|
public const int TrainVisitorRewardSendNotify = 3719;
|
|
public const int TravelBrochureApplyPasterCsReq = 6471;
|
|
public const int TravelBrochureApplyPasterListCsReq = 6450;
|
|
public const int TravelBrochureApplyPasterListScRsp = 6465;
|
|
public const int TravelBrochureApplyPasterScRsp = 6434;
|
|
public const int TravelBrochureGetDataCsReq = 6407;
|
|
public const int TravelBrochureGetDataScRsp = 6457;
|
|
public const int TravelBrochureGetPasterScNotify = 6423;
|
|
public const int TravelBrochurePageResetCsReq = 6498;
|
|
public const int TravelBrochurePageResetScRsp = 6460;
|
|
public const int TravelBrochurePageUnlockScNotify = 6416;
|
|
public const int TravelBrochureRemovePasterCsReq = 6500;
|
|
public const int TravelBrochureRemovePasterScRsp = 6446;
|
|
public const int TravelBrochureSelectMessageCsReq = 6404;
|
|
public const int TravelBrochureSelectMessageScRsp = 6419;
|
|
public const int TravelBrochureSetCustomValueCsReq = 6481;
|
|
public const int TravelBrochureSetCustomValueScRsp = 6418;
|
|
public const int TravelBrochureSetPageDescStatusCsReq = 6439;
|
|
public const int TravelBrochureSetPageDescStatusScRsp = 6426;
|
|
public const int TravelBrochureUpdatePasterPosCsReq = 6473;
|
|
public const int TravelBrochureUpdatePasterPosScRsp = 6406;
|
|
public const int TreasureDungeonDataScNotify = 4407;
|
|
public const int TreasureDungeonFinishScNotify = 4457;
|
|
public const int TrialActivityDataChangeScNotify = 2678;
|
|
public const int TrialBackGroundMusicCsReq = 3171;
|
|
public const int TrialBackGroundMusicScRsp = 3134;
|
|
public const int TriggerVoiceCsReq = 4123;
|
|
public const int TriggerVoiceScRsp = 4189;
|
|
public const int UnlockAvatarSkinScNotify = 312;
|
|
public const int UnlockBackGroundMusicCsReq = 3104;
|
|
public const int UnlockBackGroundMusicScRsp = 3119;
|
|
public const int UnlockChatBubbleScNotify = 5104;
|
|
public const int UnlockedAreaMapScNotify = 1477;
|
|
public const int UnlockHeadIconScNotify = 2900;
|
|
public const int UnlockPhoneThemeScNotify = 5134;
|
|
public const int UnlockSkilltreeCsReq = 304;
|
|
public const int UnlockSkilltreeScRsp = 319;
|
|
public const int UnlockTeleportNotify = 1432;
|
|
public const int UnlockTutorialCsReq = 1604;
|
|
public const int UnlockTutorialGuideCsReq = 1671;
|
|
public const int UnlockTutorialGuideScRsp = 1634;
|
|
public const int UnlockTutorialScRsp = 1619;
|
|
public const int UpdateEnergyScNotify = 6818;
|
|
public const int UpdateFeatureSwitchScNotify = 75;
|
|
public const int UpdateFloorSavedValueNotify = 1474;
|
|
public const int UpdateMapRotationDataScNotify = 6839;
|
|
public const int UpdateMechanismBarScNotify = 1435;
|
|
public const int UpdatePlayerSettingCsReq = 67;
|
|
public const int UpdatePlayerSettingScRsp = 74;
|
|
public const int UpdateRedDotDataCsReq = 5916;
|
|
public const int UpdateRedDotDataScRsp = 5997;
|
|
public const int UpdateRogueAdventureRoomScoreCsReq = 5675;
|
|
public const int UpdateRogueAdventureRoomScoreScRsp = 5688;
|
|
public const int UpdateServerPrefsDataCsReq = 6104;
|
|
public const int UpdateServerPrefsDataScRsp = 6119;
|
|
public const int UpdateTrackMainMissionIdCsReq = 1205;
|
|
public const int UpdateTrackMainMissionIdScRsp = 1243;
|
|
public const int UpgradeAreaCsReq = 4323;
|
|
public const int UpgradeAreaScRsp = 4389;
|
|
public const int UpgradeAreaStatCsReq = 4381;
|
|
public const int UpgradeAreaStatScRsp = 4318;
|
|
public const int UseItemCsReq = 571;
|
|
public const int UseItemScRsp = 534;
|
|
public const int UseTreasureDungeonItemCsReq = 4450;
|
|
public const int UseTreasureDungeonItemScRsp = 4465;
|
|
public const int VirtualLineupDestroyNotify = 765;
|
|
public const int WaypointShowNewCsNotify = 471;
|
|
public const int WolfBroGameDataChangeScNotify = 6573;
|
|
}
|
|
}
|