From 442b6a0d554d8382060571da060a50f299261109 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 21 六月 2019 12:08:49 +0800 Subject: [PATCH] 7394 【2.0】【后端】雷罚BOSS(删除诛仙装备) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py index 0e5666c..b8acfad 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py @@ -57,7 +57,6 @@ import ChPyNetSendPack import NetPackCommon import FamilyRobBoss -#import EquipZhuXian import FBCommon import ChNPC @@ -1472,10 +1471,8 @@ addPer = 0 reducePer = 0 - #addPer += EquipZhuXian.GetZhuXianEquipSkillAddPer(atkObj.GetPlayerID(), skillTypeID) if defObj.GetGameObjType() == IPY_GameWorld.gotPlayer: - #reducePer = EquipZhuXian.GetZhuXianEquipSkillReducePer(defObj.GetPlayerID(), skillTypeID) #根据防守方职业 计算攻击方伤害加成 if defObj.GetJob() in [ShareDefine.PlayerJob_Warrior, ShareDefine.PlayerJob_Knight]: -- Gitblit v1.8.0