From 8155ce1b16a37578c76b3d520a12f4b5419666a1 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 01 四月 2020 15:53:16 +0800 Subject: [PATCH] 8405 【后端】成就系统开发(成就通行证领奖) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 6707c9e..a2c1aca 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3868,11 +3868,12 @@ Def_PDict_GoldInvest_GotRewardValue = "Invest_GotRewardValue_%s_%s" # 等级回报已领取数值,参数为投资类型 索引 # 成就 Def_PDictType_Success -Def_PDict_Success_AwardRecord = "Succ_AwardRecord_%s" # 成就领奖记录,参数(成就类型),按索引位存储0-未领,1-已领 +Def_PDict_Success_AwardRecord = "Succ_AwardRecord_%s" # 成就领奖记录,参数(key编号),按索引位存储0-未领,1-已领 Def_PDict_Success_LastDay = "Succ_LastDay_%s" # 连续类型上一次更新进度时的开服天数,参数(成就编号) Def_PDict_Success_CntValue = "Su_%s_%s" # 当前次数值,参数(成就类型、条件) Def_PDict_Success_FinishTime = "Succ_FinishTime_%s" # 成就是否已完成,参数(索引) Def_PDict_Success_CheckVersion = "Succ_CheckVersion" #老玩家某些功能成就检查版本 +Def_PDict_Success_PassportAward = "Succ_PassportAward_%s" #成就通行证领奖状态,参数(key编号),按索引位存储0-未领,1-已领 # 大师 Def_PDictType_GreatMaster Def_PDict_Master_Exp = "Master_Exp" # 当前大师经验 @@ -5449,4 +5450,7 @@ PowerDownType_ResetPoint:'ResetPoint', PowerDownType_ResetTalent:'ResetTalent', PowerDownType_GatherSoul:'GatherSoul', - } \ No newline at end of file + } + +# CTG ID 定义 +Def_CTGID_SuccessPassport = 117 # 成就通行证 -- Gitblit v1.8.0