From 4fa9d2e477542fda2cedfcff33fb983986b00a1d Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 13 十一月 2018 14:10:31 +0800
Subject: [PATCH] 2355 修复集市翅膀筛选项问题

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt |   58 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt
index e2e967f..0e71dbc 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerPledge/CanPledgeMoney.txt
@@ -1,30 +1,30 @@
-#押注的金钱限制[金钱类型,押注的最大限制]
-#玩家等级 playerplayerLV
-#参考金钱 reMoney
-#{赛场:{轮次:[]}}
-# 赛场1 = 本服预选赛
-# 赛场2 = 跨服预选赛
-# 赛场3 = 跨服赛
-(
-{
-    1:{
-        1:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
-        2:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
-        3:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
-        4:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
-        5:[3, "min(7000000,4000000+int(playerLV/100.0)*1000000)"],  
-      },
-     2:{
-        1:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(1/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
-        2:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(2/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
-        3:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(3/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
-        4:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(4/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
-        5:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(5/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"],  
-      },
-     3:{
-        1:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,3-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,3-4)*(1000000+int(playerLV/90)*1000000)"], 
-        4:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,4-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,4-4)*(1000000+int(playerLV/90)*1000000)"], 
-        7:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,5-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,5-4)*(1000000+int(playerLV/90)*1000000)"], 
-      },
-}
+#押注的金钱限制[金钱类型,押注的最大限制]
+#玩家等级 playerplayerLV
+#参考金钱 reMoney
+#{赛场:{轮次:[]}}
+# 赛场1 = 本服预选赛
+# 赛场2 = 跨服预选赛
+# 赛场3 = 跨服赛
+(
+{
+    1:{
+        1:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        2:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        3:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        4:[3, "min(5000000,2000000+int(playerLV/100.0)*1000000)"], 
+        5:[3, "min(7000000,4000000+int(playerLV/100.0)*1000000)"],  
+      },
+     2:{
+        1:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(1/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        2:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(2/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        3:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(3/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        4:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(4/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"], 
+        5:[3, "1000000+int(playerLV/60)*2000000+int(playerLV/90)*2000000+int(5/4)*(1000000+int(playerLV/60)*1000000+int(playerLV/90)*1000000)"],  
+      },
+     3:{
+        1:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,3-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,3-4)*(1000000+int(playerLV/90)*1000000)"], 
+        4:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,4-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,4-4)*(1000000+int(playerLV/90)*1000000)"], 
+        7:[3, "2000000+int(playerLV/60)*3000000+int(playerLV/90)*3000000+max(0,5-3)*(1000000+int(playerLV/60)*2000000+int(playerLV/90)*1000000)+max(0,5-4)*(1000000+int(playerLV/90)*1000000)"], 
+      },
+}
 )
\ No newline at end of file

--
Gitblit v1.8.0