Jump to content
  • 0

How to add the timestamp in the main chat?


cpawjou

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  01/31/13
  • Last Seen:  

How to add the timestamp in the chat?

Sample:
[15:23] GM01 : Hello

Edited by Haruka Mayumi
Edited Question for more info
Link to comment
Share on other sites

4 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:  

i'm not sure if this is what you are looking for.. maybe more info?

conf/battle/client.conf

// Minimum delay between whisper/global/party/guild messages (in ms)
// Messages that break this threshold are silently omitted. 
min_chat_delay: 0

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  01/31/13
  • Last Seen:  

This is not what I want, I want to display the time, for example

[15:23] GM01 : test

 

This plug-in is the function I want, but I don’t know how to modify it in Rathena

https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/chat_timestamp.c

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  927
  • Reputation:   168
  • Joined:  04/05/13
  • Last Seen:  

Other tricky way is print timer inside message like this

cpawjou hello

to

cpawjou : [15:23] hello

(Edit on src idk where it is just suggestion).

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  01/31/13
  • Last Seen:  

6 hours ago, Start_ said:

Other tricky way is print timer inside message like this

cpawjou hello

to

cpawjou : [15:23] hello

(Edit on src idk where it is just suggestion).

I still don't know how to modify, can you teach me?

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