From d3e7a807c2ac2e36e51622d8dd7cc2c7b5711ddb Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 13 三月 2024 18:39:13 +0800 Subject: [PATCH] 10033 【后端】仙树升级系统及砍树产出规则(砍树装备调整为默认1阶) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py index e18e122..a3e5453 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py @@ -100,7 +100,7 @@ return GameWorld.DebugLog(" colorRateList=%s,totalRate=%s" % (colorRateList, totalRate), playerID) - classLV, isSuit = 0, None + classLV, isSuit = 1, None # 默认1阶,不限制是否套装 placeList = ChConfig.EquipPlace_Base + ChConfig.EquipPlace_Special jobList = [curPlayer.GetJob()] randEquipIDList = [] -- Gitblit v1.8.0