Jump to content
  • 0
Alexandria

Any help for fix this npc to hercules

Question

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

 

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

This script is not complete, it's missing an 'OnPcDieEvent' label and an 'OnPcKillEvent'...

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.