WarGame 44 Опубликовано 27 августа, 2012 (изменено) помогите сделать sql для interlude software вот INSERT INTO `armor` VALUES (11071, 'Blessed Celestial Helmet - Attack Type - Heavy', 'head', 'true', 'heavy', 530, 's', 0, -1, 150, 0, 0, 5370000, 840, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11072, 'Blessed Celestial Breastplate - Attack Type - Heavy', 'chest', 'true', 'heavy', 7520, 's', 0, -1, 401, 0, 0, 14300000, 2240, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11073, 'Blessed Celestial Gaiters - Attack Type - Heavy', 'legs', 'true', 'heavy', 3170, 's', 0, -1, 250, 0, 0, 8960000, 448, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11074, 'Blessed Celestial Gauntlets - Attack Type - Heavy', 'gloves', 'true', 'heavy', 510, 's', 0, -1, 100, 0, 0, 3580000, 179, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11075, 'Blessed Celestial Boots - Attack Type - Heavy', 'feet', 'true', 'heavy', 1070, 's', 0, -1, 100, 0, 0, 3580000, 179, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11076, 'Blessed Celestial leather helmet - Assassin Type - Light', 'head', 'true', 'light', 530, 's', 0, -1, 150, 0, 0, 5370000, 840, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11077, 'Blessed Celestial Leather armor - Assassin Type - Light', 'chest', 'true', 'light', 4140, 's', 0, -1, 340, 0, 0, 14300000, 715, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11078, 'Blessed Celestial Leather Leggings - Assassin Type - Light', 'legs', 'true', 'light', 1320, 's', 0, -1, 212, 0, 0, 8960000, 448, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11079, 'Blessed Celestial Leather Gloves - Assassin Type - Light', 'gloves', 'true', 'light', 510, 's', 0, -1, 100, 0, 0, 3580000, 179, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11080, 'Blessed Celestial Leather Boots - Assassin Type - Light', 'feet', 'true', 'light', 1070, 's', 0, -1, 100, 0, 0, 3580000, 179, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11081, 'Blessed Celestial Circlet - Magic Type - Robe', 'head', 'true', 'magic', 530, 's', 0, -1, 150, 0, 0, 5370000, 840, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11082, 'Blessed Celestial Tunic - Magic Type - Robe', 'chest', 'true', 'magic', 1750, 's', 0, -1, 233, 0, 637, 14300000, 715, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11083, 'Blessed Celestial Stockings - Magic Type - Robe', 'legs', 'true', 'magic', 850, 's', 0, -1, 145, 0, 415, 8960000, 448, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11084, 'Blessed Celestial gloves - Magic Type - Robe', 'gloves', 'true', 'magic', 540, 's', 0, -1, 100, 0, 0, 3580000, 179, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armor` VALUES (11085, 'Blessed Celestial shoes - Magic Type - Robe', 'feet', 'true', 'magic', 1070, 's', 0, -1, 100, 0, 0, 3580000, 179, 'true', 'true', 'true', 'true', 0, 0); INSERT INTO `armorsets` VALUES (98, 11072, 11073, 11071, 11074, 11075, 562, 11086, 565, 3623); INSERT INTO `armorsets` VALUES (99, 11077, 11078, 11076, 11079, 11080, 563, 0, 0, 3624); INSERT INTO `armorsets` VALUES (100, 11082, 11083, 11081, 11084, 11085, 564, 0, 0, 3625); INSERT INTO `weapon` VALUES (11086, 'Blessed Celestial Shield', 'lhand', 'true', 1130, 0, 0, 's', 0, 0, 'none', 0, 0.00000, -8, 546, 20, 0, 0, 0, -1, 580000, 2000, 'true', 'true', 'true', 'true', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) Предупреждение от AlexMan Создание топиков с заголовками не раскрывающими полную суть топика. Изменено 27 августа, 2012 пользователем AlexMan Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Jumper 551 Опубликовано 27 августа, 2012 пример армора ('11071','Blessed Celestial Helmet - Attack Type - Heavy','head','false','heavy','4830','cloth','s','0','-1','530','0','0','147','0','true','true','true','true','0','0'), пример армор сет -- S GRADE ------------- -- ######################## id chest legs head gloves feet skill shield sh_skill enchant6 INSERT INTO armorsets VALUES(98, 11072, 11073, 11071, 11074, 11075, 562, 11086, 565, 3623); пример оружия INSERT INTO `weapon` VALUES ('11086', 'Blessed Celestial Shield', 'lhand', 'true', '1130', '0', '0', 's', '0', '0', 'none', '0', '0.00000', '-8', '546', '20', '0', '0', '0', '-1', '580000', '2000', 'true', 'true', 'true', 'true', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
WarGame 44 Опубликовано 27 августа, 2012 щас попробую Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
WarGame 44 Опубликовано 27 августа, 2012 (изменено) неа не пашет го через тв сделаеш аська 632500962 Изменено 27 августа, 2012 пользователем WarGame Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Jumper 551 Опубликовано 27 августа, 2012 нее, я примеры дал тебе, сам уж пробуй) так ничему не научитесь Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты