From 217627970593db2f63ddb62d6c3d4c5e787871fe Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 25 三月 2019 20:43:11 +0800 Subject: [PATCH] 6385 【后端】【2.0】五行灵根开发 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py index b69e8ad..7581367 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py @@ -1883,9 +1883,9 @@ if not PlayerGreatMaster.GetGreatMasterFreeSkillPoint(curPlayer): return False #诛仙技能学习判断 - if upSkill.GetFuncType() == ChConfig.Def_SkillFuncType_ZhuXian: - if not EquipZhuXian.CheckLearnZhuXianSkill(curPlayer, curSkillTypeID): - return False + #if upSkill.GetFuncType() == ChConfig.Def_SkillFuncType_ZhuXian: + # if not EquipZhuXian.CheckLearnZhuXianSkill(curPlayer, curSkillTypeID): + # return False #经验检测 skillLvUpNeedExp = upSkill.GetLVUpCostExp() @@ -3438,7 +3438,7 @@ return curSkill.GetExAttr2() -# 只有在指定地图才能生效的buff效果 +# 只有在指定地图才能生效的buff效果,或者指定地图可被动触发 def GetAttrMapID(curSkill): return curSkill.GetExAttr3() -- Gitblit v1.8.0