From 2cf5365a5e409b38bba122f9bd1b0a6bd217c1c0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 03 七月 2025 17:57:30 +0800
Subject: [PATCH] 16 卡牌服务端(删除无用的GY_Query_Offline_xxx命令)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_SkyTower.py | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_SkyTower.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_SkyTower.py
index fc2855f..3162e56 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_SkyTower.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_SkyTower.py
@@ -23,7 +23,6 @@
import NPCCustomRefresh
import ChPyNetSendPack
import ItemControler
-import EventShell
import NetPackCommon
import ShareDefine
import IpyGameDataPY
@@ -129,10 +128,6 @@
## 更新当前已通关关卡
def SetSkyTowerCurfloorID(curPlayer, floorID):
PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_SkyTowerFloor, floorID)
-
- #任务
- EventShell.EventRespons_SkyTowerCnt(curPlayer, floorID)
- EventShell.EventRespons_SkyTowerCnt(curPlayer, 0) # 额外触发通用0.xml,之前的精准层触发在策划任务脚本层错误的情况下完成不了,需要做修复
#通关符印塔成就
PlayerSuccess.UptateSuccessProgress(curPlayer, ShareDefine.SuccType_PassSkyTower, floorID)
GameWorld.DebugLog(' 更新天星塔已通关数 %s' % floorID)
--
Gitblit v1.8.0