xdh
2019-02-13 5d0665e7f5b3bee843f58afa9a05ae9d7e1fc72f
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,