From 6a9883b425e53e714b9a930ec70b7544999611a6 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 08 五月 2025 12:01:45 +0800 Subject: [PATCH] 16 卡牌服务端(db数据备档、加载;仙盟基础转到MapServer;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py index b438e41..0e9b165 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -605,7 +605,7 @@ # 世界boss BossHurtMng.OnDay(curPlayer) # 仙盟过天 - PlayerFamily.FamilyPlayerOnDay(curPlayer) + PlayerFamily.PlayerOnDay(curPlayer) # 重置物品每日使用次数 ChItem.ResetItemUseCntToday(curPlayer) # 极品白拿 @@ -660,16 +660,6 @@ #购买次数礼包 PlayerActBuyCountGift.OnDay(curPlayer, onEventType) return - - -### 服务器Onday处理数据,即不能在玩家上线时的Onday触发 -## @param curPlayer: 当前玩家实例 -## @return: 无 -#def PlayerServerDay(curPlayer): -# -# # 设置玩家是否可以参加家族活动 -# #PlayerFamily.SetForbidFamilyAction(curPlayer, 0) -# return #--------------------------------------------------------------------- ## 把当前这一周的在线时间算到上一周去 -- Gitblit v1.8.0