Jedzkie 58 Posted December 15, 2013 hi all! i tried to make a passive skill and then it worked perfectly, i already learned it, but when i logged out, the skill returns to being unlearned Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted December 16, 2013 Check skill_tree.conf, if you have proper data there, also check lua side, or maybe check map server for any error about sql. Quote Share this post Link to post Share on other sites
0 PokemonRO 2 Posted December 16, 2013 Skills should be stored via sql, make sure you have skill table CREATE TABLE IF NOT EXISTS `skill` ( `char_id` int(11) unsigned NOT NULL DEFAULT '0', `id` smallint(11) unsigned NOT NULL DEFAULT '0', `lv` tinyint(4) unsigned NOT NULL DEFAULT '0', `flag` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`char_id`,`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted December 16, 2013 Check skill_tree.conf, if you have proper data there, also check lua side, or maybe check map server for any error about sql. i already checked it, there's no map-server error or any sql errors. btw, i set the skill as quest skill. Skills should be stored via sql, make sure you have skill table CREATE TABLE IF NOT EXISTS `skill` ( `char_id` int(11) unsigned NOT NULL DEFAULT '0', `id` smallint(11) unsigned NOT NULL DEFAULT '0', `lv` tinyint(4) unsigned NOT NULL DEFAULT '0', `flag` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`char_id`,`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1; i do have skill table in my sql, but still its not saving. Quote Share this post Link to post Share on other sites
0 PokemonRO 2 Posted December 16, 2013 if your skill table is empty, your console will have a debug as to why it isn't saving. This is common problem if the field names are mismatching or the column count isn't correct Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted December 16, 2013 i noticed the id of my skill is in the skill table, but still removes the skill when i logged out. Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted December 16, 2013 bump? need help Quote Share this post Link to post Share on other sites
0 roygbiv 0 Posted March 16, 2014 i have the same issue here, i know this topic is old. but have you fixed this? Quote Share this post Link to post Share on other sites
0 ayre 1 Posted March 16, 2014 Does the map server say anything? Did you compile the server to match your EXE's date? Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted March 16, 2014 i've already fixed this issue, try to put the skill on the last slot of your skill tree. 1 roygbiv reacted to this Quote Share this post Link to post Share on other sites
0 roygbiv 0 Posted March 16, 2014 thanks. problem solved Quote Share this post Link to post Share on other sites
hi all! i tried to make a passive skill and then it worked perfectly, i already learned it, but when i logged out, the skill returns to being unlearned
Share this post
Link to post
Share on other sites