Help GM Guild Logo

07/13/2022 16:52 makvee#1
Hi epvp just new about flyff files can anyone knows where to fix this?

[Only registered and activated users can see links. Click Here To Register...]

Is it source or resource base?
07/21/2022 11:38 sebariio#2
It is hard to give you an answer without debugging but here is what i've found for your error :
Code:
if(g_WndMng.m_pWndWorld->GetGMLogoIndex() != -1)
	g_DPlay.SendGuildLogo( g_WndMng.m_pWndWorld->GetGMLogoIndex() );
else
	g_WndMng.OpenMessageBox(prj.GetText(TID_GAME_DONOTHAVE_GMLOGO));
Code:
int CWndWorld::GetGMLogoIndex()
{
	return GM_LOGO_EU;
}
Code:
#define GM_LOGO_EU 22
Maybe you should check the definition of CWndWorld::GetGMLogoIndex