Alexandria
New member
Hello guys,
This npc was working good in rAthena but it doesnt anymore in Hercules. It doesnt show any errors in console. The problem with this npc in Hercules is that doesnt record the information in sql table.
NPC: http://pastebin.com/YNVrWVjX
SQL Table:
CREATE TABLE IF NOT EXISTS `mvp` ( `char_id` int(11) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '0', `kills` int(11) unsigned NOT NULL default '0', `points` int(11) unsigned NOT NULL default '0', `level` int(11) unsigned NOT NULL default '0', KEY `char_id` (`char_id`), KEY `kills` (`kills`), KEY `points` (`level`), KEY `level` (`level`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=156262 ;/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
You help is very apreciated, thank you
This npc was working good in rAthena but it doesnt anymore in Hercules. It doesnt show any errors in console. The problem with this npc in Hercules is that doesnt record the information in sql table.
NPC: http://pastebin.com/YNVrWVjX
SQL Table:
CREATE TABLE IF NOT EXISTS `mvp` ( `char_id` int(11) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '0', `kills` int(11) unsigned NOT NULL default '0', `points` int(11) unsigned NOT NULL default '0', `level` int(11) unsigned NOT NULL default '0', KEY `char_id` (`char_id`), KEY `kills` (`kills`), KEY `points` (`level`), KEY `level` (`level`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=156262 ;/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
You help is very apreciated, thank you