From 30773f0aaa711a3f00f9fba5a44b4366b27983f1 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 27 十二月 2024 17:26:33 +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 183311e..c46400a 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -6336,7 +6336,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