From e8f7103033fc2f4635eb6065a95616f842daf1e8 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 27 十二月 2024 17:21:38 +0800 Subject: [PATCH] 10289 【越南】【英语】【砍树】【BT】运势-服务端(增加任务类型消耗培养丹34坐骑 35灵宠) --- 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 8b7ee51..04c77cb 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -6242,7 +6242,9 @@ ActTaskType_FMT, # 封魔坛X次 31 ActTaskType_EquipPlus, # 装备强化X次 32 ActTaskType_EquipWash, # 装备洗炼X次 33 -) = range(1, 1 + 33) +ActTaskType_HorseTrainItem1, # 消耗X个坐骑培养1道具 34 +ActTaskType_PetTrainItem1, # 消耗X个灵宠培养1道具 35 +) = range(1, 1 + 35) # 套装枚举,普通套装,强化套装 (EquipSuitType_Normal, -- Gitblit v1.8.0