From e65a33757a3ca9fad94f05f8309654585902d097 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 30 十月 2025 19:50:48 +0800 Subject: [PATCH] 326 【武将】阵容推荐-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 3 ++- 1 files changed, 2 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 f0eb727..133feb9 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3911,6 +3911,7 @@ Def_PDict_HeroBook = "HeroBook_%s" # 武将图鉴激活等级,参数(武将ID) cccbbba a-初始激活状态1-英雄激活,2-初始图鉴激活; bbb-存星级图鉴激活等级;ccc-存突破图鉴激活等级 Def_PDict_HeroBookH = "HeroBookH_%s" # 武将图鉴历史最高等级,参数(武将ID) cccbbba: bbb-存星级图鉴最高等级;ccc-存突破图鉴最高等级 Def_PDict_HeroAwakeRebirthCnt = "HeroAwakeRebirthCnt" # 已觉醒过的武将今日已重生次数,共享次数 +Def_PDict_HeroRecommend = "HeroRecommend_%s" # 阵容推荐领奖状态,参数(推荐ID) 根据武将ID所在索引位记录是否领取 #主线 Def_PDict_UnXiantaoCntExp = "UnXiantaoCntExp" # 累计未结算经验的战锤数 @@ -4894,7 +4895,7 @@ Def_RewardType_DailyTask, # 每日任务奖励 1 Def_RewardType_LLMJLVUp, # 历练秘笈升级 2 Def_RewardType_FamilyTaofaBox, # 公会讨伐领取宝箱奖励 3 -Def_RewardType_FamilyDayAward, # 仙盟每日福利奖励 4 +Def_RewardType_LineupRecommend, # 阵容推荐奖励 4 Def_RewardType_LVAward, # 玩家等级奖励5 Def_RewardType_XBXZ, # 仙宝寻主奖励6 Def_RewardType_DayRealmPoint, # 每日任务修行点奖励7 -- Gitblit v1.8.0