Jump to content

Recommended Posts

Hey There,

 

I was looking in Client/Bin Source about 3 Hours to find where is the display function for the player Level/Align/Name..

But don't find anything.. (Search for align, GetName, PlayerName, GetLevel, PlayerLevel, ...).

 

I hope someone can help me to find the right spot.

 

Thanks a lot!

 

Greatz

Link to comment
https://metin2.dev/topic/5975-clientc-remove-level-before-character-name/
Share on other sites

Okay. Thanks now 1 is solved.. but name/align are not solved. same at mob/pet Name lenght.. :/

Greatz

 

#edit

OKay. Find Name part...

PythonTextTail.cpp

TTextTail * pTextTail = RegisterTextTail(dwVirtualID,
	pCharacterInstance->GetNameString(),
	pCharacterInstance->GetGraphicThingInstancePtr(),
	pCharacterInstance->GetGraphicThingInstanceRef().GetHeight() + fAddHeight,
	c_rColor);
  • Premium

What exactly do you want to change the name?

 

Can be here:

Alignment

668 - int iAlignmentGrade = GetAlignmentGrade();

Name:

const std::string & c_rstrTitleName = itor->second;
			CPythonTextTail::Instance().AttachTitle(GetVirtualID(), c_rstrTitleName.c_str(), GetTitleColor());
  • Love 1

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.