Feedback / Suggestions
We are listening to you!
0 topics in this forum
There are no topics in this forum yet
Start the first topic-
Activity
-
0
DDos attacks
Hello guys , I hope your all fine I need to ask about DDOS attacks As you know, when a DDOS attack occurs, server lag increases for some time So is there a way to reduce impact on the server? Is that done just by the hosting ? or are there any way to do that by server files ? -
2
Problem with Freebsd
I have enough space, but the problem is in the char item.cpp file. When I add a new system, the problem appears to me of not having enough space.I also tried adding the same system in another source, which worked -
5
[PYTHON] How to check if an AFFECT is active
thanks for your interest but the code is the same as I tried already I want to specify that I don't have a server and I don't need to implement anything i am creating a script (a script external to the game) in .py in which i need a check to see if my character is buffed -
5
[PYTHON] How to check if an AFFECT is active
Try this one: https://github.com/blackdragonx61/Metin2-Store-Affects -
46
-
2
-
-
6
Costumes and Discord RPC
Replace: if (GuildID != 0) _snprintf(szBufName, sizeof(szBufName), "Name: %s - Guild: %s", CPythonPlayer::Instance().GetName(), &GuildName); else _snprintf(szBufName, sizeof(szBufName), "Name: %s", CPythonPlayer::Instance().GetName()); With this: if (GuildID != 0) _snprintf(szBufName, sizeof(szBufName), "Name: %s - Guild: %s", CPythonPlayer::Instance().GetName(), GuildName.c_str()); else _snprintf(szBufName, sizeof(szBufName), "Name: %s", CPythonPlayer::Instance().GetName()); char szLevel[256]; _snprintf(szLevel, -
46
Multiple Login Saver System
everything works fine but i have this problem, credentials dont appear written https://gyazo.com/565ab6d6f8cc9bfa66d74f6fc4379660
-
-
Recently Browsing
No registered users viewing this page.