From 65d8c41c3e62313deb9ff6a3b9b701a55b662d5b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 07 十月 2023 01:38:11 +0800 Subject: [PATCH] 9905 【BT0.1】【主干】新增每周、每月限购(累充支持线下活动) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 06e446a..3cd2686 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5955,3 +5955,11 @@ TTLTaskType_FamilyPartyAnswerRight, # 仙盟答题答对x次 17 TTLTaskType_CrossBoss, # 跨服boss击杀x次 18 ) = range(1, 1 + 18) + +# 充值点券处理类型 +( +CoinType_Gold, # 直接充仙玉 0 +CoinType_Buy, # 直购,非直接充仙玉的,如RMB直接购买某个物品或激活某个功能 1 +CoinType_ItemSuper, # 使用超级现金卡物品,类充值仙玉效果,但是有某些功能上的限制,一般是bt版本赠送 2 +CoinType_ItemCash, # 使用现金卡物品,类充值仙玉效果,但是有某些功能上的限制,一般是bt版本赠送 3 +) = range(4) -- Gitblit v1.8.0