From 8a5822a3e2b2d1c536f01e0b6e006bf3d9727226 Mon Sep 17 00:00:00 2001
From: cehua_LC <tingame100@163.com>
Date: 星期二, 11 十二月 2018 19:45:06 +0800
Subject: [PATCH] Merge branch '1.3' of http://192.168.0.87:10010/r/snxx_server into 1.3
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUPAward.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUPAward.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUPAward.txt
new file mode 100644
index 0000000..46c0909
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUPAward.txt
@@ -0,0 +1,44 @@
+# 升阶特惠活动对应奖励配置
+# {特惠类型:{阶数:[占用背包格子数, [(物品id,个数,是否绑定),(物品id,个数,是否绑定),...]],...}, ...}
+# 阶数0代表1阶
+# 特惠类型:1-坐骑,2-翅膀,3-官爵
+
+(
+
+{
+ # 坐骑
+ 1:{
+
+ 4:[2, [(301,200,1),(7802,1,1)]],
+ 5:[1, [(301,360,1)]],
+ 6:[1, [(301,550,1)]],
+ 7:[1, [(301,800,1)]],
+ 8:[1, [(301,1000,1)]],
+
+ },
+
+ # 翅膀
+ 2:{
+
+ 4:[2, [(303,280,1),(7807,1,1)]],
+ 5:[1, [(303,500,1)]],
+ 6:[1, [(303,750,1)]],
+ 7:[1, [(303,1000,1)]],
+ 8:[1, [(303,1200,1)]],
+
+ },
+
+ # 官爵
+ 3:{
+
+ 4:[2, [(302,60,1),(7812,1,1)]],
+ 5:[1, [(302,120,1)]],
+ 6:[1, [(302,220,1)]],
+ 7:[1, [(302,350,1)]],
+ 8:[1, [(302,500,1)]],
+ 9:[1, [(302,800,1)]],
+ 10:[1, [(302,1000,1)]],
+ },
+}
+
+)
\ No newline at end of file
--
Gitblit v1.8.0