From 7d7da6a8246577a11c38219eaedb451178769ec8 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 14 九月 2018 17:15:52 +0800 Subject: [PATCH] 3494 【后端】开服前14天运营活动定制 3443 【后端】Boss复活活动,时间段支持日期跨天或日期支持重置时间点设置(如0点或5点) 1972 【后端】运营活动支持循环广播 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py index 11d2218..ed961fe 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py @@ -242,18 +242,8 @@ ActKey_ID = "ID" # 活动ID,唯一标识的ID,一般是活动开启的time值 ActKey_State = "State" # 活动状态 0-未开启, >0开启中,也代表当日的第几个时间段 ActKey_CfgID = "CfgID" # 活动表配置ID -ActKey_StartDate = "StartDate" # 开始日期 y-m-d -ActKey_EndDate = "EndDate" # 结束日期 y-m-d -ActKey_LVLimit = "LVLimit" # 限制玩家等级 - -ActKey_AddExpRate = "AddExpRate" # 多倍经验增加的经验倍率 -ActKey_IsDayReset = "IsDayReset" # 消费返利是否每天重置 -ActKey_TemplateID = "TemplateID" # 消费返利今日模板ID -ActKey_TemplateIDList = "TemplateIDList" # 消费返利模板ID列表 -ActKey_ShopTypeList = "ShopTypeList" # 限时特惠商店类型 +ActKey_DayIndex = "DayIndex" # 活动表配置ID ActKey_WorldLV = "WorldLV" # 活动开启时世界等级 -ActKey_GiftbagTypeList = "GiftbagTypeList" # 限时礼包ID列表 -ActKey_RealmPointMulti = "RealmPointMulti" # X倍修行点 #答题类型枚举 Def_Game_ExamTypeList = range(1, 4 + 1) -- Gitblit v1.8.0