- 0
-
Activity
-
1
-
0
unresolved externals error relating to eterGrnLib.lib
Hello, I'm getting the following errors as I try to compile client source in VS2019 Severity Code Description Project File Line Suppression State Error LNK1120 5 unresolved externals UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\Release\metin2client.exe 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol [email protected] referenced in function "public: bool __thiscall CGrannyMaterial::CreateFromGrannyMaterialPointer(struct granny_material *)" ([email protected]@@QAE_ -
1
DB syserr
Hello devs, since i don't know how to work with databases, i have a syserr that i don't know where to start looking.. Is there anyone that might be able to help me solve it? The server does work, but i took a sneak peek in db syserr finding 1kb of txt in it.. Thank you! -
3
CUBE/CRAFT WINDOW DOESNT SHOW ITEM
It would be nice if you can provide some hints or solutions on how you solved the problem. It might help other people tackling the same problem. -
3
-
11
Visual Bug-EXP,LEVEL,DMG
He can't do it because he has another systems which he also uses besides the vanilla usage of it. For example he has + x number status points adder besides the normal 1 point adder. The problem lays inside the uicharacter.py file, he needs to go into his backup and re-do everything manually -
2
-
35
Metin2 Rain Files 2004
Thanks for all i hope someday find old web for example ddmt2 .... I don't understand why nothing related to the Asian Metins has survived, it's as if everything suddenly disappeared ... Jp metin2: https://web.archive.org/web/20111113034426/http://www.metin2.jp/ reason for closing: they had problems with the vps, losing all kinds of backups. if someone have know about old webs tell my :(((- 1
-
-
1
Obj to gr2 cannot be seen. Why?
check client granny version and your exporter version, your client version need to same or higher version
-
-
Recently Browsing
No registered users viewing this page.
Question
Malbeth 2
hi, I inserted this link in the source
http://shop/login?pid=$playerID&key=$codice
opens the item shop for me but does not log me in automatically
thank for help
my cmd general
ACMD(do_in_game_mall) { char country_code[3] = "ro"; char buf[512+1]; char sas[33]; MD5_CTX ctx; const char sas_key[] = "GF9001"; snprintf(buf, sizeof(buf), "%u%u%s", ch->GetPlayerID(), ch->GetAID(), sas_key); MD5Init(&ctx); MD5Update(&ctx, (const unsigned char *) buf, strlen(buf)); MD5End(&ctx, sas); snprintf(buf, sizeof(buf), "mall https://uniqmetin2.com/index.php/shop/login?pid=$playerID&key=$codice", g_strWebMallURL.c_str(), ch->GetPlayerID(), country_code, g_server_id, sas); ch->ChatPacket(CHAT_TYPE_COMMAND, buf); }
Link to post
0 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.