Jump to content
  • 0
xryuji

Help me debug @go mall

Question

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
30 minutes ago, Haruka Mayumi said:
} else if (strncmp(map_name, "mall", 3) == 0) {

Hi, thank you for the answer. but still not working.

Link to comment
Share on other sites

  • 0
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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.