How to duplicate map?

Ragnar Lothbrok

New member
Messages
317
Points
0
Age
40
Location
In the Desert or Morocc
Emulator
how to duplicate map? like pvp_y_1-2,pvp_y_2-2,pvp_y_3-2.. this map are izlude... how to dupe izlude and make it pvp?

okei hir's my problem.. i'm using old izlude town, and i want to use also this pvp_y_1-2 as old izlude town.. but when i go on this map pvp_y_1-2 the map is new izlude.. how can i change to old izlude?

 
Last edited by a moderator:
resnametable in your grf,  and know how to add map in your server

 
Last edited by a moderator:
Add it to your resnametable.txt, that is where you can put in the duplicate map. Add the map names to your map_index.txt and maps_athena.txt and then update it with weemapcache and upload it back to your server

 
Add it to your resnametable.txt, that is where you can put in the duplicate map. Add the map names to your map_index.txt and maps_athena.txt and then update it with weemapcache and upload it back to your server
resnametable.txt format is pretty easy to understand, which you can understand:

example:

duplicatename.gnd#originalmap.gnd#duplicatename.gat#originalmap.gat#duplicatename.rsw#originalmap.rsw#유저인터페이스mapduplicatename.bmp#유저인터페이스maporiginalmap.bmp#
If I am not wrong, there's 12 characters map-length limitation.

you have to update server side files too.

1) conf/maps.conf, enter this at the end

map: duplicatename
2) db/map_index.txt, enter this at the end

duplicatename
Then either use WeeMapCache, or Hercules MapCache to generate mapcache

For Using hercules mapcache, you have to update the file

conf/grf-files.txt with the data folder location.

For Using WeeMapCache:

1) Download WeeMapCache

2) Open WeeMapCache

3) Open the Mapcache

4) and Add the Map File there(it have option at the top)

5) Save the Mapcache.

That's it.

 
Back
Top