From 964c6ebb50380ef9d15eeede9438b3cd8c38885b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 11 十一月 2024 18:04:37 +0800 Subject: [PATCH] 10297 【越南】【英语】【砍树】【tqxbqy】轮回殿-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py index 868c2a8..825213b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -82,6 +82,7 @@ import PlayerFamilyTech import PlayerFamilyZhenfa import PlayerCostRebate +import PlayerActLunhuidian import PlayerActGarbageSorting import GY_Query_CrossRealmReg import PlayerTongTianLing @@ -3277,6 +3278,8 @@ PlayerActivity.OnPayMoneyActivity(curPlayer, type_Price, price) #转盘活动 PlayerActTurntable.OnPlayerUseGold(curPlayer, type_Price, price) + #轮回殿 + PlayerActLunhuidian.AddLunhuidianValue(curPlayer, PlayerActLunhuidian.AwardType_PayMoney, type_Price, price) unitPrice = price if quantity == 1 else int(math.ceil(price * 1.0 / quantity)) # 单价 #reason_name = "Unknown" if not costType else costType -- Gitblit v1.8.0