ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -1436,6 +1436,11 @@ def __GetEquipIDList(findID, classLV, color, isSuit, placeList, itemJobList, findType="NPC"): #存一个满足要求的所有的物品的列表 然后从当中随机选一个 #注: 阶、颜色、套装ID、职业、部位,这5个条件可确认唯一一件装备 if not PyGameData.InitPyItem: GameWorld.ErrLog("地图还未启动好载物品!") return [] key = "%s_%s" % (classLV, color) if key in PyGameData.g_filterEquipDict: