Jump to content

Recommended Posts

Posted

This you should do:

 

Go to your cloaks in your Database (ctrl+f cloak) youll find Holy Knights cloak and Ancient cloak etc. there, change the bodypart from underwear to back and it should work (at least on the recent revs of L2j)

 

If you still want the download; here is it:

INSERT INTO `armor` VALUES ('13687', 'Knight\'s Cloak - Heavy Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13688', 'Knight\'s Cloak - Light Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13689', 'Knight\'s Cloak - Robe exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13690', 'Knight\'s Cloak - Kamael exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13889', 'Holy Spirit\'s Cloak - Kamael exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13890', 'Holy Spirit\'s Cloak - Heavy Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13891', 'Holy Spirit\'s Cloak - Light Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13892', 'Holy Spirit\'s Cloak - Robe exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');

 

  • 2 weeks later...
Posted

You guys are really pro readers arent you -.-

 

The download was only a .sql file:

 

...If you still want the download; here is it:

INSERT INTO `armor` VALUES ('13687', 'Knight\'s Cloak - Heavy Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13688', 'Knight\'s Cloak - Light Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13689', 'Knight\'s Cloak - Robe exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13690', 'Knight\'s Cloak - Kamael exclusive', 'back', 'false', 'none', 220, 'wood', 's84', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13889', 'Holy Spirit\'s Cloak - Kamael exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13890', 'Holy Spirit\'s Cloak - Heavy Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13891', 'Holy Spirit\'s Cloak - Light Armor exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');
INSERT INTO `armor` VALUES ('13892', 'Holy Spirit\'s Cloak - Robe exclusive', 'back', 'false', 'none', 220, 'wood', 's80', 0, -1, -1, 20, 0, 0, 0, 0, 'true', 'true', 'true', 'true', '0-0;');

Guest
This topic is now closed to further replies.


×
×
  • Create New...