From 5d0665e7f5b3bee843f58afa9a05ae9d7e1fc72f Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 13 二月 2019 14:17:09 +0800 Subject: [PATCH] 5315 【后端】【1.6】登录奖励活动 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index f360a47..07af3b5 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5307,6 +5307,29 @@ #可提前完成的周狂欢活动 AheadFinishWPActList = [Def_WPAct_Horse, Def_WPAct_Pet, Def_WPAct_Dogz, Def_WPAct_Rune] +#登录奖励活动定义 +LoginAwardActIDList = ( +Def_LoginAct_Login, #每日登录1 +Def_LoginAct_Pray, #祈愿2 +Def_LoginAct_TowerSweep, #符印塔扫荡 3 +Def_LoginAct_KirinHome, #麒麟之府 4 +Def_LoginAct_RunTask, #师门悬赏5 +Def_LoginAct_XJMJ, #仙境秘境 6 +Def_LoginAct_FMT, #封魔坛7 +Def_LoginAct_MunekadoTrial, #宗门试炼8 +Def_LoginAct_FamilyParty, #仙盟宴会9 +Def_LoginAct_WorldBOSS, #世界boss 10 +Def_LoginAct_QueenRelices, #娲皇遗迹 11 +Def_LoginAct_IceLode, #冰晶矿脉 12 +Def_LoginAct_GodArea, #古神禁地 13 +Def_LoginAct_ZhuXianTower, #诛仙塔挑战 14 +Def_LoginAct_ZhuXianBOSS, #诛仙boss 15 +Def_LoginAct_Alchemy, #炼丹 16 +Def_LoginAct_EquipPlus, #强化 17 +Def_LoginAct_EquipWash, #洗炼 18 +) = range(1, 18+1) + + # 套装枚举,普通套装,强化套装 (EquipSuitType_Normal, EquipSuitType_Plus, -- Gitblit v1.8.0