From f0eb36291076cebc207cf350c984147baec65059 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 12 六月 2024 18:39:08 +0800 Subject: [PATCH] 10178 【越南】【香港】【主干】挂机奖励 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 20 ++++++++++++++++++-- 1 files changed, 18 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 bf79635..21cdac4 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4340,6 +4340,20 @@ Def_PDictType_TJGNotify_ItemID = "TJGItemID_%s" #脱机挂指定物品掉落显示 Def_PDictType_TJGOnDayEx = "TJGOnDayEx" #是否脱机挂中过天(5点)真实登录后重置 + +# 挂机收益 +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_XMZZLastStartTime = "XMZZLastStartTime" #上次开始战斗时间 @@ -5670,7 +5684,8 @@ VIPPrivilege_BossDogzBuy, #44 神兽boss/蓬莱boss购买次数 VIPPrivilege_45, #45 魔化之地boss购买次数 VIPPrivilege_46, #46 情缘副本购买次数 -) = range(1, 47) +VIPPrivilege_GuajiQuickBuy, #47 快速挂机购买次数 +) = range(1, 48) ( @@ -5893,7 +5908,8 @@ Def_RewardType_ActLoginAwardNew, # 领取登录活动奖励70 Def_RewardType_ActTask, # 领取任务活动奖励71 Def_RewardType_ActBuyCountGift, # 领取购买次数礼包活动 72 -)= range(73) +Def_RewardType_Guaji, # 领取挂机收益 73 +)= range(74) #boss复活相关活动定义 BossRebornActIDList = ( -- Gitblit v1.8.0