From 789490b7d362160f7fca4580df6176498e1eb271 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 15 十一月 2024 15:19:13 +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 71ab13f..5f78ef0 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) @@ -644,6 +643,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