Informations
Jump to content

Lorem Ipsum...

Click to Dismiss this Notification
Ładowanie danych...

Recommended Posts

spacer.png

 

This guide outlines a simple mechanism designed to add a spam protection feature for emotional expressions within the game chat. The system allows players to use an emotion only once every five seconds (or any duration you choose), thereby preventing excessive spam.

Steps to Implement the Cooldown Feature

1. Access the uicharacter.py File

First, locate and open the root/uicharacter.py file in your game’s source code. Next, search for the following function:

 
This is the hidden content, please

2. Replace the Existing Function

Now, you'll replace the entire function with the following code snippet:

 
This is the hidden content, please

Modifying the Cooldown Duration

In the code, you can adjust the cooldown period by changing the value 5000 in the line below:

 
This is the hidden content, please

Simply replace 5000 with the desired number of milliseconds. For example, if you want a cooldown of 3 seconds, change it to 3000.

Removing the Wait Message

If you prefer not to display the message indicating the wait time, you can remove or comment out the following lines:

 
This is the hidden content, please

 

By following these simple steps, you can effectively implement a cooldown mechanism for emotional expressions in your chat system, helping to mitigate spam and enhance user experience.

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
Reply to this topic...

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

Important Information

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.

spacer.png

Disable AdBlock
The popup will be closed in 5 seconds...