- 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
Cripplez 6
Hello, I'm trying to write a quest for a dungeon and I want that you can do it alone or with party.
Is this the only way to do it? Or I could do something better?
with d.new_jump_party i can choose the index map and coords x y, but with d.join I can only select map index and it will teleport me at the town.txt of the map index.
Is there a way to select the coords for d.join too?
Link to post
7 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.