From fcb396731a43e01a4e5c4e9495bc676cdb9df73e Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 28 八月 2018 15:02:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAward.txt | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAward.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAward.txt
new file mode 100644
index 0000000..f0ec7b7
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/ItemSummonNPCAward.txt
@@ -0,0 +1,35 @@
+# 卷轴物品召唤NPC击杀奖励
+# {NPCID:[扣除的卷轴物品ID, [饼图奖励物品列表(万分率,[(物品ID,个数,是否绑定),(物品ID,个数,是否绑定),...]), ...], 经验公式], ...}
+# 特殊物品ID: 0-没有物品, -1-获得经验
+# 经验公式参数
+# reLV 参考等级
+# reExp 参考经验
+#
+
+
+(
+
+{
+
+32021:[9800,[(5775,-1),(5875,[(9801,1,0)]),(6375,[(1416,1,1)]),(10000,[(1417,1,1)])], "reExp*60"],
+32022:[9801,[(5750,-1),(5850,[(9802,1,0)]),(6350,[(1418,1,1)]),(10000,[(1419,1,1)])], "reExp*90"],
+32023:[9802,[(5810,-1),(5910,[(9803,1,0)]),(6410,[(1419,1,1)]),(9960,[(1420,1,1)]),(10000,[(1422,1,1)])], "reExp*120"],
+32024:[9803,[(5835,-1),(5935,[(9804,1,0)]),(6435,[(1420,1,1)]),(9960,[(1421,1,1)]),(10000,[(1423,1,1)])], "reExp*150"],
+32025:[9804,[(5990,-1),(6140,[(21638,1,0)]),(6240,[(9805,1,0)]),(6740,[(1422,1,1)]),(9940,[(1423,1,1)]),(9980,[(1425,1,1)]),(10000,[(1427,1,1)])], "reExp*180"],
+32026:[9805,[(5840,-1),(6140,[(21638,1,0)]),(6240,[(9806,1,0)]),(6740,[(1423,1,1)]),(9940,[(1424,1,1)]),(9980,[(1427,1,1)]),(10000,[(1428,1,1)])], "reExp*210"],
+32027:[9806,[(5655,-1),(6255,[(21638,1,0)]),(6355,[(9807,1,0)]),(6855,[(1424,1,1)]),(9930,[(1426,1,1)]),(9970,[(1428,1,1)]),(9990,[(1429,1,1)]),(10000,[(1431,1,1)])], "reExp*240"],
+32028:[9807,[(7030,-1),(7480,[(21638,1,0)]),(7580,[(9808,1,0)]),(8080,[(1427,1,1)]),(9930,[(1428,1,1)]),(9970,[(1430,1,1)]),(9990,[(1432,1,1)]),(10000,[(1433,1,1)])], "reExp*270"],
+32029:[9808,[(7030,-1),(7480,[(21638,1,0)]),(7980,[(1428,1,1)]),(9930,[(1429,1,1)]),(9970,[(1432,1,1)]),(9990,[(1433,1,1)]),(10000,[(1434,1,1)])], "reExp*300"],
+32030:[9809,[(5775,-1),(5875,[(9810,1,1)]),(6375,[(1435,1,1)]),(10000,[(1436,1,1)])], "reExp*60"],
+32031:[9810,[(5750,-1),(5850,[(9811,1,1)]),(6350,[(1437,1,1)]),(10000,[(1438,1,1)])], "reExp*90"],
+32032:[9811,[(5810,-1),(5910,[(9812,1,1)]),(6410,[(1438,1,1)]),(9960,[(1439,1,1)]),(10000,[(1441,1,1)])], "reExp*120"],
+32033:[9812,[(5835,-1),(5935,[(9813,1,1)]),(6435,[(1439,1,1)]),(9960,[(1440,1,1)]),(10000,[(1442,1,1)])], "reExp*150"],
+32034:[9813,[(6110,-1),(6140,[(21638,1,1)]),(6240,[(9814,1,1)]),(6740,[(1441,1,1)]),(9940,[(1442,1,1)]),(9980,[(1444,1,1)]),(10000,[(1446,1,1)])], "reExp*180"],
+32035:[9814,[(6080,-1),(6140,[(21638,1,1)]),(6240,[(9815,1,1)]),(6740,[(1442,1,1)]),(9940,[(1443,1,1)]),(9980,[(1446,1,1)]),(10000,[(1447,1,1)])], "reExp*210"],
+32036:[9815,[(6135,-1),(6255,[(21638,1,1)]),(6355,[(9816,1,1)]),(6855,[(1443,1,1)]),(9930,[(1445,1,1)]),(9970,[(1447,1,1)]),(9990,[(1448,1,1)]),(10000,[(1450,1,1)])], "reExp*240"],
+32037:[9816,[(7390,-1),(7480,[(21638,1,1)]),(7580,[(9817,1,1)]),(8080,[(1446,1,1)]),(9930,[(1447,1,1)]),(9970,[(1449,1,1)]),(9990,[(1451,1,1)]),(10000,[(1452,1,1)])], "reExp*270"],
+32038:[9817,[(7390,-1),(7480,[(21638,1,1)]),(7980,[(1447,1,1)]),(9930,[(1448,1,1)]),(9970,[(1451,1,1)]),(9990,[(1452,1,1)]),(10000,[(1453,1,1)])], "reExp*300"],
+
+}
+
+)
\ No newline at end of file
--
Gitblit v1.8.0