| WilliamFS |
03-08-2013 12:57 AM |
1 Anexo(s)
Código:
INSERT INTO `armor` VALUES (90200, 'Titanium Helmet', 'head', 'true', 'heavy', 550, 'blood_steel', 's', 0, 95, 0, 0, 2640000, 211, 'true', 0, 0);
INSERT INTO `armor` VALUES (90201, 'Titanium Bestplate', 'fullarmor', 'true', 'heavy', 9200, 'blood_steel', 's', 0, 400, 0, 0, 10300000, 824, 'true', 0, 0);
INSERT INTO `armor` VALUES (90202, 'Titanium Gauntlets', 'gloves', 'true', 'none', 540, 'blood_steel', 's', 0, 65, 0, 0, 1760000, 140, 'true', 0, 0);
INSERT INTO `armor` VALUES (90203, 'Titanium Boots', 'feet', 'true', 'none', 1110, 'blood_steel', 's', 0, 65, 0, 0, 1760000, 140, 'true', 0, 0);
INSERT INTO `armor` VALUES (90204, 'Titanium Leather Helmet', 'head', 'true', 'light', 550, 'blood_steel', 's', 0, 85, 0, 0, 2640000, 211, 'true', 0, 0);
INSERT INTO `armor` VALUES (90205, 'Titanium Leather Armor', 'fullarmor', 'true', 'light', 5350, 'blood_steel', 's', 0, 325, 0, 0, 7730000, 618, 'true', 0, 0);
INSERT INTO `armor` VALUES (90206, 'Titanium Leather Gloves', 'gloves', 'true', 'light', 540, 'blood_steel', 's', 0, 55, 0, 0, 1760000, 140, 'true', 0, 0);
INSERT INTO `armor` VALUES (90207, 'Titanium Leather Boots', 'feet', 'true', 'light', 1110, 'blood_steel', 's', 0, 55, 0, 0, 1760000, 140, 'true', 0, 0);
INSERT INTO `armor` VALUES (90208, 'Titanium Circlet', 'head', 'true', 'magic', 550, 'blood_steel', 's', 0, 70, 0, 0, 2640000, 211, 'true', 0, 0);
INSERT INTO `armor` VALUES (90209, 'Titanium Tunic', 'chest', 'true', 'magic', 1860, 'blood_steel', 's', 0, 150, 0, 500, 7730000, 618, 'true', 0, 0);
INSERT INTO `armor` VALUES (90210, 'Titanium Hose', 'legs', 'true', 'magic', 920, 'blood_steel', 's', 0, 100, 0, 400, 7730000, 618, 'true', 0, 0);
INSERT INTO `armor` VALUES (90211, 'Titanium Gloves', 'gloves', 'true', 'magic', 540, 'blood_steel', 's', 0, 40, 0, 0, 1760000, 140, 'true', 0, 0);
INSERT INTO `armor` VALUES (90212, 'Titanium Shoes', 'feet', 'true', 'magic', 1110, 'blood_steel', 's', 0, 40, 0, 0, 1760000, 140, 'true', 0, 0)
|