Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Remove school logo on profile

Junior Spellweaver
Joined
Nov 27, 2023
Messages
101
Reaction score
45
What .cpp or .h can i edit to remove this school logo on character profile

5 - Remove school logo on profile - RaGEZONE Forums


================================================================
fix it at CharacterWindowEx.cpp set to false

Code:
        m_pAcademy->SetOneLineText ( ID2GAMEWORD("ACADEMY_NAME",sCharData.m_wSchool), NS_UITEXTCOLOR::WHITE );

        for ( int i = 0; i < nSCHOOL_MARK; ++i ) m_pSchoolMark[sCharData.m_wSchool]->SetVisibleSingle ( FALSE );
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top