Jump to content

Recommended Posts

From nowhere the character receives a message with these names written, and is appearing others as:

"This item is non-negotiable."

"<Guild> Does not belong to the guild."

"The guild name is not valid."

And then the character is disconnected from the game, in syserr.txt does not give any error, only appears spaces, can someone help me? Paid if required.

 

 

b96c3dd9d71f41b8b4a889fef225e1ab.png

1255bbb48d4b4a8cb1eec3674b285e04.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Try Anti Long name generator:

 

 

*input_login.cpp

Find:

	if (true == g_BlockCharCreation)
	{
		d->Packet(&packFailure, sizeof(packFailure));
		return;
	}

Add it under:

	if (strlen(pinfo->name) > 12){
		d->Packet(&packFailure, sizeof(packFailure));
		return;
	}

 

 

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.