From e37a3c136624264a1f862795ad2e5468dabe0c9d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 09 十月 2025 17:01:35 +0800 Subject: [PATCH] 16 卡牌服务端(删除在线奖励;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 12 ++++-------- 1 files changed, 4 insertions(+), 8 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..8f04968 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3349,8 +3349,6 @@ Def_Player_Dict_LastAutoOpenPackTick = "LastAutoOpenPackTick219_%s" #上一次自动购买的tick<背包类型> -Def_PDict_OnlinePrizeNote = "OnlinePrizeNote" # 当日在线奖励领取信息 - Def_PDict_OpenSererDailyAward = "OpenSererDailyAward" # 开服每日奖励记录 Def_PDict_CreateRoleAwardState = "CreateRoleAwardState" # 创角奖励领取记录 Def_PDict_GameNoticeAwardState = "GameNoticeAwardState" # 玩法前瞻游戏领奖记录 @@ -3423,12 +3421,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 +3441,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