- 0
-
Activity
-
4
[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 -
-
3
-
6
-
-
Recently Browsing
No registered users viewing this page.
Question
Ebedem 0
Hello
I have a problem loading in the client after upgrading python from 2.2 to 2.7 and replacing locale with localeInfo
on this screenshot you can see that there is a problem loading ui and probably it's a mistake converting locale to localeinfo but I'm not sure and I have no idea how to fix it
==============================================================================================================================
after disabling ui_panel_eventy.py, another error appears, through which you can notice a general error loading in the client
Do you have any ideas how can I fix it?
Edited by Ebedem (see edit history)Link to post
9 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.
Note: Your post will require moderator approval before it will be visible.