Jump to content

[HELP] How i could change this!


Recommended Posts

*FIRST PIC * Hello guys, i am stuck with something, i got a serverfiles, everything it works but i dont know how could i change this " [TEAM][LV] " in front of name to the original, i mean Lv. - Name .

And secondly, i got all msm`s good in every war/sura/sham/sin.msm , item_proto the same , item_list same as the others and in navicat/item_proto the same.

All numbers are exactly the same in every file.. i got the dds/gr2/icon and all things in pack in 2 or 3 .eix/epk and it didnt work ..

All costumes and hairstyle except the 45182 .... 45210 + ... * SECOND PIC * 

 

Thank you so much ! 

 

0421_163146.jpg

0421_163305.jpg

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

in your binary source go in InstanceBaseEffect.cpp and find

 

if (IsGameMaster())
 {
  sprintf(szText, "|cFFFF0000 [TEAM] |cFFADFF2FLv %d", level);
  CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kLevelColor);
 }
 else if (!IsGameMaster())
 {
  sprintf(szText, "|cFFADFF2FLv %d", level);
  CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kLevelColor);
 }

 

remove that and compile again.

InstanceBaseEffect.cpp:

Mai multe detalii: : https://doar1click.ro/sursa-metin2/topic-t7210.html

InstanceBaseEffect.cpp:

Mai multe detalii: : https://doar1click.ro/sursa-metin2/topic-t7210.html

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.