xdh
2019-07-05 df744c751c6367ea362236f8ec7cbb6a66f2d9d8
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveSkill_4015.py
@@ -25,11 +25,12 @@
    if effect.GetEffectValue(2):
        ownerID, ownerType = attacker.GetID(), attacker.GetGameObjType()
        
    if GameObj.GetPyPlayerState(defender, effect.GetEffectValue(1), ownerID, ownerType):#ChConfig.Def_PlayerState_Stun):
        #GameWorld.DebugLog("状态触发----%s"%effect.GetEffectValue(1))
        return True
    if effect.GetEffectValue(1):
        if not GameObj.GetPyPlayerState(defender, effect.GetEffectValue(1), ownerID, ownerType):#ChConfig.Def_PlayerState_Stun):
            #GameWorld.DebugLog("状态触发----%s"%effect.GetEffectValue(1))
            return False
    
    return False
    return True
    
def GetValue(attacker, defender, effect):