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/PlayerCollectEquip/CollectEquip_GoalCfg.txt | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerCollectEquip/CollectEquip_GoalCfg.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerCollectEquip/CollectEquip_GoalCfg.txt
new file mode 100644
index 0000000..2f36a1a
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerCollectEquip/CollectEquip_GoalCfg.txt
@@ -0,0 +1,43 @@
+#收集目标条件配置(注:只能往后新增,不可在中间插入)
+
+(
+{
+ 0:[ #目标索引
+ [0,3,0, [0], [(60000,1,1)]], #[阶级,品质,评分(1:B,2:A,3:S,4:SS,5:SSS),[部位,..],[(物品ID,物品数量,是否绑定),..]]
+ [0,3,0, [20], [(60000,1,1)]],
+ [0,3,0, [2], [(60000,1,1)]],
+ [0,3,0, [1], [(60000,1,1)]],
+ [0,3,0, [21], [(60000,1,1)]],
+ [0,3,0, [4], [(60000,1,1)]],
+ ],
+ 1:[
+ [1,4,2, [0], [(60031,1,1)]], #[阶级,品质,评分(1:B,2:A,3:S,4:SS,5:SSS),[部位,..],[(物品ID,物品数量,是否绑定),..]]
+ [1,4,2, [20], [(60031,1,1)]],
+ [1,4,2, [2], [(60031,1,1)]],
+ [1,4,2, [1], [(60031,1,1)]],
+ [1,4,2, [3], [(60031,1,1)]],
+ [1,4,2, [21], [(60031,1,1)]],
+ [1,4,2, [4], [(60031,1,1)]],
+ ],
+ 2:[
+ [2,4,3, [0], [(50054,2,1)]], #[阶级,品质,评分(1:B,2:A,3:S,4:SS,5:SSS),[部位,..],[(物品ID,物品数量,是否绑定),..]]
+ [2,4,3, [20], [(50054,2,1)]],
+ [2,4,3, [2], [(50054,2,1)]],
+ [2,4,3, [1], [(50054,2,1)]],
+ [2,4,3, [3], [(50054,2,1)]],
+ [2,4,3, [21], [(50054,2,1)]],
+ [2,4,3, [4], [(50054,2,1)]],
+ [2,4,3, [16], [(50054,2,1)]],
+ [2,4,3, [13,17,12,5], [(50054,2,1)]],
+ ],
+ 3:[
+ [2,4,4, [0,20], [(50050,5,1)]], #[阶级,品质,评分(1:B,2:A,3:S,4:SS,5:SSS),[部位,..],[(物品ID,物品数量,是否绑定),..]]
+ [2,4,4, [5,17,12,13,16], [(50050,5,1)]],
+ [2,4,4, [2,1,3,21,4], [(50050,5,1)]],
+ ],
+ 4:[
+ [3,5,4, [0,20,2,1,3,21,4], [(50050,5,1)]], #[阶级,品质,评分(1:B,2:A,3:S,4:SS,5:SSS),[部位,..],[(物品ID,物品数量,是否绑定),..]]
+ [3,5,4, [5,17,12,13,16], [(50050,5,1)]],
+ ]
+}
+)
\ No newline at end of file
--
Gitblit v1.8.0