ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_Chests.py
@@ -41,9 +41,10 @@ return showType = chestsIpyData.GetShowType() # 规定有开箱表现的默认只能开启1个 if showType: useCnt = 1 #if showType: # useCnt = 1 useCnt = min(curRoleItem.GetCount(), useCnt) isBind = int(chestsIpyData.GetIsBind()) # 奖励物品是否绑定 costItemID = chestsIpyData.GetCostItemID() costItemCountTotal = chestsIpyData.GetCostItemCount() * useCnt