7661 【后端】【主干】屏蔽多余日志输出(翅膀精炼属性表、采集物表找不到数据改为不输出日志)
| | |
| | | GameWorld.ErrLog("自定义场景地图不允许采集! mapID=%s,lineID=%s,npcID=%s" % (mapID, lineID, npcID), playerID)
|
| | | return
|
| | |
|
| | | collectNPCIpyData = IpyGameDataPY.GetIpyGameData("CollectNPC", npcID)
|
| | | collectNPCIpyData = IpyGameDataPY.GetIpyGameDataNotLog("CollectNPC", npcID)
|
| | | if collectNPCIpyData:
|
| | | DoGiveCollectNPCAward(curPlayer, npcID, collectNPCIpyData)
|
| | | return
|
| | |
| | | if not wingData:
|
| | | return
|
| | | wingClassLV = ItemCommon.GetItemClassLV(wingData)
|
| | | return IpyGameDataPY.GetIpyGameData("WingRefineAttr", wingClassLV)
|
| | | return IpyGameDataPY.GetIpyGameDataNotLog("WingRefineAttr", wingClassLV)
|
| | |
|
| | | def GetWingProgressPerValueByID(itemID, per):
|
| | | ## 获取翅膀精炼百分比对应的精炼值
|