|
Membro - General
Registrado em: Oct 2009
Posts: 233
Agradecido 254 Vezes em 86 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
E preciso adaptar as tabelas são diferentes dos Servers que estão acostumados aqui na SE.
Maioria dos Custons que encontrar aqui terá que adaptar.
Se executar a SQL do geito que ela vem, quase certeza que dará erro.
-
coloque assim que funcionará.
Citação:
INSERT INTO `armor` VALUES ('9416', 'Dynasty Plate', 'chest', 'false', 'heavy', '7620', 's', '0', '-1', '219', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9421', 'Dynasty Gaiters', 'legs', 'false', 'heavy', '3260', 's', '0', '-1', '137', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9422', 'Dynasty Helm', 'head', 'false', 'none', '550', 's', '0', '-1', '89', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9423', 'Dynasty Gloves', 'gloves', 'false', 'none', '540', 's', '0', '-1', '59', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9424', 'Dynasty Boots', 'feet', 'false', 'none', '1110', 's', '0', '-1', '59', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9425', 'Dynasty Leather', 'chest', 'false', 'light', '7620', 's', '0', '-1', '219', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9428', 'Dynasty Leather Pants', 'legs', 'false', 'light', '3260', 's', '0', '-1', '137', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9429', 'Dynasty Leather Helm', 'head', 'false', 'none', '550', 's', '0', '-1', '89', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9430', 'Dynasty Leather Gloves', 'gloves', 'false', 'none', '540', 's', '0', '-1', '59', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9431', 'Dynasty Leather Shoes', 'feet', 'false', 'none', '1110', 's', '0', '-1', '59', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9432', 'Dynasty Robe', 'chest', 'false', 'magic', '7620', 's', '0', '-1', '219', '0', '257', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9437', 'Dynasty Pants', 'legs', 'false', 'magic', '3260', 's', '0', '-1', '137', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9438', 'Dynasty Cap', 'head', 'false', 'none', '550', 's', '0', '-1', '89', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9439', 'Dynasty Mittens', 'gloves', 'false', 'none', '540', 's', '0', '-1', '59', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
INSERT INTO `armor` VALUES ('9440', 'Dynasty Slippers', 'feet', 'false', 'none', '1110', 's', '0', '-1', '59', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0');
|
|