From b69fe56d5ebb784c4430cb5e86f460efafa1b30a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 三月 2019 16:57:29 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(生产系统) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index ec1cd76..d2d9578 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -730,12 +730,6 @@ # 脱机挂状态下不刷新buff时间的 TJGStateNotRefreshTimeBuff = [Def_SkillID_Red] -#=============================================================================== -# 生产相关技能ID在下面配置 -# Def_SkillID_Produce -# Def_ProduceBuffID -#=============================================================================== - #技能ID对应的区域类型 Def_AreaType_SkillID_Safe = 20011 # 安全区 Def_AreaType_SkillID_FreePK = 20010 # pk区 @@ -1603,11 +1597,6 @@ ) = range(4, 4 + 2) #---玩家生产系统------------------------------------------- -Def_ProduceLVMin = 5 # 生产材料采集玩家最小等级 -Def_SkillID_Produce = 20018 # 生产技能ID -Def_ProduceBuffID = 20021 # 进入生产采集状态添加的buffID -#生产采集进度条时间为10秒 -Def_ProducePortalTime = 10000 #生产采集状态枚举值 [ Def_EndProduction, # 退出生产采集状态 0 -- Gitblit v1.8.0