From 167357e8425d0dc12f41ed5fdfd4d95f2c2a5aaf Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 29 五月 2025 19:19:20 +0800 Subject: [PATCH] 16 卡牌服务端(删除旧版xml任务、镖车等不需要内容) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py index aaeb8ce..9113052 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_TrialTower.py @@ -23,7 +23,6 @@ import NPCCustomRefresh import ChPyNetSendPack import ItemControler -import EventShell import NetPackCommon import ShareDefine import IpyGameDataPY @@ -342,9 +341,6 @@ costTime = tick - GameWorld.GetGameFB().GetFBStepTick() prizeDict[FBCommon.Over_costTime] = costTime __SendTrialTowerOverInfo(curPlayer, fbLevel, True, prizeDict) - - #任务 - EventShell.EventRespons_TrialTowerCnt(curPlayer, fbLevel) SyncTrialLevelInfo(curPlayer) # 同步最新关卡信息 __SetFBToFreeTime(tick) @@ -722,8 +718,6 @@ # 给过关奖励 __GiveFBPassPrize(curPlayer, passLineID, moneyDictTotal, itemListTotal) - #任务 - EventShell.EventRespons_TrialTowerCnt(curPlayer, passLineID) #每日任务 PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_Tower) -- Gitblit v1.8.0