From 3d90da62e8755a8af85794de24ee1ca8e4355347 Mon Sep 17 00:00:00 2001
From: cehua_wcy <781813756@qq.com>
Date: 星期二, 30 十月 2018 20:06:42 +0800
Subject: [PATCH] 2685 天赋技能效果配置

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/RedFort/FB_RedFort_LineNPC.txt |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/RedFort/FB_RedFort_LineNPC.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/RedFort/FB_RedFort_LineNPC.txt
new file mode 100644
index 0000000..b1b3c18
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/RedFort/FB_RedFort_LineNPC.txt
@@ -0,0 +1,18 @@
+# 线路对应刷新伪装NPC
+# {线路属性:[刷怪间隔, 每个点个数上限, [NPCID列表]]}
+
+(
+
+{
+
+0:[5, 2, [296,297,298,299,300,301,302,303,304]],
+1:[5, 2, [305,306,307,308,309,310,311,312,313]],
+2:[5, 2, [314,315,316,317,318,319,320,321,322]],
+3:[5, 2, [323,324,325,326,327,328,329,330,331]],
+4:[5, 2, [332,333,334,335,336,337,338,339,340]],
+5:[5, 2, [341,342,343,344,345,346,347,348,349]],
+6:[5, 2, [350,351,352,353,354,355,356,357,358]],
+
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0