Jump to content

[Client/C++] Remove Level before Character Name


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
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);
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
×
×
  • 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.