hxp
2020-12-28 a6fb3fc9fdf49158dc86870d99f113460d66b9b6
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