From 29e50e39941eb7574580400c5bca21caa7ac80d4 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 12 八月 2025 18:34:23 +0800 Subject: [PATCH] 16 卡牌服务端(删除镜像战斗) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py index 5cc7d0c..e05fd06 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -18,45 +18,30 @@ import SkillShell import BuffSkill import PlayerControl -import ChEquip import SkillCommon import FBLogic -import AttackCommon import ChItem import PlayerGMOper -import ItemCommon import OperControlManager import ShareDefine -import PlayerAutoCheckOnline import PlayerGameWallow import ReadChConfig import PlayerDienstgrad -import PlayerVip import IpyGameDataPY -import PlayerFB import GameObj import GameMap import math import time import PetControl -import ItemControler -import PlayerGuaji import AICommon import PlayerSuccess -import CrossPlayerData import PassiveBuffEffMng import FunctionNPCCommon import FormulaControl -import PlayerGoldGift -import PlayerActLianqi -import PlayerActFamilyGCZ import PlayerFlashSale import PlayerChatBox import PlayerFace -import PlayerYinji -import PlayerActivity import PlayerBackup -import MirrorAttack import PlayerOnline #--------------------------------------------------------------------- @@ -1008,9 +993,6 @@ #定时备档 PlayerBackup.CheckPlayerBackup(curPlayer) - - #玩家镜像战斗AI - #MirrorAttack.ProcessPlayerMirrorAI(curPlayer, tick) #被GM封状态响应 ProcessGMOperLogic(curPlayer, tick) -- Gitblit v1.8.0