From c9d85bde9ec46becb60b4434ec74fd7e527b885e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 15 十一月 2024 17:17:01 +0800 Subject: [PATCH] 10302 【越南】【英语】【砍树】【tqxbqy】【btgotq】仙缘-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py | 7 ++++++- 1 files changed, 6 insertions(+), 1 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 4f469fa..a54cced 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py @@ -541,7 +541,6 @@ PlayerVip.VipOnDay(curPlayer) PlayerCoin.OnDay(curPlayer) - PlayerActBuyCountGift.OnDay(curPlayer) #成就 PlayerSuccess.SuccOnDay(curPlayer) @@ -638,6 +637,12 @@ PlayerTongTianLing.OnDay(curPlayer, onEventType) #boss凭证 PlayerActBossTrial.PlayerOnDay(curPlayer, onEventType) + #任务活动 + PlayerActTask.OnDay(curPlayer) + #登录活动 + PlayerActLoginNew.OnDay(curPlayer) + #购买次数礼包 + PlayerActBuyCountGift.OnDay(curPlayer, onEventType) return -- Gitblit v1.8.0