From 64f33959a062d480d7f1e4d5915f9cc6c7008201 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 21 六月 2024 11:43:54 +0800 Subject: [PATCH] 10173 【主干】【香港】【越南】任务活动增加任务类型(击杀跨服蓬莱4; 击杀跨服魔化之地5) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index fe4d7da..88a0b11 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -6170,7 +6170,9 @@ ActTaskType_WorldBoss, # 击杀世界boss 1 ActTaskType_BossHome, # 击杀boss之家 2 ActTaskType_Activity, # 累计获得活跃度 3 -) = range(1, 1 + 3) +ActTaskType_CrossPenglaiBoss, # 击杀蓬莱boss 4 +ActTaskType_CrossDemonLandBoss, # 击杀魔化之地boss 5 +) = range(1, 1 + 5) # 套装枚举,普通套装,强化套装 (EquipSuitType_Normal, -- Gitblit v1.8.0