Tuesday, January 8, 2019

How to add a custom map

conf\grf-files.txt
conf\map\maps.conf

db\map_index.txt


For rAthena, just double-click mapcache.bat. Done

Hercules has these extra steps

1. add mapcache.c plugin into conf/plugins.conf


2. add mapcache as a project in visual studio. See how to install a plugin.

3. [Windows Key] + [R] -> type cmd


4. point to your Hercules emulator folder, and type map-server.exe --help


5. type map-server.exe --map arathi


Once get the hang of it, there is a faster method with Windows

3. point to your map-server.exe, and create shortcut

4. right-click, Properties, and edit the Target:
D:\Ragnarok\Hercules\map-server.exe --map arathi


External Links:

Adding a custom mapcache file

No comments:

Post a Comment

Linux compiler error that never shown on Visual Studio

let's just admit Visual Studio sux ... ok ? right now, if you want to host a Private Ragnarok Online server, its just better to choose...