From d2bd99f40539e4eb6dc19ce7cc52e3aea56abb4c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 22 十一月 2018 15:06:04 +0800 Subject: [PATCH] 4911 【后端】【1.3】神兵功能相关修改——解封、仙玉自动锤炼 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 6 ++++-- 1 files changed, 4 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 c1710c2..5d2c27b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4524,9 +4524,10 @@ Def_Cost_DogzEquipPlus, # 神兽装备强化 Def_Cost_RuneHole, # 符印孔解锁 Def_Cost_AlchemyPray, # 丹药祈福 -Def_Cost_ResetGreatMasterSkill, # 重置天赋技能 +Def_Cost_ResetGreatMasterSkill, # 重置天赋技能 35 Def_Cost_BindJadeWheel, # 绑玉转盘 Def_Cost_WishingWell, # 许愿池刷新 +Def_Cost_GodWeapon, # 神兵 #-----------以下为暂时没用的,先不删除,如有新增消费点则放在这些之前------------ Def_Cost_RefreshArrestTask, # 刷新悬赏任务 Def_Cost_OffLineExp, # 兑换离线经验 @@ -4547,7 +4548,7 @@ Def_Cost_Trade, # 交易 Def_Cost_Rename, # 改名 Def_Cost_SkillLvUp, # 技能升级 -) = range(2000, 2000 + 57) +) = range(2000, 2000 + 58) Def_Cost_Reason_SonKey = "reason_name_son" # 消费点原因子类说明key @@ -4632,6 +4633,7 @@ Def_Cost_AlchemyPray:"AlchemyPray", Def_Cost_BindJadeWheel:"BindJadeWheel", Def_Cost_WishingWell:"WishingWell", +Def_Cost_GodWeapon:"GodWeapon", } ## ----------------------------------------------------- -- Gitblit v1.8.0