From 736f0f77848f217db1b3a76693cd8289cb5e03ea Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 八月 2025 19:16:28 +0800 Subject: [PATCH] 16 卡牌服务端(功能开启删除不需要字段;支持任务开启功能;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index c0ee79c..a9774a4 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4116,19 +4116,6 @@ Def_PDict_GFPassiveIndex = "GFP_%s_%s" # 被动功法 页数-索引 Def_PDict_GFPassivePage = "GFPPage" # 被动功法选中页数 -# 挂机收益 -Def_PDict_GuajiCalcTime = "GuajiCalcTime" # 上次统计收益时间戳 -Def_PDict_GuajiAwardSeconds = "GuajiAwardSeconds" # 已累计收益时长,秒 -Def_PDict_GuajiQuickCount = "GuajiQuickCount" # 今日已快速收益次数 -Def_PDict_GuajiExp = "GuajiExp" # 经验 -Def_PDict_GuajiExpPoint = "GuajiExpPoint" # 经验超过E部分 -Def_PDict_GuajiMoneyType = "GuajiMoneyType_%s" # 获得货币类型,参数(索引) -Def_PDict_GuajiMoneyValue = "GuajiMoneyValue_%s" # 获得货币值,参数(索引) -Def_PDict_GuajiMoneyUnSeconds = "GuajiMoneyUnSeconds_%s" # 计算获得货币值时未处理收益的累计时长,秒,参数(货币类型) -Def_PDict_GuajiItemUnSeconds = "GuajiItemUnSeconds" # 计算获得物品次数时未处理收益的累计时长,秒 -Def_PDict_GuajiItemID = "GuajiItemID_%s" # 获得物品ID,参数(索引) -Def_PDict_GuajiItemCount = "GuajiItemCount_%s" # 获得物品个数,参数(索引) - #套装 Def_PDict_EquipPartSuiteLV = "EQPartSuiteLV_%s_%s" #部位套装等级 参数 部位、套装类型 Def_PDict_EquipPartSuiteActivate = "EQPartSuiteActivate_%s" #套装激活记录 参数 key编号 -- Gitblit v1.8.0