From 7333df76f1172b83238623969ae0b6f978801201 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 14 一月 2025 20:07:04 +0800 Subject: [PATCH] 10263 【越南】【英文】【BT】后端支持NPC仿真实玩家战斗和快速战斗(改为真实地图战斗;竞技场、跨服PK、跨服排位赛,测试地图100均已支持;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py index 8213c7e..c9daacc 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py @@ -38,7 +38,6 @@ import ShareDefine import GameFuncComm import FBHelpBattle -import MirrorAttack import SkillShell import PyGameData import PetControl @@ -513,7 +512,6 @@ curPlayer.SetDict(ChConfig.Def_PlayerKey_ClientCustomSceneStepTick, tick) PlayerControl.SetCustomMap(curPlayer, mapID, lineID) NPCCommon.ClearPriWoodPile(curPlayer) - MirrorAttack.ClearMirrorBattleByPlayer(curPlayer) GameWorld.Log("玩家开始自定义场景!mapID=%s,lineID=%s" % (mapID, lineID), playerID) if mapID: PetControl.DoLogic_PetLoadMapOK(curPlayer) @@ -549,7 +547,6 @@ if mapID and FBCommon.GetCustomMapStep(curPlayer, mapID, lineID) != ChConfig.CustomMapStep_Over: FBCommon.SetCustomMapStep(curPlayer, mapID, lineID, ChConfig.CustomMapStep_Over) NPCCommon.ClearPriWoodPile(curPlayer) - MirrorAttack.ClearMirrorBattleByPlayer(curPlayer) #默认回满血 if GameObj.GetHP(curPlayer) > 0 and curPlayer.GetPlayerAction() != IPY_GameWorld.paDie and GameObj.GetHP(curPlayer) < GameObj.GetMaxHP(curPlayer): -- Gitblit v1.8.0