| Paquielli |
15-12-2010 07:07 PM |
Código:
INSERT INTO `armor` VALUES ('9200', 'Titanium Helmet Heavy', 'head', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '95', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9203', 'Titanium Helmet Light', 'head', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '95', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9212', 'Titanium Helmet Robe', 'head', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '95', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9206', 'Titanium Armor Heavy', 'fullarmor', 'true', 'heavy', '0', 'adamantaite', 's', '0', '-1', '400', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9207', 'Titanium Armor Light', 'fullarmor', 'true', 'light', '0', 'adamantaite', 's', '0', '-1', '325', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9208', 'Titanium Tunic Robe', 'chest', 'false', 'magic', '7620', 'wood', 's', '0', '-1', '219', '0', '257', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9209', 'Titaniun Stockings', 'legs', 'false', 'magic', '3260', 'wood', 's', '0', '-1', '137', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9201', 'Titanium Gloves Heavy', 'gloves', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '65', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9202', 'Titanium Boots Heavy', 'feet', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '65', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9204', 'Titanium Gloves Light', 'gloves', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '55', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9205', 'Titanium Boots Light', 'feet', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '55', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9210', 'Titanium Gloves Robe', 'gloves', 'true', 'none', '0', 'adamantaite', 's', '0', '-1', '55', '0', '0', '0', '350', 'true', 'false', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9211', 'Titaniun Boots Robe', 'feet', 'false', 'none', '1110', 'wood', 's', '0', '-1', '59', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
|