| | |
| | | for i in range(0, curPack.GetCount()):
|
| | | item = curPack.GetAt(i)
|
| | |
|
| | | if not ItemCommon.CheckItemCanUse(item):
|
| | | if not ItemCommon.CheckItemCanUse(item) or GetIsAuctionItem(item):
|
| | | continue
|
| | |
|
| | | if item.GetItemTypeID() == id:
|
| | |
| | | for i in range(0, curPack.GetCount()):
|
| | | item = curPack.GetAt(i)
|
| | |
|
| | | if not ItemCommon.CheckItemCanUse(item):
|
| | | if not ItemCommon.CheckItemCanUse(item) or GetIsAuctionItem(item):
|
| | | continue
|
| | |
|
| | | if item.GetItemTypeID() == id:
|
| | |
| | | for i in range(0, curPack.GetCount()):
|
| | | item = curPack.GetAt(i)
|
| | |
|
| | | if not ItemCommon.CheckItemCanUse(item):
|
| | | if not ItemCommon.CheckItemCanUse(item) or GetIsAuctionItem(item):
|
| | | continue
|
| | |
|
| | | effect = item.GetEffectByIndex(0)
|
| | |
| | | for i in range(0, curPack.GetCount()):
|
| | |
|
| | | item = curPack.GetAt(i)
|
| | | if not ItemCommon.CheckItemCanUse(item):
|
| | | if not ItemCommon.CheckItemCanUse(item) or GetIsAuctionItem(item):
|
| | | continue
|
| | |
|
| | | if item.GetItemTypeID() != id:
|