From a388abb4b97782c1c694a8d28d8a1e73e03a35c0 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 10 六月 2019 16:33:25 +0800
Subject: [PATCH] 7155 【后端】【2.0】新增仙盟创建规则(通知修改)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
index 4801d83..e1ecd0f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
@@ -48,7 +48,7 @@
if defender: # 有目标才算伤害
skillEffect = curSkill.GetEffect(0)
- skillPer = skillEffect.GetEffectValue(0) / float(ChConfig.Def_MaxRateValue)
+ skillPer = skillEffect.GetEffectValue(0)
skillEnhance = skillEffect.GetEffectValue(1)
#使用技能,无需提升暴击率
@@ -65,7 +65,9 @@
#GameWorld.DebugLog("-----技能冲锋模板9 %s %s"%([attacker.GetPosX(), attacker.GetPosY()], [destX, destY]))
attacker.ChangePos(destX, destY)
- if curSkill.GetSkillID() == ChConfig.Def_SkillID_Somersault:
- attacker.SetDict(ChConfig.Def_PlayerKey_SomersaultTime, tick)
+ #===========================================================================
+ # if curSkill.GetSkillID() == ChConfig.Def_SkillID_Somersault:
+ # attacker.SetDict(ChConfig.Def_PlayerKey_SomersaultTime, tick)
+ #===========================================================================
return result
\ No newline at end of file
--
Gitblit v1.8.0