From 63d62011dc3639c1b6a0ea3f920e9ec6bada71f2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 10 三月 2021 18:13:39 +0800 Subject: [PATCH] 8650 【主干】【BT2】活动规则优化(充值返利仙玉 移到主干,为节日活动类型,改为仅直充仙玉有效,配表为仙玉); --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py index 37e3e90..626f633 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py @@ -48,6 +48,7 @@ import PlayerNewFairyCeremony import PlayerGoldGift import PlayerActTotalRecharge +import PlayerActRechargeRebateGold import PlayerActRechargePrize import CrossActCTGBillboard import PlayerActGrowupBuy @@ -437,6 +438,10 @@ #跨服充值排行活动 CrossActCTGBillboard.AddCTGRMB(curPlayer, orderCoin) + # 只算充仙玉的 + if coinType == CoinType_Gold: + PlayerActRechargeRebateGold.AddRechargeRebateGoldRMB(curPlayer, addGold) + #仙界盛典-充值大礼 PlayerFairyCeremony.OnFCRecharge(curPlayer) PlayerNewFairyCeremony.OnFCRecharge(curPlayer) -- Gitblit v1.8.0