Lycan Posted January 1, 2009 Posted January 1, 2009 Hi guys i downloaded ice crusader armor for l2j c6... The problem is that i do not know where i put the files of that directory: Server side-->Gameserver --> data--> Stats --> Armors I copy it on gameserver and when i tried it to put it on db look the error that says :[Err] 1062 - Duplicate entry '9713' for key 1 [Err] -- Custom Ice Crusader Armor Client Side Required. INSERT INTO `armor` (`item_id`, `name` ,`bodypart`,`crystallizable` ,`armor_type` ,`weight` ,`material`,`crystal_type`,`avoid_modify`, `duration`,`p_def`, `m_def`,`mp_bonus`,`price`,`crystal_count`,`sellable`) VALUES (9713, 'Ice Crusader Plate Helm', 'head', 'true', 'none', 570, 'cloth', 's', 0, -1, 95, 0, 0, 0, 0, 'true'), (9714, 'Ice Crusader Plate', 'chest', 'true', 'heavy', 9780, 'leather', 's', 0, -1, 355, 0, 0, 0, 0, 'true'), (9715, 'Ice Crusader Gaiters', 'legs', 'true', 'magic', 570, 'leather', 's', 0, -1, 65, 0, 0, 0, 0, 'true'), (9716, 'Ice Crusader Boots', 'feet', 'true', 'none', 1030, 'leather', 's', 0, -1, 75, 0, 0, 0, 0, 'true'), (9717, 'Ice Crusader Golves', 'gloves', 'true', 'none', 580, 'leather', 's', 0, -1, 75, 0, 0, 0, 0, 'true'), (9718, 'Ice Crusader Leather Helm', 'head', 'true', 'none', 570, 'cloth', 's', 0, -1, 95, 0, 0, 0, 0, 'true'), (9719, 'Ice Crusader Leather', 'chest', 'true', 'light', 5400, 'leather', 's', 0, -1, 325, 0, 0, 0, 0, 'true'), (9720, 'Ice Crusader Pants', 'legs', 'true', 'magic', 570, 'leather', 's', 0, -1, 55, 0, 0, 0, 0, 'true'), (9721, 'Ice Crusader Boots', 'feet', 'true', 'none', 1130, 'leather', 's', 0, -1, 65, 0, 0, 0, 0, 'true'), (9722, 'Ice Crusader Gloves', 'gloves', 'true', 'none', 580, 'leather', 's', 0, -1, 65, 0, 0, 0, 0, 'true'), (9723, 'Ice Crusader Hat', 'head', 'true', 'none', 570, 'cloth', 's', 0, -1, 95, 0, 0, 0, 0, 'true'), (9724, 'Ice Crusader Robe', 'fullarmor', 'true', 'magic', 2450, 'leather', 's', 0, -1, 170, 0, 950, 0, 0, 'true'), (9725, 'Ice Crusader Boots', 'feet', 'true', 'none', 1130, 'leather', 's', 0, -1, 55, 0, 25, 0, 0, 'true'), (9726, 'Ice Crusader Gloves', 'gloves', 'true', 'none', 580, 'leather', 's', 0, -1, 55, 0, 25, 0, 0, 'true'); [Msg] Finished - Unsuccessfully -------------------------------------------------- anyone help???
claww Posted January 27, 2009 Posted January 27, 2009 @:[Err] 1062 - Duplicate entry '9713' for key 1 here said you already have this ID into your database.. try add manualy
TєђGëØrge Posted January 28, 2009 Posted January 28, 2009 or better open notepad hold ctrl+h write in first INSERT and at second REPLACE then hold ctrl+s try to add it again...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now