From 29a5e154e1628b11815ee5524f54daa9f7069a4f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 25 三月 2021 15:01:06 +0800 Subject: [PATCH] 8877 【主干】【BT2】节日游历任务ID支持绝世寻宝(boss复活、仙界盛典、节日游历都支持) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 7ed611e..55a693d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5415,7 +5415,8 @@ Def_BRAct_FairyDomain, #缥缈仙域 14 Def_BRAct_FamilyBoss, #仙盟BOSS 15 Def_BRAct_ActivityPlace, #活跃放置 16 -) = range(1, 16+1) +Def_BRAct_JSTreasure, #绝世寻宝 17 +) = range(1, 17+1) #全民来嗨活动定义(仙界盛典) PeoplePartyActIDList = ( @@ -5435,7 +5436,8 @@ Def_PPAct_RunFamilyTask, #仙盟任务 14 Def_PPAct_FamilyBoss, #仙盟Boss 15 Def_PPAct_FairyDomain, #缥缈仙域 16 -) = range(1, 16+1) +Def_PPAct_JSTreasure, #绝世寻宝 17 +) = range(1, 17+1) #节日游历活动任务定义 FeastTravelTaskIDList = ( @@ -5457,7 +5459,8 @@ Def_FeastTravel_FairyDomain, #缥缈仙域 16 Def_FeastTravel_UseGold, #累计消费X仙玉 17 Def_FeastTravel_CTGExp, #累计充值X仙玉,直接使用充值转化的经验 18 -) = range(1, 1 + 18) +Def_FeastTravel_JSTreasure, #绝世寻宝 19 +) = range(1, 1 + 19) #周狂欢活动定义(七天巡礼) WeekPartyActIDList = ( -- Gitblit v1.8.0