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

tapsilog05

New member
Messages
6
Points
0
Github
tapsilog09
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?

map_server error.PNG

 
Last edited by a moderator:
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

 
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

 
Back
Top