Jump to content
  • 0

@me issue


Yuna

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   5
  • Joined:  03/16/16
  • Last Seen:  

I noticed that when using @me, the message you type can be seen by others, but can't be seen for yourself. Is there a way to make @me to be seen by everyone including yourself?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   1
  • Joined:  09/07/16
  • Last Seen:  

rAthena/Src/Map/atcommand.c

sprintf(atcmd_output, msg_txt(sd,270), sd->status.name, tempmes);	// *%s %s*

Change to

sprintf(atcmd_output, "* %s *"), tempmes);
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   5
  • Joined:  03/16/16
  • Last Seen:  

18 minutes ago, devcloud said:

rAthena/Src/Map/atcommand.c


sprintf(atcmd_output, msg_txt(sd,270), sd->status.name, tempmes);	// *%s %s*

Change to


sprintf(atcmd_output, "* %s *"), tempmes);

It errored..

Tried the following, didn't work:

sprintf(atcmd_output, ("* %s *"), tempmes);
sprintf(atcmd_output, "* %s *", tempmes);

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   1
  • Joined:  09/07/16
  • Last Seen:  

7 minutes ago, Lilo said:

It errored..

Tried the following, didn't work:


sprintf(atcmd_output, ("* %s *"), tempmes);
sprintf(atcmd_output, "* %s *", tempmes);

 

Recompile ???

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   5
  • Joined:  03/16/16
  • Last Seen:  

On 11/18/2016 at 10:30 PM, devcloud said:

Recompile ???

Yes..

 

Still need a solution to this if anyone is willing to help~ Thank you!

Edited by Lilo
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...