Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode
| | |
| | | GameWorld.DebugLog("#--- 最远距离防范[%s-%s]"%(attacker.GetID(), curTag.GetID()))
|
| | | continue
|
| | |
|
| | | if CheckFunc != None:
|
| | | #检查是否受影响
|
| | | if not CheckFunc(attacker, curTag, curSkill, tick):
|
| | | continue
|
| | | if CheckFunc != None:
|
| | | #检查是否受影响
|
| | | if not CheckFunc(attacker, curTag, curSkill, tick):
|
| | | continue
|
| | |
|
| | | resultList.append(curTag)
|
| | |
|
| | |
| | | if curPlayer.GetHP() <= 0:
|
| | | return
|
| | |
|
| | | if curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_ClientCustomScene):
|
| | | #GameWorld.DebugLog("自定义场景中,不检查!")
|
| | | return True
|
| | | |
| | | #===========================================================================
|
| | | # if curPlayer.IsMoving():
|
| | | # GameWorld.DebugLog("移动中不可使用技能")
|