From c35e176a3b05f745600c6e60f168313d2b9e7b30 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 17 九月 2025 12:00:19 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(司马懿技能;增加按层级结算持续buff效果5003;增加非按攻击力计算伤害支持;技能伤害增加可限制最大攻击力百分比上限配置;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBattle.py | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBattle.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBattle.py index 5feff75..4876ac8 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBattle.py +++ b/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: -- Gitblit v1.8.0