From c82bf80c543ddc6bada1e3085acb8ab9ee7b13db Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 28 十一月 2025 14:26:33 +0800 Subject: [PATCH] 237 【福利内容】每日任务/每周任务/章节奖励-服务端(A340下发已完成的成就) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 96d6246..39a115b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3286,8 +3286,6 @@ Def_PDict_MonthCTGCount = "MonthCTGCount_%s" # 本月充值次数,参数(CTG对应的商品记录ID) Def_PDict_CTGGoodsBuyCount = "CTGGoodsBuyCount_%s" # 对应充值商品已购买次数,参数(CTG对应的商品记录ID) Def_PDict_CTGSelectItemValue = "CTGSelectItemValue_%s" # 充值自选选择记录,参数(CTG对应的商品记录ID) 每两位存储每个自选索引对应选择的物品索引+1,存储位值为0代表未选择,最多支持选择4种物品 -Def_PDict_OnlineRechargeTHAward = "OnlineRechargeTHAward" # 在线特惠充值额外奖励 - 是否已领取奖励 -Def_PDict_DayFreeGoldGiftState = "DayFreeGoldGiftState" # 每日免费直购礼包领取记录 Def_PDict_FirstChargeRecord = "FirstChargeRecord_%s" # 首充领取记录,按位记录首充第x天是否已领取,参数(首充ID) Def_PDict_FirstChargeTime = "FirstChargeTime_%s" # 首充充值时间戳,参数(首充ID) Def_PDict_IsReBorn = "Def_PDict_IsReBorn" # 是否回城复活 @@ -4822,7 +4820,7 @@ Def_RewardType_ManyDayRecharge, #多日连充41 Def_RewardType_InfiniteMoney, #无限货币42 Def_RewardType_SingleRecharge, #单笔累充 43 -Def_RewardType_OnlineRechargeTH, #创角在线特惠充值额外奖励 44 +Def_RewardType_44, #创角在线特惠充值额外奖励 44 Def_RewardType_SWC, #送万充奖励 45 Def_RewardType_FairyCardSponsor, #仙卡赞助奖励 46 Def_RewardType_CritGodBoxCTG, #暴击神兵奖励 47 @@ -5120,7 +5118,8 @@ TaskType_ReqOrJoinFamily, # 创建或者申请加入公会 18 TaskType_FBTianzi, # 挑战天子的考验x次 19 TaskType_Rename, # 改名 20 -) = range(1, 1 + 20) +TaskType_HeroBook, # 武将图鉴激活x个 21 +) = range(1, 1 + 21) # 任务分组 TaskGroupList = ( -- Gitblit v1.8.0