From ce9a4f97d80766621f4c52d5ef9dad0f9a4fe55a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 27 十一月 2023 17:00:32 +0800 Subject: [PATCH] 10014 【主干】【港台】【砍树】多个直购一次打包购买功能 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 0317678..abd54b5 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4041,6 +4041,13 @@ Def_PDict_GodGiftResetCount = "ActGodGiftResetCount_%s" #已重置次数,参数:(活动编号) Def_PDict_GodGiftAwardPool = "ActGodGiftAwardPool_%s" #奖池状态,参数:(活动编号) 0-未选择;1-已选择;2-已抽完 Def_PDict_GodGiftItemState = "ActGodGiftItemState_%s_%s_%s" #库物品状态,参数:(活动编号, 库, 编号) 已被选择次数*100+本奖池是否被选择*10+本奖池是否已被抽中 + +#每日打包直购礼包 +Def_PDict_DailyPackBuyGiftBuy = "DailyPackBuyGiftBuy" # 每日打包直购礼包 - 今日购买状态,按索引位记录今日是否已购买 +Def_PDict_DailyPackBuyGiftRecord = "DailyPackBuyGiftRecord" # 每日打包直购礼包 - 今日领取记录,按索引位记录今日是否已领取 +Def_PDict_DailyPackBuyGiftPackTime = "DailyPackBuyGiftPackTime" # 每日打包直购礼包 - 打包购买时间戳 +Def_PDict_DailyPackBuyGiftOnDayTime = "DailyPackBuyGiftOnDayTime" # 每日打包直购礼包 - 上次处理过天时间戳 + #------------------------------------------------------------------------------- #开服活动,Def_PDictType_OpenServerCampaign @@ -5805,7 +5812,8 @@ Def_RewardType_CustomAward, #自定义奖励 61 Def_RewardType_RealmXXZL, #境界修仙之路奖励 62 Def_RewardType_FamilyBossHurt, #仙盟boss伤害奖励 63 -)= range(64) +Def_RewardType_DailyPackBuyGift, #打包直购礼包奖励 64 +)= range(65) #boss复活相关活动定义 -- Gitblit v1.8.0