From 6a6ba3ddbe0f03cf9c268c8afae393ef53a15816 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 20 十月 2025 15:07:22 +0800 Subject: [PATCH] 232 【付费内容】历练秘笈-服务端(手动升级) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 7 ++++++- 1 files changed, 6 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 36c80b4..4c93c4b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3909,6 +3909,11 @@ Def_PDict_TreeFreeTimeCnt = "TreeFreeTimeCnt" # 今日已领取免费减时次数,过天重置 Def_PDict_TreeFreeTimeLast = "TreeFreeTimeLast" # 今日上次领取免费减时时间戳,过天重置 +#历练秘笈 +Def_PDict_LLMJLVInfo = "LLMJLVInfo" # 秘笈等级,消耗战锤*100 + 秘笈等级 +Def_PDict_LLMJExp = "LLMJExp" # 秘笈今日已额外获得经验 +Def_PDict_LLMJDecompose = "LLMJDecompose" # 秘笈今日已额外获得分解货币 + #任务,每个任务组有且仅有一个进行中的任务 Def_PDict_TaskIDLast = "TaskIDLast_%s" # 上一次完成的任务ID,参数(任务组) Def_PDict_TaskID = "TaskID_%s" # 当前进行中的任务ID,参数(任务组) @@ -4924,7 +4929,7 @@ ( Def_RewardType_Activity, # 活跃度奖励 0 Def_RewardType_DailyTask, # 每日任务奖励 1 -Def_RewardType_ChampionFamilyDailyReward, # 仙盟联赛冠军仙盟每日俸禄奖励 2 +Def_RewardType_LLMJLVUp, # 历练秘笈升级 2 Def_RewardType_XMZZWinCnt, # 仙魔之争胜利场数奖励 3 Def_RewardType_FamilyDayAward, # 仙盟每日福利奖励 4 Def_RewardType_LVAward, # 玩家等级奖励5 -- Gitblit v1.8.0