From de17a057f7a93fe8c9ccb04dd44023b4c8ed1161 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 26 五月 2025 18:35:49 +0800 Subject: [PATCH] 16 卡牌服务端(仙盟珍宝阁支持;仙盟行为数据查询通知;去除特殊时间5点过天、过周、过月逻辑,统一保留0点触发;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameServerRefresh.py | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameServerRefresh.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameServerRefresh.py index 98b53fa..307ba40 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameServerRefresh.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameServerRefresh.py @@ -392,25 +392,25 @@ PlayerEventCounter.PlayerOnDay(curPlayer) Set_PlayerGameServerInitOK_OnDay(curPlayer, 0) - if Get_PlayerGameServerInitOK_OnDayEx(curPlayer): - PlayerEventCounter.PlayerOnDayEx(curPlayer) - Set_PlayerGameServerInitOK_OnDayEx(curPlayer, 0) + #if Get_PlayerGameServerInitOK_OnDayEx(curPlayer): + # PlayerEventCounter.PlayerOnDayEx(curPlayer) + # Set_PlayerGameServerInitOK_OnDayEx(curPlayer, 0) if Get_PlayerGameServerInitOK_OnWeek(curPlayer): PlayerEventCounter.PlayerOnWeek(curPlayer) Set_PlayerGameServerInitOK_OnWeek(curPlayer, 0) - if Get_PlayerGameServerInitOK_OnWeekEx(curPlayer): - PlayerEventCounter.PlayerOnWeekEx(curPlayer) - Set_PlayerGameServerInitOK_OnWeekEx(curPlayer, 0) + #if Get_PlayerGameServerInitOK_OnWeekEx(curPlayer): + # PlayerEventCounter.PlayerOnWeekEx(curPlayer) + # Set_PlayerGameServerInitOK_OnWeekEx(curPlayer, 0) if Get_PlayerGameServerInitOK_OnMonth(curPlayer): PlayerEventCounter.PlayerOnMonth(curPlayer) Set_PlayerGameServerInitOK_OnMonth(curPlayer, 0) - if Get_PlayerGameServerInitOK_OnMonthEx(curPlayer): - PlayerEventCounter.PlayerOnMonthEx(curPlayer) - Set_PlayerGameServerInitOK_OnMonthEx(curPlayer, 0) + #if Get_PlayerGameServerInitOK_OnMonthEx(curPlayer): + # PlayerEventCounter.PlayerOnMonthEx(curPlayer) + # Set_PlayerGameServerInitOK_OnMonthEx(curPlayer, 0) if Get_PlayerGameServerInitOK_OnYear(curPlayer): PlayerEventCounter.PlayerOnYear(curPlayer) -- Gitblit v1.8.0