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/Transport/PointTransport.txt | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 113 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Transport/PointTransport.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Transport/PointTransport.txt
new file mode 100644
index 0000000..6bb1ab9
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Transport/PointTransport.txt
@@ -0,0 +1,113 @@
+#定点传送列表 {地图ID,等级限制,坐标X,坐标Y,金钱花费,金钱类型},服务端与客户端顺序必须一致
+[
+{
+ "MapID":10000,
+ "LVLimit":1,
+ "PosX":82,
+ "PosY":64,
+ "Money":200,
+ "MoneyType":3
+},
+{
+ "MapID":10010,
+ "LVLimit":25,
+ "PosX":121,
+ "PosY":43,
+ "Money":3200,
+ "MoneyType":3
+},
+{
+ "MapID":10020,
+ "LVLimit":60,
+ "PosX":27,
+ "PosY":23,
+ "Money":5100,
+ "MoneyType":3
+},
+{
+ "MapID":10030,
+ "LVLimit":101,
+ "PosX":131,
+ "PosY":139,
+ "Money":13000,
+ "MoneyType":3
+},
+
+{
+ "MapID":10040,
+ "LVLimit":130,
+ "PosX":139,
+ "PosY":32,
+ "Money":21000,
+ "MoneyType":3
+},
+
+
+{
+ "MapID":10050,
+ "LVLimit":161,
+ "PosX":21,
+ "PosY":48,
+ "Money":31000,
+ "MoneyType":3
+},
+{
+ "MapID":10060,
+ "LVLimit":341,
+ "PosX":154,
+ "PosY":39,
+ "Money":42000,
+ "MoneyType":3
+},
+{
+ "MapID":10070,
+ "LVLimit":541,
+ "PosX":164,
+ "PosY":46,
+ "Money":21000,
+ "MoneyType":3
+},
+{
+ "MapID":10080,
+ "LVLimit":741,
+ "PosX":105,
+ "PosY":13,
+ "Money":62000,
+ "MoneyType":3
+},
+{
+ "MapID":10090,
+ "LVLimit":941,
+ "PosX":26,
+ "PosY":108,
+ "Money":78000,
+ "MoneyType":3
+},
+{
+ "MapID":12050,
+ "LVLimit":101,
+ "PosX":217,
+ "PosY":41,
+ "Money":25000,
+ "MoneyType":3
+},
+
+{
+ "MapID":12120,
+ "LVLimit":161,
+ "PosX":151,
+ "PosY":39,
+ "Money":25000,
+ "MoneyType":3
+},
+
+{
+ "MapID":12110,
+ "LVLimit":541,
+ "PosX":151,
+ "PosY":39,
+ "Money":25000,
+ "MoneyType":3
+},
+
+]
\ No newline at end of file
--
Gitblit v1.8.0