hch
2019-06-28 aa9e1073238909cacd232f72d471ebc27634b02b
6603 【后端】【2.0】增加新版的sp和被动技能 - 修复801爆炸
2个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_801.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillCommon.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameBuffs/Buff_801.py
@@ -51,6 +51,6 @@
        return
    curObj.SetDict(ChConfig.Def_PlayerKey_MoreHurtValue, boomValue)
    
    SkillShell.Trigger_UseSkill(curObj, None, curSkill, tick, curObj.GetPosX(), curObj.GetPosY())
    SkillShell.Trigger_UseSkill(curObj, None, skillData, tick, curObj.GetPosX(), curObj.GetPosY())
    curObj.SetDict(ChConfig.Def_PlayerKey_MoreHurtValue, 0)
    return
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillCommon.py
@@ -1763,7 +1763,7 @@
        return returnInfo
    
    buffManager = buffTuple[0]
    findBuff = buffManager.FindBuff(skillTypeID)
    findBuff = buffManager.FindBuff(findSkill.GetSkillTypeID())
    returnInfo[1] = buffManager
    returnInfo[0] = findBuff