Перейти к содержанию
Авторизация  
DreamNRJ

Помогите Поставить Сет На Pw

Рекомендуемые сообщения

INSERT INTO `custom_armor` VALUES (9901, 'Water Helmet', 'head', 'true', 'none', 0, 's', 0, -1, 150, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9902, 'Water Breastplate', 'chest', 'true', 'heavy', 0, 's', 0, -1, 401, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9903, 'Water Gaiters', 'legs', 'true', 'heavy', 0, 's', 0, -1, 250, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9904, 'Water Gauntlets', 'gloves', 'true', 'heavy', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9905, 'Water Boots', 'feet', 'true', 'heavy', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9906, 'Water Leather Helmet', 'head', 'true', 'none', 0, 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9907, 'Water Leather Breastplate', 'chest', 'true', 'light', 0, 's', 0, -1, 301, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9908, 'Water Leather Leggings', 'legs', 'true', 'light', 0, 's', 0, -1, 188, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9909, 'Water Leather Gloves', 'gloves', 'true', 'light', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9910, 'Water Leather Boots', 'feet', 'true', 'light', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9911, 'Water Circlet', 'head', 'true', 'none', 0, 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9912, 'Water Tunic', 'chest', 'true', 'magic', 0, 's', 0, -1, 201, 0, 800, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9913, 'Water Stockings', 'legs', 'true', 'magic', 0, 's', 0, -1, 125, 0, 600, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9914, 'Water Gloves', 'gloves', 'true', 'magic', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9915, 'Water Shoes', 'feet', 'true', 'magic', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9916, 'Water Shoes', 'dhair', 'false', 'none', 10, 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES (9917, 'Water Shoes', 'dhair', 'false', 'none', 10, 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0);

 

Не заливается(

 

Спасибо поставлю кто поможет)

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

ну во 1 ты видел у себя таблицу `custom_armor`

Кажется она просто должна называться armor, вконце поставь путь к картинке (ищи в dat файлах к сету)

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

INSERT INTO `armor` VALUES (9901, 'Water Helmet', 'head', 'true', 'none', 0, 's', 0, -1, 150, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9902, 'Water Breastplate', 'chest', 'true', 'heavy', 0, 's', 0, -1, 401, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9903, 'Water Gaiters', 'legs', 'true', 'heavy', 0, 's', 0, -1, 250, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9904, 'Water Gauntlets', 'gloves', 'true', 'heavy', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9905, 'Water Boots', 'feet', 'true', 'heavy', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9906, 'Water Leather Helmet', 'head', 'true', 'none', 0, 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9907, 'Water Leather Breastplate', 'chest', 'true', 'light', 0, 's', 0, -1, 301, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9908, 'Water Leather Leggings', 'legs', 'true', 'light', 0, 's', 0, -1, 188, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9909, 'Water Leather Gloves', 'gloves', 'true', 'light', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9910, 'Water Leather Boots', 'feet', 'true', 'light', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9911, 'Water Circlet', 'head', 'true', 'none', 0, 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9912, 'Water Tunic', 'chest', 'true', 'magic', 0, 's', 0, -1, 201, 0, 800, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9913, 'Water Stockings', 'legs', 'true', 'magic', 0, 's', 0, -1, 125, 0, 600, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9914, 'Water Gloves', 'gloves', 'true', 'magic', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9915, 'Water Shoes', 'feet', 'true', 'magic', 0, 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9916, 'Water Shoes', 'dhair', 'false', 'none', 10, 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9917, 'Water Shoes', 'dhair', 'false', 'none', 10, 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

 

 

Попробуй

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Что пишет?

 

 

 

INSERT INTO `armor` VALUES (9901, 'Water Helmet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 150, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9902, 'Water Breastplate', 'chest', 'true', 'heavy', 0, 'steel', 's', 0, -1, 401, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9903, 'Water Gaiters', 'legs', 'true', 'heavy', 0, 'steel', 's', 0, -1, 250, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9904, 'Water Gauntlets', 'gloves', 'true', 'heavy', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9905, 'Water Boots', 'feet', 'true', 'heavy', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9906, 'Water Leather Helmet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9907, 'Water Leather Breastplate', 'chest', 'true', 'light', 0, 'steel', 's', 0, -1, 301, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9908, 'Water Leather Leggings', 'legs', 'true', 'light', 0, 'steel', 's', 0, -1, 188, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9909, 'Water Leather Gloves', 'gloves', 'true', 'light', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9910, 'Water Leather Boots', 'feet', 'true', 'light', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9911, 'Water Circlet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9912, 'Water Tunic', 'chest', 'true', 'magic', 0, 'steel', 's', 0, -1, 201, 0, 800, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9913, 'Water Stockings', 'legs', 'true', 'magic', 0, 'steel', 's', 0, -1, 125, 0, 600, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9914, 'Water Gloves', 'gloves', 'true', 'magic', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9915, 'Water Shoes', 'feet', 'true', 'magic', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9916, 'Water Shoes', 'dhair', 'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9917, 'Water Shoes', 'dhair', 'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

Изменено пользователем kdp

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

INSERT INTO `armor` VALUES (9917, 'Water Shoes', 'dhair', 'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);

[Msg] Finished - Unsuccessfully

 

вот...

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

начало ошибки а не конец.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
[Err] 1054 - Unknown column 'Icon.NOIMAGE' in 'field list'
[Err] INSERT INTO `armor` VALUES (9901, 'Water Helmet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 150, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9902, 'Water Breastplate', 'chest', 'true', 'heavy', 0, 'steel', 's', 0, -1, 401, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9903, 'Water Gaiters', 'legs', 'true', 'heavy', 0, 'steel', 's', 0, -1, 250, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9904, 'Water Gauntlets', 'gloves', 'true', 'heavy', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9905, 'Water Boots', 'feet', 'true', 'heavy', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9906, 'Water Leather Helmet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9907, 'Water Leather Breastplate', 'chest', 'true', 'light', 0, 'steel', 's', 0, -1, 301, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9908, 'Water Leather Leggings', 'legs', 'true', 'light', 0, 'steel', 's', 0, -1, 188, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9909, 'Water Leather Gloves', 'gloves', 'true', 'light', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9910, 'Water Leather Boots', 'feet', 'true', 'light', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9911, 'Water Circlet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9912, 'Water Tunic', 'chest', 'true', 'magic', 0, 'steel', 's', 0, -1, 201, 0, 800, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9913, 'Water Stockings', 'legs', 'true', 'magic', 0, 'steel', 's', 0, -1, 125, 0, 600, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9914, 'Water Gloves', 'gloves', 'true', 'magic', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9915, 'Water Shoes', 'feet', 'true', 'magic', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9916, 'Water Shoes', 'dhair', 'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
INSERT INTO `armor` VALUES (9917, 'Water Shoes', 'dhair', 'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, Icon.NOIMAGE);
[Msg] Finished - Unsuccessfully
--------------------------------------------------

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Вот ссылка на сет весь... Очень буду благодарен если все полуичится!!!

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Сделай проще , вытащи c armor любую шмотку например талум часть какую нибудь и по этому образцу , подставляй свои знач.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
INSERT INTO `armor` VALUES (9901, 'Water Helmet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 150, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9902, 'Water Breastplate', 'chest', 'true', 'heavy', 0, 'steel', 's', 0, -1, 401, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9903, 'Water Gaiters', 'legs', 'true', 'heavy', 0, 'steel', 's', 0, -1, 250, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9904, 'Water Gauntlets', 'gloves', 'true', 'heavy', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9905, 'Water Boots', 'feet', 'true', 'heavy', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9906, 'Water Leather Helmet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9907, 'Water Leather Breastplate', 'chest', 'true', 'light', 0, 'steel', 's', 0, -1, 301, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9908, 'Water Leather Leggings', 'legs', 'true', 'light', 0, 'steel', 's', 0, -1, 188, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9909, 'Water Leather Gloves', 'gloves', 'true', 'light', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9910, 'Water Leather Boots', 'feet', 'true', 'light', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9911, 'Water Circlet', 'head', 'true', 'none', 0, 'steel', 's', 0, -1, 50, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9912, 'Water Tunic', 'chest', 'true', 'magic', 0, 'steel', 's', 0, -1, 201, 0, 800, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9913, 'Water Stockings', 'legs', 'true', 'magic', 0, 'steel', 's', 0, -1, 125, 0, 600, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9914, 'Water Gloves', 'gloves', 'true', 'magic', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9915, 'Water Shoes', 'feet', 'true', 'magic', 0, 'steel', 's', 0, -1, 100, 0, 0, 1, 1, 'true', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9916, 'Water Shoes', 'dhair', 'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');
INSERT INTO `armor` VALUES (9917, 'Water Shoes', 'dhair', 'false', 'none', 10, 'steel', 'none', 0, 300, 0, 0, 0, 0, 0, 'false', 'true', 'true', 'true', 0, 0, 'Icon.NOIMAGE');

  • Upvote 1

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Поспешил людей насмешил (как я мог забыть поставить ' ')

fiolet.jpg

  • Upvote 1

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Ребята, большое спасибо. Только как сделать чтобы было видно название шмоток? Itemname залил, а толку нету(

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Ребята, большое спасибо. Только как сделать чтобы было видно название шмоток? Itemname залил, а толку нету(

 

Значит не залил.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

10027 Blessed Scroll: Enchant Weapon (Grade D) Increases the P.Atk of a D-Grade weapons such as sword/one-handed, blunt/one handed, dagger, spear, sword/two-handed, blunt/two-handed, dual swords, and fists, etc. type will increase by 2 and bow type by 4. The M.Atk of all weapons will increase by 2. From +4, the added bonuses for P.Atk/M.Atk are double the above value. When fail on enchanting, item does not get crystallized but it's enchant value will return to 0. -1 0 0 0 
10028 Blessed Scroll: Enchant Armor (Grade D) Increases the P. Def. of D-Grade armor or accessories by 1, and from +4, the P. Def will increase by 3. It can be safely enchanted up to +3. One-piece type armor can be safely enchanted up to +4. If one's attempt for enchanting fails, an item will not become crystallized.  However, the current enchant value will be set to 0. -1 0 0 0 
10029 Blessed Scroll: Enchant Weapon (Grade S) Increases the P.Atk of a S grade weapons such as sword/one-handed, blunt/one handed, dagger, spear and etc. type by 5. The P.Atk of sword/two-handed, blunt/two-handed, dual swords, and fists type will increase by 6 and bow type by 10. The M.Atk of all weapons will increase by 4. From +4, the added bonuses for P.Atk/M.Atk are double the above value. When fail on enchanting, item does not get crystallized but it's enchant value will return to 0. -1 0 0 0 
10030 Blessed Scroll: Enchant Armor (Grade S) Increases the P. Def. of S Grade armor or accessories by 1, and from +4, the P. Def will increase by 3. It can be safely enchanted up to +3. One-piece type armor can be safely enchanted up to +4. If one's attempt for enchanting fails, an item will not become crystallized.  However, the current enchant value will be set to 0. -1 0 0 0 
9900 Water Shield a, -1 a, a, a, a, 0 0 0 a,
9901 Water Helmet a, -1 a, a, a, a, 0 0 0 a,
9902 Water Breastplate a, -1 a, a, a, a, 0 0 0 a,
9903 Water Gaiters a, -1 a, a, a, a, 0 0 0 a,
9904 Water Gauntlet a, -1 a, a, a, a, 0 0 0 a,
9905 Water Boots a, -1 a, a, a, a, 0 0 0 a,
9906 Water Leather Helmet a, -1 a, a, a, a, 0 0 0 a,
9907 Water Leather Breastplate a, -1 a, a, a, a, 0 0 0 a,
9908 Water Leather Leggings a, -1 a, a, a, a, 0 0 0 a,
9909 Water Leather Gloves a, -1 a, a, a, a, 0 0 0 a,
9910 Water Leather Boots a, -1 a, a, a, a, 0 0 0 a,
9911 Water Circlet a, -1 a, a, a, a, 0 0 0 a,
9912 Water Tunic a, -1 a, a, a, a, 0 0 0 a,
9913 Water Stockings a, -1 a, a, a, a, 0 0 0 a,
9914 Water Gloves a, -1 a, a, a, a, 0 0 0 a,
9915 Water Shoes a, -1 a, a, a, a, 0 0 0 a,
9916 Water Helmet a, -1 a, a, a, a, 0 0 0 a,
9917 Water Helmet a, -1 a, a, a, a, 0 0 0 a,

 

Вот именно, что залил( В чем проблема то? Все равно No Item Name

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Ребят помогите его полностью наладить с меня спасибо и на пиво накину...

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...