I also have done that Jopsi
like this
PHP Code:
if( checkhero == LEGEND_CLASS_MASTER )
{
if( m_nCampusPoint == 1 )
pTexture = g_Neuz.m_pRebirth[0];
else if (m_nLevel < 70 )
pTexture = g_Neuz.m_pMasterIcon[0];
if(pTexture != NULL)
{
point.y -= pTexture->m_size.cy + 5;
pTexture->Render( &g_Neuz.m_2DRender, point );
}
}
This is just the example of how i have it.
For some reasons when i hit legend level and i do an rebirth the icon is still now shown.
When i relog then its working. So its not auto fetcht like the m_nLevel.
Could it be that the worldserver doens send an PACKETTYPE to the client? like it does with the m_nLevel.