From 00c139c05318adb0502e879c0df2bd25d7be4df1 Mon Sep 17 00:00:00 2001
From: cehua_hzl <648597270@qq.com>
Date: 星期三, 12 十二月 2018 11:56:26 +0800
Subject: [PATCH] 5425 角色初始属性
---
db/PyMongoDataServer/PySysDB/tagFuncConfig.txt | 8 +++++---
CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt | 2 ++
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt b/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt
index d11a027..7aa2c87 100644
--- a/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt
+++ b/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt
@@ -76,3 +76,5 @@
HelpBattlePoint 1400 {"1":[8, 8], "2":[8, 8]} 1|2
HelpBattleCheckIn 48 3 {3:[60010], 20:[60010], 60:[60010]}
PlayerViewCache 100 [0,4]
+CrossRealmPKMatch 5000 3 60000 [12070,12071,12072,12073,12074]
+CrossRealmPKAward {} {} {}
diff --git a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
index fcbd001..c085deb 100644
--- a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
+++ b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
@@ -78,9 +78,9 @@
PlayerMaxLV 500 0 0 0 0
MaxLVExpStore 20000000000 0 0 0 0
GreatMasterStartLV 800 0 0 0 0
-LVUPAttr1 6_LV*58|7_int(LV*2.08)|8_int(LV*0.35)|9_LV*20|10_LV*2 0 0 0 0
-LVUPAttr2 6_LV*50|7_int(LV*2.4)|8_int(LV*0.3)|9_int(LV*19.5)|10_LV*3 0 0 0 0
-LVUPAttr3 6_LV*55|7_int(LV*2.08)|8_int(LV*0.35)|9_LV*19|10_LV*4 0 0 0 0
+LVUPAttr1 6_LV*58|7_int(LV*2)|8_int(LV*1)|9_LV*20|10_LV*2 0 0 0 0
+LVUPAttr2 6_LV*50|7_int(LV*3)|8_int(LV*0)|9_int(LV*19)|10_LV*3 0 0 0 0
+LVUPAttr3 6_LV*58|7_int(LV*2)|8_int(LV*1)|9_LV*20|10_LV*2 0 0 0 0
ExpAttenuation max(baseExp*max(1-max(playerLV-npcLV-10,0)*0.02,0),1) 0 0 0 0
AtkInterval int(1000*max(1/math.sqrt(atkSpeed/10000.0),0.5)) 0 0 0 0
MoveSpeed max(int(1.0/(3+(math.sqrt(speed/100.0)-1)*2)/2.0*1000),100) 50 25 0 0
@@ -320,3 +320,5 @@
HelpBattleRefresh 5 5 2 5
HelpBattlePoint 1400 {"1":[8, 8], "2":[8, 8]} 1|2
HelpBattleRobot 50105026 baseHurt*hpCoefficient
+CrossRealmPKAward {} {} {}
+CrossRealmPKScore
--
Gitblit v1.8.0