From 3ba3a5bf8077702514e96f9d79246a61c454ef76 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 13 三月 2024 17:42:42 +0800 Subject: [PATCH] 10033 【后端】仙树升级系统及砍树产出规则(增加砍树内置CD300毫秒;砍树装备产出及分解规则调整;砍树装备操作支持批量;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index b4acfb6..7043f8d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -2305,6 +2305,7 @@ 1000 * 10, # 跨服排位 1000 * 10, # 跨服妖魔boss 1000 * 10, # 仙盟阵法 + 300, # 砍树 ] TYPE_Player_Tick_Count = len(TYPE_Player_Tick_Time) @@ -2386,6 +2387,7 @@ TYPE_Player_Tick_Championship, #跨服排位 TYPE_Player_Tick_CrossYaomoBoss, #跨服妖魔boss TYPE_Player_Tick_FamilyZhenfa, #仙盟阵法 +TYPE_Player_Tick_CutTree, #砍树 ) = range(0, TYPE_Player_Tick_Count) #--------------------------------------------------------------------- -- Gitblit v1.8.0