cpawjou Posted August 8, 2020 Posted August 8, 2020 (edited) How to add the timestamp in the chat? Sample:[15:23] GM01 : Hello Edited August 8, 2020 by Haruka Mayumi Edited Question for more info Quote
0 Haruka Mayumi Posted August 8, 2020 Posted August 8, 2020 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 Quote
0 cpawjou Posted August 8, 2020 Author Posted August 8, 2020 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 Quote
0 Start_ Posted August 9, 2020 Posted August 9, 2020 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). Quote
0 cpawjou Posted August 9, 2020 Author Posted August 9, 2020 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? Quote
-1 Darenka Posted November 23, 2024 Posted November 23, 2024 (edited) You need to setting in: conf/login_athena.conf timestamp_format: [%H:%M:%S] Edited November 23, 2024 by Darenka Quote
Question
cpawjou
How to add the timestamp in the chat?
Edited by Haruka MayumiSample:
[15:23] GM01 : Hello
Edited Question for more info
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.