Jump to content
  • 0

Help me debug @go mall


xryuji

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  477
  • Reputation:   269
  • Joined:  06/13/17
  • Last Seen:  

} else if (strncmp(map_name, "mall", 3) == 0) {
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  477
  • Reputation:   269
  • Joined:  06/13/17
  • Last Seen:  

hmm did you recompile.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

7 hours ago, Haruka Mayumi said:

hmm did you recompile.

Yea, i restarted the server

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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