hxp
2019-05-09 59d00e9001195420f83a0a8e19ad799a34fa09a9
3531 【BUG】【2.0】缥缈,宝箱怪掉落材料错误
1个文件已修改
4 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCAI/AIType_196.py 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCAI/AIType_196.py
@@ -292,7 +292,9 @@
                mainItemWeightList = attackCountDropWeightInfo[attackCount]
            NPCCommon.UpdateNPCAttackCount(attackPlayer, npcID, attackCount, maxCount)
                
    if not mainItemWeightList and attackDropWeightList:
    if mainItemWeightList:
        mainItemWeightList = ItemCommon.GetWeightItemListByAlchemyDiffLV(attackPlayer, mainItemWeightList, alchemyDiffLV)
    elif attackDropWeightList:
        mainItemWeightList = ItemCommon.GetWeightItemListByAlchemyDiffLV(attackPlayer, attackDropWeightList, alchemyDiffLV)
        
    mainItemInfo = GameWorld.GetResultByWeightList(mainItemWeightList)