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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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