Jump to content
  • 0
Sign in to follow this  
tapsilog05

Inventory, Skills, Job Point, Job Level not being saved when reopening run-server.bat

Question

Basically, my problem is whenever I close all the 3 servers (char, map, login) and I reopened it again.
 
All items, skills, job pts and job level are being wiped out.
- items are gone
- skills are back to 0
- job pts are back to 0
- job level back to 1
 
Although the Base Level, Job, and the last Headgear Sprite that the character wore before restarting all servers are still the same (Although not equiped and also wiped).
 
Additionally, I'm getting the following warning messages on map_server:
 

Does anyone know how I can fix this?

post-9566-0-57209000-1433042982_thumb.png

Edited by tapsilog05

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

execute this on your phpmyadmin or whatever you use to handle sql:

 

CREATE TABLE IF NOT EXISTS `mapreg` (  `varname` VARCHAR(32) BINARY NOT NULL,  `index` INT(11) UNSIGNED NOT NULL DEFAULT '0',  `value` VARCHAR(255) NOT NULL,  PRIMARY KEY (`varname`,`index`)) ENGINE=MyISAM;

 

that doesn't looks like default hercules tho, I suggest you to use the english one

Share this post


Link to post
Share on other sites
  • 0

execute this on your phpmyadmin or whatever you use to handle sql:

 

CREATE TABLE IF NOT EXISTS `mapreg` (  `varname` VARCHAR(32) BINARY NOT NULL,  `index` INT(11) UNSIGNED NOT NULL DEFAULT '0',  `value` VARCHAR(255) NOT NULL,  PRIMARY KEY (`varname`,`index`)) ENGINE=MyISAM;

 

that doesn't looks like default hercules tho, I suggest you to use the english one

Let me give it a try. What do you mean it doesn't look like default hercules?

 

I'm using wampserver 2.5 by the way. But looks like I got the french version O.o

 

thanks @@evilpuncker

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
Sign in to follow this  

×
×
  • Create New...

Important Information

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