From c0c4a0880e9a0fc5d1482c1260e02ddd1b554bc9 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 12 十月 2022 14:09:02 +0800 Subject: [PATCH] 9719 【越南】【BT7】【主干】跨服全民充值 --- 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 9a22f95..8a3bf9d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -123,6 +123,7 @@ import PlayerLuckyTreasure import Item_ResetAttrPoint import CrossActCTGBillboard +import CrossActAllRecharge import PlayerFuncSysPrivilege import PlayerActTurntable import PlayerTongTianLing @@ -737,6 +738,8 @@ #跨服充值排行 CrossActCTGBillboard.OnPlayerLogin(curPlayer) + #跨服全民充值 + CrossActAllRecharge.OnPlayerLogin(curPlayer) #消费返利 PlayerCostRebate.OnPlayerLogin(curPlayer) #累计充值 @@ -5583,6 +5586,9 @@ # 领取跨服充值排行活动达标奖励 elif rewardType == ChConfig.Def_RewardType_CACTGBillboardDabiao: CrossActCTGBillboard.GetDabiaoAward(curPlayer, dataEx) + # 跨服全民充值奖励 + elif rewardType == ChConfig.Def_RewardType_CAAllRecharge: + CrossActAllRecharge.GetCrossActAllRechargeAward(curPlayer, dataEx) #缥缈奇遇领取 elif rewardType == ChConfig.Def_RewardType_FairyAdventuresAward: PlayerFairyDomain.GetFairyAdventuresAward(curPlayer, dataEx, dataExStr) -- Gitblit v1.8.0