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