From dae842ad6e4a43d66255251e3ca60880af8d08bb Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 09 十月 2025 16:26:25 +0800 Subject: [PATCH] 242 【福利内容】每日签到-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 62f5172..2e1a82f 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3423,12 +3423,6 @@ Def_PDict_ItemUseCntToday = "ItemUseCntToday_%s" # 物品今日使用次数, 参数为物品ID -Def_PDict_DayLoginSignIsMulti = "SignIsMulti" # 是否第二月以后 -Def_PDict_DayLoginSignNum = "DayLoginSignNum" # 本轮已签到次数 -Def_PDict_TotalSignNum = "TotalSignNum" # 累计已签到次数 -Def_PDict_DayLoginSignState = "DayLoginSignState" # 当天登陆签到状态 -Def_PDict_DayLoginSignStartTime = "SignStartTime" # 本轮签到开始时间 - Def_PDict_GodWeaponLV = "GodWeaponLV_%s" # 神器等级, 参数神器索引 Def_PDict_GodWeaponExp = "GodWeaponExp_%s" # 神器等级对应祝福值经验, 参数神器索引 Def_PDict_GodWeaponState = "GodWeaponState" # 神器是否已经激活, 按索引位存储神器是否激活 @@ -3449,6 +3443,10 @@ Def_PDict_DropCountToday = "DropCountToday_%s" # 今日物品已掉落次数,参数(物品ID) Def_PDict_DropColorToday = "DropColorToday_%s" # 今日装备品质已掉落次数,参数(装备品质) +# 签到 +Def_PDict_SignInState = "SignInState_%s" # 按位记录每日签到状态,参数(key编号),状态:0-不可签到;1-已签到;2-可补签;3-已领取 +Def_PDict_SignInLastDay = "SignInLastDay" # 最后一次签到是第x天 + # 跑环 Def_PDict_RunTaskAwardState = "RunTaskAwardState_%s" # 是否已领取跑环本轮结束奖励 参数任务类型 Def_PDict_RunTaskAwardRecord = "RunTaskAwardRecord_%s" # 跑环本轮结束奖励记录 参数任务类型 -- Gitblit v1.8.0