From 73a043193adbd469cc2d82255aefbcc3dbf035dd Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 13 六月 2024 16:14:05 +0800 Subject: [PATCH] 10178 【越南】【香港】【主干】挂机奖励(屏蔽原脱机功能;屏蔽原中立地图持续获得经验功能;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 4 ++-- 1 files changed, 2 insertions(+), 2 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 9536a55..4088f35 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -1267,7 +1267,7 @@ PlayerViewCacheTube.ProcessCache(curPlayer, tick) #脱机计算 - PlayerTJG.ProcessPlayerTJG(curPlayer, tick) + #PlayerTJG.ProcessPlayerTJG(curPlayer, tick) #挂机收益 PlayerGuaji.ProcessGuaji(curPlayer) @@ -1281,7 +1281,7 @@ #限时抢购 PlayerFlashSale.ProcessFlashSaleMail(curPlayer, tick) #地图经验 - ProcessAreaExp(curPlayer, tick) + #ProcessAreaExp(curPlayer, tick) #神秘商店刷新 FunctionNPCCommon.CheckMysticalShopRefresh(curPlayer, tick) #活跃放置 -- Gitblit v1.8.0