ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
@@ -3510,6 +3510,7 @@ # return True if isEnhanceSkill: BaseAttack.OnHurtTypeTriggerPassiveSkill(attacker, defender, curSkill, tick) return True #在这边调用避免群攻时多次扣除消耗 @@ -3642,7 +3643,7 @@ return #--------------------------------------------------------------------- # 获得关联技能,0 全部 1是主动型技能(法宝,普攻) 其他技能ID # 获得关联技能,0 全部 1是主动型技能(法宝,普攻) 2 为人族法宝技能 3为普攻 其他技能ID def GetConnectSkillID(curSkill): return curSkill.GetExAttr1()