xryuji Posted April 29, 2020 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
0 Haruka Mayumi Posted April 29, 2020 Posted April 29, 2020 } else if (strncmp(map_name, "mall", 3) == 0) { Quote
0 xryuji Posted April 29, 2020 Author 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
0 xryuji Posted April 30, 2020 Author Posted April 30, 2020 7 hours ago, Haruka Mayumi said: hmm did you recompile. Yea, i restarted the server Quote
0 Emistry Posted April 30, 2020 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
Question
xryuji
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
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.