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

Помогите С Msql

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

Дорогие ребята! Помогите с Msql пожалуйста! Нужно заточить (или сказать как заточить) под линк спасибку обеспечу

 

Скрытый текст
INSERT INTO `armor` VALUES ('15000', 'Godness Child Helmet', 'head', 'true', 'none', '550', 'bone', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15001', 'Godness Child Breastplate', 'chest', 'true', 'heavy', '7620', 'scale_of_dragon', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15002', 'Godness Child Gaiters', 'legs', 'true', 'heavy', '3260', 'scale_of_dragon', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15003', 'Godness Child Gauntlets', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15004', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15005', 'Godness Child Leather Armor', 'chest', 'true', 'heavy', '7620', 'scale_of_dragon', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15006', 'Godness Child Leggings', 'legs', 'true', 'heavy', '3260', 'scale_of_dragon', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15007', 'Godness Child Gloves', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15008', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15009', 'Godness Child Robe Armor', 'chest', 'true', 'heavy', '7620', 'scale_of_dragon', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15010', 'Godness Child Stockings', 'legs', 'true', 'heavy', '3260', 'scale_of_dragon', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15011', 'Godness Child Gauntlets', 'gloves', 'true', 'none', '540', 'leather', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15012', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 'leather', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15013','Godness Child Earring A','rfinger,lfinger','true','none','150','gold','s','0','-1','0','46','0','2470000','123','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15014','Godness Child Earring B','neck','true','none','150','silver','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15015','odness Child Ring A','neck','true','none','150','silver','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15016','odness Child Ring B','neck','true','none','150','silver','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15017','Godness Child Necklace','rear,lear','true','none','150','silver','s','0','-1','0','68','0','3700000','185','true','true','true','true','0','0');

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

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


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

сборка линк интерлюда) кому надо тот понял

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


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

вроде так:

 

INSERT INTO `armor` VALUES ('15000', 'Godness Child Helmet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15001', 'Godness Child Breastplate', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15002', 'Godness Child Gaiters', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15003', 'Godness Child Gauntlets', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15004', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15005', 'Godness Child Leather Armor', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15006', 'Godness Child Leggings', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15007', 'Godness Child Gloves', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15008', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15009', 'Godness Child Robe Armor', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15010', 'Godness Child Stockings', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15011', 'Godness Child Gauntlets', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15012', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15013','Godness Child Earring A','rfinger,lfinger','true','none','150','s','0','-1','0','46','0','2470000','123','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15014','Godness Child Earring B','neck','true','none','150','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15015','odness Child Ring A','neck','true','none','150','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15016','odness Child Ring B','neck','true','none','150','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15017','Godness Child Necklace','rear,lear','true','none','150','s','0','-1','0','68','0','3700000','185','true','true','true','true','0','0');

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


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

 

INSERT INTO `armor` VALUES ('15000', 'Godness Child Helmet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15001', 'Godness Child Breastplate', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15002', 'Godness Child Gaiters', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15003', 'Godness Child Gauntlets', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15004', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15005', 'Godness Child Leather Armor', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15006', 'Godness Child Leggings', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15007', 'Godness Child Gloves', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15008', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15009', 'Godness Child Robe Armor', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15010', 'Godness Child Stockings', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15011', 'Godness Child Gauntlets', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15012', 'Godness Child Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0');

INSERT INTO `armor` VALUES ('15013','Godness Child Earring A','rfinger,lfinger','true','none','150','s','0','-1','0','46','0','2470000','123','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15014','Godness Child Earring B','neck','true','none','150','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15015','odness Child Ring A','neck','true','none','150','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15016','odness Child Ring B','neck','true','none','150','s','0','-1','0','91','0','4940000','247','true','true','true','true','0','0');

INSERT INTO `armor` VALUES ('15017','Godness Child Necklace','rear,lear','true','none','150','s','0','-1','0','68','0','3700000','185','true','true','true','true','0','0');

Огромное человеческое спасибо =)

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


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

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

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

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