04-25-2022, 09:50 PM
I think this should be enough to make it display the level of characters:
case CHARACTER:
{
bHideLevel = FALSE; //ADD ONLY THIS LINE
if( m_bShowPkHp )
{
// ¼Ä¡ ¶óÀÌÇÁ ¹öÇÁ°¡ ÀÖ´ÂÁö °Ë»ç.
if (_pUIBuff->IsSkillBuff(475) == TRUE)
{
float fHealth = 0;
Add in in m_bShowPkHp if you only want players with life searcher to see it
File: TargetInfoNewUI.cpp

