Jump to content

  •  

tapsilog05

Member Since 21 May 2015
Offline Last Active Aug 29 2016 02:20 AM
-----

Posts I've Made

In Topic: Inventory, Skills, Job Point, Job Level not being saved when reopening run-se...

31 May 2015 - 03:54 AM

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


In Topic: Anyone have À¯ÀúÀÎÅÍÆäÀ̽º\map\map_info0.bmp?

31 May 2015 - 03:01 AM

The exception file didn't really fixed my problem. What I did was I created several dummy bmp files (map_info0, map_info1, map_viewon0, map_viewon1) that are being required by the client and place it under the path where it's locating the bmp files.


In Topic: Anyone have À¯ÀúÀÎÅÍÆäÀ̽º\map\map_info0.bmp?

23 May 2015 - 10:28 AM

all the maps or just a town?

 

Now that you mentioned it. Any map except the ones inside shops.

 

If you don't have the picture/minimap of that Map

add them in exceptionminimapnametable.txt

its not available in client translation project, you can retrieve it from KRO's data.grf

 

i don't know when this files got implemented by KRO



edit:

i will add it in client translation project... a moment please

 

Cool. Thanks bro