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!

Race ran ep8 Bug

Newbie Spellweaver
Joined
Dec 21, 2013
Messages
12
Reaction score
0
when i create club and i open my character info

Bugtrap error Plese wait ....

pls help me, v v thk :)

ritalinn - Race ran ep8  Bug - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Dec 21, 2013
Messages
12
Reaction score
0
that ok?

void CCharacterWindow::SetLevel ( const GLCHARLOGIC& sCharData ){
const WORD& wLevel = sCharData.m_wLevel;
const DWORD& wClub = sCharData.m_dwGuild;


CString strCombine;
strCombine.Format ( "Lv.%d ", wLevel );
if ( m_pLevelText )
{
m_pLevelText->SetOneLineText ( strCombine + sCharData.m_szName, NS_UITEXTCOLOR::WHITE );
}
strCombine.Format ( "[%s]",wClub );
if ( m_pClubText )
{
if(wClub == 0)
{
strCombine.Format ( "[%s]",ID2GAMEWORD("CLUB_TEXT_STATIC", 14) );
}
m_pClubText->SetOneLineText ( strCombine, NS_UITEXTCOLOR::YELLOW );
}
}
 
Last edited:
Upvote 0
Back
Top