From 44474c06a087e0940536fea6806786315d1114b3 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 18 一月 2019 10:57:02 +0800 Subject: [PATCH] 5315 子 【1.5.100】登录奖励活动(初版) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 10 ++++++++-- 1 files changed, 8 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 2613f7d..6695f98 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3263,7 +3263,7 @@ Def_PDictType_OpenServerCampaign, # 开服活动 Def_PDictType_WeekParty, Def_PDictType_Family_Contribution, # 战盟贡献度 -Def_PDictType_10, # 10 +Def_PDictType_LoginAward, # 登录奖励运营活动 Def_PDictType_OfficialRank, # 官爵 Def_PDictType_Horse, # 坐骑 Def_PDictType_Wing, # 翅膀 @@ -3720,6 +3720,11 @@ Def_PDict_WeekPartyGotTimes = "WeekPartyGotTimes_%s_%s" #当前已领次数 参数(第X天,模板ID) Def_PDict_WeekPartyAwardRecord = "WeekPartyAwardRecord_%s" #积分领奖记录 参数(第X天) Def_PDict_WeekPartyPoint = "WeekPartyPoint_%s" #当天积分 参数(第X天) + +#登录奖励运营活动 +Def_PDict_LoginAwardID = "LoginAwardID" # 玩家身上的BOSS复活活动ID,唯一标识,取活动开始日期time值 +Def_PDict_LoginAwardCurTimes = "LoginAwardCurTimes_%s_%s" #当前完成次数 参数(第X天,模板ID) +Def_PDict_LoginAwardGotTimes = "LoginAwardGotTimes_%s_%s" #当前已领次数 参数(第X天,模板ID) #------------------------------------------------------------------------------- #类型 Def_PDictType_OnlinePrize Def_PDict1_OnlinePrizeCnt = "OnlinePrizeCnt" # 新手在线已领取奖励次数 @@ -5139,7 +5144,8 @@ Def_RewardType_IceLodeStar, # 冰晶矿脉星级奖励19 Def_RewardType_WeekPartyAct, # 领取周狂欢活动奖励20 Def_RewardType_WeekPartyPoint, # 领取周狂欢积分奖励21 -)= range(22) +Def_RewardType_ActLoginAwardAct, # 领取登录奖励活动奖励22 +)= range(23) #boss复活相关活动定义 -- Gitblit v1.8.0