| | |
| | | GameWorld.DebugLog(" 非寻访中,不能掉落!", playerID)
|
| | | return
|
| | | PlayerFairyDomain.SetFairyDomainFBEventState(curPlayer, mapID, funcLineID, PlayerFairyDomain.FDEventState_Visited)
|
| | | PlayerControl.SetCustomMap(curPlayer, 0, 0)
|
| | |
|
| | | isOwner = True
|
| | | giveItemList = __GetDemonKingPrizeItemList(curPlayer, mapID, funcLineID, eventID, isOwner)
|
| | |
| | | for _ in xrange(randCount):
|
| | | itemInfo = GameWorld.GetResultByWeightList(realWeightList)
|
| | | itemID, itemCount, isAuctionItem = itemInfo
|
| | | if not itemID:
|
| | | continue
|
| | | giveItemList.append([itemID, itemCount, isAuctionItem])
|
| | |
|
| | | return giveItemList
|