hxp
2025-05-29 167357e8425d0dc12f41ed5fdfd4d95f2c2a5aaf
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBattle.py
@@ -21,11 +21,9 @@
#---------------------------------------------------------------------
import IPY_GameWorld
import GameWorld
import NPCCommon
import PlayerControl
import PlayerState
import ChConfig
#import PlayerGameEvent
import BaseAttack
import OperControlManager
import GameObj
@@ -109,10 +107,6 @@
    #    PlayerControl.NotifyCode(curPlayer, "CannotAtk05")
    #    return
    #===========================================================================
    if vehicle == IPY_GameWorld.pvTruck:
        PlayerControl.NotifyCode(curPlayer, "CannotAtk06")
        return
    
    sendPack = IPY_GameWorld.IPY_CPlayerBaseAttack()
    sendPackObjID = sendPack.GetObjID()
@@ -264,10 +258,6 @@
#    #判断是否敌对关系
#    if relation[0] != ChConfig.Type_Relation_Enemy :
#        return
#
#    #跳舞钓鱼打断
#    if curPlayerAction == IPY_GameWorld.paGameEvent:
#        PlayerGameEvent.StopGameEvent(curPlayer, tick)
#    
#    #进度条打断
#    elif curPlayerAction == IPY_GameWorld.paPreparing: