From 01a4e85c3872cef5dd0e98ab4b4f1fdee00a6415 Mon Sep 17 00:00:00 2001
From: cehua_LC <tingame100@163.com>
Date: 星期四, 27 十二月 2018 18:01:22 +0800
Subject: [PATCH] 5612 【测试】【1.4】宗门兑换修改

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerExp.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerExp.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerExp.txt
new file mode 100644
index 0000000..c800522
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerExp.txt
@@ -0,0 +1,13 @@
+# 送花加经验公式
+# {鲜花id:经验公式,...}
+# 参数:
+#	reExp	参考经验
+
+( 
+{
+	9031:'int(max(reExp,100)*1/10.0)',	#1朵粉玫瑰
+	9032:'int(max(reExp,100)*9/10.0)',	#9朵黄玫瑰
+	9033:'int(max(reExp,100)*99/10.0)',	#99朵蓝玫瑰
+	9034:'int(max(reExp,100)*999/10.0)',	#999朵红玫瑰
+}
+)
\ No newline at end of file

--
Gitblit v1.8.0