Blue = Src Script
Green = Add
Orange = Tab
Red = File to Open
====================================================
src/map/atcommand.c
--------------------------------------------------------------------
{ MAP_ECLAGE, 110, 39 }, // 35=Eclage
{ MAP_MALL,<tab>100, 114 }, // 36=Mall
};
--------------------------------------------------------------------
src/map/atcommand.c
--------------------------------------------------------------------
} else if (strncmp(map_name, "eclage", 3) == 0) {
town = 35;
} else if (strncmp(map_name, "mall", 3) == 0) {
town = 36;
}
--------------------------------------------------------------------
src/common/mapindex.h
--------------------------------------------------------------------
#define MAP_ECLAGE "eclage"
#define MAP_MALL "turbo_room"
--------------------------------------------------------------------
conf/help.txt
--------------------------------------------------------------------
" 2: geffen 19: einbroch<tab>36: mall\n"
--------------------------------------------------------------------