Documentation
¶
Index ¶
- Constants
- func Decrypt(data []byte, idx int) ([]byte, error)
- func Encrypt(data []byte, idx int) ([]byte, error)
- func EncryptWithSign(data []byte, idx int) ([]byte, []byte, error)
- func GetCMDDescription(cmd int) string
- func InitKey(p string) error
- func Sign(data []byte, idx int) ([]byte, error)
- func SourceDesc(source int) string
- type CompatPrng
- type MT19937_64
- type Message
- type Packet
- type PacketHandler
- type PacketKey
- type Queue
- type Recorder
Constants ¶
View Source
const ( DECRYPT_CHUNK_SIZE = 256 ENCRYPT_CHUNK_SIZE = 256 - 11 )
View Source
const ( CN_KEY = 2 OS_KEY = 3 SIGN_KEY = 0 CN1_KEY = 4 OS1_KEY = 5 CN_SIGN_KEY = 1000 + 2 OS_SIGN_KEY = 1000 + 3 CN1_SIGN_KEY = 1000 + 4 OS1_SIGN_KEY = 1000 + 5 )
View Source
const ( AbilityInvocationFixedNotify = 1175 AbilityInvocationsNotify = 1196 ClientAbilityInitBeginNotify = 1102 ClientAbilityInitFinishNotify = 1172 AbilityInvocationFailNotify = 1155 ClientAbilitiesInitFinishCombineNotify = 1158 WindSeedClientNotify = 1130 AbilityChangeNotify = 1184 ClientAbilityChangeNotify = 1164 ServerUpdateGlobalValueNotify = 1121 ServerGlobalValueChangeNotify = 1134 ClientAIStateNotify = 1194 ServerCombatEndNotify = 1116 ClientRemoveCombatEndModifierNotify = 1128 PerformOperationNotify = 1138 AchievementAllDataNotify = 2678 AchievementUpdateNotify = 2658 TakeAchievementRewardReq = 2687 TakeAchievementRewardRsp = 2671 TakeAchievementGoalRewardReq = 2676 TakeAchievementGoalRewardRsp = 2689 GetActivityScheduleReq = 2055 GetActivityScheduleRsp = 2103 GetActivityInfoReq = 2167 GetActivityInfoRsp = 2114 ActivityPlayOpenAnimNotify = 2131 ActivityInfoNotify = 2086 ActivityScheduleInfoNotify = 2107 ActivityTakeWatcherRewardReq = 2085 ActivityTakeWatcherRewardRsp = 2111 ActivityUpdateWatcherNotify = 2007 ActivitySelectAvatarCardReq = 2053 ActivitySelectAvatarCardRsp = 2098 ActivityCoinInfoNotify = 2006 SeaLampFlyLampReq = 2144 SeaLampFlyLampRsp = 2150 SeaLampTakeContributionRewardReq = 2118 SeaLampTakeContributionRewardRsp = 2023 SeaLampTakePhaseRewardReq = 2018 SeaLampTakePhaseRewardRsp = 2079 SeaLampContributeItemReq = 2004 SeaLampContributeItemRsp = 2154 SeaLampFlyLampNotify = 2003 SeaLampCoinNotify = 2127 SeaLampPopularityNotify = 2151 LoadActivityTerrainNotify = 2032 ServerAnnounceNotify = 2050 ServerAnnounceRevokeNotify = 2142 ActivityBannerNotify = 2078 ActivityBannerClearReq = 2077 ActivityBannerClearRsp = 2069 SalesmanDeliverItemReq = 2172 SalesmanDeliverItemRsp = 2140 SalesmanTakeRewardReq = 2046 SalesmanTakeRewardRsp = 2119 ActivityCondStateChangeNotify = 2178 SalesmanTakeSpecialRewardReq = 2129 SalesmanTakeSpecialRewardRsp = 2137 GetAuthSalesmanInfoReq = 2195 GetAuthSalesmanInfoRsp = 2152 EnterTrialAvatarActivityDungeonReq = 2146 EnterTrialAvatarActivityDungeonRsp = 2170 ReceivedTrialAvatarActivityRewardReq = 2068 ReceivedTrialAvatarActivityRewardRsp = 2116 TrialAvatarFirstPassDungeonNotify = 2005 TrialAvatarInDungeonIndexNotify = 2121 TakeDeliveryDailyRewardReq = 2024 TakeDeliveryDailyRewardRsp = 2110 FinishDeliveryNotify = 2081 SelectAsterMidDifficultyReq = 2047 SelectAsterMidDifficultyRsp = 2010 AsterProgressInfoNotify = 2017 AsterLittleInfoNotify = 2104 AsterMidInfoNotify = 2162 AsterMiscInfoNotify = 2181 TakeAsterSpecialRewardReq = 2063 TakeAsterSpecialRewardRsp = 2039 AsterLargeInfoNotify = 2011 FlightActivitySettleNotify = 2002 FlightActivityRestartReq = 2149 FlightActivityRestartRsp = 2197 AsterMidCampInfoNotify = 2145 DragonSpineChapterOpenNotify = 2096 DragonSpineChapterProgressChangeNotify = 2161 DragonSpineChapterFinishNotify = 2072 DragonSpineCoinChangeNotify = 2134 ActivitySaleChangeNotify = 2071 StartEffigyChallengeReq = 2158 StartEffigyChallengeRsp = 2101 EffigyChallengeInfoNotify = 2066 EffigyChallengeResultNotify = 2013 TakeEffigyFirstPassRewardReq = 2189 TakeEffigyFirstPassRewardRsp = 2084 TakeEffigyRewardReq = 2090 TakeEffigyRewardRsp = 2165 SelectEffigyChallengeConditionReq = 2074 SelectEffigyChallengeConditionRsp = 2126 RestartEffigyChallengeReq = 2199 RestartEffigyChallengeRsp = 2160 TreasureMapRegionInfoNotify = 2034 TreasureMapCurrencyNotify = 2060 TreasureMapRegionActiveNotify = 2065 TreasureMapMpChallengeNotify = 2122 TreasureMapBonusChallengeNotify = 2091 TreasureMapGuideTaskDoneNotify = 2020 TreasureMapPreTaskDoneNotify = 2196 BlessingScanReq = 2191 BlessingScanRsp = 2183 BlessingRedeemRewardReq = 2159 BlessingRedeemRewardRsp = 2133 BlessingGetFriendPicListReq = 2092 BlessingGetFriendPicListRsp = 2054 BlessingGiveFriendPicReq = 2012 BlessingGiveFriendPicRsp = 2056 BlessingAcceptGivePicReq = 2132 BlessingAcceptGivePicRsp = 2194 BlessingGetAllRecvPicRecordListReq = 2067 BlessingGetAllRecvPicRecordListRsp = 2185 BlessingRecvFriendPicNotify = 2083 BlessingAcceptAllGivePicReq = 2025 BlessingAcceptAllGivePicRsp = 2143 ExpeditionStartReq = 2038 ExpeditionStartRsp = 2049 ExpeditionRecallReq = 2009 ExpeditionRecallRsp = 2177 ExpeditionTakeRewardReq = 2102 ExpeditionTakeRewardRsp = 2130 GetExpeditionAssistInfoListReq = 2097 GetExpeditionAssistInfoListRsp = 2115 SetCurExpeditionChallengeIdReq = 2106 SetCurExpeditionChallengeIdRsp = 2186 ExpeditionChallengeEnterRegionNotify = 2188 ExpeditionChallengeFinishedNotify = 2128 FleurFairBalloonSettleNotify = 2100 FleurFairFallSettleNotify = 2112 FleurFairMusicGameSettleReq = 2180 FleurFairMusicGameSettleRsp = 2125 FleurFairMusicGameStartReq = 2113 FleurFairMusicGameStartRsp = 2174 FleurFairReplayMiniGameReq = 2030 FleurFairReplayMiniGameRsp = 2156 StartArenaChallengeLevelReq = 2173 StartArenaChallengeLevelRsp = 2075 ArenaChallengeFinishNotify = 2044 WaterSpritePhaseFinishNotify = 2016 ActivityTakeWatcherRewardBatchReq = 2109 ActivityTakeWatcherRewardBatchRsp = 2073 ChannelerSlabStageActiveChallengeIndexNotify = 8068 ChannelerSlabStageOneoffDungeonNotify = 8399 ChannellerSlabWearBuffReq = 8674 ChannellerSlabWearBuffRsp = 8697 ChannellerSlabTakeoffBuffReq = 8112 ChannellerSlabTakeoffBuffRsp = 8230 ChannellerSlabEnterLoopDungeonReq = 8659 ChannellerSlabEnterLoopDungeonRsp = 8710 ChannellerSlabLoopDungeonTakeFirstPassRewardReq = 8140 ChannellerSlabLoopDungeonTakeFirstPassRewardRsp = 8506 ChannellerSlabLoopDungeonTakeScoreRewardReq = 8642 ChannellerSlabLoopDungeonTakeScoreRewardRsp = 8152 ChannellerSlabLoopDungeonChallengeInfoNotify = 8807 ChannellerSlabLoopDungeonSelectConditionReq = 8519 ChannellerSlabLoopDungeonSelectConditionRsp = 8193 ChannellerSlabOneOffDungeonInfoReq = 8017 ChannellerSlabOneOffDungeonInfoRsp = 8450 ChannellerSlabOneOffDungeonInfoNotify = 8300 ChannellerSlabSaveAssistInfoReq = 8285 ChannellerSlabSaveAssistInfoRsp = 8160 MistTrialSelectAvatarAndEnterDungeonReq = 8665 MistTrialSelectAvatarAndEnterDungeonRsp = 8645 MistTrialGetChallengeMissionReq = 8956 MistTrialGetChallengeMissionRsp = 8668 MistTrialDunegonFailNotify = 8015 ChannellerSlabCheckEnterLoopDungeonReq = 8476 ChannellerSlabCheckEnterLoopDungeonRsp = 8271 HideAndSeekSelectSkillReq = 8721 HideAndSeekSelectSkillRsp = 8129 ActivityTakeScoreRewardReq = 8041 ActivityTakeScoreRewardRsp = 8120 ActivityTakeAllScoreRewardReq = 8377 ActivityTakeAllScoreRewardRsp = 8332 HideAndSeekChooseMapReq = 8653 HideAndSeekChooseMapRsp = 8455 CommonPlayerTipsNotify = 8023 FindHilichurlFinishSecondQuestNotify = 8503 FindHilichurlAcceptQuestNotify = 8560 SummerTimeFloatSignalPositionNotify = 8259 SummerTimeFloatSignalUpdateNotify = 8915 SummerTimeSprintBoatSettleNotify = 8942 SummerTimeSprintBoatRestartReq = 8170 SummerTimeSprintBoatRestartRsp = 8679 StartBuoyantCombatGalleryReq = 8385 StartBuoyantCombatGalleryRsp = 8774 BuoyantCombatSettleNotify = 8317 SetLimitOptimizationNotify = 8557 EchoShellUpdateNotify = 8297 EchoShellTakeRewardReq = 8280 EchoShellTakeRewardRsp = 8644 BounceConjuringSettleNotify = 8291 BlitzRushParkourRestartReq = 8225 BlitzRushParkourRestartRsp = 8867 EnterChessDungeonReq = 8387 EnterChessDungeonRsp = 8204 TreasureMapHostInfoNotify = 8054 SumoSaveTeamReq = 8991 SumoSaveTeamRsp = 8514 SumoSelectTeamAndEnterDungeonReq = 8326 SumoSelectTeamAndEnterDungeonRsp = 8398 SumoDungeonSettleNotify = 8606 SumoEnterDungeonNotify = 8412 SumoSwitchTeamReq = 8219 SumoSwitchTeamRsp = 8940 SumoLeaveDungeonNotify = 8521 SumoRestartDungeonReq = 8150 SumoRestartDungeonRsp = 8743 ActivityDisableTransferPointInteractionNotify = 8212 SumoSetNoSwitchPunishTimeNotify = 8408 FishingGallerySettleNotify = 8269 LunaRiteSacrificeReq = 8448 LunaRiteSacrificeRsp = 8010 LunaRiteTakeSacrificeRewardReq = 8871 LunaRiteTakeSacrificeRewardRsp = 8206 LunaRiteHintPointReq = 8302 LunaRiteHintPointRsp = 8827 LunaRiteHintPointRemoveNotify = 8968 LunaRiteGroupBundleRegisterNotify = 8352 LunaRiteAreaFinishNotify = 8751 PlantFlowerGetSeedInfoReq = 8216 PlantFlowerGetSeedInfoRsp = 8426 PlantFlowerTakeSeedRewardReq = 8749 PlantFlowerTakeSeedRewardRsp = 8268 PlantFlowerSetFlowerWishReq = 8024 PlantFlowerSetFlowerWishRsp = 8086 PlantFlowerGetFriendFlowerWishListReq = 8357 PlantFlowerGetFriendFlowerWishListRsp = 8419 PlantFlowerGiveFriendFlowerReq = 8164 PlantFlowerGiveFriendFlowerRsp = 8910 PlantFlowerGetRecvFlowerListReq = 8335 PlantFlowerGetRecvFlowerListRsp = 8051 PlantFlowerHaveRecvFlowerNotify = 8833 PlantFlowerAcceptGiveFlowerReq = 8705 PlantFlowerAcceptGiveFlowerRsp = 8540 PlantFlowerAcceptAllGiveFlowerReq = 8493 PlantFlowerAcceptAllGiveFlowerRsp = 8859 PlantFlowerGetCanGiveFriendFlowerReq = 8429 PlantFlowerGetCanGiveFriendFlowerRsp = 8596 PlantFlowerEditFlowerCombinationReq = 8104 PlantFlowerEditFlowerCombinationRsp = 8215 MusicGameSettleReq = 8397 MusicGameSettleRsp = 8828 MusicGameStartReq = 8583 MusicGameStartRsp = 8290 DoRoguelikeDungeonCardGachaReq = 8737 DoRoguelikeDungeonCardGachaRsp = 8548 RefreshRoguelikeDungeonCardReq = 8889 RefreshRoguelikeDungeonCardRsp = 8479 SelectRoguelikeDungeonCardReq = 8701 SelectRoguelikeDungeonCardRsp = 8633 EquipRoguelikeRuneReq = 8154 EquipRoguelikeRuneRsp = 8073 TriggerRoguelikeRuneReq = 8661 TriggerRoguelikeRuneRsp = 8255 TriggerRoguelikeCurseNotify = 8958 UpgradeRoguelikeShikigamiReq = 8187 UpgradeRoguelikeShikigamiRsp = 8486 RoguelikeSelectAvatarAndEnterDungeonReq = 8231 RoguelikeSelectAvatarAndEnterDungeonRsp = 8436 RoguelikeGiveUpReq = 8671 RoguelikeGiveUpRsp = 8304 RoguelikeTakeStageFirstPassRewardReq = 8289 RoguelikeTakeStageFirstPassRewardRsp = 8551 GiveUpRoguelikeDungeonCardReq = 8147 GiveUpRoguelikeDungeonCardRsp = 8704 EnterRoguelikeDungeonNotify = 8640 StartRogueEliteCellChallengeReq = 8527 StartRogueEliteCellChallengeRsp = 8515 StartRogueNormalCellChallengeReq = 8292 StartRogueNormalCellChallengeRsp = 8143 RogueCellUpdateNotify = 8723 RogueDungeonPlayerCellChangeNotify = 8475 RogueHealAvatarsReq = 8077 RogueHealAvatarsRsp = 8037 RogueResumeDungeonReq = 8182 RogueResumeDungeonRsp = 8267 ClearRoguelikeCurseNotify = 8799 RoguelikeCardGachaNotify = 8541 RogueSwitchAvatarReq = 8787 RogueSwitchAvatarRsp = 8792 DisableRoguelikeTrapNotify = 8574 RoguelikeRuneRecordUpdateNotify = 8615 RoguelikeMistClearNotify = 8708 RoguelikeEffectDataNotify = 8729 RoguelikeEffectViewReq = 8105 RoguelikeEffectViewRsp = 8770 RoguelikeResourceBonusPropUpdateNotify = 8700 RoguelikeRefreshCardCostUpdateNotify = 8875 DigActivityMarkPointChangeNotify = 8623 DigActivityChangeGadgetStateReq = 8435 DigActivityChangeGadgetStateRsp = 8646 WinterCampStageInfoChangeNotify = 8463 WinterCampRaceScoreNotify = 8372 WinterCampGiveFriendItemReq = 8878 WinterCampGiveFriendItemRsp = 8765 WinterCampSetWishListReq = 8393 WinterCampSetWishListRsp = 8887 WinterCampGetFriendWishListReq = 8278 WinterCampGetFriendWishListRsp = 8223 WinterCampRecvItemNotify = 8284 WinterCampAcceptGiveItemReq = 8603 WinterCampAcceptGiveItemRsp = 8718 WinterCampAcceptAllGiveItemReq = 8002 WinterCampAcceptAllGiveItemRsp = 8328 WinterCampGetCanGiveFriendItemReq = 8598 WinterCampGetCanGiveFriendItemRsp = 8470 WinterCampGetRecvItemListReq = 8339 WinterCampGetRecvItemListRsp = 8882 WinterCampEditSnowmanCombinationReq = 8234 WinterCampEditSnowmanCombinationRsp = 8320 WinterCampTriathlonSettleNotify = 8842 WinterCampTakeExploreRewardReq = 8890 WinterCampTakeExploreRewardRsp = 8549 WinterCampTakeBattleRewardReq = 8860 WinterCampTakeBattleRewardRsp = 8217 WinterCampTriathlonRestartReq = 8466 WinterCampTriathlonRestartRsp = 8957 MistTrialSettleNotify = 8153 MistTrialGetDungeonExhibitionDataReq = 8109 MistTrialGetDungeonExhibitionDataRsp = 8354 PotionResetChallengeReq = 8298 PotionResetChallengeRsp = 8502 PotionEnterDungeonReq = 8252 PotionEnterDungeonRsp = 8740 PotionEnterDungeonNotify = 8386 PotionSaveDungeonResultReq = 8611 PotionSaveDungeonResultRsp = 8102 PotionRestartDungeonReq = 8444 PotionRestartDungeonRsp = 8337 TanukiTravelFinishGuideQuestNotify = 8045 FinishLanternProjectionReq = 8033 FinishLanternProjectionRsp = 8641 ViewLanternProjectionTipsReq = 8047 ViewLanternProjectionTipsRsp = 8594 ViewLanternProjectionLevelTipsReq = 8953 ViewLanternProjectionLevelTipsRsp = 8690 SalvagePreventSettleNotify = 8307 SalvageEscortSettleNotify = 8693 LanternRiteTakeSkinRewardReq = 8066 LanternRiteTakeSkinRewardRsp = 8773 SalvagePreventRestartReq = 8371 SalvagePreventRestartRsp = 8711 SalvageEscortRestartReq = 8162 SalvageEscortRestartRsp = 8183 LanternRiteStartFireworksReformReq = 8125 LanternRiteStartFireworksReformRsp = 8260 LanternRiteDoFireworksReformReq = 8167 LanternRiteDoFireworksReformRsp = 8256 LanternRiteEndFireworksReformReq = 8200 LanternRiteEndFireworksReformRsp = 8301 UpdateSalvageBundleMarkReq = 8244 UpdateSalvageBundleMarkRsp = 8927 MichiaeMatsuriDarkPressureLevelUpdateNotify = 8677 MichiaeMatsuriInteractStatueReq = 8736 MichiaeMatsuriInteractStatueRsp = 8652 MichiaeMatsuriUnlockCrystalSkillReq = 8812 MichiaeMatsuriUnlockCrystalSkillRsp = 8847 MichiaeMatsuriStartBossChallengeReq = 8699 MichiaeMatsuriStartBossChallengeRsp = 8763 MichiaeMatsuriStartDarkChallengeReq = 8857 MichiaeMatsuriStartDarkChallengeRsp = 8949 MichiaeMatsuriRemoveChestMarkNotify = 8539 MichiaeMatsuriRemoveChallengeMarkNotify = 8886 MichiaeMatsuriGainCrystalExpUpdateNotify = 8830 BartenderCompleteOrderReq = 8107 BartenderCompleteOrderRsp = 8388 BartenderCancelOrderReq = 8189 BartenderCancelOrderRsp = 8417 BartenderGetFormulaReq = 8318 BartenderGetFormulaRsp = 8049 BartenderStartLevelReq = 8117 BartenderStartLevelRsp = 8078 BartenderCancelLevelReq = 8587 BartenderCancelLevelRsp = 8938 BartenderLevelProgressNotify = 8030 BartenderFinishLevelReq = 8495 BartenderFinishLevelRsp = 8977 CrystalLinkEnterDungeonReq = 8856 CrystalLinkEnterDungeonRsp = 8605 CrystalLinkDungeonInfoNotify = 8163 CrystalLinkRestartDungeonReq = 8971 CrystalLinkRestartDungeonRsp = 8839 QuickOpenActivityReq = 8800 QuickOpenActivityRsp = 8579 IrodoriEditFlowerCombinationReq = 8621 IrodoriEditFlowerCombinationRsp = 8620 IrodoriScanEntityReq = 8287 IrodoriScanEntityRsp = 8974 IrodoriFillPoetryReq = 8719 IrodoriFillPoetryRsp = 8240 IrodoriChessEquipCardReq = 8144 IrodoriChessEquipCardRsp = 8089 IrodoriChessUnequipCardReq = 8972 IrodoriChessUnequipCardRsp = 8654 EnterIrodoriChessDungeonReq = 8573 EnterIrodoriChessDungeonRsp = 8208 IrodoriMasterStartGalleryReq = 8008 IrodoriMasterStartGalleryRsp = 8808 IrodoriMasterGalleryCgEndNotify = 8270 IrodoriMasterGallerySettleNotify = 8052 PhotoActivityFinishReq = 8575 PhotoActivityFinishRsp = 8410 PhotoActivityClientViewReq = 8632 PhotoActivityClientViewRsp = 8656 SpiceActivityFinishMakeSpiceReq = 8660 SpiceActivityFinishMakeSpiceRsp = 8135 SpiceActivityProcessFoodReq = 8229 SpiceActivityProcessFoodRsp = 8171 SpiceActivityGivingRecordNotify = 8649 GachaActivityPercentNotify = 8904 GachaActivityUpdateElemNotify = 8530 GachaActivityCreateRobotReq = 8734 GachaActivityCreateRobotRsp = 8688 GachaActivityTakeRewardReq = 8428 GachaActivityTakeRewardRsp = 8510 GachaActivityResetReq = 8903 GachaActivityResetRsp = 8011 GachaActivityNextStageReq = 8801 GachaActivityNextStageRsp = 8132 ActivityGiveFriendGiftReq = 8439 ActivityGiveFriendGiftRsp = 8405 ActivityGetRecvGiftListReq = 8760 ActivityGetRecvGiftListRsp = 8266 ActivityHaveRecvGiftNotify = 8733 ActivityAcceptGiveGiftReq = 8313 ActivityAcceptGiveGiftRsp = 8567 ActivityAcceptAllGiveGiftReq = 8507 ActivityAcceptAllGiveGiftRsp = 8947 ActivityGetCanGiveFriendGiftReq = 8136 ActivityGetCanGiveFriendGiftRsp = 8782 ActivitySetGiftWishReq = 8597 ActivitySetGiftWishRsp = 8893 ActivityGetFriendGiftWishListReq = 8127 ActivityGetFriendGiftWishListRsp = 8682 LuminanceStoneChallengeSettleNotify = 8565 StartRogueDiaryPlayReq = 8254 StartRogueDiaryPlayRsp = 8460 ResetRogueDiaryPlayReq = 8459 ResetRogueDiaryPlayRsp = 8447 EnterRogueDiaryDungeonReq = 8477 EnterRogueDiaryDungeonRsp = 8964 ResumeRogueDiaryDungeonReq = 8658 ResumeRogueDiaryDungeonRsp = 8145 RogueDiaryDungeonInfoNotify = 8535 RogueDiaryDungeonSettleNotify = 8771 StartRogueDiaryRoomReq = 8341 StartRogueDiaryRoomRsp = 8064 RogueDiaryTiredAvatarNotify = 8296 ReserveRogueDiaryAvatarReq = 8180 ReserveRogueDiaryAvatarRsp = 8191 GetRogueDairyRepairInfoReq = 8441 GetRogueDairyRepairInfoRsp = 8474 RefreshRogueDiaryCardReq = 8349 RefreshRogueDiaryCardRsp = 8982 RogueFinishRepairReq = 8237 RogueFinishRepairRsp = 8899 TryInterruptRogueDiaryDungeonReq = 8917 TryInterruptRogueDiaryDungeonRsp = 8258 RogueDiaryRepairInfoNotify = 8872 RetryCurRogueDiaryDungeonReq = 8074 RetryCurRogueDiaryDungeonRsp = 8355 RogueDiaryReviveAvatarReq = 8838 RogueDiaryReviveAvatarRsp = 8185 TryEnterNextRogueDiaryDungeonReq = 8595 TryEnterNextRogueDiaryDungeonRsp = 8348 RogueDiaryCoinAddNotify = 8422 SummerTimeV2BoatSettleNotify = 8884 ActivityPushTipsInfoNotify = 8720 ActivityReadPushTipsReq = 8425 ActivityReadPushTipsRsp = 8669 SummerTimeV2RestartBoatGalleryReq = 8342 SummerTimeV2RestartBoatGalleryRsp = 8166 SummerTimeV2RestartDungeonReq = 8841 SummerTimeV2RestartDungeonRsp = 8643 IslandPartySettleNotify = 24605 GearActivityStartPlayGearReq = 23029 GearActivityStartPlayGearRsp = 20735 GearActivityFinishPlayGearReq = 20732 GearActivityFinishPlayGearRsp = 24130 GearActivityStartPlayPictureReq = 23786 GearActivityStartPlayPictureRsp = 22263 GearActivityFinishPlayPictureReq = 20570 GearActivityFinishPlayPictureRsp = 23286 GravenInnocenceRaceSettleNotify = 24356 GravenInnocenceRaceRestartReq = 22570 GravenInnocenceRaceRestartRsp = 24299 GravenInnocenceEditCarveCombinationReq = 21123 GravenInnocenceEditCarveCombinationRsp = 22896 GravenInnocencePhotoFinishReq = 21250 GravenInnocencePhotoFinishRsp = 24245 GravenInnocencePhotoReminderNotify = 22652 InstableSprayEnterDungeonReq = 22671 InstableSprayEnterDungeonRsp = 22254 InstableSpraySwitchTeamReq = 24423 InstableSpraySwitchTeamRsp = 24774 InstableSprayLevelFinishNotify = 24945 InstableSprayRestartDungeonReq = 21065 InstableSprayRestartDungeonRsp = 22291 BOGPMHOLDPL = 24583 NIEAFONHBPM = 21503 MuqadasPotionActivityEnterDungeonReq = 23650 MuqadasPotionActivityEnterDungeonRsp = 21540 MuqadasPotionDungeonSettleNotify = 23874 MuqadasPotionRestartDungeonReq = 23190 MuqadasPotionRestartDungeonRsp = 21517 MuqadasPotionCaptureWeaknessReq = 21302 MuqadasPotionCaptureWeaknessRsp = 23979 IDLLGJOMIHA = 21599 AEMOLFPMPII = 23776 OABCDPMNPKL = 21092 AMDGCDOHIJI = 20871 TreasureSeelieCollectOrbsNotify = 21944 VintageMarketDeliverItemReq = 23543 VintageMarketDeliverItemRsp = 21476 SceneGalleryVintageHuntingSettleNotify = 24282 VintagePresentFinishNoify = 23227 VintageDecorateBoothReq = 24321 VintageDecorateBoothRsp = 22255 VintageHuntingStartGalleryReq = 20089 VintageHuntingStartGalleryRsp = 20075 VintageCampGroupBundleRegisterNotify = 21817 VintageCampStageFinishNotify = 22702 VintageMarketStartStorePlayReq = 24449 VintageMarketStartStorePlayRsp = 21534 VintageMarketFinishStorePlayReq = 21794 VintageMarketFinishStorePlayRsp = 23124 VintagePresentFinishNotify = 22394 VintageMarketStoreUnlockSlotReq = 21725 VintageMarketStoreUnlockSlotRsp = 23887 VintageMarketStoreChooseStrategyReq = 24268 VintageMarketStoreChooseStrategyRsp = 22664 VintageMarketStoreViewStrategyReq = 21521 VintageMarketStoreViewStrategyRsp = 24425 VintageMarketDividendFinishNotify = 20538 VintageMarketNpcEventFinishNotify = 24968 WindFieldRestartDungeonReq = 21920 WindFieldRestartDungeonRsp = 20315 EnterFungusFighterPlotDungeonReq = 20605 EnterFungusFighterPlotDungeonRsp = 22991 FungusFighterPlotInfoNotify = 21226 FungusCultivateReq = 24404 FungusCultivateRsp = 21314 FungusRenameReq = 20104 FungusRenameRsp = 20037 EnterFungusFighterTrainingDungeonReq = 21220 EnterFungusFighterTrainingDungeonRsp = 22331 FungusFighterRuntimeDataNotify = 20216 FungusFighterTrainingSelectFungusReq = 22310 FungusFighterTrainingSelectFungusRsp = 24204 FungusFighterTrainingGallerySettleNotify = 21415 FungusFighterClearTrainingRuntimeDataReq = 22654 FungusFighterClearTrainingRuntimeDataRsp = 23191 FungusFighterUseBackupFungusReq = 24654 FungusFighterUseBackupFungusRsp = 21478 FungusFighterRestartTraningDungeonReq = 20014 FungusFighterRestartTraningDungeonRsp = 21623 CharAmusementSettleNotify = 24679 EffigyChallengeV2EnterDungeonReq = 24806 EffigyChallengeV2EnterDungeonRsp = 21927 EffigyChallengeV2RestartDungeonReq = 23136 EffigyChallengeV2RestartDungeonRsp = 23297 EffigyChallengeV2ChooseSkillReq = 20435 EffigyChallengeV2ChooseSkillRsp = 20703 EffigyChallengeV2DungeonInfoNotify = 24567 CoinCollectChooseSkillReq = 23268 CoinCollectChooseSkillRsp = 24626 RestartCoinCollectPlaySingleModeReq = 22708 RestartCoinCollectPlaySingleModeRsp = 24881 EndCoinCollectPlaySingleModeReq = 21573 EndCoinCollectPlaySingleModeRsp = 21649 CoinCollectPrepareReq = 20940 CoinCollectPrepareRsp = 24271 CoinCollectInterruptPlayReq = 24014 CoinCollectInterruptPlayRsp = 24982 CoinCollectCheckDoubleStartPlayReq = 21600 CoinCollectCheckDoubleStartPlayRsp = 24647 SingleStartBrickBreakerReq = 23458 SingleStartBrickBreakerRsp = 21701 SingleRestartBrickBreakerReq = 21458 SingleRestartBrickBreakerRsp = 24342 BrickBreakerSettleNotify = 21157 BrickBreakerTwiceStartReq = 23603 BrickBreakerTwiceStartRsp = 24115 BrickBreakerQuitReq = 24426 BrickBreakerQuitRsp = 20028 LanV3BoatGameStartSingleReq = 20591 LanV3BoatGameStartSingleRsp = 24757 LanV3BoatGameTransferFinishNotify = 20376 LanV3RaceSettleNotify = 24410 LanV3RaceRestartReq = 20785 LanV3RaceRestartRsp = 20595 LanV3BoatInterruptSettleStageReq = 23111 LanV3BoatInterruptSettleStageRsp = 23608 LanV3ShadowFinishLevelReq = 22696 LanV3ShadowFinishLevelRsp = 22016 DuelHeartEnterDungeonReq = 22959 DuelHeartEnterDungeonRsp = 24232 DuelHeartRestartDungeonReq = 21392 DuelHeartRestartDungeonRsp = 23521 DuelHeartSelectDifficultyReq = 22648 DuelHeartSelectDifficultyRsp = 22000 DuelHeartSettleNotify = 20333 DuelHeartCgEndNotify = 23659 BKNCOJHMFEC = 20107 TeamChainEnterDungeonReq = 24706 TeamChainEnterDungeonRsp = 23443 TeamChainRestartDungeonReq = 24341 TeamChainRestartDungeonRsp = 24739 TeamChainDungeonInfoNotify = 21169 TeamChainTakeCostumeRewardReq = 22589 TeamChainTakeCostumeRewardRsp = 21956 ENLCIDALHGC = 24697 GKOBJNLOOND = 22795 WindSeedType1Notify = 23131 WindSeedType2Notify = 23432 WindSeedType3Notify = 24948 ElectroherculesBattleSelectDifficultyReq = 20048 ElectroherculesBattleSelectDifficultyRsp = 24886 ElectroherculesBattleSettleNotify = 22701 IPCHFMGPLPP = 21714 JJEHBCBJFLF = 24763 KNNGOJAGIAL = 23260 FDNMHNBHONE = 22507 LIJALJAOMEK = 20051 AAMMPKIGJHN = 21003 GFEIPJFIGJM = 21199 FHJAEGPCAHG = 23326 IKCCICLGIKM = 23751 ILJNCOCFFNB = 24495 LJKCDBOLAIJ = 20749 NMOBHLHFDNE = 22183 COCJMKHIMEM = 24549 CGPHDPAAMPM = 23151 PGFOGADAEAC = 20097 GJJJCHINBII = 24723 CNBAEBDPJBF = 23318 DIDADCNIOMI = 23207 GLGIKFKKIKG = 21550 DKFACNEHNKP = 20492 PKEKHPEEHAL = 21143 DNPLKIHGECF = 23511 CIEOHIENPPD = 20434 ALBHDAGHPBP = 22095 DKNEDCPLBHN = 23298 PCBFPNBDBAN = 20213 KAIFOEAHHAO = 20259 BDJHEBOCANO = 23026 FLNLNAMJAEB = 20310 OINPOGEFEMB = 23616 PIEKABPNAEJ = 23142 NKLPKBPLMLL = 21119 LGIKKFMHNEL = 20602 KOHHFAEBIFO = 20942 IKCGHEKPMHI = 22622 EJHFPLNBFHM = 23035 GGONNADPJDH = 23456 GKLFCHEMHNG = 23457 GCDGOKAMHHE = 23247 KDAGJANLFEF = 20469 DOBFKAKDMPG = 24936 DLPHHKMFACO = 20663 DPENENPGNBL = 24257 OFBBPNBLMEN = 23360 BMFAFGNGJML = 22024 EHBDGJLNKPL = 22975 BHJFLKGMNKJ = 22961 MAGGCGFOAAH = 24775 NBOPGJNGLIN = 22136 KGMBPFDAEBA = 23237 ANACKKAIMPI = 21530 BOFIACELCGC = 22561 LAPFPIKELEL = 23395 LJIHGBOMPMI = 24171 JEAPGNOHBOI = 24987 OPAIEMOGHDJ = 24659 DNNFFIBKAPI = 22353 EDEOHNALPPJ = 22404 IDJEJJOEBBM = 22441 DBBFACGPEON = 23153 GDJEHBFAJOP = 20615 EOHPPBAPKBL = 21606 KGFAOABCKDC = 23024 MLOFOEIDFAN = 21861 GBAINDMOPJF = 21584 HBHEONJMKBD = 24372 GGPDGGMFIBC = 21063 NIAFFAFKECB = 23696 CDFDONMECFJ = 23537 HGGHODNABHP = 23330 GGLNLFEKEMG = 23363 EDBEIIDPPPO = 20737 CFGNBAKAIHE = 23707 EFPBLINNFML = 24999 ALLEHIBHLDI = 24100 LDBPJGCBPFJ = 20928 GDAEHJBCCJM = 21953 MCECIKAOCKB = 21880 OJNGCKEHDHD = 20224 CENALMBCGAG = 20726 IBKBFBCLPNL = 24674 LNOCHFNJHLH = 21593 FGFPHBGPGJF = 20003 AEGNJEKFGPI = 23731 FFMKLPKKACA = 24913 DIGKJCLBEJJ = 20238 KGPFFJCDCIF = 23495 GCDPKLPCACG = 21966 AAKNGDKKHDN = 24258 IEGEPGDGEJC = 24089 HEJNKLEBOBO = 20539 AEFBJDINKAJ = 24908 AFFAKDPDBCM = 21635 HONBFPLCPGO = 23324 HOILIMPKOHJ = 20557 OGBDKBKDDAA = 20262 GAMLCKLHONB = 20712 IEFDHHAPEBH = 24660 NFEEPEBHGFM = 21833 MPDJNGPJIKJ = 22599 JHJHNOICDIE = 21288 AranaraCollectionDataNotify = 6378 AddAranaraCollectionNotify = 6358 CataLogFinishedGlobalWatcherAllDataNotify = 6353 CataLogNewFinishedGlobalWatcherNotify = 6398 AvatarAddNotify = 1758 AvatarDelNotify = 1701 SetUpAvatarTeamReq = 1666 SetUpAvatarTeamRsp = 1613 ChooseCurAvatarTeamReq = 1789 ChooseCurAvatarTeamRsp = 1684 ChangeAvatarReq = 1690 ChangeAvatarRsp = 1765 AvatarPromoteReq = 1674 AvatarPromoteRsp = 1726 SpringUseReq = 1799 SpringUseRsp = 1760 RefreshBackgroundAvatarReq = 1738 RefreshBackgroundAvatarRsp = 1657 AvatarTeamUpdateNotify = 1633 AvatarDataNotify = 1768 AvatarUpgradeReq = 1629 AvatarUpgradeRsp = 1695 AvatarDieAnimationEndReq = 1619 AvatarDieAnimationEndRsp = 1621 AvatarChangeElementTypeReq = 1634 AvatarChangeElementTypeRsp = 1757 AvatarFetterDataNotify = 1775 AvatarExpeditionDataNotify = 1660 AvatarExpeditionAllDataReq = 1665 AvatarExpeditionAllDataRsp = 1722 AvatarExpeditionStartReq = 1691 AvatarExpeditionStartRsp = 1620 AvatarExpeditionCallBackReq = 1796 AvatarExpeditionCallBackRsp = 1708 AvatarExpeditionGetRewardReq = 1648 AvatarExpeditionGetRewardRsp = 1763 ChangeMpTeamAvatarReq = 1626 ChangeMpTeamAvatarRsp = 1628 ChangeTeamNameReq = 1664 ChangeTeamNameRsp = 1670 SceneTeamUpdateNotify = 1652 FocusAvatarReq = 1636 FocusAvatarRsp = 1791 AvatarSatiationDataNotify = 1783 AvatarWearFlycloakReq = 1759 AvatarWearFlycloakRsp = 1733 AvatarFlycloakChangeNotify = 1692 AvatarGainFlycloakNotify = 1654 AvatarEquipAffixStartNotify = 1612 AvatarFetterLevelRewardReq = 1656 AvatarFetterLevelRewardRsp = 1732 AddNoGachaAvatarCardNotify = 1794 AvatarPromoteGetRewardReq = 1667 AvatarPromoteGetRewardRsp = 1785 AvatarChangeCostumeReq = 1683 AvatarChangeCostumeRsp = 1625 AvatarChangeCostumeNotify = 1743 AvatarGainCostumeNotify = 1645 AvatarChangeAnimHashReq = 1792 AvatarChangeAnimHashRsp = 1790 PersistentDungeonSwitchAvatarReq = 1640 PersistentDungeonSwitchAvatarRsp = 1601 AddBackupAvatarTeamReq = 1638 AddBackupAvatarTeamRsp = 1649 DelBackupAvatarTeamReq = 1609 DelBackupAvatarTeamRsp = 1777 AvatarTeamAllDataNotify = 1702 AvatarRenameInfoNotify = 1730 ItemRenameAvatarReq = 1697 ItemRenameAvatarRsp = 1715 KJEIEEHCGEB = 1706 EMDOBLDMBPF = 1786 EHJGIADLJIH = 1788 BattlePassAllDataNotify = 2628 BattlePassMissionUpdateNotify = 2608 BattlePassMissionDelNotify = 2637 BattlePassCurScheduleUpdateNotify = 2621 TakeBattlePassRewardReq = 2626 TakeBattlePassRewardRsp = 2639 TakeBattlePassMissionPointReq = 2625 TakeBattlePassMissionPointRsp = 2607 GetBattlePassProductReq = 2623 GetBattlePassProductRsp = 2616 SetBattlePassViewedReq = 2601 SetBattlePassViewedRsp = 2642 BattlePassBuySuccNotify = 2635 BuyBattlePassLevelReq = 2631 BuyBattlePassLevelRsp = 2610 GetBlossomBriefInfoListReq = 2775 GetBlossomBriefInfoListRsp = 2796 BlossomBriefInfoNotify = 2702 WorldOwnerBlossomBriefInfoNotify = 2772 WorldOwnerBlossomScheduleInfoNotify = 2755 BlossomChestCreateNotify = 2748 OpenBlossomCircleCampGuideNotify = 2758 PrivateChatReq = 5025 PrivateChatRsp = 5046 PrivateChatNotify = 4952 PullPrivateChatReq = 4998 PullPrivateChatRsp = 5008 PullRecentChatReq = 4985 PullRecentChatRsp = 5037 ReadPrivateChatReq = 4980 ReadPrivateChatRsp = 5034 ChatChannelUpdateNotify = 5014 ChatChannelDataNotify = 4971 ChatChannelShieldNotify = 4984 ChatChannelInfoNotify = 5044 CodexDataFullNotify = 4207 CodexDataUpdateNotify = 4206 QueryCodexMonsterBeKilledNumReq = 4208 QueryCodexMonsterBeKilledNumRsp = 4210 ViewCodexReq = 4202 ViewCodexRsp = 4201 SetCodexPushtipsReadReq = 4205 SetCodexPushtipsReadRsp = 4204 AllCoopInfoNotify = 1978 MainCoopUpdateNotify = 1958 SaveMainCoopReq = 1987 SaveMainCoopRsp = 1971 FinishMainCoopReq = 1976 FinishMainCoopRsp = 1989 CoopDataNotify = 1975 CoopChapterUpdateNotify = 1957 CoopCgUpdateNotify = 1973 CoopRewardUpdateNotify = 1966 UnlockCoopChapterReq = 1953 UnlockCoopChapterRsp = 1998 CoopPointUpdateNotify = 1951 StartCoopPointReq = 1992 StartCoopPointRsp = 1985 CancelCoopTaskReq = 1981 CancelCoopTaskRsp = 1960 TakeCoopRewardReq = 1963 TakeCoopRewardRsp = 1993 CoopProgressUpdateNotify = 1965 SaveCoopDialogReq = 1988 SaveCoopDialogRsp = 1999 CoopCgShowNotify = 1997 SetCoopChapterViewedReq = 1967 SetCoopChapterViewedRsp = 1959 MainCoopFailNotify = 1955 EnterCustomDungeonReq = 6228 EnterCustomDungeonRsp = 6208 SaveCustomDungeonRoomReq = 6237 SaveCustomDungeonRoomRsp = 6221 ChangeCustomDungeonRoomReq = 6207 ChangeCustomDungeonRoomRsp = 6223 RemoveCustomDungeonReq = 6216 RemoveCustomDungeonRsp = 6203 TryCustomDungeonReq = 6248 TryCustomDungeonRsp = 6201 PublishCustomDungeonReq = 6242 PublishCustomDungeonRsp = 6235 ExitCustomDungeonTryReq = 6231 ExitCustomDungeonTryRsp = 6210 CustomDungeonUpdateNotify = 6213 GetRecommendCustomDungeonReq = 6243 GetRecommendCustomDungeonRsp = 6215 GetStoreCustomDungeonReq = 6238 GetStoreCustomDungeonRsp = 6249 SearchCustomDungeonReq = 6247 SearchCustomDungeonRsp = 6217 StoreCustomDungeonReq = 6209 StoreCustomDungeonRsp = 6205 LikeCustomDungeonReq = 6230 LikeCustomDungeonRsp = 6244 GetCustomDungeonReq = 6250 GetCustomDungeonRsp = 6236 CustomDungeonRecoverNotify = 6246 BackPlayCustomDungeonOfficialReq = 6220 BackPlayCustomDungeonOfficialRsp = 6233 CustomDungeonOfficialNotify = 6224 ReplayCustomDungeonReq = 6222 ReplayCustomDungeonRsp = 6234 CustomDungeonBattleRecordNotify = 6206 OutStuckCustomDungeonReq = 6232 OutStuckCustomDungeonRsp = 6202 DraftOwnerStartInviteReq = 5402 DraftOwnerStartInviteRsp = 5472 DraftOwnerInviteNotify = 5455 DraftGuestReplyInviteReq = 5448 DraftGuestReplyInviteRsp = 5458 DraftGuestReplyInviteNotify = 5435 DraftInviteResultNotify = 5487 DraftOwnerTwiceConfirmNotify = 5430 DraftGuestReplyTwiceConfirmReq = 5484 DraftGuestReplyTwiceConfirmRsp = 5464 DraftTwiceConfirmResultNotify = 5421 DraftGuestReplyTwiceConfirmNotify = 5434 DungeonEntryInfoReq = 975 DungeonEntryInfoRsp = 996 PlayerEnterDungeonReq = 902 PlayerEnterDungeonRsp = 972 PlayerQuitDungeonReq = 955 PlayerQuitDungeonRsp = 948 DungeonWayPointNotify = 958 DungeonWayPointActivateReq = 935 DungeonWayPointActivateRsp = 987 DungeonSettleNotify = 930 DungeonPlayerDieNotify = 984 DungeonDieOptionReq = 964 DungeonDieOptionRsp = 921 DungeonShowReminderNotify = 934 DungeonPlayerDieReq = 994 DungeonPlayerDieRsp = 916 DungeonDataNotify = 928 DungeonChallengeBeginNotify = 938 DungeonChallengeFinishNotify = 988 ChallengeDataNotify = 968 DungeonFollowNotify = 906 DungeonGetStatueDropReq = 933 DungeonGetStatueDropRsp = 924 ChallengeRecordNotify = 931 DungeonCandidateTeamInfoNotify = 976 DungeonCandidateTeamInviteNotify = 926 DungeonCandidateTeamRefuseNotify = 920 DungeonCandidateTeamPlayerLeaveNotify = 905 DungeonCandidateTeamDismissNotify = 936 DungeonCandidateTeamCreateReq = 966 DungeonCandidateTeamCreateRsp = 943 DungeonCandidateTeamInviteReq = 903 DungeonCandidateTeamInviteRsp = 942 DungeonCandidateTeamKickReq = 907 DungeonCandidateTeamKickRsp = 998 DungeonCandidateTeamLeaveReq = 946 DungeonCandidateTeamLeaveRsp = 980 DungeonCandidateTeamReplyInviteReq = 959 DungeonCandidateTeamReplyInviteRsp = 993 DungeonCandidateTeamSetReadyReq = 911 DungeonCandidateTeamSetReadyRsp = 971 DungeonCandidateTeamChangeAvatarReq = 949 DungeonCandidateTeamChangeAvatarRsp = 912 GetDailyDungeonEntryInfoReq = 941 GetDailyDungeonEntryInfoRsp = 953 DungeonSlipRevivePointActivateReq = 956 DungeonSlipRevivePointActivateRsp = 963 DungeonInterruptChallengeReq = 918 DungeonInterruptChallengeRsp = 969 InteractDailyDungeonInfoNotify = 910 DungeonRestartReq = 923 DungeonRestartRsp = 977 DungeonRestartInviteNotify = 992 DungeonRestartInviteReplyReq = 909 DungeonRestartInviteReplyRsp = 974 DungeonRestartInviteReplyNotify = 917 DungeonRestartResultNotify = 997 DungeonCandidateTeamSetChangingAvatarReq = 970 DungeonCandidateTeamSetChangingAvatarRsp = 961 MistTrialFloorLevelNotify = 901 DungeonReviseLevelNotify = 915 CCMOCNEMPED = 919 HDNBCGCMHGF = 989 EvtBeingHitNotify = 375 EvtAnimatorParameterNotify = 396 HostPlayerNotify = 302 EvtDoSkillSuccNotify = 372 EvtCreateGadgetNotify = 355 EvtDestroyGadgetNotify = 348 EvtFaceToEntityNotify = 358 EvtFaceToDirNotify = 335 EvtCostStaminaNotify = 387 EvtSetAttackTargetNotify = 330 EvtAnimatorStateChangedNotify = 384 EvtRushMoveNotify = 364 EvtBulletHitNotify = 321 EvtBulletDeactiveNotify = 334 EvtEntityStartDieEndNotify = 394 EvtBulletMoveNotify = 333 EvtAvatarEnterFocusNotify = 324 EvtAvatarExitFocusNotify = 331 EvtAvatarUpdateFocusNotify = 376 EntityAuthorityChangeNotify = 326 AvatarBuffAddNotify = 320 AvatarBuffDelNotify = 305 MonsterAlertChangeNotify = 336 MonsterForceAlertNotify = 366 AvatarEnterElementViewNotify = 303 TriggerCreateGadgetToEquipPartNotify = 342 EvtEntityRenderersChangedNotify = 307 AnimatorForceSetAirMoveNotify = 398 EvtAiSyncSkillCdNotify = 346 EvtBeingHitsCombineNotify = 380 EvtAvatarSitDownNotify = 371 EvtAvatarStandUpNotify = 349 CreateMassiveEntityReq = 312 CreateMassiveEntityRsp = 341 CreateMassiveEntityNotify = 353 DestroyMassiveEntityNotify = 356 MassiveEntityStateChangedNotify = 363 SyncTeamEntityNotify = 318 DelTeamEntityNotify = 369 CombatInvocationsNotify = 310 ServerBuffChangeNotify = 323 EvtAiSyncCombatThreatInfoNotify = 377 MassiveEntityElementOpBatchNotify = 392 EntityAiSyncNotify = 309 LuaSetOptionNotify = 374 EvtDestroyServerGadgetNotify = 317 EntityAiKillSelfNotify = 397 EvtAvatarLockChairReq = 370 EvtAvatarLockChairRsp = 361 ReportFightAntiCheatNotify = 301 EvtBeingHealedNotify = 315 EvtLocalGadgetOwnerLeaveSceneNotify = 319 EnterFishingReq = 5828 EnterFishingRsp = 5808 StartFishingReq = 5837 StartFishingRsp = 5821 FishCastRodReq = 5826 FishCastRodRsp = 5839 FishChosenNotify = 5825 FishEscapeNotify = 5807 FishBiteReq = 5823 FishBiteRsp = 5816 FishBattleBeginReq = 5803 FishBattleBeginRsp = 5848 FishBattleEndReq = 5801 FishBattleEndRsp = 5842 ExitFishingReq = 5835 ExitFishingRsp = 5831 FishAttractNotify = 5810 FishBaitGoneNotify = 5813 PlayerFishingDataNotify = 5843 FishPoolDataNotify = 5815 GetGachaInfoReq = 1575 GetGachaInfoRsp = 1596 DoGachaReq = 1502 DoGachaRsp = 1572 GachaWishReq = 1555 GachaWishRsp = 1548 GachaOpenWishNotify = 1558 GachaSimpleInfoNotify = 1535 NPJJLPIEEFA = 1587 GadgetInteractReq = 875 GadgetInteractRsp = 896 GadgetStateNotify = 802 WorktopOptionNotify = 872 SelectWorktopOptionReq = 855 SelectWorktopOptionRsp = 848 BossChestActivateNotify = 858 BlossomChestInfoNotify = 835 GadgetPlayStartNotify = 887 GadgetPlayStopNotify = 830 GadgetPlayDataNotify = 884 GadgetPlayUidOpNotify = 864 GadgetGeneralRewardInfoNotify = 821 GadgetAutoPickDropInfoNotify = 834 UpdateAbilityCreatedMovingPlatformNotify = 894 FoundationReq = 816 FoundationRsp = 828 FoundationNotify = 838 GadgetTalkChangeNotify = 888 GadgetChainLevelUpdateNotify = 868 GadgetChainLevelChangeNotify = 806 VehicleInteractReq = 833 VehicleInteractRsp = 824 CreateVehicleReq = 831 CreateVehicleRsp = 876 RequestLiveInfoReq = 826 RequestLiveInfoRsp = 820 LiveStartNotify = 805 ProjectorOptionReq = 836 ProjectorOptionRsp = 866 LiveEndNotify = 843 VehicleStaminaNotify = 803 GadgetCustomTreeInfoNotify = 842 GadgetChangeLevelTagReq = 807 GadgetChangeLevelTagRsp = 898 NightCrowGadgetObservationMatchReq = 846 NightCrowGadgetObservationMatchRsp = 880 DeshretObeliskChestInfoNotify = 859 ANKMHOAHDAI = 893 GalleryStartNotify = 5575 GalleryBalloonShootNotify = 5596 GalleryBalloonScoreNotify = 5502 GalleryStopNotify = 5572 GalleryFallCatchNotify = 5555 GalleryFallScoreNotify = 5548 GetAllSceneGalleryInfoReq = 5558 GetAllSceneGalleryInfoRsp = 5535 GalleryFlowerCatchNotify = 5587 GalleryPreStartNotify = 5530 GalleryBulletHitNotify = 5584 GalleryBrokenFloorFallNotify = 5564 InterruptGalleryReq = 5521 InterruptGalleryRsp = 5534 SceneGalleryInfoNotify = 5594 GalleryBounceConjuringHitNotify = 5516 GallerySumoKillMonsterNotify = 5528 GalleryCrystalLinkKillMonsterNotify = 5538 GalleryCrystalLinkBuffInfoNotify = 5588 HomeGalleryInPlayingNotify = 5568 GalleryIslandPartyDownHillInfoNotify = 5506 IslandPartyRaftInfoNotify = 5533 IslandPartySailInfoNotify = 5524 BackRebornGalleryReq = 5531 BackRebornGalleryRsp = 5576 GalleryWillStartCountdownNotify = 5526 InstableSprayGalleryInfoNotify = 5520 WindFieldGalleryInfoNotify = 5505 WindFieldGalleryChallengeInfoNotify = 5536 FungusFighterTrainingInfoNotify = 5566 FungusCaptureSettleNotify = 5543 HideAndSeekPlayerCapturedNotify = 5503 CoinCollectGallerySettleNotify = 5542 HENLJKJGGPN = 5507 JPNPHEAACKJ = 5598 DGANAHEHIAI = 5546 IPAOHCEGLBJ = 5580 FCHPKLCOHDI = 5559 OGMBGMEHLND = 5593 ADNMEPEENAN = 5511 KCMKIOKPNPK = 5571 GCGOperationReq = 7674 GCGOperationRsp = 7697 GCGMessagePackNotify = 7112 GCGAskDuelReq = 7230 GCGAskDuelRsp = 7659 GCGGameBriefDataNotify = 7506 GCGInitFinishReq = 7642 GCGInitFinishRsp = 7152 GCGHeartBeatNotify = 7807 GCGSkillPreviewNotify = 7519 GCGSkillPreviewAskReq = 7193 GCGSkillPreviewAskRsp = 7017 GCGChallengeUpdateNotify = 7450 GCGBackToDuelReq = 7300 GCGBackToDuelRsp = 7285 GCGDebugReplayNotify = 7160 GCGGameMaxNotify = 7665 GCGGameCreateFailReasonNotify = 7645 BFPIGPNCLEO = 7956 JGDFLBNLHPM = 7668 JKEOIDCJIIP = 7015 BFOHFFGPOJH = 7738 GCGDSDataNotify = 7427 GCGDSCardBackUnlockNotify = 7873 GCGDSFieldUnlockNotify = 7845 GCGDSCardFaceUnlockNotify = 7789 GCGDSCardNumChangeNotify = 7158 GCGDSChangeCardFaceReq = 7536 GCGDSChangeCardFaceRsp = 7097 GCGDSChangeCardBackReq = 7303 GCGDSChangeCardBackRsp = 7490 GCGDSChangeFieldReq = 7321 GCGDSChangeFieldRsp = 7141 GCGDSChangeDeckNameReq = 7928 GCGDSChangeDeckNameRsp = 7411 GCGDSDeckSaveReq = 7998 GCGDSDeckSaveRsp = 7071 GCGDSChangeCurDeckReq = 7299 GCGDSChangeCurDeckRsp = 7245 GCGDSCurDeckChangeNotify = 7563 GCGDSDeleteDeckReq = 7576 GCGDSDeleteDeckRsp = 7496 GCGDSDeckUnlockNotify = 7385 GCGDSCardProficiencyNotify = 7774 GCGDSDeckUpdateNotify = 7317 GCGDSCardFaceUpdateNotify = 7557 GCGDSTakeCardProficiencyRewardReq = 7908 GCGDSTakeCardProficiencyRewardRsp = 7933 GCGDSBanCardNotify = 7168 GCGTCTavernInfoNotify = 7194 GCGTCInviteReq = 7449 GCGTCInviteRsp = 7364 GCGTCTavernChallengeDataNotify = 7777 GCGTCTavernChallengeUpdateNotify = 7976 GCGGrowthLevelNotify = 7788 GCGGrowthLevelRewardNotify = 7128 GCGGrowthLevelTakeRewardReq = 7586 GCGGrowthLevelTakeRewardRsp = 7443 GCGInviteGuestBattleReq = 7467 GCGInviteGuestBattleRsp = 7906 GCGInviteBattleNotify = 7803 GCGApplyInviteBattleReq = 7769 GCGApplyInviteBattleRsp = 7923 GCGApplyInviteBattleNotify = 7433 GCGWorldPlayerGCGStateReq = 7421 GCGWorldPlayerGCGStateRsp = 7093 GCGSettleNotify = 7359 GCGResourceStateNotify = 7970 GCGClientSettleReq = 7796 GCGClientSettleRsp = 7944 GCGSettleOptionReq = 7370 GCGSettleOptionRsp = 7918 GCGBasicDataNotify = 7514 GCGTavernNpcInfoNotify = 7468 GCGStartChallengeReq = 7584 GCGStartChallengeRsp = 7358 GCGWeekChallengeInfoNotify = 7592 GCGStartChallengeByCheckRewardReq = 7916 GCGStartChallengeByCheckRewardRsp = 7702 GCGLevelChallengeNotify = 7616 GCGLevelChallengeFinishNotify = 7207 GCGWorldChallengeUnlockNotify = 7184 GCGBossChallengeUpdateNotify = 7099 GCGLevelChallengeDeleteNotify = 7014 KABIPCCNOEA = 7269 GLKHPDDFBBG = 7197 HJJABCDOGOI = 7366 DJDCAPHMOJB = 7416 NHHONCBEIPE = 7199 LNEIOICEMJC = 7253 AIEGMNDKMGN = 7850 FJIGHHIBLFE = 7458 LOIGICCKOIL = 7529 HELDBEMKCMC = 7566 ODKKCEJPMHB = 7635 JFOPGFMLODC = 7995 BIKMDCHHGPD = 7201 JMDDFOJBMOJ = 7036 KDAMNINKNDC = 7092 MIAJKEKHPHG = 7262 OHNHADFLDGA = 7781 EDMCEECHIPN = 7424 CMHGEEAADDC = 7955 GNCIJOAMNFC = 7501 GCOHOLPDLDG = 7571 GIAINOJGMKB = 7216 PGAPAJMBDJB = 7426 HNNHCOCIBIL = 7749 DCONHKKIBNF = 7335 NAKGEIFHIIG = 7051 COOFLEALNCK = 7833 OBKIDBEKHIO = 7705 NIGMBDFAGKP = 7540 KKONKHJJJJN = 7493 BHENJEPOBEL = 7859 MNJHAKKNMIH = 7429 AJNGNNFKHGA = 7596 AFKHBKBKGIG = 7104 DJDNFEHEHMJ = 7215 BCIJIBIGKMB = 7058 CABIALHJBHD = 7544 HOAMDINIHAD = 7137 BGMGOEHOLNL = 7626 IKMBHONFGBO = 7275 GroupLinkAllNotify = 5778 GroupLinkChangeNotify = 5758 GroupLinkDeleteNotify = 5787 GroupLinkMarkUpdateNotify = 5771 CDHKKKGPAAJ = 5776 GetAllH5ActivityInfoReq = 5658 GetAllH5ActivityInfoRsp = 5678 H5ActivityIdsNotify = 5687 SetH5ActivityRedDotTimestampReq = 5671 SetH5ActivityRedDotTimestampRsp = 5676 TryEnterHomeReq = 4565 TryEnterHomeRsp = 4762 JoinHomeWorldFailNotify = 4600 HomeBlockNotify = 4506 HomeGetBasicInfoReq = 4806 HomeBasicInfoNotify = 4683 HomeChangeEditModeReq = 4656 HomeChangeEditModeRsp = 4809 HomeChangeModuleReq = 4505 HomeChangeModuleRsp = 4838 HomeGetArrangementInfoReq = 4796 HomeGetArrangementInfoRsp = 4672 HomeUpdateArrangementInfoReq = 4871 HomeUpdateArrangementInfoRsp = 4771 GetPlayerHomeCompInfoReq = 4482 PlayerHomeCompInfoNotify = 4769 SetFriendEnterHomeOptionReq = 4847 SetFriendEnterHomeOptionRsp = 4516 PlayerApplyEnterHomeNotify = 4495 PlayerApplyEnterHomeResultReq = 4617 PlayerApplyEnterHomeResultRsp = 4561 PlayerApplyEnterHomeResultNotify = 4694 HomeSceneJumpReq = 4669 HomeSceneJumpRsp = 4544 HomeChooseModuleReq = 4892 HomeChooseModuleRsp = 4658 HomeModuleUnlockNotify = 4682 HomeGetOnlineStatusReq = 4729 HomeGetOnlineStatusRsp = 4746 HomeKickPlayerReq = 4647 HomeKickPlayerRsp = 4665 HomeModuleSeenReq = 4826 HomeModuleSeenRsp = 4725 UnlockedFurnitureFormulaDataNotify = 4597 UnlockedFurnitureSuiteDataNotify = 4622 GetHomeLevelUpRewardReq = 4752 GetHomeLevelUpRewardRsp = 4579 GetFurnitureCurModuleArrangeCountReq = 4688 FurnitureCurModuleArrangeCountNotify = 4856 HomeComfortInfoNotify = 4580 PlayerQuitFromHomeNotify = 4605 OtherPlayerEnterHomeNotify = 4898 HomePriorCheckNotify = 4568 HomeMarkPointNotify = 4465 HomeAllUnlockedBgmIdListNotify = 4455 HomeNewUnlockedBgmIdListNotify = 4560 HomeChangeBgmReq = 4496 HomeChangeBgmRsp = 4498 HomeChangeBgmNotify = 4479 HomePreChangeEditModeNotify = 4830 HomeEnterEditModeFinishReq = 4537 HomeEnterEditModeFinishRsp = 4536 FurnitureMakeReq = 4758 FurnitureMakeRsp = 4616 TakeFurnitureMakeReq = 4671 TakeFurnitureMakeRsp = 4887 FurnitureMakeFinishNotify = 4822 FurnitureMakeStartReq = 4849 FurnitureMakeStartRsp = 4724 FurnitureMakeCancelReq = 4663 FurnitureMakeCancelRsp = 4835 FurnitureMakeBeHelpedNotify = 4457 FurnitureMakeHelpReq = 4756 FurnitureMakeHelpRsp = 4581 FunitureMakeMakeInfoChangeNotify = 4556 HomeLimitedShopInfoReq = 4741 HomeLimitedShopInfoRsp = 4800 HomeLimitedShopInfoNotify = 4852 HomeLimitedShopGoodsListReq = 4719 HomeLimitedShopGoodsListRsp = 4541 HomeLimitedShopBuyGoodsReq = 4456 HomeLimitedShopBuyGoodsRsp = 4703 HomeLimitedShopInfoChangeNotify = 4789 HomeResourceNotify = 4867 HomeResourceTakeHomeCoinReq = 4773 HomeResourceTakeHomeCoinRsp = 4707 HomeResourceTakeFetterExpReq = 4766 HomeResourceTakeFetterExpRsp = 4548 HomeAvatarTalkFinishInfoNotify = 4735 HomeAvatarTalkReq = 4883 HomeAvatarTalkRsp = 4896 HomeAvatarRewardEventNotify = 4829 HomeAvatarRewardEventGetReq = 4768 HomeAvatarRewardEventGetRsp = 4895 HomeAvatarSummonAllEventNotify = 4512 HomeAvatarSummonEventReq = 4777 HomeAvatarSummonEventRsp = 4843 HomeAvatarCostumeChangeNotify = 4577 HomeAvatarSummonFinishReq = 4608 HomeAvatarSummonFinishRsp = 4562 HomeAvtarAllFinishRewardNotify = 4885 HomeAvatarAllFinishRewardNotify = 4653 HomeSceneInitFinishReq = 4497 HomeSceneInitFinishRsp = 4860 HomePlantSeedReq = 4578 HomePlantSeedRsp = 4588 HomePlantWeedReq = 4720 HomePlantWeedRsp = 4680 HomePlantInfoNotify = 4606 HomePlantFieldNotify = 4678 HomePlantInfoReq = 4879 HomePlantInfoRsp = 4587 HomeTransferReq = 4460 HomeTransferRsp = 4489 HomeGetFishFarmingInfoReq = 4837 HomeGetFishFarmingInfoRsp = 4722 HomeFishFarmingInfoNotify = 4865 HomeUpdateFishFarmingInfoReq = 4609 HomeUpdateFishFarmingInfoRsp = 4640 HomeUpdateScenePointFishFarmingInfoReq = 4664 HomeUpdateScenePointFishFarmingInfoRsp = 4454 HomeScenePointFishFarmingInfoNotify = 4791 HomeCustomFurnitureInfoNotify = 4603 HomeEditCustomFurnitureReq = 4737 HomeEditCustomFurnitureRsp = 4551 HomePictureFrameInfoNotify = 4728 HomeUpdatePictureFrameInfoReq = 4569 HomeUpdatePictureFrameInfoRsp = 4886 HomeRacingGallerySettleNotify = 4545 HomeGetGroupRecordReq = 4670 HomeGetGroupRecordRsp = 4798 HomeClearGroupRecordReq = 4674 HomeClearGroupRecordRsp = 4492 HomeBalloonGallerySettleNotify = 4474 HomeBalloonGalleryScoreNotify = 4731 HomeSeekFurnitureGalleryScoreNotify = 4749 GetHomeExchangeWoodInfoReq = 4786 GetHomeExchangeWoodInfoRsp = 4693 HomeExchangeWoodReq = 4648 HomeExchangeWoodRsp = 4802 HomeGetBlueprintSlotInfoReq = 4452 HomeGetBlueprintSlotInfoRsp = 4615 HomeSetBlueprintSlotOptionReq = 4841 HomeSetBlueprintSlotOptionRsp = 4555 HomeSetBlueprintFriendOptionReq = 4812 HomeSetBlueprintFriendOptionRsp = 4539 HomeBlueprintInfoNotify = 4870 HomePreviewBlueprintReq = 4508 HomePreviewBlueprintRsp = 4513 HomeCreateBlueprintReq = 4859 HomeCreateBlueprintRsp = 4855 HomeDeleteBlueprintReq = 4636 HomeDeleteBlueprintRsp = 4631 HomeSearchBlueprintReq = 4644 HomeSearchBlueprintRsp = 4815 HomeSaveArrangementNoChangeReq = 4718 HomeSaveArrangementNoChangeRsp = 4509 AJDEHNFKEGD = 4668 PDMAALPDCNI = 4765 NPKFGKHDGLI = 4590 MOHLKLHEILA = 4476 TakeHuntingOfferReq = 4328 TakeHuntingOfferRsp = 4308 GetCityHuntingOfferReq = 4337 GetCityHuntingOfferRsp = 4321 GetHuntingOfferRewardReq = 4326 GetHuntingOfferRewardRsp = 4339 HuntingStartNotify = 4325 HuntingRevealClueNotify = 4307 HuntingRevealFinalNotify = 4323 HuntingSuccessNotify = 4316 HuntingFailNotify = 4303 HuntingOngoingNotify = 4348 HuntingGiveUpReq = 4301 HuntingGiveUpRsp = 4342 PlayerInvestigationAllInfoNotify = 1919 TakeInvestigationRewardReq = 1904 TakeInvestigationRewardRsp = 1905 TakeInvestigationTargetRewardReq = 1917 TakeInvestigationTargetRewardRsp = 1914 GetInvestigationMonsterReq = 1902 GetInvestigationMonsterRsp = 1930 PlayerInvestigationNotify = 1909 PlayerInvestigationTargetNotify = 1927 MarkTargetInvestigationMonsterNotify = 1912 InvestigationMonsterUpdateNotify = 1924 InvestigationQuestDailyNotify = 1908 InvestigationReadQuestDailyNotify = 1913 PlayerStoreNotify = 675 StoreWeightLimitNotify = 696 StoreItemChangeNotify = 602 StoreItemDelNotify = 672 ItemAddHintNotify = 655 UseItemReq = 635 UseItemRsp = 687 DropItemReq = 630 DropItemRsp = 684 WearEquipReq = 634 WearEquipRsp = 694 TakeoffEquipReq = 616 TakeoffEquipRsp = 628 AvatarEquipChangeNotify = 638 WeaponUpgradeReq = 688 WeaponUpgradeRsp = 668 WeaponPromoteReq = 606 WeaponPromoteRsp = 633 ReliquaryUpgradeReq = 624 ReliquaryUpgradeRsp = 631 ReliquaryPromoteReq = 676 ReliquaryPromoteRsp = 626 AvatarCardChangeReq = 620 AvatarCardChangeRsp = 605 GrantRewardNotify = 636 WeaponAwakenReq = 666 WeaponAwakenRsp = 643 ItemCdGroupTimeNotify = 603 DropHintNotify = 642 CombineReq = 607 CombineRsp = 698 ForgeQueueDataNotify = 646 ForgeGetQueueDataReq = 680 ForgeGetQueueDataRsp = 659 ForgeStartReq = 693 ForgeStartRsp = 611 ForgeQueueManipulateReq = 671 ForgeQueueManipulateRsp = 649 ResinChangeNotify = 612 BuyResinReq = 669 BuyResinRsp = 610 MaterialDeleteReturnNotify = 623 TakeMaterialDeleteReturnReq = 677 TakeMaterialDeleteReturnRsp = 692 MaterialDeleteUpdateNotify = 609 McoinExchangeHcoinReq = 674 McoinExchangeHcoinRsp = 617 DestroyMaterialReq = 697 DestroyMaterialRsp = 670 SetEquipLockStateReq = 661 SetEquipLockStateRsp = 601 CalcWeaponUpgradeReturnItemsReq = 615 CalcWeaponUpgradeReturnItemsRsp = 619 ForgeDataNotify = 689 ForgeFormulaDataNotify = 660 CombineDataNotify = 640 CombineFormulaDataNotify = 678 ClosedItemNotify = 647 CheckAddItemExceedLimitNotify = 644 SetIsAutoUnlockSpecificEquipReq = 679 SetIsAutoUnlockSpecificEquipRsp = 690 ReliquaryDecomposeReq = 699 ReliquaryDecomposeRsp = 632 ReliquaryFilterStateSaveNotify = 683 ReliquaryFilterStateNotify = 627 MailChangeNotify = 1496 ReadMailNotify = 1402 GetMailItemReq = 1472 GetMailItemRsp = 1455 DelMailReq = 1448 DelMailRsp = 1458 GetAuthkeyReq = 1435 GetAuthkeyRsp = 1487 ClientNewMailNotify = 1430 GetAllMailReq = 1484 GetAllMailRsp = 1464 ChangeMailStarNotify = 1421 GetAllMailNotify = 1434 GetAllMailResultNotify = 1494 PlayerStartMatchReq = 4178 PlayerStartMatchRsp = 4158 PlayerMatchInfoNotify = 4187 PlayerCancelMatchReq = 4171 PlayerCancelMatchRsp = 4176 PlayerMatchStopNotify = 4189 PlayerMatchSuccNotify = 4175 PlayerConfirmMatchReq = 4157 PlayerConfirmMatchRsp = 4173 PlayerAllowEnterMpAfterAgreeMatchNotify = 4166 PlayerMatchAgreedResultNotify = 4153 PlayerApplyEnterMpAfterMatchAgreedNotify = 4198 PlayerGeneralMatchDismissNotify = 4151 PlayerGeneralMatchConfirmNotify = 4192 PlayerGetForceQuitBanInfoReq = 4185 PlayerGetForceQuitBanInfoRsp = 4181 ServerTryCancelGeneralMatchNotify = 4160 PlayerGCGMatchDismissNotify = 4163 PlayerGCGMatchConfirmNotify = 4193 NODACIFPFBP = 4165 GetMechanicusInfoReq = 3975 GetMechanicusInfoRsp = 3996 MechanicusSequenceOpenNotify = 3902 MechanicusCoinNotify = 3972 MechanicusOpenNotify = 3955 MechanicusCloseNotify = 3948 MechanicusUnlockGearReq = 3958 MechanicusUnlockGearRsp = 3935 MechanicusLevelupGearReq = 3987 MechanicusLevelupGearRsp = 3930 EnterMechanicusDungeonReq = 3984 EnterMechanicusDungeonRsp = 3964 MechanicusCandidateTeamCreateReq = 3994 MechanicusCandidateTeamCreateRsp = 3916 UseMiracleRingReq = 5228 UseMiracleRingRsp = 5208 MiracleRingDataNotify = 5237 MiracleRingTakeRewardReq = 5221 MiracleRingTakeRewardRsp = 5226 MiracleRingDropResultNotify = 5239 MiracleRingDeliverItemReq = 5225 MiracleRingDeliverItemRsp = 5207 MiracleRingDestroyNotify = 5223 KeepAliveNotify = 75 GmTalkReq = 96 GmTalkRsp = 2 ShowMessageNotify = 72 PingReq = 55 PingRsp = 48 GetOnlinePlayerListReq = 35 GetOnlinePlayerListRsp = 87 ServerTimeNotify = 30 ServerLogNotify = 84 ClientReconnectNotify = 64 RobotPushPlayerDataNotify = 34 ClientReportNotify = 94 UnionCmdNotify = 16 GetOnlinePlayerInfoReq = 28 GetOnlinePlayerInfoRsp = 38 CheckSegmentCRCNotify = 88 CheckSegmentCRCReq = 68 WorldPlayerRTTNotify = 6 EchoNotify = 33 UpdateRedPointNotify = 31 ClientBulletCreateNotify = 24 ChangeServerGlobalValueNotify = 76 GmTalkNotify = 26 LastPacketPrintNotify = 20 MonsterSummonTagNotify = 1375 PlayerApplyEnterMpNotify = 1828 PlayerApplyEnterMpReq = 1808 PlayerApplyEnterMpRsp = 1837 PlayerApplyEnterMpResultNotify = 1821 PlayerApplyEnterMpResultReq = 1826 PlayerApplyEnterMpResultRsp = 1839 PlayerQuitFromMpNotify = 1825 PlayerPreEnterMpNotify = 1807 GetPlayerMpModeAvailabilityReq = 1823 GetPlayerMpModeAvailabilityRsp = 1816 PlayerSetOnlyMPWithPSPlayerReq = 1803 PlayerSetOnlyMPWithPSPlayerRsp = 1848 PSPlayerApplyEnterMpReq = 1801 PSPlayerApplyEnterMpRsp = 1842 MpPlayOwnerCheckReq = 1835 MpPlayOwnerCheckRsp = 1831 MpPlayOwnerStartInviteReq = 1810 MpPlayOwnerStartInviteRsp = 1813 MpPlayOwnerInviteNotify = 1843 MpPlayGuestReplyInviteReq = 1815 MpPlayGuestReplyInviteRsp = 1838 MpPlayGuestReplyNotify = 1849 MpPlayPrepareNotify = 1847 MpPlayInviteResultNotify = 1817 MpPlayPrepareInterruptNotify = 1809 MpBlockNotify = 1805 MultistagePlayInfoNotify = 5375 MultistagePlayFinishStageReq = 5396 InBattleMechanicusExcapeMonsterNotify = 5355 InBattleMechanicusLeftMonsterNotify = 5348 InBattleMechanicusBuildingPointsNotify = 5358 InBattleMechanicusPickCardReq = 5335 InBattleMechanicusPickCardRsp = 5387 InBattleMechanicusPickCardNotify = 5330 InBattleMechanicusConfirmCardReq = 5384 InBattleMechanicusConfirmCardRsp = 5364 InBattleMechanicusConfirmCardNotify = 5321 InBattleMechanicusCardResultNotify = 5334 MultistagePlayFinishStageRsp = 5394 InBattleMechanicusSettleNotify = 5316 MultistagePlaySettleNotify = 5308 MultistagePlayStageEndNotify = 5354 MultistagePlayEndNotify = 5337 FleurFairBuffEnergyNotify = 5371 FleurFairStageSettleNotify = 5349 FleurFairFinishGalleryStageNotify = 5312 HideAndSeekSelectAvatarReq = 5341 HideAndSeekSelectAvatarRsp = 5353 HideAndSeekSetReadyReq = 5356 HideAndSeekSetReadyRsp = 5363 HideAndSeekSettleNotify = 5318 HideAndSeekPlayerReadyNotify = 5369 HideAndSeekPlayerSetAvatarNotify = 5310 ChessPickCardReq = 5315 ChessPickCardRsp = 5319 ChessPickCardNotify = 5389 ChessManualRefreshCardsReq = 5360 ChessManualRefreshCardsRsp = 5340 ChessPlayerInfoNotify = 5378 ChessLeftMonstersNotify = 5339 ChessEscapedMonstersNotify = 5347 ChessSelectedCardsNotify = 5344 GlobalBuildingInfoNotify = 5379 IrodoriChessPlayerInfoNotify = 5390 IrodoriChessLeftMonsterNotify = 5399 BrickBreakerPlayerReadyNotify = 5345 BrickBreakerPlayerSetAvatarNotify = 5351 BrickBreakerPlayerSetSkillNotify = 5382 BrickBreakerSetReadyReq = 5357 BrickBreakerSetReadyRsp = 5352 BrickBreakerSelectAvatarReq = 5381 BrickBreakerSelectAvatarRsp = 5314 BrickBreakerSelectSkillReq = 5373 BrickBreakerSelectSkillRsp = 5304 BrickBreakerSetChangingReq = 5391 BrickBreakerSetChangingRsp = 5365 BrickBreakerPlayerSetChangingNotify = 5329 CoinCollectPrepareStageNotify = 6455 LanV3BoatSettleNotify = 6554 FKNPJFJINKF = 6450 ACGAFODFNLP = 6546 NpcTalkReq = 575 NpcTalkRsp = 596 GetSceneNpcPositionReq = 572 GetSceneNpcPositionRsp = 555 MetNpcIdListNotify = 548 MeetNpcReq = 558 MeetNpcRsp = 535 FinishedTalkIdListNotify = 587 PlayerOfferingDataNotify = 2924 PlayerOfferingReq = 2921 PlayerOfferingRsp = 2916 TakeOfferingLevelRewardReq = 2903 TakeOfferingLevelRewardRsp = 2917 OfferingInteractReq = 2904 OfferingInteractRsp = 2919 KFEHELINFAO = 2908 NGIADNIJOJF = 2925 JNAGOLPHIJM = 2907 MCMDGENJHPM = 2913 KOKNDPEAKCG = 2901 AKCIEKCLPFP = 2911 GetOpActivityInfoReq = 5175 GetOpActivityInfoRsp = 5196 OpActivityDataNotify = 5102 OpActivityUpdateNotify = 5172 QueryPathReq = 2375 QueryPathRsp = 2396 ObstacleModifyNotify = 2302 PathfindingPingNotify = 2372 PathfindingEnterSceneReq = 2355 PathfindingEnterSceneRsp = 2348 GMShowObstacleReq = 2323 GMShowObstacleRsp = 2377 BIIIHIGEMBP = 2317 IFNOHBONEGM = 2397 GetPlayerTokenReq = 175 GetPlayerTokenRsp = 196 PlayerLoginReq = 102 PlayerLoginRsp = 172 PlayerLogoutReq = 155 PlayerLogoutRsp = 148 PlayerLogoutNotify = 158 PlayerDataNotify = 135 ChangeGameTimeReq = 187 ChangeGameTimeRsp = 130 PlayerGameTimeNotify = 184 PlayerPropNotify = 164 ClientTriggerEventNotify = 121 SetPlayerPropReq = 134 SetPlayerPropRsp = 194 SetPlayerBornDataReq = 116 SetPlayerBornDataRsp = 128 DoSetPlayerBornDataNotify = 138 PlayerPropChangeNotify = 188 SetPlayerNameReq = 168 SetPlayerNameRsp = 106 SetOpenStateReq = 133 SetOpenStateRsp = 124 OpenStateUpdateNotify = 131 OpenStateChangeNotify = 176 PlayerCookReq = 126 PlayerCookRsp = 120 PlayerRandomCookReq = 105 PlayerRandomCookRsp = 136 CookDataNotify = 166 CookRecipeDataNotify = 143 CookGradeDataNotify = 103 PlayerCompoundMaterialReq = 142 PlayerCompoundMaterialRsp = 107 TakeCompoundOutputReq = 198 TakeCompoundOutputRsp = 146 CompoundDataNotify = 180 GetCompoundDataReq = 159 GetCompoundDataRsp = 193 PlayerTimeNotify = 111 PlayerSetPauseReq = 171 PlayerSetPauseRsp = 149 PlayerSetLanguageReq = 112 PlayerSetLanguageRsp = 141 DataResVersionNotify = 153 DailyTaskDataNotify = 156 DailyTaskProgressNotify = 163 DailyTaskScoreRewardNotify = 118 WorldOwnerDailyTaskNotify = 169 AddRandTaskInfoNotify = 110 RemoveRandTaskInfoNotify = 123 TakePlayerLevelRewardReq = 177 TakePlayerLevelRewardRsp = 192 PlayerLevelRewardUpdateNotify = 109 GivingRecordNotify = 174 GivingRecordChangeNotify = 117 ItemGivingReq = 197 ItemGivingRsp = 170 PlayerCookArgsReq = 161 PlayerCookArgsRsp = 101 PlayerLuaShellNotify = 115 ServerDisconnectClientNotify = 119 AntiAddictNotify = 189 PlayerForceExitReq = 160 PlayerForceExitRsp = 140 PlayerInjectFixNotify = 178 TaskVarNotify = 139 ClientLockGameTimeNotify = 147 GetNextResourceInfoReq = 144 GetNextResourceInfoRsp = 179 AdjustWorldLevelReq = 190 AdjustWorldLevelRsp = 199 DailyTaskFilterCityReq = 132 DailyTaskFilterCityRsp = 183 DailyTaskUnlockedCitiesNotify = 127 ExclusiveRuleNotify = 113 CompoundUnlockNotify = 167 GetGameplayRecommendationReq = 195 GetGameplayRecommendationRsp = 150 TakeBackGivingItemReq = 162 TakeBackGivingItemRsp = 145 PlayerNicknameAuditDataNotify = 151 PlayerNicknameNotify = 182 NicknameAuditConfigNotify = 157 ReadNicknameAuditReq = 152 ReadNicknameAuditRsp = 181 PlayerCompoundMaterialBoostReq = 114 PlayerCompoundMaterialBoostRsp = 173 PlayerGameTimeByLuaNotify = 104 PlayerIpRegionNotify = 191 SkipPlayerGameTimeReq = 165 SkipPlayerGameTimeRsp = 129 KMFDGOAOFAD = 125 IOEJCMJGHCG = 186 EntityPropNotify = 1275 LifeStateChangeNotify = 1296 EntityFightPropNotify = 1202 EntityFightPropUpdateNotify = 1272 AvatarFightPropNotify = 1255 AvatarFightPropUpdateNotify = 1248 EntityFightPropChangeReasonNotify = 1258 AvatarLifeStateChangeNotify = 1235 AvatarPropChangeReasonNotify = 1287 PlayerPropChangeReasonNotify = 1230 AvatarPropNotify = 1284 MarkNewNotify = 1264 QuestListNotify = 475 QuestListUpdateNotify = 496 QuestDelNotify = 402 FinishedParentQuestNotify = 472 FinishedParentQuestUpdateNotify = 455 AddQuestContentProgressReq = 448 AddQuestContentProgressRsp = 458 QuestCreateEntityReq = 430 QuestCreateEntityRsp = 484 QuestDestroyEntityReq = 464 QuestDestroyEntityRsp = 421 ChapterStateNotify = 416 QuestProgressUpdateNotify = 428 QuestUpdateQuestVarReq = 438 QuestUpdateQuestVarRsp = 488 QuestUpdateQuestVarNotify = 468 QuestDestroyNpcReq = 406 QuestDestroyNpcRsp = 433 BargainStartNotify = 424 BargainOfferPriceReq = 431 BargainOfferPriceRsp = 476 BargainTerminateNotify = 426 GetBargainDataReq = 420 GetBargainDataRsp = 405 GetAllActivatedBargainDataReq = 436 GetAllActivatedBargainDataRsp = 466 ServerCondMeetQuestListUpdateNotify = 443 QuestGlobalVarNotify = 403 QuestTransmitReq = 442 QuestTransmitRsp = 407 PersonalLineAllDataReq = 498 PersonalLineAllDataRsp = 446 RedeemLegendaryKeyReq = 480 RedeemLegendaryKeyRsp = 459 UnlockPersonalLineReq = 493 UnlockPersonalLineRsp = 411 CancelFinishParentQuestNotify = 471 QuestUpdateQuestTimeVarNotify = 449 PersonalLineNewUnlockNotify = 412 NpcTalkStateNotify = 441 GetQuestLackingResourceReq = 453 GetQuestLackingResourceRsp = 456 GetParentQuestVideoKeyReq = 463 GetParentQuestVideoKeyRsp = 418 ParentQuestInferenceDataNotify = 469 InterpretInferenceWordReq = 410 InterpretInferenceWordRsp = 423 AssociateInferenceWordReq = 477 AssociateInferenceWordRsp = 492 SubmitInferenceWordReq = 409 SubmitInferenceWordRsp = 474 QuestRenameAvatarReq = 417 QuestRenameAvatarRsp = 497 RechargeReq = 4128 RechargeRsp = 4108 OrderFinishNotify = 4137 CardProductRewardNotify = 4121 PlayerRechargeDataNotify = 4126 OrderDisplayNotify = 4139 ReportTrackingIOInfoNotify = 4125 TakeResinCardDailyRewardReq = 4107 TakeResinCardDailyRewardRsp = 4123 ResinCardDataUpdateNotify = 4116 RegionalPlayInfoNotify = 6278 DeathZoneInfoNotify = 6258 PlayerDeathZoneNotify = 6287 RegionSearchNotify = 5628 RegionSearchChangeRegionNotify = 5608 TakeRegionSearchRewardReq = 5637 TakeRegionSearchRewardRsp = 5621 GetRegionSearchReq = 5626 NormalUidOpNotify = 5728 ServerMessageNotify = 5708 GetCityReputationInfoReq = 2875 GetCityReputationInfoRsp = 2896 TakeCityReputationLevelRewardReq = 2802 TakeCityReputationLevelRewardRsp = 2872 CityReputationLevelupNotify = 2855 TakeCityReputationParentQuestReq = 2848 TakeCityReputationParentQuestRsp = 2858 AcceptCityReputationRequestReq = 2835 AcceptCityReputationRequestRsp = 2887 CancelCityReputationRequestReq = 2830 CancelCityReputationRequestRsp = 2884 GetCityReputationMapInfoReq = 2864 GetCityReputationMapInfoRsp = 2821 TakeCityReputationExploreRewardReq = 2834 TakeCityReputationExploreRewardRsp = 2894 CityReputationDataNotify = 2816 ReunionBriefInfoReq = 5078 ReunionBriefInfoRsp = 5058 TakeReunionFirstGiftRewardReq = 5087 TakeReunionFirstGiftRewardRsp = 5071 GetReunionSignInInfoReq = 5076 GetReunionSignInInfoRsp = 5089 TakeReunionSignInRewardReq = 5075 TakeReunionSignInRewardRsp = 5057 GetReunionMissionInfoReq = 5073 GetReunionMissionInfoRsp = 5066 TakeReunionWatcherRewardReq = 5053 TakeReunionWatcherRewardRsp = 5098 UpdateReunionWatcherNotify = 5051 TakeReunionMissionRewardReq = 5092 TakeReunionMissionRewardRsp = 5085 GetReunionPrivilegeInfoReq = 5081 GetReunionPrivilegeInfoRsp = 5060 ReunionSettleNotify = 5063 ReunionActivateNotify = 5093 ReunionPrivilegeChangeNotify = 5065 ReunionDailyRefreshNotify = 5088 AEEOMPENNEA = 5099 KJMKBCOLJKO = 5097 PlayerRoutineDataNotify = 3528 WorldAllRoutineTypeNotify = 3508 WorldRoutineTypeRefreshNotify = 3537 WorldRoutineChangeNotify = 3521 WorldRoutineTypeCloseNotify = 3526 PlayerEnterSceneNotify = 275 LeaveSceneReq = 296 LeaveSceneRsp = 202 SceneInitFinishReq = 272 SceneInitFinishRsp = 255 SceneEntityAppearNotify = 248 SceneEntityDisappearNotify = 258 SceneEntityMoveReq = 235 SceneEntityMoveRsp = 287 SceneAvatarStaminaStepReq = 230 SceneAvatarStaminaStepRsp = 284 SceneEntityMoveNotify = 264 ScenePlayerLocationNotify = 221 GetScenePointReq = 234 GetScenePointRsp = 294 EnterTransPointRegionNotify = 216 ExitTransPointRegionNotify = 228 ScenePointUnlockNotify = 238 SceneTransToPointReq = 288 SceneTransToPointRsp = 268 EntityJumpNotify = 206 GetSceneAreaReq = 233 GetSceneAreaRsp = 224 SceneAreaUnlockNotify = 231 SceneEntityDrownReq = 276 SceneEntityDrownRsp = 226 SceneCreateEntityReq = 220 SceneCreateEntityRsp = 205 SceneDestroyEntityReq = 236 SceneDestroyEntityRsp = 266 SceneForceUnlockNotify = 243 SceneForceLockNotify = 203 EnterWorldAreaReq = 242 EnterWorldAreaRsp = 207 EntityForceSyncReq = 298 EntityForceSyncRsp = 246 GetAreaExplorePointReq = 259 GetAreaExplorePointRsp = 293 ClientTransmitReq = 211 ClientTransmitRsp = 271 EnterSceneWeatherAreaNotify = 249 ExitSceneWeatherAreaNotify = 212 SceneAreaWeatherNotify = 241 ScenePlayerInfoNotify = 253 WorldPlayerLocationNotify = 256 BeginCameraSceneLookNotify = 263 EndCameraSceneLookNotify = 218 MarkEntityInMinMapNotify = 269 UnmarkEntityInMinMapNotify = 210 ExecuteGroupTriggerReq = 292 ExecuteGroupTriggerRsp = 209 LevelupCityReq = 274 LevelupCityRsp = 217 SceneRouteChangeNotify = 297 PlatformStartRouteNotify = 270 PlatformStopRouteNotify = 261 PlatformChangeRouteNotify = 201 ScenePlayerSoundNotify = 215 PersonalSceneJumpReq = 219 PersonalSceneJumpRsp = 289 SealBattleBeginNotify = 260 SealBattleEndNotify = 240 SealBattleProgressNotify = 278 ClientPauseNotify = 239 PlayerEnterSceneInfoNotify = 247 JoinPlayerSceneReq = 244 JoinPlayerSceneRsp = 279 SceneKickPlayerReq = 290 SceneKickPlayerRsp = 299 SceneKickPlayerNotify = 232 HitClientTrivialNotify = 283 BackMyWorldReq = 227 BackMyWorldRsp = 213 SeeMonsterReq = 267 SeeMonsterRsp = 295 AddSeenMonsterNotify = 250 AllSeenMonsterNotify = 262 SceneTimeNotify = 245 EnterSceneReadyReq = 251 EnterSceneReadyRsp = 282 EnterScenePeerNotify = 257 EnterSceneDoneReq = 252 EnterSceneDoneRsp = 281 WorldPlayerDieNotify = 214 WorldPlayerReviveReq = 273 WorldPlayerReviveRsp = 204 JoinPlayerFailNotify = 291 SetSceneWeatherAreaReq = 265 SetSceneWeatherAreaRsp = 229 ExecuteGadgetLuaReq = 225 ExecuteGadgetLuaRsp = 286 CutSceneBeginNotify = 285 CutSceneFinishNotify = 300 CutSceneEndNotify = 222 ClientScriptEventNotify = 208 SceneEntitiesMovesReq = 254 SceneEntitiesMovesRsp = 237 SceneEntitiesMoveCombineNotify = 3050 UnlockTransPointReq = 3230 UnlockTransPointRsp = 3046 SceneWeatherForcastReq = 3283 SceneWeatherForcastRsp = 3037 MarkMapReq = 3389 MarkMapRsp = 3239 AllMarkPointNotify = 3044 WorldDataNotify = 3465 EntityMoveRoomNotify = 3265 WorldPlayerInfoNotify = 3344 PostEnterSceneReq = 3242 PostEnterSceneRsp = 3474 PlayerChatReq = 3359 PlayerChatRsp = 3369 PlayerChatNotify = 3254 PlayerChatCDNotify = 3227 ChatHistoryNotify = 3186 SceneDataNotify = 3321 DungeonEntryToBeExploreNotify = 3398 GetDungeonEntryExploreConditionReq = 3306 GetDungeonEntryExploreConditionRsp = 3140 UnfreezeGroupLimitNotify = 3450 SetEntityClientDataNotify = 3172 GroupSuiteNotify = 3284 GroupUnloadNotify = 3322 MonsterAIConfigHashNotify = 3141 ShowTemplateReminderNotify = 3042 ShowCommonTipsNotify = 3479 CloseCommonTipsNotify = 3063 ChangeWorldToSingleModeNotify = 3223 SyncScenePlayTeamEntityNotify = 3492 DelScenePlayTeamEntityNotify = 3480 PlayerEyePointStateNotify = 3327 GetMapMarkTipsReq = 3074 GetMapMarkTipsRsp = 3094 ChangeWorldToSingleModeReq = 3445 ChangeWorldToSingleModeRsp = 3390 GetWorldMpInfoReq = 3105 GetWorldMpInfoRsp = 3316 EntityConfigHashNotify = 3104 ForceDragAvatarNotify = 3041 MonsterPointArrayRouteUpdateNotify = 3064 ForceDragBackTransferNotify = 3439 GetScenePerformanceReq = 3358 GetScenePerformanceRsp = 3082 SceneAudioNotify = 3143 HitTreeNotify = 3420 EntityTagChangeNotify = 3095 AvatarFollowRouteNotify = 3166 SceneEntityUpdateNotify = 3388 ClientHashDebugNotify = 3061 PlayerWorldSceneInfoListNotify = 3422 LuaEnvironmentEffectNotify = 3456 ClientLoadingCostumeVerificationNotify = 3377 ShowClientGuideNotify = 3399 ShowClientTutorialNotify = 3113 GetMapAreaReq = 3329 GetMapAreaRsp = 3376 MapAreaChangeNotify = 3144 LeaveWorldNotify = 3196 GuestBeginEnterSceneNotify = 3099 GuestPostEnterSceneNotify = 3107 LevelTagDataNotify = 3384 StopReminderNotify = 3385 AreaPlayInfoNotify = 3153 CheckGroupReplacedReq = 3324 CheckGroupReplacedRsp = 3231 DeathZoneObserveNotify = 3462 WorldChestOpenNotify = 3098 WidgetQuickHitTreeReq = 3415 WidgetQuickHitTreeRsp = 3007 BeginCameraSceneLookWithTemplateNotify = 3498 RefreshEntityAuthNotify = 3016 ScenePlayerBackgroundAvatarRefreshNotify = 3293 OOGHEGIJMLD = 3083 HAFFINEEMDH = 3125 ScenePlayBattleInfoNotify = 4425 ScenePlayOwnerCheckReq = 4446 ScenePlayOwnerCheckRsp = 4352 ScenePlayOwnerStartInviteReq = 4422 ScenePlayOwnerStartInviteRsp = 4405 ScenePlayOwnerInviteNotify = 4398 ScenePlayGuestReplyInviteReq = 4408 ScenePlayGuestReplyInviteRsp = 4385 ScenePlayGuestReplyNotify = 4437 ScenePlayInviteResultNotify = 4380 ScenePlayInfoListNotify = 4434 ScenePlayBattleInterruptNotify = 4414 ScenePlayBattleResultNotify = 4371 ScenePlayBattleUidOpNotify = 4384 ScenePlayBattleInfoListNotify = 4444 ScenePlayOutofRegionNotify = 4366 GetShopReq = 775 GetShopRsp = 796 BuyGoodsReq = 702 BuyGoodsRsp = 772 GetShopmallDataReq = 755 GetShopmallDataRsp = 748 GetActivityShopSheetInfoReq = 758 GetActivityShopSheetInfoRsp = 735 BatchBuyGoodsReq = 787 BatchBuyGoodsRsp = 730 OpActivityStateNotify = 2575 SignInInfoReq = 2502 SignInInfoRsp = 2572 GetSignInRewardReq = 2555 GetSignInRewardRsp = 2548 BonusActivityUpdateNotify = 2564 BonusActivityInfoReq = 2521 BonusActivityInfoRsp = 2534 GetBonusActivityRewardReq = 2594 GetBonusActivityRewardRsp = 2516 UnlockAvatarTalentReq = 1075 UnlockAvatarTalentRsp = 1096 AvatarUnlockTalentNotify = 1002 AvatarSkillDepotChangeNotify = 1072 BigTalentPointConvertReq = 1055 BigTalentPointConvertRsp = 1048 AvatarSkillMaxChargeCountNotify = 1058 AvatarSkillInfoNotify = 1035 ProudSkillUpgradeReq = 1087 ProudSkillUpgradeRsp = 1030 ProudSkillChangeNotify = 1084 AvatarSkillUpgradeReq = 1064 AvatarSkillUpgradeRsp = 1021 AvatarSkillChangeNotify = 1034 ProudSkillExtraLevelNotify = 1094 CanUseSkillNotify = 1016 TeamResonanceChangeNotify = 1028 GetPlayerFriendListReq = 4075 GetPlayerFriendListRsp = 4096 AskAddFriendReq = 4055 AskAddFriendRsp = 4048 DealAddFriendReq = 4058 DealAddFriendRsp = 4035 GetPlayerSocialDetailReq = 4087 GetPlayerSocialDetailRsp = 4030 DeleteFriendReq = 4084 DeleteFriendRsp = 4064 SetPlayerBirthdayReq = 4021 SetPlayerBirthdayRsp = 4034 SetPlayerSignatureReq = 4094 SetPlayerSignatureRsp = 4016 SetPlayerHeadImageReq = 4028 SetPlayerHeadImageRsp = 4038 UpdatePS4FriendListNotify = 4088 DeleteFriendNotify = 4068 AddFriendNotify = 4006 AskAddFriendNotify = 4033 SetNameCardReq = 4024 SetNameCardRsp = 4031 GetAllUnlockNameCardReq = 4076 GetAllUnlockNameCardRsp = 4026 AddBlacklistReq = 4020 AddBlacklistRsp = 4005 RemoveBlacklistReq = 4036 RemoveBlacklistRsp = 4066 UnlockNameCardNotify = 4043 GetRecentMpPlayerListReq = 4003 GetRecentMpPlayerListRsp = 4042 SocialDataNotify = 4007 UpdatePS4BlockListReq = 4080 UpdatePS4BlockListRsp = 4059 GetPlayerBlacklistReq = 4093 GetPlayerBlacklistRsp = 4011 PlayerReportReq = 4071 PlayerReportRsp = 4049 SetFriendRemarkNameReq = 4012 SetFriendRemarkNameRsp = 4041 UpdatePlayerShowAvatarListReq = 4053 UpdatePlayerShowAvatarListRsp = 4056 GetFriendShowAvatarInfoReq = 4063 GetFriendShowAvatarInfoRsp = 4018 UpdatePlayerShowNameCardListReq = 4069 UpdatePlayerShowNameCardListRsp = 4010 GetFriendShowNameCardInfoReq = 4023 GetFriendShowNameCardInfoRsp = 4077 ForceAddPlayerFriendReq = 4092 ForceAddPlayerFriendRsp = 4009 ProfilePictureChangeNotify = 4074 PSNFriendListNotify = 4017 PSNBlackListNotify = 4097 GetPlayerAskFriendListReq = 4070 GetPlayerAskFriendListRsp = 4061 GetChatEmojiCollectionReq = 4001 GetChatEmojiCollectionRsp = 4015 SetChatEmojiCollectionReq = 4019 SetChatEmojiCollectionRsp = 4089 UpdatePS4FriendListReq = 4060 UpdatePS4FriendListRsp = 4040 FriendInfoChangeNotify = 4078 PlayerSignatureAuditDataNotify = 4039 PlayerSignatureNotify = 4047 SignatureAuditConfigNotify = 4044 ReadSignatureAuditReq = 4079 ReadSignatureAuditRsp = 4090 ToTheMoonQueryPathReq = 6175 ToTheMoonQueryPathRsp = 6196 ToTheMoonPingNotify = 6102 ToTheMoonEnterSceneReq = 6172 ToTheMoonEnterSceneRsp = 6155 ToTheMoonAddObstacleReq = 6148 ToTheMoonAddObstacleRsp = 6158 ToTheMoonRemoveObstacleReq = 6135 ToTheMoonRemoveObstacleRsp = 6187 ToTheMoonObstaclesModifyNotify = 6130 KKCDICNMNPH = 6184 TowerBriefDataNotify = 2475 TowerFloorRecordChangeNotify = 2496 TowerCurLevelRecordChangeNotify = 2402 TowerDailyRewardProgressChangeNotify = 2472 TowerTeamSelectReq = 2448 TowerTeamSelectRsp = 2458 TowerAllDataReq = 2435 TowerAllDataRsp = 2487 TowerEnterLevelReq = 2484 TowerEnterLevelRsp = 2464 TowerBuffSelectReq = 2421 TowerBuffSelectRsp = 2434 TowerSurrenderReq = 2406 TowerSurrenderRsp = 2433 TowerGetFloorStarRewardReq = 2424 TowerGetFloorStarRewardRsp = 2431 TowerLevelEndNotify = 2466 TowerLevelStarCondNotify = 2443 TowerMiddleLevelChangeTeamNotify = 2403 TowerRecordHandbookReq = 2442 TowerRecordHandbookRsp = 2407 GetUgcReq = 6328 GetUgcRsp = 6308 GetUgcBriefInfoReq = 6337 GetUgcBriefInfoRsp = 6321 SaveUgcReq = 6325 SaveUgcRsp = 6307 PublishUgcReq = 6323 PublishUgcRsp = 6316 CheckUgcUpdateReq = 6303 CheckUgcUpdateRsp = 6348 UgcNotify = 6301 CheckUgcStateReq = 6342 CheckUgcStateRsp = 6335 LHCLILFADHL = 6331 DNONIDCIBEK = 6310 FIADNJBJLCF = 6313 MILKDKMJPMJ = 9155 PCFKEMGOHGC = 9203 GHMKKFEIGMK = 9267 FFPIDAAMOGE = 9214 BBEFELPNOFF = 9231 BABLFEDCNKM = 9186 MBOJPKHDJNC = 9207 HEEPPBDJOFF = 9185 DEKEEBPCEDJ = 9211 KEMFOLABODH = 9107 MHPPGPMBNJA = 9153 AOCKEOIFIAO = 9244 PENHHHNGIGL = 9250 NACHJCMOHCE = 9218 DNINFOJLFFD = 9123 OCCBIKFCMGK = 9118 HBNNBMAOCAC = 9179 BIJCGGLPBJF = 9104 NDPFHCPDPLM = 9254 LLAIODOLINC = 9150 BOABAAIPFPL = 9242 FNFHLPMFPMI = 9132 JBLLLJLCGLL = 9178 FHFHIMACIMM = 9177 IJEJLGAJCJN = 9169 IFJMCCGMAMI = 9103 ONGIPNFJCIG = 9227 IJDKJLMHJCH = 9251 GIFCAAMOIHO = 9272 FNGGFHGAKMD = 9240 DFNBCIPFAKB = 9146 CONIILGGICD = 9219 HJBIANEJEBC = 9278 EPCKAGOOHEF = 9229 PJHKJCPGPCE = 9237 KHILNMPABIJ = 9295 NGBCACAJKJD = 9252 IMJMOBDHHOJ = 9158 HOCIBJGJGGC = 9246 NFEGDLEKDDH = 9270 IFJPJLJGHKF = 9168 CAMHMGNGIOF = 9216 PEJJKGAKCKH = 9135 PADAMHMJNEO = 9115 HHGACHNPCDB = 9124 NJGKPLAOPOK = 9210 MOFKEAJPPMM = 9181 KMFIDDBGHDM = 9241 IBLPJBOFGLO = 9224 MPDEMBIOFJM = 9284 BMGEBGNLJNO = 9269 CKBNKFFKGMA = 9298 ABLHNPJOCEC = 9187 JDBFHNDDPHF = 9142 IEKOALNPDFL = 9147 LGBINLFNLNK = 9110 MHOADPDIMGD = 9117 IGKOIHFJENN = 9204 IIHELPPMFEN = 9262 PLGEOANAALP = 9281 DMEIEALADAO = 9163 CCDOMGKFBHB = 9139 KIFHKJOHAJB = 9111 JNJDIHANEHL = 9102 PDABBFMJDAH = 9249 DCGIIPHILLJ = 9297 OPNKFFGHHOP = 9245 NFFAADBDDNF = 9159 HJGBPBGNOPO = 9137 MPGNFPDIGDJ = 9196 KMJONBPPGFK = 9261 JMCEMOFOFJK = 9172 POPGOLJKNDC = 9234 CLGOJCOBIJJ = 9171 JJEMPLMHCNK = 9131 EMPCLMJBHKF = 9248 IIMCAJENFHG = 9293 MCDMIOLAFBM = 9205 MDJOLIBMCLK = 9194 GEJCBBEOCGA = 9180 HLMHBBNMHDJ = 9199 FAPJEBOJFGI = 9193 LCBPCIKHALF = 9114 LFCBJBFEMFH = 9300 CJEMLGNHMAO = 9141 KECOIIEJMKK = 9266 CCEKCHKMJMA = 9255 IBOGLCNHDCC = 9223 OEOEFGGBOFB = 9127 WatcherAllDataNotify = 2275 WatcherChangeNotify = 2296 WatcherEventNotify = 2202 WatcherEventTypeNotify = 2272 WatcherEventStageNotify = 2255 PushTipsAllDataNotify = 2206 PushTipsChangeNotify = 2233 PushTipsReadFinishReq = 2224 PushTipsReadFinishRsp = 2231 GetPushTipsRewardReq = 2276 GetPushTipsRewardRsp = 2226 AnchorPointDataNotify = 4278 AnchorPointOpReq = 4271 AnchorPointOpRsp = 4276 SetUpLunchBoxWidgetReq = 4257 SetUpLunchBoxWidgetRsp = 4273 QuickUseWidgetReq = 4266 QuickUseWidgetRsp = 4253 WidgetCoolDownNotify = 4298 WidgetReportReq = 4251 WidgetReportRsp = 4292 ClientCollectorDataNotify = 4285 OneoffGatherPointDetectorDataNotify = 4281 SkyCrystalDetectorDataUpdateNotify = 4260 TreasureMapDetectorDataNotify = 4288 SetWidgetSlotReq = 4300 SetWidgetSlotRsp = 4286 WidgetSlotChangeNotify = 4296 GetWidgetSlotReq = 4270 GetWidgetSlotRsp = 4283 AllWidgetDataNotify = 4274 UseWidgetCreateGadgetReq = 4272 UseWidgetCreateGadgetRsp = 4284 UseWidgetRetractGadgetReq = 4256 UseWidgetRetractGadgetRsp = 4282 WidgetGadgetAllDataNotify = 4252 WidgetGadgetDataNotify = 4291 WidgetGadgetDestroyNotify = 4279 WidgetDoBagReq = 4295 WidgetDoBagRsp = 4290 WidgetActiveChangeNotify = 4268 WidgetUseAttachAbilityGroupChangeNotify = 4261 WidgetCaptureAnimalReq = 4254 WidgetCaptureAnimalRsp = 4277 WidgetUpdateExtraCDReq = 5977 WidgetUpdateExtraCDRsp = 6018 FireworksReformDataNotify = 6037 ReformFireworksReq = 6097 ReformFireworksRsp = 5966 LaunchFireworksReq = 5985 LaunchFireworksRsp = 5931 FireworksLaunchDataNotify = 6007 ChangeWidgetBackgroundActiveStateReq = 6050 ChangeWidgetBackgroundActiveStateRsp = 5906 AllWidgetBackgroundActiveStateNotify = 5919 RemotePlayerWidgetNotify = 6079 WidgetWeatherWizardDataNotify = 6051 DMAJIHFJDNC = 5979 IIGPDAJJOAB = 5905 POLJLDDPNFL = 5986 KKCEOAENKJF = 6081 AJKGAIPCFPB = 6052 )
View Source
const ( SOURCE_CLIENT = 0 SOURCE_SERVER = 1 )
View Source
const DEFAULT_KEY_LEN = 4096
Variables ¶
This section is empty.
Functions ¶
func GetCMDDescription ¶
func SourceDesc ¶
Types ¶
type CompatPrng ¶
type CompatPrng struct {
// contains filtered or unexported fields
}
func NewCompatPrng ¶
func NewCompatPrng(seed int32) *CompatPrng
func (*CompatPrng) SafeUInt64 ¶
func (c *CompatPrng) SafeUInt64() uint64
func (*CompatPrng) Sample ¶
func (c *CompatPrng) Sample() float64
type MT19937_64 ¶
type MT19937_64 struct {
// contains filtered or unexported fields
}
func NewMT19937_64 ¶
func NewMT19937_64() *MT19937_64
func (*MT19937_64) Int64 ¶
func (c *MT19937_64) Int64() uint64
func (*MT19937_64) Seed ¶
func (c *MT19937_64) Seed(seed uint64)
type Message ¶
type Message = protoreflect.ProtoMessage
type PacketHandler ¶
type PacketHandler struct {
// contains filtered or unexported fields
}
func NewPacketHandler ¶
func NewPacketHandler() *PacketHandler
func (*PacketHandler) Decode ¶
func (h *PacketHandler) Decode(cmd int, body []byte) (Message, error)
func (*PacketHandler) ParseCmd ¶
func (h *PacketHandler) ParseCmd(data []byte) (int, error)
only try to parse cmd to ensure proxy performance
func (*PacketHandler) SetKey ¶
func (h *PacketHandler) SetKey(key *PacketKey)
type PacketKey ¶
type PacketKey struct {
// contains filtered or unexported fields
}
func NewPacketKey ¶
func NewPacketKey() *PacketKey
type Queue ¶
type Queue[T any] struct { // contains filtered or unexported fields }
only for 1 read and 1 write model
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func NewRecorder ¶
func NewRecorder(cap int, handler *PacketHandler) *Recorder
Click to show internal directories.
Click to hide internal directories.