From 9a44755de02c68d2099e15c6173ad2307d439647 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 08 八月 2024 12:09:36 +0800 Subject: [PATCH] 10223 【越南】【砍树】【主干】【港台】秘境寻宝(库外权重支持区分不同层) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActXianXiaMJ.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActXianXiaMJ.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActXianXiaMJ.py index 7a61643..bae2dc6 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActXianXiaMJ.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActXianXiaMJ.py @@ -538,7 +538,7 @@ libType = awardIpyData.GetAwardLibType() libItemCount = GetLayerSetByList(layerNum, awardIpyData.GetAwardItemCountList()) unlockLimitTimes = GetLayerSetByList(layerNum, awardIpyData.GetUnlockAwardLimitTimesList()) - libWeight = awardIpyData.GetAwardLibWeight() + libWeight = GetLayerSetByList(layerNum, awardIpyData.GetAwardLibWeightList()) posNumMax += libItemCount if libType == Def_SuperLibType: -- Gitblit v1.8.0