Подскажите пожалуйста как установить на сервер дополнения (шлемы, новый шмот)! Устанавливал оружие, гм шоп, баффер-никаких проблем не возникло.При попытке залить sql вылетают ошибки , подобные этой :
<tr>
<br>
<font color="FFFFFF" align="center">_______________________________________</font>
<br>
<button value="Назад" action="bypass -h npc_%objectId%_Chat 0" width=85 height=24 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br>
</center>
</body>
</html>
Также при попытке изменить файл armorgrp.dat вылетает ошибка:
Cannot open file "С:\Docume~1\Admin\Locals~1\Temp~RarSFXO\temp\new-armorgrp.dat". Не удается найти указанный файл.
Сборка от L2jOfficial rev.1120 Gracia Final.
Подскажите пожалуйста что я не так делаю...
Вот примеры из armor.sql
(6379,'Draconic Leather Armor','fullarmor','true','light',4950,'leather','s',0,-1,-1,249,0,0,17400000,748,'true','true','true','true','0-0','0-0;'),
(6380,'Draconic Leather Gloves','gloves','true','none',540,'leather','s',0,-1,-1,55,0,0,3580000,153,'true','true','true','true','0-0','0-0;'),
(6381,'Draconic Leather Boots','feet','true','none',1110,'leather','s',0,-1,-1,55,0,0,3580000,153,'true','true','true','true','0-0','0-0;'),
(6382,'Draconic Leather Helmet','head','true','none',550,'bone','s',0,-1,-1,83,0,0,5370000,230,'true','true','true','true','0-0','0-0;'),
а в файлах которые хочу установить :
INSERT INTO `armor` VALUES ('19420', 'Ice Plate Armor', 'chest', 'true', 'heavy', '9780', 'wood', 's80', '0', '-1', '-1', '486', '0', '0', '0', '500', 'true', 'true', 'true', 'true', '9996-1;');
INSERT INTO `armor` VALUES ('19421', 'Ice Stockings', 'legs', 'true', 'heavy', '940', 'leather', 's80', '0', '-1', '-1', '100', '0', '500', '0', '250', 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('19422', 'Ice Helm', 'head', 'true', 'none', '570', 'wood', 's80', '0', '-1', '-1', '90', '0', '0', '0', '60', 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('19423', 'Ice Gauntlet', 'gloves', 'true', 'none', '580', 'wood', 's80', '0', '-1', '-1', '75', '0', '0', '0', '40', 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('19424', 'Ice Solleret', 'feet', 'true', 'none', '1130', 'wood', 's80', '0', '-1', '-1', '75', '0', '0', '0', '40', 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('19425', 'Ice Brigandine', 'fullarmor', 'true', 'light', '5400', 'wood', 's80', '0', '-1', '-1', '382', '0', '0', '0', '500', 'true', 'true', 'true', 'true', '9997-1;');
INSERT INTO `armor` VALUES ('19426', 'Ice Leather Gloves', 'gloves', 'true', 'none', '580', 'wood', 's80', '0', '-1', '-1', '75', '0', '0', '0', '40', 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('19427', 'Ice Leather Boots', 'feet', 'true', 'none', '1130', 'wood', 's80', '0', '-1', '-1', '75', '0', '0', '0', '40', 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('19428', 'Ice Tunic', 'fullarmor', 'true', 'magic', '1960', 'leather', 's80', '0', '-1', '-1', '163', '0', '725', '0', '250', 'true', 'true', 'true', 'true', '9998-1;');
INSERT INTO `armor` VALUES ('19429', 'Ice Silk Gloves', 'gloves', 'true', 'none', '580', 'wood', 's80', '0', '-1', '-1', '75', '0', '0', '0', '40', 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('19430', 'Ice Sandals', 'feet', 'true', 'none', '1130', 'wood', 's80', '0', '-1', '-1', '75', '0', '0', '0', '40', 'true', 'true', 'true', 'true', '0-0;');
Подскажите пожалуйста может что-то поменять нужно в файлах?