forked from Hiro420/3.5_protos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpacketIds_Reverse.json
2190 lines (2190 loc) · 83.2 KB
/
packetIds_Reverse.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"7944": "AAFAJFPLBMI",
"7765": "ABAMJKJOMHJ",
"21566": "ABBBKIDODLJ",
"1159": "AbilityChangeNotify",
"1114": "AbilityInvocationFailNotify",
"1167": "AbilityInvocationFixedNotify",
"1175": "AbilityInvocationsNotify",
"2882": "AcceptCityReputationRequestReq",
"2865": "AcceptCityReputationRequestRsp",
"2698": "AchievementAllDataNotify",
"2693": "AchievementUpdateNotify",
"8394": "ActivityAcceptAllGiveGiftReq",
"8241": "ActivityAcceptAllGiveGiftRsp",
"8303": "ActivityAcceptGiveGiftReq",
"8915": "ActivityAcceptGiveGiftRsp",
"2114": "ActivityBannerClearReq",
"2037": "ActivityBannerClearRsp",
"2018": "ActivityBannerNotify",
"2189": "ActivityCoinInfoNotify",
"2012": "ActivityCondStateChangeNotify",
"8969": "ActivityDisableTransferPointInteractionNotify",
"8934": "ActivityGetCanGiveFriendGiftReq",
"8186": "ActivityGetCanGiveFriendGiftRsp",
"8091": "ActivityGetFriendGiftWishListReq",
"8777": "ActivityGetFriendGiftWishListRsp",
"8973": "ActivityGetRecvGiftListReq",
"8791": "ActivityGetRecvGiftListRsp",
"8763": "ActivityGiveFriendGiftReq",
"8524": "ActivityGiveFriendGiftRsp",
"8350": "ActivityHaveRecvGiftNotify",
"2134": "ActivityInfoNotify",
"2136": "ActivityPlayOpenAnimNotify",
"8419": "ActivityPushTipsInfoNotify",
"8285": "ActivityReadPushTipsReq",
"8119": "ActivityReadPushTipsRsp",
"2034": "ActivitySaleChangeNotify",
"2068": "ActivityScheduleInfoNotify",
"2043": "ActivitySelectAvatarCardReq",
"2130": "ActivitySelectAvatarCardRsp",
"8848": "ActivitySetGiftWishReq",
"8764": "ActivitySetGiftWishRsp",
"8731": "ActivityTakeAllScoreRewardReq",
"8964": "ActivityTakeAllScoreRewardRsp",
"8869": "ActivityTakeScoreRewardReq",
"8852": "ActivityTakeScoreRewardRsp",
"2044": "ActivityTakeWatcherRewardBatchReq",
"2023": "ActivityTakeWatcherRewardBatchRsp",
"2063": "ActivityTakeWatcherRewardReq",
"2082": "ActivityTakeWatcherRewardRsp",
"2183": "ActivityUpdateWatcherNotify",
"6393": "AddAranaraCollectionNotify",
"1602": "AddBackupAvatarTeamReq",
"1777": "AddBackupAvatarTeamRsp",
"4041": "AddBlacklistReq",
"4070": "AddBlacklistRsp",
"4019": "AddFriendNotify",
"1787": "AddNoGachaAvatarCardNotify",
"434": "AddQuestContentProgressReq",
"472": "AddQuestContentProgressRsp",
"187": "AddRandTaskInfoNotify",
"235": "AddSeenMonsterNotify",
"132": "AdjustWorldLevelReq",
"131": "AdjustWorldLevelRsp",
"7794": "AEEFNFKPHED",
"1998": "AllCoopInfoNotify",
"3156": "AllMarkPointNotify",
"252": "AllSeenMonsterNotify",
"9067": "AllShareCDDataNotify",
"6034": "AllWidgetBackgroundActiveStateNotify",
"4300": "AllWidgetDataNotify",
"4298": "AnchorPointDataNotify",
"4296": "AnchorPointOpReq",
"4286": "AnchorPointOpRsp",
"337": "AnimatorForceSetAirMoveNotify",
"103": "AntiAddictNotify",
"7271": "AOMHEMBIHNE",
"6398": "AranaraCollectionDataNotify",
"3472": "AreaPlayInfoNotify",
"2169": "ArenaChallengeFinishNotify",
"4044": "AskAddFriendNotify",
"4014": "AskAddFriendReq",
"4034": "AskAddFriendRsp",
"438": "AssociateInferenceWordReq",
"404": "AssociateInferenceWordRsp",
"2059": "AsterLargeInfoNotify",
"2006": "AsterLittleInfoNotify",
"2142": "AsterMidCampInfoNotify",
"2118": "AsterMidInfoNotify",
"2072": "AsterMiscInfoNotify",
"2173": "AsterProgressInfoNotify",
"1756": "AvatarAddNotify",
"341": "AvatarBuffAddNotify",
"370": "AvatarBuffDelNotify",
"641": "AvatarCardChangeReq",
"670": "AvatarCardChangeRsp",
"1620": "AvatarChangeAnimHashReq",
"1694": "AvatarChangeAnimHashRsp",
"1759": "AvatarChangeCostumeNotify",
"1611": "AvatarChangeCostumeReq",
"1760": "AvatarChangeCostumeRsp",
"1790": "AvatarChangeElementTypeReq",
"1781": "AvatarChangeElementTypeRsp",
"1613": "AvatarDataNotify",
"1621": "AvatarDelNotify",
"1665": "AvatarDieAnimationEndReq",
"1795": "AvatarDieAnimationEndRsp",
"326": "AvatarEnterElementViewNotify",
"1666": "AvatarEquipAffixStartNotify",
"661": "AvatarEquipChangeNotify",
"1748": "AvatarExpeditionAllDataReq",
"1671": "AvatarExpeditionAllDataRsp",
"1791": "AvatarExpeditionCallBackReq",
"1631": "AvatarExpeditionCallBackRsp",
"1646": "AvatarExpeditionDataNotify",
"1641": "AvatarExpeditionGetRewardReq",
"1707": "AvatarExpeditionGetRewardRsp",
"1763": "AvatarExpeditionStartReq",
"1699": "AvatarExpeditionStartRsp",
"1648": "AvatarFetterDataNotify",
"1653": "AvatarFetterLevelRewardReq",
"1691": "AvatarFetterLevelRewardRsp",
"1214": "AvatarFightPropNotify",
"1234": "AvatarFightPropUpdateNotify",
"1728": "AvatarFlycloakChangeNotify",
"3300": "AvatarFollowRouteNotify",
"1701": "AvatarGainCostumeNotify",
"1793": "AvatarGainFlycloakNotify",
"1282": "AvatarLifeStateChangeNotify",
"1610": "AvatarPromoteGetRewardReq",
"1711": "AvatarPromoteGetRewardRsp",
"1799": "AvatarPromoteReq",
"1681": "AvatarPromoteRsp",
"1265": "AvatarPropChangeReasonNotify",
"1259": "AvatarPropNotify",
"1758": "AvatarRenameInfoNotify",
"1655": "AvatarSatiationDataNotify",
"1042": "AvatarSkillChangeNotify",
"1064": "AvatarSkillDepotChangeNotify",
"1082": "AvatarSkillInfoNotify",
"1072": "AvatarSkillMaxChargeCountNotify",
"1007": "AvatarSkillUpgradeReq",
"1091": "AvatarSkillUpgradeRsp",
"1729": "AvatarTeamAllDataNotify",
"1744": "AvatarTeamUpdateNotify",
"1054": "AvatarUnlockTalentNotify",
"1764": "AvatarUpgradeReq",
"1741": "AvatarUpgradeRsp",
"1700": "AvatarWearFlycloakReq",
"1745": "AvatarWearFlycloakRsp",
"280": "BackMyWorldReq",
"247": "BackMyWorldRsp",
"6205": "BackPlayCustomDungeonOfficialReq",
"6216": "BackPlayCustomDungeonOfficialRsp",
"5574": "BackRebornGalleryReq",
"5546": "BackRebornGalleryRsp",
"474": "BargainOfferPriceReq",
"446": "BargainOfferPriceRsp",
"494": "BargainStartNotify",
"484": "BargainTerminateNotify",
"8161": "BartenderCancelLevelReq",
"8701": "BartenderCancelLevelRsp",
"8717": "BartenderCancelOrderReq",
"8850": "BartenderCancelOrderRsp",
"8327": "BartenderCompleteOrderReq",
"8709": "BartenderCompleteOrderRsp",
"9000": "BartenderFinishLevelReq",
"8044": "BartenderFinishLevelRsp",
"8500": "BartenderGetFormulaReq",
"8608": "BartenderGetFormulaRsp",
"8518": "BartenderLevelProgressNotify",
"8460": "BartenderStartLevelReq",
"8747": "BartenderStartLevelRsp",
"765": "BatchBuyGoodsReq",
"750": "BatchBuyGoodsRsp",
"2648": "BattlePassAllDataNotify",
"2617": "BattlePassBuySuccNotify",
"2646": "BattlePassCurScheduleUpdateNotify",
"2609": "BattlePassMissionDelNotify",
"2643": "BattlePassMissionUpdateNotify",
"260": "BeginCameraSceneLookNotify",
"3096": "BeginCameraSceneLookWithTemplateNotify",
"7382": "BEICDJDPJML",
"21951": "BFOFNKADCPB",
"7226": "BHHECJHBCKK",
"163": "BHNBOAEFEGL",
"20671": "BHOJAANJMBF",
"1014": "BigTalentPointConvertReq",
"1034": "BigTalentPointConvertRsp",
"2160": "BlessingAcceptAllGivePicReq",
"2159": "BlessingAcceptAllGivePicRsp",
"2091": "BlessingAcceptGivePicReq",
"2187": "BlessingAcceptGivePicRsp",
"2010": "BlessingGetAllRecvPicRecordListReq",
"2111": "BlessingGetAllRecvPicRecordListRsp",
"2128": "BlessingGetFriendPicListReq",
"2193": "BlessingGetFriendPicListRsp",
"2066": "BlessingGiveFriendPicReq",
"2053": "BlessingGiveFriendPicRsp",
"2011": "BlessingRecvFriendPicNotify",
"2100": "BlessingRedeemRewardReq",
"2145": "BlessingRedeemRewardRsp",
"2004": "BlessingScanReq",
"2055": "BlessingScanRsp",
"24278": "BLHBPJDMPJG",
"8085": "BlitzRushParkourRestartReq",
"8538": "BlitzRushParkourRestartRsp",
"7347": "BLNOFHFAMDO",
"2754": "BlossomBriefInfoNotify",
"2734": "BlossomChestCreateNotify",
"882": "BlossomChestInfoNotify",
"2591": "BonusActivityInfoReq",
"2542": "BonusActivityInfoRsp",
"2507": "BonusActivityUpdateNotify",
"872": "BossChestActivateNotify",
"8434": "BounceConjuringSettleNotify",
"7403": "BPAMMINCHJG",
"5310": "BrickBreakerPlayerReadyNotify",
"5400": "BrickBreakerPlayerSetAvatarNotify",
"5363": "BrickBreakerPlayerSetChangingNotify",
"5339": "BrickBreakerPlayerSetSkillNotify",
"23962": "BrickBreakerQuitReq",
"23315": "BrickBreakerQuitRsp",
"5381": "BrickBreakerSelectAvatarReq",
"5377": "BrickBreakerSelectAvatarRsp",
"5362": "BrickBreakerSelectSkillReq",
"5368": "BrickBreakerSelectSkillRsp",
"5351": "BrickBreakerSetChangingReq",
"5396": "BrickBreakerSetChangingRsp",
"5315": "BrickBreakerSetReadyReq",
"5369": "BrickBreakerSetReadyRsp",
"23542": "BrickBreakerSettleNotify",
"20383": "BrickBreakerTwiceStartReq",
"23499": "BrickBreakerTwiceStartRsp",
"8387": "BuoyantCombatSettleNotify",
"2626": "BuyBattlePassLevelReq",
"2612": "BuyBattlePassLevelRsp",
"754": "BuyGoodsReq",
"764": "BuyGoodsRsp",
"630": "BuyResinReq",
"687": "BuyResinRsp",
"6473": "CAHLHGDPIOF",
"601": "CalcWeaponUpgradeReturnItemsReq",
"698": "CalcWeaponUpgradeReturnItemsRsp",
"2850": "CancelCityReputationRequestReq",
"2859": "CancelCityReputationRequestRsp",
"1976": "CancelCoopTaskReq",
"1962": "CancelCoopTaskRsp",
"402": "CancelFinishParentQuestNotify",
"1027": "CanUseSkillNotify",
"4146": "CardProductRewardNotify",
"6385": "CataLogFinishedGlobalWatcherAllDataNotify",
"6371": "CataLogNewFinishedGlobalWatcherNotify",
"20738": "CCOGDLMGCID",
"7535": "CDPJBKBLFEG",
"20935": "CEGIBBLHIIE",
"23473": "CELEJBNIOID",
"923": "ChallengeDataNotify",
"974": "ChallengeRecordNotify",
"1704": "ChangeAvatarReq",
"1689": "ChangeAvatarRsp",
"6232": "ChangeCustomDungeonRoomReq",
"6239": "ChangeCustomDungeonRoomRsp",
"165": "ChangeGameTimeReq",
"150": "ChangeGameTimeRsp",
"1491": "ChangeMailStarNotify",
"1660": "ChangeMpTeamAvatarReq",
"1747": "ChangeMpTeamAvatarRsp",
"46": "ChangeServerGlobalValueNotify",
"1692": "ChangeTeamNameReq",
"1664": "ChangeTeamNameRsp",
"5953": "ChangeWidgetBackgroundActiveStateReq",
"6042": "ChangeWidgetBackgroundActiveStateRsp",
"3025": "ChangeWorldToSingleModeNotify",
"3243": "ChangeWorldToSingleModeReq",
"3271": "ChangeWorldToSingleModeRsp",
"8647": "ChannelerSlabStageActiveChallengeIndexNotify",
"8690": "ChannelerSlabStageOneoffDungeonNotify",
"8485": "ChannellerSlabCheckEnterLoopDungeonReq",
"8430": "ChannellerSlabCheckEnterLoopDungeonRsp",
"8287": "ChannellerSlabEnterLoopDungeonReq",
"8193": "ChannellerSlabEnterLoopDungeonRsp",
"8364": "ChannellerSlabLoopDungeonChallengeInfoNotify",
"8951": "ChannellerSlabLoopDungeonSelectConditionReq",
"8794": "ChannellerSlabLoopDungeonSelectConditionRsp",
"8191": "ChannellerSlabLoopDungeonTakeFirstPassRewardReq",
"8247": "ChannellerSlabLoopDungeonTakeFirstPassRewardRsp",
"8944": "ChannellerSlabLoopDungeonTakeScoreRewardReq",
"8587": "ChannellerSlabLoopDungeonTakeScoreRewardRsp",
"8036": "ChannellerSlabOneOffDungeonInfoNotify",
"8079": "ChannellerSlabOneOffDungeonInfoReq",
"8403": "ChannellerSlabOneOffDungeonInfoRsp",
"8877": "ChannellerSlabSaveAssistInfoReq",
"8269": "ChannellerSlabSaveAssistInfoRsp",
"8271": "ChannellerSlabTakeoffBuffReq",
"8875": "ChannellerSlabTakeoffBuffRsp",
"8648": "ChannellerSlabWearBuffReq",
"8668": "ChannellerSlabWearBuffRsp",
"427": "ChapterStateNotify",
"23655": "CharAmusementSettleNotify",
"5041": "ChatChannelDataNotify",
"4979": "ChatChannelInfoNotify",
"4992": "ChatChannelShieldNotify",
"4957": "ChatChannelUpdateNotify",
"3301": "ChatHistoryNotify",
"685": "CheckAddItemExceedLimitNotify",
"3036": "CheckGroupReplacedReq",
"3190": "CheckGroupReplacedRsp",
"56": "CheckSegmentCRCNotify",
"23": "CheckSegmentCRCReq",
"6302": "CheckUgcStateReq",
"6317": "CheckUgcStateRsp",
"6335": "CheckUgcUpdateReq",
"6321": "CheckUgcUpdateRsp",
"5389": "ChessEscapedMonstersNotify",
"5376": "ChessLeftMonstersNotify",
"5306": "ChessManualRefreshCardsReq",
"5390": "ChessManualRefreshCardsRsp",
"5303": "ChessPickCardNotify",
"5301": "ChessPickCardReq",
"5398": "ChessPickCardRsp",
"5392": "ChessPlayerInfoNotify",
"5385": "ChessSelectedCardsNotify",
"7097": "CHGIPLGANOM",
"1650": "ChooseCurAvatarTeamReq",
"1625": "ChooseCurAvatarTeamRsp",
"2827": "CityReputationDataNotify",
"2814": "CityReputationLevelupNotify",
"8565": "ClearRoguelikeCurseNotify",
"1172": "ClientAbilitiesInitFinishCombineNotify",
"1107": "ClientAbilityChangeNotify",
"1154": "ClientAbilityInitBeginNotify",
"1164": "ClientAbilityInitFinishNotify",
"1129": "ClientAIStateNotify",
"94": "ClientBulletCreateNotify",
"4267": "ClientCollectorDataNotify",
"3234": "ClientHashDebugNotify",
"3387": "ClientLoadingCostumeVerificationNotify",
"189": "ClientLockGameTimeNotify",
"1450": "ClientNewMailNotify",
"276": "ClientPauseNotify",
"7": "ClientReconnectNotify",
"1166": "ClientRemoveCombatEndModifierNotify",
"29": "ClientReportNotify",
"248": "ClientScriptEventNotify",
"271": "ClientTransmitReq",
"202": "ClientTransmitRsp",
"191": "ClientTriggerEventNotify",
"3196": "CloseCommonTipsNotify",
"689": "ClosedItemNotify",
"7150": "CMCJOKLGMCA",
"4203": "CodexDataFullNotify",
"4207": "CodexDataUpdateNotify",
"23353": "CoinCollectCheckDoubleStartPlayReq",
"23249": "CoinCollectCheckDoubleStartPlayRsp",
"21522": "CoinCollectChooseSkillReq",
"24615": "CoinCollectChooseSkillRsp",
"5533": "CoinCollectGallerySettleNotify",
"20221": "CoinCollectInterruptPlayReq",
"23195": "CoinCollectInterruptPlayRsp",
"21645": "CoinCollectPrepareReq",
"22764": "CoinCollectPrepareRsp",
"6553": "CoinCollectPrepareStageNotify",
"387": "CombatInvocationsNotify",
"690": "CombineDataNotify",
"692": "CombineFormulaDataNotify",
"616": "CombineReq",
"637": "CombineRsp",
"8076": "CommonPlayerTipsNotify",
"118": "CompoundDataNotify",
"155": "CompoundUnlockNotify",
"157": "CookDataNotify",
"126": "CookGradeDataNotify",
"186": "CookRecipeDataNotify",
"1957": "CoopCgShowNotify",
"1989": "CoopCgUpdateNotify",
"1982": "CoopChapterUpdateNotify",
"1994": "CoopDataNotify",
"1951": "CoopPointUpdateNotify",
"1990": "CoopProgressUpdateNotify",
"1981": "CoopRewardUpdateNotify",
"340": "CreateMassiveEntityNotify",
"349": "CreateMassiveEntityReq",
"397": "CreateMassiveEntityRsp",
"874": "CreateVehicleReq",
"846": "CreateVehicleRsp",
"8925": "CrystalLinkDungeonInfoNotify",
"8861": "CrystalLinkEnterDungeonReq",
"8067": "CrystalLinkEnterDungeonRsp",
"8317": "CrystalLinkRestartDungeonReq",
"8748": "CrystalLinkRestartDungeonRsp",
"6233": "CustomDungeonBattleRecordNotify",
"6250": "CustomDungeonOfficialNotify",
"6204": "CustomDungeonRecoverNotify",
"6225": "CustomDungeonUpdateNotify",
"295": "CutSceneBeginNotify",
"283": "CutSceneEndNotify",
"228": "CutSceneFinishNotify",
"111": "DailyTaskDataNotify",
"199": "DailyTaskFilterCityReq",
"178": "DailyTaskFilterCityRsp",
"160": "DailyTaskProgressNotify",
"193": "DailyTaskScoreRewardNotify",
"180": "DailyTaskUnlockedCitiesNotify",
"140": "DataResVersionNotify",
"6312": "DCAJABFLBPO",
"4072": "DealAddFriendReq",
"4082": "DealAddFriendRsp",
"6293": "DeathZoneInfoNotify",
"3232": "DeathZoneObserveNotify",
"1608": "DelBackupAvatarTeamReq",
"1615": "DelBackupAvatarTeamRsp",
"4023": "DeleteFriendNotify",
"4059": "DeleteFriendReq",
"4007": "DeleteFriendRsp",
"1434": "DelMailReq",
"1472": "DelMailRsp",
"3214": "DelScenePlayTeamEntityNotify",
"330": "DelTeamEntityNotify",
"858": "DeshretObeliskChestInfoNotify",
"311": "DestroyMassiveEntityNotify",
"608": "DestroyMaterialReq",
"679": "DestroyMaterialRsp",
"21567": "DGEBNIILIFA",
"23251": "DGJPEEHMCKN",
"117": "DIANBBBLJHP",
"8140": "DigActivityChangeGadgetStateReq",
"8656": "DigActivityChangeGadgetStateRsp",
"8585": "DigActivityMarkPointChangeNotify",
"7269": "DIPLFLKIDJN",
"8007": "DisableRoguelikeTrapNotify",
"1554": "DoGachaReq",
"1564": "DoGachaRsp",
"8427": "DoRoguelikeDungeonCardGachaReq",
"8567": "DoRoguelikeDungeonCardGachaRsp",
"161": "DoSetPlayerBornDataNotify",
"5482": "DraftGuestReplyInviteNotify",
"5434": "DraftGuestReplyInviteReq",
"5472": "DraftGuestReplyInviteRsp",
"5442": "DraftGuestReplyTwiceConfirmNotify",
"5459": "DraftGuestReplyTwiceConfirmReq",
"5407": "DraftGuestReplyTwiceConfirmRsp",
"5465": "DraftInviteResultNotify",
"5414": "DraftOwnerInviteNotify",
"5454": "DraftOwnerStartInviteReq",
"5464": "DraftOwnerStartInviteRsp",
"5450": "DraftOwnerTwiceConfirmNotify",
"5491": "DraftTwiceConfirmResultNotify",
"2182": "DragonSpineChapterFinishNotify",
"2126": "DragonSpineChapterOpenNotify",
"2155": "DragonSpineChapterProgressChangeNotify",
"2076": "DragonSpineCoinChangeNotify",
"633": "DropHintNotify",
"650": "DropItemReq",
"659": "DropItemRsp",
"23386": "DuelHeartCgEndNotify",
"23327": "DuelHeartEnterDungeonReq",
"21442": "DuelHeartEnterDungeonRsp",
"22204": "DuelHeartRestartDungeonReq",
"23846": "DuelHeartRestartDungeonRsp",
"21123": "DuelHeartSelectDifficultyReq",
"22336": "DuelHeartSelectDifficultyRsp",
"24743": "DuelHeartSettleNotify",
"988": "DungeonCandidateTeamChangeAvatarReq",
"949": "DungeonCandidateTeamChangeAvatarRsp",
"957": "DungeonCandidateTeamCreateReq",
"986": "DungeonCandidateTeamCreateRsp",
"913": "DungeonCandidateTeamDismissNotify",
"946": "DungeonCandidateTeamInfoNotify",
"984": "DungeonCandidateTeamInviteNotify",
"926": "DungeonCandidateTeamInviteReq",
"933": "DungeonCandidateTeamInviteRsp",
"916": "DungeonCandidateTeamKickReq",
"937": "DungeonCandidateTeamKickRsp",
"925": "DungeonCandidateTeamLeaveReq",
"918": "DungeonCandidateTeamLeaveRsp",
"970": "DungeonCandidateTeamPlayerLeaveNotify",
"941": "DungeonCandidateTeamRefuseNotify",
"958": "DungeonCandidateTeamReplyInviteReq",
"905": "DungeonCandidateTeamReplyInviteRsp",
"979": "DungeonCandidateTeamSetChangingAvatarReq",
"945": "DungeonCandidateTeamSetChangingAvatarRsp",
"971": "DungeonCandidateTeamSetReadyReq",
"902": "DungeonCandidateTeamSetReadyRsp",
"961": "DungeonChallengeBeginNotify",
"956": "DungeonChallengeFinishNotify",
"966": "DungeonDataNotify",
"907": "DungeonDieOptionReq",
"991": "DungeonDieOptionRsp",
"967": "DungeonEntryInfoReq",
"975": "DungeonEntryInfoRsp",
"3313": "DungeonEntryToBeExploreNotify",
"919": "DungeonFollowNotify",
"944": "DungeonGetStatueDropReq",
"994": "DungeonGetStatueDropRsp",
"993": "DungeonInterruptChallengeReq",
"930": "DungeonInterruptChallengeRsp",
"959": "DungeonPlayerDieNotify",
"929": "DungeonPlayerDieReq",
"927": "DungeonPlayerDieRsp",
"904": "DungeonRestartInviteNotify",
"936": "DungeonRestartInviteReplyNotify",
"920": "DungeonRestartInviteReplyReq",
"943": "DungeonRestartInviteReplyRsp",
"953": "DungeonRestartReq",
"908": "DungeonRestartResultNotify",
"938": "DungeonRestartRsp",
"901": "DungeonReviseLevelNotify",
"950": "DungeonSettleNotify",
"942": "DungeonShowReminderNotify",
"911": "DungeonSlipRevivePointActivateReq",
"960": "DungeonSlipRevivePointActivateRsp",
"982": "DungeonWayPointActivateReq",
"965": "DungeonWayPointActivateRsp",
"972": "DungeonWayPointNotify",
"7431": "EAHMNIJJAGF",
"44": "EchoNotify",
"8078": "EchoShellTakeRewardReq",
"8523": "EchoShellTakeRewardRsp",
"8377": "EchoShellUpdateNotify",
"6325": "EENIBKHGPFN",
"2038": "EffigyChallengeInfoNotify",
"2028": "EffigyChallengeResultNotify",
"22701": "EffigyChallengeV2ChooseSkillReq",
"20234": "EffigyChallengeV2ChooseSkillRsp",
"22612": "EffigyChallengeV2DungeonInfoNotify",
"21498": "EffigyChallengeV2EnterDungeonReq",
"20507": "EffigyChallengeV2EnterDungeonRsp",
"20949": "EffigyChallengeV2RestartDungeonReq",
"20266": "EffigyChallengeV2RestartDungeonRsp",
"7048": "EGBBOPCNHCH",
"24705": "EIBCBFDBDFF",
"6538": "EKBBAAECGFH",
"293": "EndCameraSceneLookNotify",
"21430": "EndCoinCollectPlaySingleModeReq",
"21333": "EndCoinCollectPlaySingleModeRsp",
"8341": "EnterChessDungeonReq",
"8947": "EnterChessDungeonRsp",
"6248": "EnterCustomDungeonReq",
"6243": "EnterCustomDungeonRsp",
"5848": "EnterFishingReq",
"5843": "EnterFishingRsp",
"24521": "EnterFungusFighterPlotDungeonReq",
"23659": "EnterFungusFighterPlotDungeonRsp",
"21011": "EnterFungusFighterTrainingDungeonReq",
"22541": "EnterFungusFighterTrainingDungeonRsp",
"8933": "EnterIrodoriChessDungeonReq",
"8211": "EnterIrodoriChessDungeonRsp",
"3959": "EnterMechanicusDungeonReq",
"3907": "EnterMechanicusDungeonRsp",
"8388": "EnterRogueDiaryDungeonReq",
"8515": "EnterRogueDiaryDungeonRsp",
"8557": "EnterRoguelikeDungeonNotify",
"269": "EnterSceneDoneReq",
"281": "EnterSceneDoneRsp",
"215": "EnterScenePeerNotify",
"300": "EnterSceneReadyReq",
"239": "EnterSceneReadyRsp",
"288": "EnterSceneWeatherAreaNotify",
"227": "EnterTransPointRegionNotify",
"2084": "EnterTrialAvatarActivityDungeonReq",
"2154": "EnterTrialAvatarActivityDungeonRsp",
"233": "EnterWorldAreaReq",
"216": "EnterWorldAreaRsp",
"308": "EntityAiKillSelfNotify",
"320": "EntityAiSyncNotify",
"384": "EntityAuthorityChangeNotify",
"3103": "EntityConfigHashNotify",
"1272": "EntityFightPropChangeReasonNotify",
"1254": "EntityFightPropNotify",
"1264": "EntityFightPropUpdateNotify",
"237": "EntityForceSyncReq",
"225": "EntityForceSyncRsp",
"219": "EntityJumpNotify",
"3060": "EntityMoveRoomNotify",
"1267": "EntityPropNotify",
"3428": "EntityTagChangeNotify",
"7875": "EPCHCAEIPNH",
"8526": "EquipRoguelikeRuneReq",
"8572": "EquipRoguelikeRuneRsp",
"338": "EvtAiSyncCombatThreatInfoNotify",
"325": "EvtAiSyncSkillCdNotify",
"375": "EvtAnimatorParameterNotify",
"359": "EvtAnimatorStateChangedNotify",
"394": "EvtAvatarEnterFocusNotify",
"374": "EvtAvatarExitFocusNotify",
"379": "EvtAvatarLockChairReq",
"345": "EvtAvatarLockChairRsp",
"302": "EvtAvatarSitDownNotify",
"388": "EvtAvatarStandUpNotify",
"346": "EvtAvatarUpdateFocusNotify",
"301": "EvtBeingHealedNotify",
"367": "EvtBeingHitNotify",
"318": "EvtBeingHitsCombineNotify",
"342": "EvtBulletDeactiveNotify",
"391": "EvtBulletHitNotify",
"344": "EvtBulletMoveNotify",
"365": "EvtCostStaminaNotify",
"314": "EvtCreateGadgetNotify",
"334": "EvtDestroyGadgetNotify",
"336": "EvtDestroyServerGadgetNotify",
"364": "EvtDoSkillSuccNotify",
"316": "EvtEntityRenderersChangedNotify",
"329": "EvtEntityStartDieEndNotify",
"382": "EvtFaceToDirNotify",
"372": "EvtFaceToEntityNotify",
"398": "EvtLocalGadgetOwnerLeaveSceneNotify",
"307": "EvtRushMoveNotify",
"350": "EvtSetAttackTargetNotify",
"147": "ExclusiveRuleNotify",
"217": "ExecuteGadgetLuaReq",
"224": "ExecuteGadgetLuaRsp",
"204": "ExecuteGroupTriggerReq",
"220": "ExecuteGroupTriggerRsp",
"6226": "ExitCustomDungeonTryReq",
"6212": "ExitCustomDungeonTryRsp",
"5817": "ExitFishingReq",
"5826": "ExitFishingRsp",
"249": "ExitSceneWeatherAreaNotify",
"266": "ExitTransPointRegionNotify",
"2077": "ExpeditionChallengeEnterRegionNotify",
"2075": "ExpeditionChallengeFinishedNotify",
"2008": "ExpeditionRecallReq",
"2015": "ExpeditionRecallRsp",
"2002": "ExpeditionStartReq",
"2177": "ExpeditionStartRsp",
"2129": "ExpeditionTakeRewardReq",
"2158": "ExpeditionTakeRewardRsp",
"23503": "FBCDGELAJFK",
"22891": "FBGIHFMDFCI",
"7293": "FBHMBKHGMMP",
"7422": "FBPFOPMOOIM",
"23471": "FCCDEOJODEO",
"23594": "FCFNMEJMONG",
"7311": "FDHMBLAHCMP",
"7390": "FDOHOGJAGDN",
"6326": "FEGFMGMLCKG",
"7528": "FFHGPFHLKPI",
"7587": "FFKIBGMCDAG",
"7558": "FGOAFKPBNDC",
"8170": "FindHilichurlAcceptQuestNotify",
"8326": "FindHilichurlFinishSecondQuestNotify",
"2110": "FinishDeliveryNotify",
"464": "FinishedParentQuestNotify",
"414": "FinishedParentQuestUpdateNotify",
"565": "FinishedTalkIdListNotify",
"8720": "FinishLanternProjectionReq",
"8016": "FinishLanternProjectionRsp",
"1986": "FinishMainCoopReq",
"1965": "FinishMainCoopRsp",
"6038": "FireworksLaunchDataNotify",
"6080": "FireworksReformDataNotify",
"5812": "FishAttractNotify",
"5825": "FishBaitGoneNotify",
"5835": "FishBattleBeginReq",
"5821": "FishBattleBeginRsp",
"5801": "FishBattleEndReq",
"5802": "FishBattleEndRsp",
"5839": "FishBiteReq",
"5831": "FishBiteRsp",
"5836": "FishCastRodReq",
"5815": "FishCastRodRsp",
"5844": "FishChosenNotify",
"5832": "FishEscapeNotify",
"8594": "FishingGallerySettleNotify",
"5840": "FishPoolDataNotify",
"7668": "FLANFFAFKCL",
"2200": "FleurFairBalloonSettleNotify",
"5302": "FleurFairBuffEnergyNotify",
"2027": "FleurFairFallSettleNotify",
"5349": "FleurFairFinishGalleryStageNotify",
"2086": "FleurFairMusicGameSettleReq",
"2033": "FleurFairMusicGameSettleRsp",
"2150": "FleurFairMusicGameStartReq",
"2174": "FleurFairMusicGameStartRsp",
"2165": "FleurFairReplayMiniGameReq",
"2192": "FleurFairReplayMiniGameRsp",
"5388": "FleurFairStageSettleNotify",
"2039": "FlightActivityRestartReq",
"2093": "FlightActivityRestartRsp",
"2115": "FlightActivitySettleNotify",
"7551": "FMFLCOLFIOF",
"7916": "FMMFNKAIMMA",
"1712": "FocusAvatarReq",
"1604": "FocusAvatarRsp",
"7577": "FOLNGHHMFKC",
"4004": "ForceAddPlayerFriendReq",
"4020": "ForceAddPlayerFriendRsp",
"3017": "ForceDragAvatarNotify",
"3245": "ForceDragBackTransferNotify",
"603": "ForgeDataNotify",
"606": "ForgeFormulaDataNotify",
"618": "ForgeGetQueueDataReq",
"658": "ForgeGetQueueDataRsp",
"625": "ForgeQueueDataNotify",
"602": "ForgeQueueManipulateReq",
"688": "ForgeQueueManipulateRsp",
"605": "ForgeStartReq",
"671": "ForgeStartRsp",
"861": "FoundationNotify",
"827": "FoundationReq",
"866": "FoundationRsp",
"4092": "FriendInfoChangeNotify",
"5586": "FungusCaptureSettleNotify",
"20945": "FungusCultivateReq",
"20453": "FungusCultivateRsp",
"22416": "FungusFighterClearTrainingRuntimeDataReq",
"23407": "FungusFighterClearTrainingRuntimeDataRsp",
"21404": "FungusFighterPlotInfoNotify",
"21003": "FungusFighterRestartTraningDungeonReq",
"22118": "FungusFighterRestartTraningDungeonRsp",
"23794": "FungusFighterRuntimeDataNotify",
"22564": "FungusFighterTrainingGallerySettleNotify",
"5557": "FungusFighterTrainingInfoNotify",
"21717": "FungusFighterTrainingSelectFungusReq",
"22453": "FungusFighterTrainingSelectFungusRsp",
"21052": "FungusFighterUseBackupFungusReq",
"24976": "FungusFighterUseBackupFungusRsp",
"20295": "FungusRenameReq",
"21198": "FungusRenameRsp",
"4588": "FunitureMakeMakeInfoChangeNotify",
"4864": "FurnitureCurModuleArrangeCountNotify",
"4694": "FurnitureMakeBeHelpedNotify",
"4619": "FurnitureMakeCancelReq",
"4825": "FurnitureMakeCancelRsp",
"4658": "FurnitureMakeFinishNotify",
"4851": "FurnitureMakeHelpReq",
"4841": "FurnitureMakeHelpRsp",
"4681": "FurnitureMakeReq",
"4506": "FurnitureMakeRsp",
"4552": "FurnitureMakeStartReq",
"4487": "FurnitureMakeStartRsp",
"8654": "GachaActivityCreateRobotReq",
"8808": "GachaActivityCreateRobotRsp",
"8212": "GachaActivityNextStageReq",
"8304": "GachaActivityNextStageRsp",
"8469": "GachaActivityPercentNotify",
"8231": "GachaActivityResetReq",
"8296": "GachaActivityResetRsp",
"8796": "GachaActivityTakeRewardReq",
"8272": "GachaActivityTakeRewardRsp",
"8338": "GachaActivityUpdateElemNotify",
"1572": "GachaOpenWishNotify",
"1582": "GachaSimpleInfoNotify",
"1514": "GachaWishReq",
"1534": "GachaWishRsp",
"842": "GadgetAutoPickDropInfoNotify",
"819": "GadgetChainLevelChangeNotify",
"823": "GadgetChainLevelUpdateNotify",
"816": "GadgetChangeLevelTagReq",
"837": "GadgetChangeLevelTagRsp",
"833": "GadgetCustomTreeInfoNotify",
"891": "GadgetGeneralRewardInfoNotify",
"867": "GadgetInteractReq",
"875": "GadgetInteractRsp",
"859": "GadgetPlayDataNotify",
"865": "GadgetPlayStartNotify",
"850": "GadgetPlayStopNotify",
"807": "GadgetPlayUidOpNotify",
"854": "GadgetStateNotify",
"856": "GadgetTalkChangeNotify",
"5554": "GalleryBalloonScoreNotify",
"5575": "GalleryBalloonShootNotify",
"5527": "GalleryBounceConjuringHitNotify",
"5507": "GalleryBrokenFloorFallNotify",
"5559": "GalleryBulletHitNotify",
"5556": "GalleryCrystalLinkBuffInfoNotify",
"5561": "GalleryCrystalLinkKillMonsterNotify",
"5514": "GalleryFallCatchNotify",
"5534": "GalleryFallScoreNotify",
"5565": "GalleryFlowerCatchNotify",
"5519": "GalleryIslandPartyDownHillInfoNotify",
"5550": "GalleryPreStartNotify",
"5567": "GalleryStartNotify",
"5564": "GalleryStopNotify",
"5566": "GallerySumoKillMonsterNotify",
"5584": "GalleryWillStartCountdownNotify",
"7188": "GANOMONNDGB",
"7514": "GCGApplyInviteBattleNotify",
"7219": "GCGApplyInviteBattleReq",
"7940": "GCGApplyInviteBattleRsp",
"7689": "GCGClientSettleRsp",
"7509": "GCGDSCardNumChangeNotify",
"7872": "GCGDSChangeCardFaceRsp",
"7366": "GCGDSTakeCardProficiencyRewardReq",
"7071": "GCGDSTakeCardProficiencyRewardRsp",
"7680": "GCGGrowthLevelNotify",
"7883": "GCGSettleOptionRsp",
"7325": "GDCDMFBNHNH",
"998": "GDCMOBKPPOE",
"24069": "GearActivityFinishPlayGearReq",
"20017": "GearActivityFinishPlayGearRsp",
"21009": "GearActivityFinishPlayPictureReq",
"23580": "GearActivityFinishPlayPictureRsp",
"24337": "GearActivityStartPlayGearReq",
"22301": "GearActivityStartPlayGearRsp",
"24138": "GearActivityStartPlayPictureReq",
"23136": "GearActivityStartPlayPictureRsp",
"2116": "GetActivityInfoReq",
"2140": "GetActivityInfoRsp",
"2153": "GetActivityScheduleReq",
"2032": "GetActivityScheduleRsp",
"772": "GetActivityShopSheetInfoReq",
"782": "GetActivityShopSheetInfoRsp",
"413": "GetAllActivatedBargainDataReq",
"457": "GetAllActivatedBargainDataRsp",
"5693": "GetAllH5ActivityInfoReq",
"5698": "GetAllH5ActivityInfoRsp",
"1442": "GetAllMailNotify",
"1459": "GetAllMailReq",
"1429": "GetAllMailResultNotify",
"1407": "GetAllMailRsp",
"5572": "GetAllSceneGalleryInfoReq",
"5582": "GetAllSceneGalleryInfoRsp",
"4046": "GetAllUnlockNameCardReq",
"4084": "GetAllUnlockNameCardRsp",
"258": "GetAreaExplorePointReq",
"205": "GetAreaExplorePointRsp",
"1482": "GetAuthkeyReq",
"1465": "GetAuthkeyRsp",
"2139": "GetAuthSalesmanInfoReq",
"2123": "GetAuthSalesmanInfoRsp",
"441": "GetBargainDataReq",
"470": "GetBargainDataRsp",
"2639": "GetBattlePassProductReq",
"2631": "GetBattlePassProductRsp",
"2767": "GetBlossomBriefInfoListReq",
"2775": "GetBlossomBriefInfoListRsp",
"2529": "GetBonusActivityRewardReq",
"2527": "GetBonusActivityRewardRsp",
"4021": "GetChatEmojiCollectionReq",
"4001": "GetChatEmojiCollectionRsp",
"4309": "GetCityHuntingOfferReq",
"4346": "GetCityHuntingOfferRsp",
"2867": "GetCityReputationInfoReq",
"2875": "GetCityReputationInfoRsp",
"2807": "GetCityReputationMapInfoReq",
"2891": "GetCityReputationMapInfoRsp",
"158": "GetCompoundDataReq",
"105": "GetCompoundDataRsp",
"6247": "GetCustomDungeonReq",
"6220": "GetCustomDungeonRsp",
"997": "GetDailyDungeonEntryInfoReq",
"940": "GetDailyDungeonEntryInfoRsp",
"3449": "GetDungeonEntryExploreConditionReq",
"3413": "GetDungeonEntryExploreConditionRsp",
"2180": "GetExpeditionAssistInfoListReq",
"2197": "GetExpeditionAssistInfoListRsp",
"4060": "GetFriendShowAvatarInfoReq",
"4093": "GetFriendShowAvatarInfoRsp",
"4053": "GetFriendShowNameCardInfoReq",
"4038": "GetFriendShowNameCardInfoRsp",
"4899": "GetFurnitureCurModuleArrangeCountReq",
"1567": "GetGachaInfoReq",
"1575": "GetGachaInfoRsp",
"109": "GetGameplayRecommendationReq",
"135": "GetGameplayRecommendationRsp",
"4852": "GetHomeExchangeWoodInfoReq",
"4592": "GetHomeExchangeWoodInfoRsp",
"4821": "GetHomeLevelUpRewardReq",
"4585": "GetHomeLevelUpRewardRsp",
"4336": "GetHuntingOfferRewardReq",
"4315": "GetHuntingOfferRewardRsp",
"1909": "GetInvestigationMonsterReq",
"1923": "GetInvestigationMonsterRsp",
"1464": "GetMailItemReq",
"1414": "GetMailItemRsp",
"3084": "GetMapAreaReq",
"3458": "GetMapAreaRsp",
"3342": "GetMapMarkTipsReq",
"3465": "GetMapMarkTipsRsp",
"3967": "GetMechanicusInfoReq",
"3975": "GetMechanicusInfoRsp",
"185": "GetNextResourceInfoReq",
"173": "GetNextResourceInfoRsp",
"66": "GetOnlinePlayerInfoReq",
"61": "GetOnlinePlayerInfoRsp",
"82": "GetOnlinePlayerListReq",
"65": "GetOnlinePlayerListRsp",
"5167": "GetOpActivityInfoReq",
"5175": "GetOpActivityInfoRsp",
"460": "GetParentQuestVideoKeyReq",
"493": "GetParentQuestVideoKeyRsp",
"4079": "GetPlayerAskFriendListReq",
"4045": "GetPlayerAskFriendListRsp",
"4005": "GetPlayerBlacklistReq",
"4071": "GetPlayerBlacklistRsp",
"4067": "GetPlayerFriendListReq",
"4075": "GetPlayerFriendListRsp",
"4511": "GetPlayerHomeCompInfoReq",
"1839": "GetPlayerMpModeAvailabilityReq",
"1831": "GetPlayerMpModeAvailabilityRsp",
"4065": "GetPlayerSocialDetailReq",
"4050": "GetPlayerSocialDetailRsp",
"167": "GetPlayerTokenReq",
"175": "GetPlayerTokenRsp",
"2246": "GetPushTipsRewardReq",
"2284": "GetPushTipsRewardRsp",
"440": "GetQuestLackingResourceReq",
"411": "GetQuestLackingResourceRsp",
"482": "GetQuestTalkHistoryReq",
"465": "GetQuestTalkHistoryRsp",
"4026": "GetRecentMpPlayerListReq",
"4033": "GetRecentMpPlayerListRsp",
"6238": "GetRecommendCustomDungeonReq",
"6240": "GetRecommendCustomDungeonRsp",
"5636": "GetRegionSearchReq",
"5089": "GetReunionMissionInfoReq",
"5081": "GetReunionMissionInfoRsp",
"5076": "GetReunionPrivilegeInfoReq",
"5062": "GetReunionPrivilegeInfoRsp",
"5086": "GetReunionSignInInfoReq",
"5065": "GetReunionSignInInfoRsp",
"8633": "GetRogueDairyRepairInfoReq",
"8433": "GetRogueDairyRepairInfoRsp",
"244": "GetSceneAreaReq",
"294": "GetSceneAreaRsp",
"564": "GetSceneNpcPositionReq",
"514": "GetSceneNpcPositionRsp",
"3283": "GetScenePerformanceReq",
"3274": "GetScenePerformanceRsp",
"242": "GetScenePointReq",
"229": "GetScenePointRsp",
"714": "GetShopmallDataReq",
"734": "GetShopmallDataRsp",
"767": "GetShopReq",
"775": "GetShopRsp",
"2514": "GetSignInRewardReq",
"2534": "GetSignInRewardRsp",
"6222": "GetStoreCustomDungeonReq",
"6210": "GetStoreCustomDungeonRsp",
"6309": "GetUgcBriefInfoReq",
"6346": "GetUgcBriefInfoRsp",
"6348": "GetUgcReq",
"6343": "GetUgcRsp",
"4255": "GetWidgetSlotReq",
"4266": "GetWidgetSlotRsp",
"3479": "GetWorldMpInfoReq",
"3118": "GetWorldMpInfoRsp",
"7942": "GHLIEPKOHJD",
"7387": "GIAFFPENJNC",
"8292": "GiveUpRoguelikeDungeonCardReq",
"8752": "GiveUpRoguelikeDungeonCardRsp",
"136": "GivingRecordChangeNotify",
"143": "GivingRecordNotify",
"7641": "GLIHKFPIPPB",
"20896": "GLMHDEPFNPJ",
"5373": "GlobalBuildingInfoNotify",
"2304": "GMShowNavMeshReq",
"2320": "GMShowNavMeshRsp",
"2353": "GMShowObstacleReq",
"2338": "GMShowObstacleRsp",
"84": "GmTalkNotify",
"75": "GmTalkReq",
"54": "GmTalkRsp",
"7621": "GNKAPMPOIOE",
"7282": "GOPOEDFNDBO",
"613": "GrantRewardNotify",
"24190": "GravenInnocenceEditCarveCombinationReq",
"20912": "GravenInnocenceEditCarveCombinationRsp",
"23079": "GravenInnocencePhotoFinishReq",
"23629": "GravenInnocencePhotoFinishRsp",
"24173": "GravenInnocencePhotoReminderNotify",
"22616": "GravenInnocenceRaceRestartReq",
"24201": "GravenInnocenceRaceRestartRsp",
"24552": "GravenInnocenceRaceSettleNotify",
"5798": "GroupLinkAllNotify",
"5793": "GroupLinkChangeNotify",
"5759": "GroupLinkDeleteNotify",
"5796": "GroupLinkMarkUpdateNotify",
"3263": "GroupSuiteNotify",
"3167": "GroupUnloadNotify",
"3195": "GuestBeginEnterSceneNotify",
"3012": "GuestPostEnterSceneNotify",
"5659": "H5ActivityIdsNotify",
"7036": "HAPLGGHOBAJ",
"7201": "HBHMEOHPEBO",
"7776": "HGIFNPKLHJM",
"7539": "HHHOMEPECIM",
"8744": "HideAndSeekChooseMapReq",
"8413": "HideAndSeekChooseMapRsp",
"5526": "HideAndSeekPlayerCapturedNotify",
"5330": "HideAndSeekPlayerReadyNotify",
"5387": "HideAndSeekPlayerSetAvatarNotify",
"5397": "HideAndSeekSelectAvatarReq",
"5340": "HideAndSeekSelectAvatarRsp",
"8896": "HideAndSeekSelectSkillReq",
"8715": "HideAndSeekSelectSkillRsp",
"5311": "HideAndSeekSetReadyReq",
"5360": "HideAndSeekSetReadyRsp",
"5393": "HideAndSeekSettleNotify",
"24166": "HIDIPEIMBEG",
"278": "HitClientTrivialNotify",
"3299": "HitTreeNotify",
"7677": "HKGFBIHCDHH",
"7195": "HMLAENOCENE",
"7429": "HNPEJFPHAEH",
"4544": "HomeAllUnlockedBgmIdListNotify",
"4504": "HomeAvatarAllFinishRewardNotify",
"4651": "HomeAvatarCostumeChangeNotify",