| | |
| | | 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" #上次开始战斗时间
|
| | |
|
| | |
| | | VIPPrivilege_BossDogzBuy, #44 神兽boss/蓬莱boss购买次数
|
| | | VIPPrivilege_45, #45 魔化之地boss购买次数
|
| | | VIPPrivilege_46, #46 情缘副本购买次数
|
| | | ) = range(1, 47)
|
| | | VIPPrivilege_GuajiQuickBuy, #47 快速挂机购买次数
|
| | | ) = range(1, 48)
|
| | |
|
| | |
|
| | | (
|
| | |
| | | Def_RewardType_ActLoginAwardNew, # 领取登录活动奖励70
|
| | | Def_RewardType_ActTask, # 领取任务活动奖励71
|
| | | Def_RewardType_ActBuyCountGift, # 领取购买次数礼包活动 72
|
| | | )= range(73)
|
| | | Def_RewardType_Guaji, # 领取挂机收益 73
|
| | | )= range(74)
|
| | |
|
| | | #boss复活相关活动定义
|
| | | BossRebornActIDList = (
|