From 718f530accc19969f39d1a8ce199fe947508e29a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 16 十月 2025 19:19:09 +0800
Subject: [PATCH] 237 【福利内容】每日任务/每周任务/章节奖励-服务端(每日任务、每周奖励;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py |   17 +----------------
 1 files changed, 1 insertions(+), 16 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 279e30b..599f138 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -28,7 +28,6 @@
 import PlayerControl
 import PlayerFamily
 import PlayerFamilyZhenfa
-import PlayerOnlinePrize
 import PlayerLoginDayAward
 import NPCCommon
 import FunctionNPCCommon
@@ -78,7 +77,6 @@
 import PlayerDailyGiftbag
 import PlayerOfflineSupport
 import PlayerFeastRedPacket
-import PlayerCrossYaomoBoss
 import PlayerLuckyCloudBuy
 import PlayerLuckyTreasure
 import PlayerTongTianLing
@@ -262,9 +260,6 @@
         #重置宠物每天的训练次数
         #PlayerPet.DoLogic_PetInfo_OnDay(curPlayer)
         
-        PlayerOnlinePrize.ResetPrizeInfoOnDay(curPlayer)
-        
-        
         #OnDay时清除每日签到的信息
         PlayerSignDay.SignDayOnDay(curPlayer)
         # 累计登陆礼包登陆次数刷新
@@ -291,6 +286,7 @@
         PlayerXiangong.PlayerOnDay(curPlayer)
         PlayerControl.PayCoinOnDay(curPlayer)
         ChPlayer.PlayerOnDay(curPlayer)
+        PlayerActivity.OnDay(curPlayer)
         
     # 特殊时间点X点过天
     elif onEventType == ShareDefine.Def_OnEventTypeEx:
@@ -314,9 +310,6 @@
         
     # 以下为支持两种重置模式切换配置的
     FBCommon.FBOnDay(curPlayer, onEventType)
-    
-    #日常活动OnDay
-    PlayerActivity.OnDay(curPlayer, onEventType)
         
     # 商店物品购买兑换OnDay
     FunctionNPCCommon.ShopItemOnDay(curPlayer, onEventType)
@@ -424,9 +417,6 @@
         
     # 以下为支持两种重置模式切换配置的
     FBCommon.FBOnWeek(curPlayer, onEventType)
-    
-    #日常活动OnWeek
-    PlayerActivity.OnWeek(curPlayer, onEventType)
     
     # 商店物品购买兑换OnDay
     FunctionNPCCommon.ShopItemOnWeek(curPlayer, onEventType)
@@ -1084,11 +1074,6 @@
     # 跨服PK
     elif key == ShareDefine.Def_Notify_WorldKey_CrossPKSeasonID:
         PlayerCrossRealmPK.OnCrossRealmPKSeasonChange(value)
-          
-    # 跨服妖魔boss
-    elif key == ShareDefine.Def_Notify_WorldKey_CrossDailyActionState % ShareDefine.CrossDailyActionID_YaomoBoss:
-        if gameWorldMgr.GetGameWorldDictByKey(key) != value:
-            PlayerCrossYaomoBoss.OnYaomoBossStateChange(value, tick)
             
     #通用设置
     befValue = gameWorldMgr.GetGameWorldDictByKey(key)

--
Gitblit v1.8.0