The first thing i did was this
i download a map name Hallow01 and i got the files
1.Hallow01,extra
2.Hallow01.gat
3.Hallow01.gnd
4.Hallow01.rsw
5.Hallow01.sprites
and a bitmap picture.
then i go to my server side
i open trunk/db/map_index, then i put it like this
halloween 1251
then the next is
trunk/conf/maps_athena, then i put it like this
map: halloween
and now i open WeeMapCache - Shinryo
I open my trunk/db/pre/map_cache.dat i add the Hallow01.gat on it and save it.
now, i open my src/map/atcommand.c and i do it like this
{ MAP_HALLOW, 110, 39 }, // 36=Hallow
and this
} else if (strncmp(map_name, "hallow", 3) == 0) {
town = 36;
and now im gonna recompile my server, but something went wrong
2>..\src\map\atcommand.c(1772) : error C2065: 'MAP_HALLOW' : undeclared identifier
Help me please.... thank you in advance !