From b1bb52bb7c6e5c36471140bf383be02d35fe92d4 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 11 一月 2019 22:34:21 +0800 Subject: [PATCH] 2857 【BUG】【1.5】采集被打断问题 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 4707b01..a210acf 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -1951,6 +1951,9 @@ Def_RMark_TimePassCnt = 'Def_RMark_TimePassCnt' #时间超过刷新个数 Def_RMark_RefreshStep = 'Def_RMark_RefreshStep' #刷怪波数 +Def_RMark_RandomRefreshNPCTick = 'RandomRefreshNPCTick' # 地图自定义随机刷怪,上次检查时间 +Def_RMark_RandomRefreshNPCNumTime = 'RandomRefreshNPCNumTime_%s' # 地图自定义随机刷怪,刷怪编号上次检查时间,参数(编号) + Map_FBDict_NotifyOpen = "Map_FB_NTOpen" # 副本开启提示 Map_FBDict_NotifyStart = "Map_FB_NTStart" # 副本开始提示 Map_FBDict_NotifyEnd = "Map_FBDict_NotifyEnd" # 副本结束提示 -- Gitblit v1.8.0