-
Notifications
You must be signed in to change notification settings - Fork 65
/
config.js
39 lines (38 loc) · 1.05 KB
/
config.js
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
module.exports = {
ignoredProtos: [
// "QueryPathReq",
// "PingReq",
// "PingRsp",
// "UnionCmdNotify",
// "EvtAiSyncCombatThreatInfoNotify",
// "WorldPlayerRTTNotify",
// "QueryPathRsp",
// "EvtAiSyncSkillCdNotify",
// "SetEntityClientDataNotify",
// "ObstacleModifyNotify",
// "ClientReportNotify",
// "ClientAbilityInitFinishNotify",
// "EntityConfigHashNotify",
// "MonsterAIConfigHashNotify",
// "EntityAiSyncNotify",
// "EvtAiSyncSkillCdNotify",
// //currently broken packets
"TakeAchievementRewardRsp",
"ActivityPlayOpenAnimNotify",
"FurnitureCurModuleArrangeCountNotify",
"HomeAvatarTalkFinishInfoNotify",
"GroupLinkAllNotify",
"UnlockedFurnitureSuiteDataNotify",
"HomeAvatarRewardEventNotify",
"H5ActivityIdsNotify",
"HomePriorCheckNotify",
"HomePlantInfoNotify",
"HomeResourceNotify",
"HomeAvatarAllFinishRewardNotify",
"HomeBasicInfoNotify",
"FurnitureMakeRsp"
],
ProtosToDump:[
], // add proto names here to dump them
dumpAll : false, // dump all packets except ignored ones if set to true
}