Jump to content

Recommended Posts

  • Honorable Member

M2 Download Center

This is the hidden content, please
( Internal )

This is the hidden content, please
( GitHub )

Spoiler

18034968747470733a2f2f696d672e796f757475

 

Idea is from 2014 but I think this is good feature like discord. For open gui your name must start with "[" like [GM]. 

 

  • Metin2 Dev 40
  • Good 2
  • Love 2
  • Love 34

 

Link to comment
https://metin2.dev/topic/21597-chat-slow-mode-system/
Share on other sites

  • 1 month later...

i just received this

char.cpp: In member function 'bool CHARACTER::CheckSlowMode(bool, BYTE)':
char.cpp:4489:81: error: invalid use of 'auto'
    ChatPacket(CHAT_TYPE_INFO, GenerateTime(GetLastTalkTime() - get_global_time()));

EDIT:I forgot to update boost :))) now it's compile

Link to comment
https://metin2.dev/topic/21597-chat-slow-mode-system/#findComment-118879
Share on other sites

  • 3 years later...

FIX: Update LastTalkTime when changing time in slowmode chat

 

if (button) {
        ChatPacket(CHAT_TYPE_COMMAND, "chatslowmode %d", slowtime);
        if (slowtime > 0)
            ChatPacket(CHAT_TYPE_INFO, "Slow mode enabled.");
        if (slowtime < 0)
            ChatPacket(CHAT_TYPE_INFO, "Chat closed.");
        SetLastTalkTime(0); // Reset the last talk time when the slow mode is changed
        return false;

 

Link to comment
https://metin2.dev/topic/21597-chat-slow-mode-system/#findComment-158346
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.