From 1b7104ae9e7893e293483da188c6e46bf2a9ea37 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 08 十一月 2024 15:00:50 +0800 Subject: [PATCH] 10289 【越南】【英语】【砍树】【tqxbqy】运势-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 5ab2a0c..f9c21f1 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -168,6 +168,7 @@ import PlayerSuperDiscount import PlayerActLoginNew import PlayerActBuyCountGift +import PlayerActYunshi import PlayerActTask import datetime @@ -883,6 +884,8 @@ PlayerActBuyCountGift.OnPlayerLogin(curPlayer) # 任务活动 PlayerActTask.OnPlayerLogin(curPlayer) + # 运势活动 + PlayerActYunshi.OnPlayerLogin(curPlayer) # 登录活动 PlayerActLoginNew.OnPlayerLogin(curPlayer) # 节日巡礼活动 @@ -5688,6 +5691,9 @@ # 天道树奖励 elif rewardType == ChConfig.Def_RewardType_TiandaoTree: PlayerXiangong.GetTiandaoTreeAward(curPlayer, dataEx) + # 寻宝累计次数奖励 + elif rewardType == ChConfig.Def_RewardType_TreasureCntAward: + PlayerTreasure.GetTreasureCntAward(curPlayer, dataEx, dataExStr) #缥缈奇遇领取 elif rewardType == ChConfig.Def_RewardType_FairyAdventuresAward: PlayerFairyDomain.GetFairyAdventuresAward(curPlayer, dataEx, dataExStr) -- Gitblit v1.8.0