From 1e69f189e0fb49bfc167b9d61ba6ba7e79c58b69 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 23 八月 2018 14:56:28 +0800
Subject: [PATCH] Add: 2772 【后端】神兽合成功能; 神兽装备传奇属性条数、数值、评分配置区别与角色装备;
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/QuestMission/Def_Gate_Move.txt | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/QuestMission/Def_Gate_Move.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/QuestMission/Def_Gate_Move.txt
new file mode 100644
index 0000000..122cf21
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/QuestMission/Def_Gate_Move.txt
@@ -0,0 +1,19 @@
+#边关传送表
+#{传送员ID:[MapID,X坐标,Y坐标,敌国城门ID],......}
+(
+ {
+ 20018:[11,333,64,1019],
+ 30019:[12,303,59,2019],
+ 120000:[15,136,30,1019],
+ 120001:[16,138,31,2019],
+ 120002:[33,284,162,1019],
+ 120003:[34,30,171,2019],
+ 120004:[19,24,320,1019],
+ 120005:[20,35,318,2019],
+ 120006:[33,285,32,1019],
+ 120007:[34,158,31,2019],
+ 120008:[33,35,293,1019],
+ 120009:[34,144,290,2019],
+
+ }
+)
\ No newline at end of file
--
Gitblit v1.8.0