xryuji Posted April 29, 2020 Share Posted April 29, 2020 Hi, i followed this instruction https://herc.ws/wiki/@go and still not working. can somebody help me? Here is my script atcommand.cpp { MAP_MALL, 123, 234 }, // 37=Mall } else if (strncmp(map_name, "turbo_room", 3) == 0) { town = 37; } mapindex.hpp #define MAP_MALL "turbo_room" Thank you Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted April 29, 2020 Share Posted April 29, 2020 } else if (strncmp(map_name, "mall", 3) == 0) { Quote Link to comment Share on other sites More sharing options...
0 xryuji Posted April 29, 2020 Author Share Posted April 29, 2020 30 minutes ago, Haruka Mayumi said: } else if (strncmp(map_name, "mall", 3) == 0) { Hi, thank you for the answer. but still not working. Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted April 29, 2020 Share Posted April 29, 2020 hmm did you recompile. Quote Link to comment Share on other sites More sharing options...
0 xryuji Posted April 30, 2020 Author Share Posted April 30, 2020 7 hours ago, Haruka Mayumi said: hmm did you recompile. Yea, i restarted the server Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 30, 2020 Share Posted April 30, 2020 6 hours ago, xryuji said: Yea, i restarted the server when you edited anything related with the source code, you need to recompile the server, not restart server, its different action. Quote Link to comment Share on other sites More sharing options...
Hi, i followed this instruction https://herc.ws/wiki/@go
and still not working. can somebody help me?
Here is my script
atcommand.cpp
mapindex.hpp
Thank you
Link to comment
Share on other sites