Alexandria 53 Posted March 3, 2014 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 Quote Share this post Link to post Share on other sites
0 pan 87 Posted March 4, 2014 This script is not complete, it's missing an 'OnPcDieEvent' label and an 'OnPcKillEvent'... 1 Alexandria reacted to this Quote Share this post Link to post Share on other sites
0 Alexandria 53 Posted March 4, 2014 Well, it is kind of embarrassing ... but yeah you are right. I have fixed it thanks! Quote Share this post Link to post Share on other sites
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:
You help is very apreciated, thank you
Share this post
Link to post
Share on other sites