From 7b113fd95d599256c053d09319599ac1f9b70837 Mon Sep 17 00:00:00 2001
From: cehua_LC <tingame100@163.com>
Date: 星期五, 23 十一月 2018 11:52:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAwardControl.txt |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAwardControl.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAwardControl.txt
new file mode 100644
index 0000000..73e5fcb
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAwardControl.txt
@@ -0,0 +1,27 @@
+# 卷轴召唤兽击杀奖励控制
+# {控制类型:[[阶级NPCID顺序列表], [认为失败的物品ID列表], {连续失败次数:直接获得经验万分率, ...}], ...}
+# 控制类型自定义,用于区分
+
+(
+
+{
+
+# 控制类型1
+1:[
+    [32021,32022,32023,32024,32025,32026,32027,32028,32029],    # 阶级NPCID顺序
+    [-1, 21638],     # 认为失败的物品ID, -1代表经验
+    {1:1000, 2:1400, 3:2200, 4:3400, 5:5000, 6:7000}, # {连续失败次数:直接获得经验万分率, ...}
+],
+
+# 控制类型2
+2:[
+    [32030,32031,32032,32033,32034,32035,32036,32037,32038],    # 阶级NPCID顺序
+    [-1, 21638],     # 认为失败的物品ID, -1代表经验
+    {1:1000, 2:1400, 3:2200, 4:3400, 5:5000, 6:7000}, # {连续失败次数:直接获得经验万分率, ...}
+],
+
+}
+
+)
+
+

--
Gitblit v1.8.0