xryuji Posted April 29, 2020 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 02/24/13 Last Seen: May 26, 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 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: Monday at 10:43 AM 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 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 02/24/13 Last Seen: May 26, 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 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: Monday at 10:43 AM 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 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 02/24/13 Last Seen: May 26, 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 5 hours ago 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...
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
Link to comment
Share on other sites
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.