HESH 64 Опубликовано 30 Августа 2015 @Дедушка Тапок, --> Состояние оружия НПС.... --> scripts / death_manager.script --> строки function set_weapon_drop_condition(item) local condition = (math.random(40)+40)/100--printf("condition [%s]", tostring(condition))item:set_condition(condition)end. Если не поможет, то в том же файле строки local item_id = item:id()local item_in_slot = npc:item_in_slot(2)if item_in_slot ~= nil and item_in_slot:id() == item_id then--' Тут надо уменьшить кондишн оружияitem:set_condition((math.random(40)+40)/100)returnenditem_in_slot = npc:item_in_slot(3)if item_in_slot ~= nil and item_in_slot:id() == item_id then--' Тут надо уменьшить кондишн оружияitem:set_condition((math.random(40)+40)/100)returnend Комметарии там есть. --> al.spawn и там ищи строки, относящиеся к актору. Точнее не скажу, ЗП сам только начал ковырять. Поделиться этим сообщением Ссылка на сообщение