Help please 1 error urgent thanks

neil413

New member
Messages
61
Points
0
Github
neil413
Emulator
pc_setpos: Passed mapindex(906) is invalid


im adding a custom map



im done editing,

-----atcommand.c-----
 

else if (strncmpi(map_name, "test", 3) == 0) { // Original town name for 'test'
town = 36;
}

-----map_index.txt------

//mymap-2
test



-----maps.conf-----

//map: tank_test2
map: test
 
 
-----mapindex.h-----
 
#define MAP_ECLAGE_IN "ecl_in01"
#define MAP_TEST "test"
 
i follow this step
 
http://herc.ws/wiki/@go



i added already to the data folder test.rsw,gnd,gat

but i still got a problem on it

ive just fixxed the problem i just double check the emulator if re or pre-re but when i warp i my client crashed? whats the problem on it?
default_biggrin.png


BUMP guys 

i edited already

atcommand.c
map_index.txt
maps.conf
mapindex.h
mapnametable.txt
resnametable.txt
weemapcache

i got error when i warp on the map why?


im sorry this is my first time to add custom map
default_smile.png

 

 
Last edited by a moderator:
Please make sure that you update your map_cache.dat and make sure that you recompile your server..

 
Back
Top