From ebf45605b60c5fde252937781e3dd1c8a91d65cf Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 07 一月 2019 20:46:38 +0800
Subject: [PATCH] 2838 【1.4.100】【1.5】跨服PK玩家掉线重连后没有完整登录导致结算异常,顺便屏蔽了世界等级为0时计算伤血取不到等级信息的错误日志;
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV2.txt | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV2.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV2.txt
new file mode 100644
index 0000000..506a131
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV2.txt
@@ -0,0 +1,28 @@
+# 投资理财返利配置 - 按等级
+# {投资钻石额度:{等级:返回绑钻额度,...}}
+# 如果只有绑定钻石奖励则只配绑定钻石数量即可, 若有其它物品奖励 格式为 [绑定钻石数量, [(物品ID,物品数量,是否绑定),..]]
+(
+
+{
+
+
+# 3000钻额度
+3000:{
+0:15000,
+101:15000,
+130:7500,
+161:7500,
+190:9000,
+241:9000,
+280:10500,
+320:10500,
+360:12000,
+400:12000,
+441:13500,
+490:13500,
+ },
+
+
+}
+
+)
\ No newline at end of file
--
Gitblit v1.8.0