
Originally Posted by
windwater
i can't install ur armor file to my navacat it keep give m error
[Err] 1146 - Table 'l2jgs.armorsets' doesn't exist
[Err] -- SCRIPT BY D0DS
ALTER TABLE `armorsets`
MODIFY COLUMN `chest` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `id`,
MODIFY COLUMN `legs` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `chest`,
MODIFY COLUMN `head` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `legs`,
MODIFY COLUMN `gloves` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `head`,
MODIFY COLUMN `feet` int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `gloves`;
INSERT INTO `armorsets` VALUES (550, 99063, 99066, 99060, 99069, 99072, '3006-1;99923-1;', 0, 0, 8461, 0, 0, 0, 0, 0);
INSERT INTO `armorsets` VALUES (551, 99064, 99067, 99061, 99070, 99073, '3006-1;99924-1;', 0, 0, 8462, 0, 0, 0, 0, 0);
INSERT INTO `armorsets` VALUES (552, 99065, 99068, 99062, 99071, 99074, '3006-1;99925-1;', 0, 0, 8463, 0, 0, 0, 0, 0);
[Msg] Finished - Unsuccessfully