hxp
2019-10-30 149afba0633985377f570abfc51e70508db15e2e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_ItemCompound.py
@@ -676,7 +676,7 @@
    return incRateItemCostList, expireTime
def __CheckItemCanUseCompound(playerID, index, curItem):
    if not ItemCommon.CheckItemCanUse(curItem) or ItemControler.GetIsAuctionItem(curItem):
    if not ItemCommon.CheckItemCanUse(curItem):
        GameWorld.DebugLog("该物品不可使用!无法合成! index=%s" % (index), playerID)
        return
    
@@ -841,7 +841,7 @@
        return
    curEquip = itemPack.GetAt(decompoundItemIndex)
    
    if not ItemCommon.CheckItemCanUse(curEquip) or ItemControler.GetIsAuctionItem(curEquip):
    if not ItemCommon.CheckItemCanUse(curEquip):
        return
    
    attrCount = curEquip.GetUserAttrCount(ShareDefine.Def_IudetItemDecompound)