Archived
1
0
Fork 0
forked from Moux23333/FreeSR
This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
FreeSR/FreeSR.Proto/CmdType.cs

961 lines
32 KiB
C#
Raw Normal View History

2024-01-27 13:06:07 +00:00
namespace FreeSR.Proto
{
public enum CmdType
{
None = 0,
BuyBpLevelScRsp = 3014,
TakeBpRewardCsReq = 3029,
BuyBpLevelCsReq = 3047,
BattlePassInfoNotify = 3007,
TakeAllRewardCsReq = 3092,
TakeAllRewardScRsp = 3087,
TakeBpRewardScRsp = 3083,
ReplaceLineupCsReq = 716,
QuitLineupCsReq = 714,
GetCurLineupDataScRsp = 729,
JoinLineupCsReq = 783,
SwapLineupScRsp = 790,
GetAllLineupDataCsReq = 793,
GetStageLineupCsReq = 707,
QuitLineupScRsp = 792,
SwapLineupCsReq = 787,
SyncLineupNotify = 732,
SetLineupNameCsReq = 756,
GetAllLineupDataScRsp = 702,
SetLineupNameScRsp = 740,
GetLineupAvatarDataCsReq = 706,
GetStageLineupScRsp = 725,
VirtualLineupDestroyNotify = 796,
SwitchLineupIndexCsReq = 705,
ReplaceLineupScRsp = 718,
ChangeLineupLeaderCsReq = 736,
GetLineupAvatarDataScRsp = 708,
JoinLineupScRsp = 747,
SwitchLineupIndexScRsp = 780,
ChangeLineupLeaderScRsp = 742,
GetCurLineupDataCsReq = 774,
EnterTrialActivityStageScRsp = 2668,
GetLoginActivityCsReq = 2607,
TakeTrialActivityRewardScRsp = 2663,
TakeMonsterResearchActivityRewardScRsp = 2696,
TakeLoginActivityRewardScRsp = 2629,
RogueChallengeActivityBuffChooseScRsp = 2670,
CurTrialActivityScNotify = 2609,
RogueChallengeRefreshAssistListScRsp = 2662,
GetMonsterResearchActivityDataScRsp = 2656,
EnterActivityBattleStageCsReq = 2684,
GetActivityScheduleConfigScRsp = 2647,
RogueChallengeBattleResultScNotify = 2698,
EnterTrialActivityStageCsReq = 2617,
RogueChallengeActivityDataScRsp = 2618,
StartTrialActivityScRsp = 2694,
GetMonsterResearchActivityDataCsReq = 2680,
LeaveTrialActivityScRsp = 2697,
RogueChallengeActivityBuffChooseScNotify = 2634,
GetTrialActivityDataScRsp = 2615,
RogueChallengeRefreshAssistListCsReq = 2678,
GetLoginActivityScRsp = 2625,
SubmitMonsterResearchActivityMaterialCsReq = 2640,
RogueChallengeActivityBuffChooseCsReq = 2685,
EnterActivityBattleStageScRsp = 2612,
TakeLoginActivityRewardCsReq = 2674,
RogueChallengeActivityDataCsReq = 2616,
GetActivityScheduleConfigCsReq = 2683,
LeaveTrialActivityCsReq = 2667,
GetTrialActivityDataCsReq = 2650,
TrialActivityDataChangeScNotify = 2645,
TakeTrialActivityRewardCsReq = 2630,
TakeMonsterResearchActivityRewardCsReq = 2602,
StartTrialActivityCsReq = 2665,
SubmitMonsterResearchActivityMaterialScRsp = 2693,
GetQuestDataCsReq = 907,
TakeQuestRewardCsReq = 974,
QuestRecordScNotify = 987,
TakeQuestRewardScRsp = 929,
GetQuestDataScRsp = 925,
GetQuestRecordCsReq = 914,
GetQuestRecordScRsp = 992,
FinishQuestCsReq = 990,
FinishQuestScRsp = 932,
GetRndOptionCsReq = 3407,
GetRndOptionScRsp = 3425,
DailyFirstMeetPamCsReq = 3474,
DailyFirstMeetPamScRsp = 3429,
TrainVisitorBehaviorFinishCsReq = 3707,
TrainVisitorBehaviorFinishScRsp = 3725,
GetTrainVisitorBehaviorScRsp = 3729,
TrainRefreshTimeNotify = 3783,
GetTrainVisitorBehaviorCsReq = 3774,
BattleLogReportScRsp = 132,
PVEBattleResultScRsp = 125,
QuitBattleCsReq = 174,
QuitBattleScNotify = 187,
GetCurBattleInfoCsReq = 183,
BattleLogReportCsReq = 190,
SyncClientResVersionCsReq = 114,
QuitBattleScRsp = 129,
PVEBattleResultCsReq = 107,
GetCurBattleInfoScRsp = 147,
SyncClientResVersionScRsp = 192,
UnlockChatBubbleScNotify = 5183,
SelectChatBubbleCsReq = 5174,
UnlockPhoneThemeScNotify = 5192,
GetPhoneDataCsReq = 5107,
SelectPhoneThemeCsReq = 5147,
SelectChatBubbleScRsp = 5129,
SelectPhoneThemeScRsp = 5114,
GetPhoneDataScRsp = 5125,
PlayerReturnForceFinishScNotify = 4532,
PlayerReturnStartScNotify = 4507,
PlayerReturnSignCsReq = 4525,
PlayerReturnTakePointRewardCsReq = 4583,
PlayerReturnTakePointRewardScRsp = 4547,
PlayerReturnInfoQueryScRsp = 4590,
PlayerReturnPointChangeScNotify = 4529,
PlayerReturnInfoQueryCsReq = 4587,
PlayerReturnTakeRewardCsReq = 4514,
PlayerReturnTakeRewardScRsp = 4592,
PlayerReturnSignScRsp = 4574,
TakeBattleCollegeGroupRewardCsReq = 5747,
TakeBattleCollegeGroupRewardScRsp = 5714,
BattleCollegeDataChangeScNotify = 5774,
GetBattleCollegeDataCsReq = 5707,
StartBattleCollegeCsReq = 5729,
StartBattleCollegeScRsp = 5783,
GetBattleCollegeDataScRsp = 5725,
GetFirstTalkNpcCsReq = 2183,
GetFirstTalkNpcScRsp = 2147,
FinishFirstTalkNpcScRsp = 2192,
FinishFirstTalkNpcCsReq = 2114,
GetNpcTakenRewardScRsp = 2125,
GetFirstTalkByPerformanceNpcCsReq = 2132,
FinishFirstTalkByPerformanceNpcCsReq = 2108,
TakeTalkRewardScRsp = 2129,
GetNpcTakenRewardCsReq = 2107,
SelectInclinationTextCsReq = 2187,
GetFirstTalkByPerformanceNpcScRsp = 2106,
TakeTalkRewardCsReq = 2174,
FinishFirstTalkByPerformanceNpcScRsp = 2136,
SelectInclinationTextScRsp = 2190,
SetHeadIconScRsp = 2829,
GetPlayerBoardDataCsReq = 2807,
SetHeadIconCsReq = 2874,
UnlockHeadIconScNotify = 2887,
SetSignatureScRsp = 2832,
SetIsDisplayAvatarInfoScRsp = 2892,
SetSignatureCsReq = 2890,
SetAssistAvatarCsReq = 2806,
SetDisplayAvatarCsReq = 2883,
SetIsDisplayAvatarInfoCsReq = 2814,
SetDisplayAvatarScRsp = 2847,
GetPlayerBoardDataScRsp = 2825,
SetAssistAvatarScRsp = 2808,
StartAlleyEventCsReq = 4714,
GetAlleyInfoCsReq = 4707,
LogisticsGameScRsp = 4729,
AlleyGuaranteedFundsScRsp = 4727,
AlleyPlacingGameCsReq = 4708,
SaveLogisticsScRsp = 4735,
AlleyEventEffectNotify = 4790,
AlleyShipUnlockScNotify = 4785,
GetSaveLogisticsMapCsReq = 4719,
AlleyShipUsedCountScNotify = 4777,
AlleyPlacingGameScRsp = 4736,
LogisticsScoreRewardSyncInfoScNotify = 4712,
RefreshAlleyOrderScRsp = 4756,
GetAlleyInfoScRsp = 4725,
GetSaveLogisticsMapScRsp = 4799,
AlleyTakeEventRewardCsReq = 4776,
AlleyGuaranteedFundsCsReq = 4722,
RefreshAlleyOrderCsReq = 4780,
SaveLogisticsCsReq = 4770,
LogisticsDetonateStarSkiffCsReq = 4734,
PrestigeLevelUpCsReq = 4702,
LogisticsInfoScNotify = 4713,
AlleyTakeEventRewardScRsp = 4733,
LogisticsDetonateStarSkiffScRsp = 4784,
AlleyFundsScNotify = 4716,
AlleyShipmentEventEffectsScNotify = 4771,
StartAlleyEventScRsp = 4792,
AlleyShopLevelScNotify = 4718,
AlleyOrderChangedScNotify = 4740,
LogisticsGameCsReq = 4774,
TakePrestigeRewardCsReq = 4732,
PrestigeLevelUpScRsp = 4796,
TakePrestigeRewardScRsp = 4706,
AlleyEventChangeNotify = 4787,
GetDailyActiveInfoCsReq = 3374,
TakeAllApRewardCsReq = 3347,
TakeAllApRewardScRsp = 3314,
TakeApRewardCsReq = 3307,
DailyActiveInfoNotify = 3383,
GetDailyActiveInfoScRsp = 3329,
TakeApRewardScRsp = 3325,
GetFantasticStoryActivityDataScRsp = 4925,
EnterFantasticStoryActivityStageScRsp = 4983,
EnterFantasticStoryActivityStageCsReq = 4929,
FinishChapterScNotify = 4974,
FantasticStoryActivityBattleEndScNotify = 4947,
GetFantasticStoryActivityDataCsReq = 4907,
TrialBackGroundMusicScRsp = 3192,
UnlockBackGroundMusicScRsp = 3147,
UnlockBackGroundMusicCsReq = 3183,
PlayBackGroundMusicScRsp = 3129,
GetJukeboxDataScRsp = 3125,
TrialBackGroundMusicCsReq = 3114,
PlayBackGroundMusicCsReq = 3174,
GetJukeboxDataCsReq = 3107,
FinishSectionIdCsReq = 2714,
GetNpcStatusCsReq = 2774,
FinishSectionIdScRsp = 2792,
GetNpcMessageGroupScRsp = 2725,
GetNpcMessageGroupCsReq = 2707,
FinishPerformSectionIdCsReq = 2787,
FinishPerformSectionIdScRsp = 2790,
GetNpcStatusScRsp = 2729,
FinishItemIdCsReq = 2783,
FinishItemIdScRsp = 2747,
GetGachaInfoCsReq = 1907,
DoGachaCsReq = 1974,
GetGachaCeilingCsReq = 1983,
DoGachaScRsp = 1929,
ExchangeGachaCeilingCsReq = 1914,
GetGachaInfoScRsp = 1925,
ExchangeGachaCeilingScRsp = 1992,
GetGachaCeilingScRsp = 1947,
AcceptActivityExpeditionScRsp = 2532,
AcceptActivityExpeditionCsReq = 2590,
TakeExpeditionRewardScRsp = 2592,
AcceptExpeditionScRsp = 2529,
TakeExpeditionRewardCsReq = 2514,
GetExpeditionDataCsReq = 2507,
ExpeditionDataChangeScNotify = 2587,
CancelActivityExpeditionScRsp = 2508,
CancelActivityExpeditionCsReq = 2506,
GetExpeditionDataScRsp = 2525,
CancelExpeditionScRsp = 2547,
CancelExpeditionCsReq = 2583,
TakeActivityExpeditionRewardScRsp = 2542,
AcceptExpeditionCsReq = 2574,
TakeActivityExpeditionRewardCsReq = 2536,
SyncAcceptedPamMissionNotify = 4074,
AcceptedPamMissionExpireCsReq = 4007,
AcceptedPamMissionExpireScRsp = 4025,
FinishPlotScRsp = 1125,
FinishPlotCsReq = 1107,
SpringTransferCsReq = 1436,
LastSpringRefreshTimeNotify = 1493,
EnterSectionScRsp = 1413,
GetCurSceneInfoCsReq = 1414,
InteractPropCsReq = 1474,
ActivateFarmElementCsReq = 1464,
GetSceneMapInfoCsReq = 1439,
EnterSectionCsReq = 1435,
StartCocoonStageCsReq = 1433,
SpringTransferScRsp = 1442,
SetClientPausedCsReq = 1478,
GetCurSceneInfoScRsp = 1492,
ReturnLastTownScRsp = 1496,
GetSpringRecoverDataScRsp = 1472,
GetEnteredSceneCsReq = 1431,
SavePointsInfoNotify = 1476,
HealPoolInfoNotify = 1417,
GameplayCounterRecoverScRsp = 1444,
GameplayCounterCountDownCsReq = 1454,
SceneEntityDisappearScNotify = 1490,
SyncServerSceneChangeNotify = 1443,
GetSceneMapInfoScRsp = 1424,
SceneEnterStageCsReq = 1416,
SetCurInteractEntityCsReq = 1499,
SpringRefreshCsReq = 1456,
ActivateFarmElementScRsp = 1453,
SpringRecoverCsReq = 1415,
SceneCastSkillMpUpdateScNotify = 1405,
SetGroupCustomSaveDataScRsp = 1494,
SpringRefreshScRsp = 1440,
SetSpringRecoverConfigScRsp = 1450,
SceneEntityTeleportCsReq = 1482,
GetUnlockTeleportCsReq = 1455,
SceneUpdatePositionVersionNotify = 1406,
UpdateFloorSavedValueNotify = 1457,
ReturnLastTownCsReq = 1402,
SceneEntityDieScNotify = 1498,
GetSpringRecoverDataCsReq = 1500,
GameplayCounterUpdateScNotify = 1469,
InteractPropScRsp = 1429,
ScenePlaneEventScNotify = 1460,
EnterSceneCsReq = 1410,
SyncEntityBuffChangeListScNotify = 1408,
RefreshTriggerPropScNotify = 1423,
GameplayCounterCountDownScRsp = 1449,
RefreshTriggerPropCsReq = 1451,
EnterSceneByServerScNotify = 1421,
SpringRecoverSingleAvatarCsReq = 1468,
EntityBindPropScRsp = 1412,
StartCocoonStageScRsp = 1434,
SetClientPausedScRsp = 1462,
GroupStateChangeScRsp = 1452,
SetGroupCustomSaveDataCsReq = 1465,
SceneCastSkillCsReq = 1483,
SceneEntityMoveCsReq = 1407,
GroupStateChangeCsReq = 1420,
SceneCastSkillScRsp = 1447,
EntityBindPropCsReq = 1484,
EnterSceneScRsp = 1401,
SceneEntityMoveScRsp = 1425,
EnteredSceneChangeScNotify = 1404,
ReEnterLastElementStageCsReq = 1409,
SetCurInteractEntityScRsp = 1477,
UpdateMechanismBarScNotify = 1463,
SceneEntityUpdateScNotify = 1487,
SetSpringRecoverConfigCsReq = 1475,
GroupStateChangeScNotify = 1437,
RecoverAllLineupScRsp = 1427,
GetEnteredSceneScRsp = 1426,
GameplayCounterRecoverCsReq = 1486,
SceneEntityMoveScNotify = 1432,
SpringRecoverScRsp = 1445,
GetUnlockTeleportScRsp = 1446,
SpringRecoverSingleAvatarScRsp = 1430,
ReEnterLastElementStageScRsp = 1441,
RecoverAllLineupCsReq = 1422,
RefreshTriggerPropScRsp = 1491,
SceneEnterStageScRsp = 1418,
SceneEntityTeleportScRsp = 1481,
SceneGroupRefreshScNotify = 1438,
GetChallengeRaidInfoCsReq = 2247,
StartRaidCsReq = 2207,
ChallengeRaidNotify = 2290,
GetRaidInfoCsReq = 2232,
GetAllSaveRaidScRsp = 2256,
TakeChallengeRaidRewardScRsp = 2287,
RaidKickByServerScNotify = 2293,
GetSaveRaidScRsp = 2205,
SetClientRaidTargetCountScRsp = 2236,
SetClientRaidTargetCountCsReq = 2208,
GetSaveRaidCsReq = 2242,
GetRaidInfoScRsp = 2206,
RaidInfoNotify = 2283,
GetAllSaveRaidCsReq = 2280,
LeaveRaidCsReq = 2274,
TakeChallengeRaidRewardCsReq = 2292,
StartRaidScRsp = 2225,
LeaveRaidScRsp = 2229,
GetChallengeRaidInfoScRsp = 2214,
DelSaveRaidScNotify = 2240,
PrepareRogueAdventureRoomCsReq = 5625,
GetRogueShopBuffInfoScRsp = 5614,
BuyRogueShopMiracleCsReq = 5692,
GetRogueAdventureRoomInfoCsReq = 5636,
BuyRogueShopBuffCsReq = 5690,
GetRogueAdventureRoomInfoScRsp = 5642,
SyncRogueCommonBuffDisplayScNotify = 5605,
PrepareRogueAdventureRoomScRsp = 5674,
GetRogueShopMiracleInfoScRsp = 5683,
RogueNpcDisappearCsReq = 5606,
SyncRogueAdventureRoomInfoScNotify = 5607,
SyncRogueCommonMiracleDisplayScNotify = 5680,
BuyRogueShopMiracleScRsp = 5687,
BuyRogueShopBuffScRsp = 5632,
GetRogueShopBuffInfoCsReq = 5647,
GetRogueShopMiracleInfoCsReq = 5629,
RogueNpcDisappearScRsp = 5608,
SyncRogueCommonItemDisplayScNotify = 5656,
MuseumDispatchFinishedScNotify = 4318,
BuyNpcStuffScRsp = 4329,
MuseumTargetMissionFinishNotify = 4370,
MuseumRandomEventSelectCsReq = 4396,
MuseumRandomEventStartScNotify = 4340,
GetExhibitScNotify = 4390,
FinishCurTurnCsReq = 4332,
GetMuseumInfoCsReq = 4307,
MuseumTargetRewardNotify = 4335,
MuseumRandomEventSelectScRsp = 4316,
MuseumTakeCollectRewardScRsp = 4371,
MuseumTakeCollectRewardCsReq = 4313,
FinishCurTurnScRsp = 4306,
SetStuffToAreaScRsp = 4347,
UpgradeAreaScRsp = 4336,
BuyNpcStuffCsReq = 4374,
UpgradeAreaCsReq = 4308,
UpgradeAreaStatScRsp = 4305,
MuseumFundsChangedScNotify = 4356,
MuseumRandomEventQueryCsReq = 4393,
MuseumRandomEventQueryScRsp = 4302,
RemoveStuffFromAreaScRsp = 4392,
SetStuffToAreaCsReq = 4383,
GetMuseumInfoScRsp = 4325,
MuseumTargetStartNotify = 4385,
MuseumInfoChangedScNotify = 4380,
UpgradeAreaStatCsReq = 4342,
RemoveStuffFromAreaCsReq = 4314,
GetStuffScNotify = 4387,
GetShareDataCsReq = 4174,
CancelCacheNotifyScRsp = 4190,
ShareCsReq = 4107,
TriggerHealVoiceScRsp = 4192,
ShareScRsp = 4125,
CancelCacheNotifyCsReq = 4187,
TriggerHealVoiceCsReq = 4114,
TakePictureScRsp = 4147,
TakePictureCsReq = 4183,
GetShareDataScRsp = 4129,
TakeMailAttachmentCsReq = 814,
GetMailCsReq = 807,
NewMailScNotify = 887,
DelMailScRsp = 847,
GetMailScRsp = 825,
MarkReadMailScRsp = 829,
DelMailCsReq = 883,
MarkReadMailCsReq = 874,
TakeMailAttachmentScRsp = 892,
GetBasicInfoScRsp = 72,
ExchangeStaminaCsReq = 36,
SetGenderCsReq = 84,
ExchangeStaminaScRsp = 42,
SetPlayerInfoScRsp = 62,
PlayerLoginFinishScRsp = 10,
GetVideoVersionKeyScRsp = 21,
PlayerLoginScRsp = 25,
GateServerScNotify = 94,
GmTalkScRsp = 32,
ServerAnnounceNotify = 19,
GetHeroBasicTypeInfoScRsp = 27,
GetLevelRewardScRsp = 85,
SetHeroBasicTypeScRsp = 77,
GetSecretKeyInfoScRsp = 82,
SetPlayerInfoCsReq = 78,
FeatureSwitchClosedScNotify = 67,
PlayerHeartBeatScRsp = 65,
ReserveStaminaExchangeCsReq = 43,
GetVideoVersionKeyCsReq = 1,
GmTalkScNotify = 92,
SetGenderScRsp = 12,
AceAntiCheaterScRsp = 17,
RegionStopScNotify = 56,
QueryProductInfoScRsp = 79,
RetcodeNotify = 30,
SetLanguageCsReq = 13,
PlayerGetTokenCsReq = 83,
PlayerLoginFinishCsReq = 81,
SetGameplayBirthdayScRsp = 15,
GetLevelRewardTakenListScRsp = 16,
GetLevelRewardTakenListCsReq = 96,
UpdatePlayerSettingScRsp = 57,
UpdatePlayerSettingCsReq = 59,
SetNicknameScRsp = 2,
GetAuthkeyCsReq = 5,
ReserveStaminaExchangeScRsp = 55,
SetHeroBasicTypeCsReq = 99,
SetLanguageScRsp = 71,
AceAntiCheaterCsReq = 45,
UpdateFeatureSwitchScNotify = 53,
DailyRefreshNotify = 75,
PlayerGetTokenScRsp = 47,
PlayerLoginCsReq = 7,
MonthCardRewardNotify = 68,
SetGameplayBirthdayCsReq = 50,
SetRedPointStatusScNotify = 60,
GetAuthkeyScRsp = 80,
HeroBasicTypeChangedNotify = 98,
GetSecretKeyInfoCsReq = 41,
StaminaInfoScNotify = 46,
PlayerHeartBeatCsReq = 63,
GetBasicInfoCsReq = 100,
AntiAddictScNotify = 40,
GetLevelRewardCsReq = 18,
PlayerLogoutCsReq = 74,
ClientDownloadDataScNotify = 64,
PlayerKickOutScNotify = 87,
PlayerLogoutScRsp = 29,
GetHeroBasicTypeInfoCsReq = 22,
GmTalkCsReq = 90,
QueryProductInfoCsReq = 73,
SetNicknameCsReq = 93,
GetSingleRedDotParamGroupScRsp = 5947,
UpdateRedDotDataScRsp = 5929,
UpdateRedDotDataCsReq = 5974,
GetAllRedDotDataScRsp = 5925,
GetSingleRedDotParamGroupCsReq = 5983,
GetAllRedDotDataCsReq = 5907,
EnterAdventureScRsp = 1325,
EnterAdventureCsReq = 1307,
GetCurChallengeCsReq = 1790,
GetChallengeCsReq = 1707,
TakeChallengeRewardCsReq = 1742,
LeaveChallengeCsReq = 1783,
TakeChallengeRewardScRsp = 1705,
StartChallengeScRsp = 1729,
LeaveChallengeScRsp = 1747,
TakeChallengeTargetRewardCsReq = 1708,
GetCurChallengeScRsp = 1732,
GetChallengeScRsp = 1725,
FinishChallengeScRsp = 1787,
StartChallengeCsReq = 1774,
FinishChallengeCsReq = 1792,
ChallengeSettleNotify = 1714,
ChallengeLineupNotify = 1706,
TakeChallengeTargetRewardScRsp = 1736,
GetAvatarDataCsReq = 307,
DressRelicAvatarScRsp = 380,
TakeOffEquipmentCsReq = 332,
DressAvatarScRsp = 390,
DressRelicAvatarCsReq = 305,
GetAvatarDataScRsp = 325,
RankUpAvatarCsReq = 336,
UnlockSkilltreeScRsp = 347,
TakeOffRelicScRsp = 340,
DressAvatarCsReq = 387,
TakeOffRelicCsReq = 356,
AvatarExpUpScRsp = 329,
TakePromotionRewardCsReq = 393,
PromoteAvatarCsReq = 314,
TakePromotionRewardScRsp = 302,
AvatarExpUpCsReq = 374,
UnlockSkilltreeCsReq = 383,
PromoteAvatarScRsp = 392,
AddAvatarScNotify = 308,
RankUpAvatarScRsp = 342,
TakeOffEquipmentScRsp = 306,
GetChatFriendHistoryScRsp = 3992,
MarkChatEmojiCsReq = 3932,
GetChatFriendHistoryCsReq = 3914,
GetPrivateChatHistoryCsReq = 3983,
SendMsgScRsp = 3925,
GetChatEmojiListScRsp = 3990,
PrivateMsgOfflineUsersScNotify = 3929,
GetPrivateChatHistoryScRsp = 3947,
BatchMarkChatEmojiScRsp = 3936,
BatchMarkChatEmojiCsReq = 3908,
RevcMsgScNotify = 3974,
SendMsgCsReq = 3907,
GetChatEmojiListCsReq = 3987,
MarkChatEmojiScRsp = 3906,
UnlockTutorialScRsp = 1647,
UnlockTutorialGuideScRsp = 1692,
UnlockTutorialGuideCsReq = 1614,
FinishTutorialGuideCsReq = 1632,
FinishTutorialGuideScRsp = 1606,
GetTutorialCsReq = 1607,
GetTutorialScRsp = 1625,
GetTutorialGuideCsReq = 1674,
FinishTutorialScRsp = 1690,
FinishTutorialCsReq = 1687,
UnlockTutorialCsReq = 1683,
GetTutorialGuideScRsp = 1629,
TakeCityShopRewardScRsp = 1547,
CityShopInfoScNotify = 1514,
BuyGoodsCsReq = 1574,
BuyGoodsScRsp = 1529,
GetShopListScRsp = 1525,
GetShopListCsReq = 1507,
TakeCityShopRewardCsReq = 1583,
EnterFightActivityStageCsReq = 3629,
FightActivityDataChangeScNotify = 3674,
TakeFightActivityRewardCsReq = 3647,
GetFightActivityDataScRsp = 3625,
GetFightActivityDataCsReq = 3607,
TakeFightActivityRewardScRsp = 3614,
EnterFightActivityStageScRsp = 3683,
SharePunkLordMonsterScRsp = 3247,
TakePunkLordPointRewardScRsp = 3236,
PunkLordMonsterInfoScNotify = 3242,
PunkLordDataChangeNotify = 3299,
GetPunkLordBattleRecordScRsp = 3222,
SummonPunkLordMonsterCsReq = 3214,
GetKilledPunkLordMonsterDataScRsp = 3285,
PunkLordRaidTimeOutScNotify = 3240,
GetKilledPunkLordMonsterDataCsReq = 3218,
GetPunkLordMonsterDataScRsp = 3225,
SharePunkLordMonsterCsReq = 3283,
StartPunkLordRaidCsReq = 3274,
TakeKilledPunkLordMonsterScoreScRsp = 3219,
TakePunkLordPointRewardCsReq = 3208,
TakeKilledPunkLordMonsterScoreCsReq = 3271,
GetPunkLordDataScRsp = 3280,
PunkLordMonsterKilledNotify = 3213,
StartPunkLordRaidScRsp = 3229,
GetPunkLordBattleRecordCsReq = 3277,
SummonPunkLordMonsterScRsp = 3292,
GetPunkLordDataCsReq = 3205,
PunkLordBattleResultScNotify = 3216,
GetPunkLordMonsterDataCsReq = 3207,
AcceptMissionEventScRsp = 1240,
GetMissionDataScRsp = 1225,
StartFinishSubMissionScNotify = 1271,
InterruptMissionEventScRsp = 1216,
GetMissionEventDataScRsp = 1205,
FinishTalkMissionCsReq = 1274,
GetMissionEventDataCsReq = 1242,
FinishCosumeItemMissionScRsp = 1236,
GetMainMissionCustomValueCsReq = 1222,
AcceptMainMissionCsReq = 1299,
DailyTaskDataScNotify = 1292,
StartFinishMainMissionScNotify = 1219,
GetMissionStatusCsReq = 1293,
GetMissionDataCsReq = 1207,
MissionEventRewardScNotify = 1280,
GetMissionStatusScRsp = 1202,
TeleportToMissionResetPointCsReq = 1235,
AcceptMissionEventCsReq = 1256,
TeleportToMissionResetPointScRsp = 1213,
SetMissionEventProgressScRsp = 1285,
SubMissionRewardScNotify = 1270,
FinishTalkMissionScRsp = 1229,
GetMainMissionCustomValueScRsp = 1227,
MissionAcceptScNotify = 1276,
MissionRewardScNotify = 1283,
SetMissionEventProgressCsReq = 1218,
MissionGroupWarnScNotify = 1206,
SyncTaskScRsp = 1214,
AcceptMainMissionScRsp = 1277,
InterruptMissionEventCsReq = 1296,
FinishCosumeItemMissionCsReq = 1208,
SyncTaskCsReq = 1247,
PlayerSyncScNotify = 607,
ExpUpRelicCsReq = 542,
SellItemScRsp = 593,
ExpUpEquipmentCsReq = 532,
AutoUseTurnFoodNotify = 598,
GetRecyleTimeScRsp = 513,
ComposeItemScRsp = 536,
CancelTurnFoodCsReq = 578,
AddEquipmentScNotify = 570,
ExpUpEquipmentScRsp = 506,
GetMarkItemListScRsp = 527,
SetTurnFoodScRsp = 512,
ComposeItemCsReq = 508,
LockRelicCsReq = 580,
RechargeSuccNotify = 502,
ExpUpRelicScRsp = 505,
MarkItemScRsp = 533,
RankUpEquipmentCsReq = 587,
GetRecyleTimeCsReq = 535,
DestroyItemScRsp = 577,
GetBagScRsp = 525,
ComposeLimitNumUpdateNotify = 519,
LockEquipmentCsReq = 583,
PromoteEquipmentScRsp = 529,
ComposeSelectedRelicScRsp = 585,
SetTurnFoodCsReq = 584,
RankUpEquipmentScRsp = 590,
LockRelicScRsp = 556,
UseItemScRsp = 592,
ExchangeHcoinScRsp = 516,
PromoteEquipmentCsReq = 574,
DestroyItemCsReq = 599,
SellItemCsReq = 540,
ExchangeHcoinCsReq = 596,
GetBagCsReq = 507,
GetMarkItemListCsReq = 522,
ComposeLimitNumCompleteNotify = 571,
ComposeSelectedRelicCsReq = 518,
CancelMarkItemNotify = 534,
MarkItemCsReq = 576,
LockEquipmentScRsp = 547,
CancelTurnFoodScRsp = 562,
UseItemCsReq = 514,
TextJoinQueryCsReq = 3874,
TextJoinSaveScRsp = 3825,
TextJoinQueryScRsp = 3829,
TextJoinBatchSaveScRsp = 3847,
TextJoinBatchSaveCsReq = 3883,
TextJoinSaveCsReq = 3807,
UseTreasureDungeonItemScRsp = 4496,
FightTreasureDungeonMonsterCsReq = 4480,
InteractTreasureDungeonGridScRsp = 4493,
OpenTreasureDungeonGridCsReq = 4442,
QuitTreasureDungeonCsReq = 4416,
EnterTreasureDungeonScRsp = 4436,
UseTreasureDungeonItemCsReq = 4402,
OpenTreasureDungeonGridScRsp = 4405,
GetTreasureDungeonActivityDataScRsp = 4406,
QuitTreasureDungeonScRsp = 4418,
GetTreasureDungeonActivityDataCsReq = 4432,
EnterTreasureDungeonCsReq = 4408,
FightTreasureDungeonMonsterScRsp = 4456,
InteractTreasureDungeonGridCsReq = 4440,
TreasureDungeonDataScNotify = 4407,
TreasureDungeonFinishScNotify = 4425,
GetAssistListScRsp = 2919,
SetFriendRemarkNameScRsp = 2996,
GetPlatformPlayerInfoCsReq = 2962,
DeleteFriendCsReq = 2908,
SetAssistScRsp = 2977,
GetFriendLoginInfoScRsp = 2979,
GetFriendApplyListInfoCsReq = 2983,
SyncAddBlacklistScNotify = 2956,
DeleteFriendScRsp = 2936,
DeleteBlacklistScRsp = 2970,
AddBlacklistScRsp = 2980,
SearchPlayerScRsp = 2913,
GetFriendRecommendListInfoCsReq = 2940,
GetAssistHistoryCsReq = 2976,
ReportPlayerScRsp = 2918,
SyncApplyFriendScNotify = 2987,
TakeAssistRewardScRsp = 2912,
GetAssistListCsReq = 2971,
ReportPlayerCsReq = 2916,
CurAssistChangedNotify = 2978,
NewAssistHistoryNotify = 2934,
GetFriendListInfoScRsp = 2925,
GetAssistHistoryScRsp = 2933,
GetPlayerDetailInfoScRsp = 2929,
HandleFriendScRsp = 2932,
GetPlayerDetailInfoCsReq = 2974,
SearchPlayerCsReq = 2935,
GetFriendLoginInfoCsReq = 2973,
ApplyFriendScRsp = 2992,
AddBlacklistCsReq = 2905,
GetPlatformPlayerInfoScRsp = 2998,
SetForbidOtherApplyFriendCsReq = 2964,
SetAssistCsReq = 2999,
SyncHandleFriendScNotify = 2906,
GetFriendRecommendListInfoScRsp = 2993,
ApplyFriendCsReq = 2914,
SyncDeleteFriendScNotify = 2942,
SetForbidOtherApplyFriendScRsp = 2953,
GetCurAssistCsReq = 2922,
HandleFriendCsReq = 2990,
GetFriendListInfoCsReq = 2907,
SetFriendRemarkNameCsReq = 2902,
TakeAssistRewardCsReq = 2984,
GetCurAssistScRsp = 2927,
GetFriendApplyListInfoScRsp = 2947,
DeleteBlacklistCsReq = 2985,
GetBoxingClubInfoCsReq = 4207,
GetBoxingClubInfoScRsp = 4225,
GiveUpBoxingClubChallengeScRsp = 4292,
BoxingClubRewardScNotify = 4287,
MatchBoxingClubOpponentCsReq = 4274,
MatchBoxingClubOpponentScRsp = 4229,
BoxingClubChallengeUpdateScNotify = 4290,
GiveUpBoxingClubChallengeCsReq = 4214,
StartBoxingClubBattleCsReq = 4283,
StartBoxingClubBattleScRsp = 4247,
GetPlayerReturnMultiDropInfoCsReq = 4629,
GetMultipleDropInfoCsReq = 4607,
MultipleDropInfoScNotify = 4674,
GetMultipleDropInfoScRsp = 4625,
GetPlayerReturnMultiDropInfoScRsp = 4683,
MultipleDropInfoNotify = 4647,
GetReplayTokenCsReq = 3507,
GetPlayerReplayInfoScRsp = 3529,
GetPlayerReplayInfoCsReq = 3574,
GetReplayTokenScRsp = 3525,
RollRogueBuffScRsp = 1808,
FinishAeonDialogueGroupCsReq = 1826,
EnterRogueMapRoomScRsp = 1878,
SelectRogueMiracleCsReq = 1834,
SyncRogueBuffSwapInfoScNotify = 1813,
SelectRogueBuffCsReq = 1890,
StartRogueScRsp = 1829,
GetRogueInfoCsReq = 1807,
GetRogueBuffEnhanceInfoScRsp = 1818,
GetRogueScoreRewardInfoScRsp = 1849,
SelectRogueBonusCsReq = 1864,
EnterRogueCsReq = 1883,
RemoveRogueMiracleScNotify = 1841,
SyncRogueAreaUnlockScNotify = 1860,
FinishRogueDialogueGroupScRsp = 1817,
TakeRogueEventHandbookRewardCsReq = 1886,
GetRogueBuffEnhanceInfoCsReq = 1816,
SyncRoguePickAvatarInfoScNotify = 1803,
TakeRogueScoreRewardCsReq = 1802,
ReplaceRogueMiracleDisplayScNotify = 1852,
SyncRogueGetItemScNotify = 1839,
UpdateRogueMiracleScNotify = 1882,
SyncRogueEventHandbookScNotify = 1820,
FinishRogueDialogueGroupCsReq = 1845,
SelectRogueMiracleScRsp = 1884,
SyncRogueMiracleScNotify = 1888,
SyncRogueAeonScNotify = 1821,
SyncRogueFinishScNotify = 1842,
RollRogueBuffCsReq = 1806,
SyncRogueBonusSelectInfoScNotify = 1879,
EnterRogueScRsp = 1847,
PickRogueAvatarCsReq = 1805,
GetRogueScoreRewardInfoCsReq = 1854,
ExchangeRogueRewardKeyCsReq = 1863,
GetRogueInitialScoreScRsp = 1898,
LeaveRogueScRsp = 1892,
TakeRogueMiracleHandbookRewardCsReq = 1869,
EnhanceRogueBuffCsReq = 1885,
GetRogueInitialScoreCsReq = 1862,
SelectRogueDialogueEventCsReq = 1881,
SyncRogueMiracleHandbookScNotify = 1858,
GetRogueAeonInfoCsReq = 1837,
EnhanceRogueBuffScRsp = 1870,
AddRogueBuffScNotify = 1856,
SyncRogueStatusScNotify = 1848,
GetRogueInfoScRsp = 1825,
ReforgeRogueBuffScRsp = 1875,
AddRogueMiracleScNotify = 1809,
GetRogueAeonInfoScRsp = 1831,
SwapRogueBuffScRsp = 1819,
ExchangeRogueRewardKeyScRsp = 1865,
TradeRogueMiracleScRsp = 1897,
SyncRogueAeonLevelUpRewardScNotify = 1857,
GetRogueDialogueEventDataScRsp = 1815,
QuitRogueCsReq = 1877,
SyncRogueBuffSelectInfoScNotify = 1887,
SelectRogueDialogueEventScRsp = 1810,
TakeRogueAeonLevelRewardScRsp = 1843,
GetRogueDialogueEventDataCsReq = 1850,
ReviveRogueAvatarCsReq = 1840,
ReforgeRogueBuffCsReq = 1872,
ReviveRogueAvatarScRsp = 1893,
TakeRogueEventHandbookRewardScRsp = 1844,
GetRogueTalentInfoScRsp = 1891,
SyncRogueVirtualItemInfoScNotify = 1866,
SyncRogueMapRoomScNotify = 1873,
StartRogueCsReq = 1874,
SyncRogueMiracleTradeInfoScNotify = 1894,
OpenRogueChestCsReq = 1868,
FinishAeonDialogueGroupScRsp = 1804,
EnableRogueTalentCsReq = 1823,
SyncRogueMiracleInfoScNotify = 1855,
SyncRogueDialogueEventDataScNotify = 1801,
SyncRogueBuffReforgeInfoScNotify = 1900,
SelectRogueBonusScRsp = 1853,
EnableRogueTalentScRsp = 1895,
OpenRogueChestScRsp = 1830,
TradeRogueMiracleCsReq = 1867,
RemoveRogueBuffScNotify = 1835,
SelectRogueBuffScRsp = 1832,
TakeRogueMiracleHandbookRewardScRsp = 1838,
GetRogueTalentInfoCsReq = 1851,
SyncRogueSeasonFinishScNotify = 1833,
LeaveRogueCsReq = 1814,
GetRogueHandbookDataCsReq = 1846,
QuitRogueScRsp = 1822,
SyncRogueRewardInfoScNotify = 1861,
PickRogueAvatarScRsp = 1880,
GetRogueHandbookDataScRsp = 1859,
EnterRogueMapRoomCsReq = 1812,
SyncRogueMiracleSelectInfoScNotify = 1836,
TakeRogueAeonLevelRewardCsReq = 1824,
SwapRogueBuffCsReq = 1871,
TakeRogueScoreRewardScRsp = 1896,
SyncRogueReviveInfoScNotify = 1899,
ChessRogueConfirmRollCsReq = 5514,
ChessRogueSelectBpCsReq = 5454,
ChessRogueUpdateLevelBaseInfoScNotify = 5563,
ChessRogueCellUpdateNotify = 5582,
ChessRogueUpdateActionPointScNotify = 5553,
SyncChessRogueMainStoryFinishScNotify = 5535,
ReforgeChessRogueBuffScRsp = 5461,
ReforgeChessRogueBuffCsReq = 5523,
EnhanceChessRogueBuffScRsp = 5539,
ChessRogueQueryAeonDimensionsCsReq = 5434,
EnhanceChessRogueBuffCsReq = 5572,
ChessRogueQueryScRsp = 5524,
ChessRogueStartScRsp = 5599,
ChessRogueUpdateAeonModifierValueScNotify = 5499,
ReplaceChessRogueMiracleDisplayScNotify = 5585,
GetChessRogueStoryAeonTalkInfoScRsp = 5531,
AddChessRogueBuffScNotify = 5546,
TradeChessRogueMiracleCsReq = 5573,
RepairChessRogueMiracleScRsp = 5438,
ChessRogueSelectBpScRsp = 5417,
ChessRogueEnterScRsp = 5594,
ChessRogueQuitScRsp = 5449,
ChessRogueChangeyAeonDimensionNotify = 5480,
AddChessRogueMiracleScNotify = 5476,
SyncChessRogueBuffSelectInfoScNotify = 5418,
SelectChessRogueMiracleCsReq = 5404,
SyncChessRogueMiracleRepairInfoScNotify = 5544,
ChessRogueUpdateAllowedSelectCellScNotify = 5568,
ChessRogueQuitCsReq = 5580,
ChessRogueGoAheadScRsp = 5567,
ChessRogueReRollDiceCsReq = 5528,
DropChessRogueBuffScRsp = 5508,
SelectChessRogueBuffScRsp = 5547,
SyncChessRogueMiracleInfoScNotify = 5463,
FinishChessRogueSubStoryCsReq = 5405,
ChessRogueGiveUpRollScRsp = 5490,
ChessRogueLayerAccountInfoNotify = 5478,
ChessRogueEnterCsReq = 5525,
ChessRogueEnterCellScRsp = 5526,
SelectChessRogueMiracleScRsp = 5460,
ChessRogueUpdateDiceInfoScNotify = 5552,
ChessRogueReRollDiceScRsp = 5527,
RemoveChessRogueBuffScNotify = 5458,
ChessRogueStartCsReq = 5550,
ChessRoguePickAvatarCsReq = 5481,
ChessRogueUpdateReviveInfoScNotify = 5414,
SyncChessRogueMiracleTradeInfoScNotify = 5428,
SelectChessRogueSubStoryScRsp = 5409,
ChessRogueGiveUpCsReq = 5432,
ChessRogueRollDiceScRsp = 5447,
DropChessRogueBuffCsReq = 5541,
FinishChessRogueSubStoryScRsp = 5598,
SelectChessRogueBonusCsReq = 5538,
ChessRogueQueryBpScRsp = 5484,
ChessRogueUpdateBoardScNotify = 5453,
GetChessRogueStoryInfoCsReq = 5593,
SelectChessRogueSubStoryCsReq = 5543,
ChessRogueGiveUpScRsp = 5542,
SyncChessRogueBuffDropInfoScNotify = 5486,
ChessRogueUpdateUnlockLevelScNotify = 5574,
ChessRogueQuestFinishNotify = 5492,
TradeChessRogueMiracleScRsp = 5557,
ChessRogueReviveAvatarScRsp = 5401,
ChessRogueEnterNextLayerScRsp = 5427,
ChessRogueEnterNextLayerCsReq = 5596,
ChessRogueQueryCsReq = 5416,
ChessRogueMoveCellNotify = 5590,
ChessRogueUpdateMoneyInfoScNotify = 5556,
RollChessRogueBuffCsReq = 5587,
ChessRogueQueryBpCsReq = 5471,
ChessRogueSelectCellScRsp = 5530,
EnterChessRogueAeonRoomScRsp = 5500,
SyncChessRogueBuffReforgeInfoScNotify = 5560,
ChessRogueFinishCurRoomNotify = 5511,
ChessRogueRollDiceCsReq = 5591,
SyncChessRogueBonusSelectInfoScNotify = 5467,
ChessRogueCheatRollScRsp = 5600,
GetChessRogueStoryAeonTalkInfoCsReq = 5518,
ChessRogueGiveUpRollCsReq = 5408,
GetChessRogueBuffEnhanceInfoCsReq = 5512,
RemoveChessRogueMiracleScNotify = 5555,
ChessRogueLeaveScRsp = 5450,
ChessRogueCheatRollCsReq = 5569,
SelectChessRogueBonusScRsp = 5588,
RollChessRogueBuffScRsp = 5436,
ChessRogueLeaveCsReq = 5554,
ChessRogueReviveAvatarCsReq = 5558,
ChessRogueConfirmRollScRsp = 5495,
EnterChessRogueAeonRoomCsReq = 5422,
GetChessRogueBuffEnhanceInfoScRsp = 5425,
ChessRoguePickAvatarScRsp = 5482,
RepairChessRogueMiracleCsReq = 5420,
UpdateChessRogueMiracleScNotify = 5444,
GetChessRogueStoryInfoScRsp = 5597,
ChessRogueGoAheadCsReq = 5505,
SelectChessRogueBuffCsReq = 5464,
SyncChessRogueMiracleSelectInfoScNotify = 5472,
ChessRogueQueryAeonDimensionsScRsp = 5494,
ChessRogueEnterCellCsReq = 5426,
ChessRogueSelectCellCsReq = 5579,
RogueModifierDelNotify = 5387,
RogueModifierUpdateNotify = 5392,
RogueModifierSelectCellScRsp = 5383,
RogueModifierAddNotify = 5374,
RogueModifierSelectCellCsReq = 5329,
GetUpdatedArchiveDataCsReq = 2374,
GetUpdatedArchiveDataScRsp = 2329,
GetArchiveDataScRsp = 2325,
GetArchiveDataCsReq = 2307,
GetChapterScRsp = 447,
WaypointShowNewCsNotify = 414,
TakeChapterRewardCsReq = 492,
GetWaypointScRsp = 425,
TakeChapterRewardScRsp = 487,
SetCurWaypointCsReq = 474,
GetWaypointCsReq = 407,
SetCurWaypointScRsp = 429,
GetChapterCsReq = 483,
}
}