Optional Steps
Adding the map as mentioned above into mapindex.h can also be taken as an optional step considering it is possible to add the map directly using it's correct name and quotations.
If you want your newly added location to be in the message when you typed @go, modify the following line in .../src/map/atcommand.c:
clif_displaymessage(fd, " 24=Veins 25=Moscovia");
and change it to
clif_displaymessage(fd, " 24=Veins 25=Moscovia 26=Your Map");
can't seem to find this part. Thanks
I want to change the 35=Eclage to 35=MALL
can't find it on the atcommand.c TTY!