manabeast Posted February 11, 2012 Share Posted February 11, 2012 (edited) REPLACE INTO `item_db` VALUES (17003,'Salamander_Card','Salamander Card',6,NULL,10,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,008,NULL,NULL,NULL,NULL,'skill "AL_KAIZEL",1; bonus bDex,4; bonus bStr,2;',NULL,NULL); my custom card for enable use skill kaizel not working. this is sql version. "AL_KAIZEL",1;< correct? if no wrong i put in txt is AL_KAIZEL.. for enable use skill kaizel lv 1 is what code for txt? Edited July 5, 2012 by manabeast Quote Link to comment Share on other sites More sharing options...
Asura Posted February 24, 2012 Share Posted February 24, 2012 Hi manabeast, I believe it's suppose to be 'SL_KAIZEL'. Source: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/skill_db.txt Ctrl+F, search for 'kaizel'. 462,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0, SL_KAIZEL,Kaizel Also, I would recommend putting that entry into 'item_db2'; so you can later upgrade your item_db with newer entries without having any problems with your custom items. Quote Link to comment Share on other sites More sharing options...
my custom card for enable use skill kaizel not working. this is sql version. "AL_KAIZEL",1;< correct? if no wrong i put in txt is AL_KAIZEL.. for enable use skill kaizel lv 1 is what code for txt?
Edited by manabeastLink to comment
Share on other sites