From f1594defff6e8458b77867e8cc4b4ffa42cb8a0d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 13 十一月 2018 12:00:44 +0800
Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能 --- 优化4508代码
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/RebornPreNotifyNPC.txt | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/RebornPreNotifyNPC.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/RebornPreNotifyNPC.txt
new file mode 100644
index 0000000..fa6eef2
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/RebornPreNotifyNPC.txt
@@ -0,0 +1,43 @@
+# 刷新前几分钟需要广播的NPCID
+# {npcID:[[需要提示的分钟列表], "提示mark"], ...}
+# 提示mark参数 [npcID, npcID, notifyMinute, mapID, npcID, npcID]
+
+(
+
+{
+
+260:[[5,1], "Campaign_mx_474794"],
+261:[[5,1], "Campaign_mx_474794"],
+262:[[5,1], "Campaign_mx_474794"],
+
+
+316:[[5,1], "Campaign_mx_293296"],
+317:[[5,1], "Campaign_mx_293296"],
+318:[[5,1], "Campaign_mx_293296"],
+
+
+302:[[5,1], "Campaign_mx_917284"],
+303:[[5,1], "Campaign_mx_917284"],
+304:[[5,1], "Campaign_mx_917284"],
+
+
+
+251:[[5,1], "Campaign_mx_372238"],
+252:[[5,1], "Campaign_mx_425673"],
+
+
+311:[[5,1], "Campaign_mx_70569"],
+312:[[5,1], "Campaign_mx_840854"],
+
+250:[[5,1], "Campaign_mx_367906"],
+310:[[5,1], "Campaign_mx_59724"],
+
+
+
+
+
+
+
+}
+
+)
\ No newline at end of file
--
Gitblit v1.8.0