Register for your free account! | Forgot your password?

You last visited: Today at 23:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Neuz.exe

Discussion on Neuz.exe within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2018
Posts: 62
Received Thanks: 27
Neuz.exe

is there any posible code to include the name of the character in the top left corner of neuz?
MPZooey is offline  
Old 06/06/2018, 20:47   #2

 
elite*gold: 353
Join Date: Jan 2013
Posts: 924
Received Thanks: 617
Quote:
Originally Posted by MPZooey View Post
is there any posible code to include the name of the character in the top left corner of neuz?
nice Screen.


btw :
DPClient.cpp "OnJoin"
Kiseku is offline  
Thanks
2 Users
Old 06/06/2018, 20:52   #3
 
elite*gold: 0
Join Date: May 2018
Posts: 62
Received Thanks: 27
Quote:
Originally Posted by Kiseku View Post
nice Screen.


btw :
DPClient.cpp "OnJoin"
lol sorry. btw can you release the code pls if you dont mind?
MPZooey is offline  
Old 06/06/2018, 22:11   #4
 
elite*gold: 0
Join Date: May 2018
Posts: 18
Received Thanks: 7
Code:
#ifdef __GAME_GRADE_SYSTEM
	g_Neuz.m_dwTimeGameGradeMarkRendering = g_tmCurrent + SEC( CNeuzApp::GAME_GRADE_MARK_RENDERING_INTERVAL_SECOND );
#endif // __GAME_GRADE_SYSTEM

	if( pMover )
	{
#ifdef __WINDOW_TITLE
		CString strTitle;
		strTitle.Format( "%s (%s)", __NEUZ_TITLE, pMover->GetName() );
		SetWindowText( CWndBase::m_hWnd, strTitle );
#endif // __WINDOW_TITLE
In :
void CDPClient::OnSetPlayerName( CAr & ar )
Code:
#ifdef __WINDOW_TITLE
		CString strTitle;
		strTitle.Format( "%s (%s)", __NEUZ_TITLE, pMover->GetName() );
		SetWindowText( CWndBase::m_hWnd, strTitle );
#endif // __WINDOW_TITLE
In
BOOL CWndLogOutWaitting::Process()
Code:
#ifdef __WINDOW_TITLE
			CString strTitle;
			strTitle.Format( __NEUZ_TITLE );
			SetWindowText( CWndBase::m_hWnd, strTitle );
#endif // __WINDOW_TITLE
In
BOOL CWndLogOut::OnChildNotify( UINT message, UINT nID, LRESULT* pLResult )
Code:
				if( g_pPlayer->IsRegionAttr( RA_SAFETY ) || g_pPlayer->IsAuthHigher( AUTH_GAMEMASTER ) )
				{
#ifdef __WINDOW_TITLE
					CString strTitle;
					strTitle.Format( __NEUZ_TITLE );
					SetWindowText( CWndBase::m_hWnd, strTitle );
#endif // __WINDOW_TITLE
					::PostMessage( g_Neuz.GetSafeHwnd(), WM_LOGOUT, 0, 0 );
				}
In
BOOL TextCmd_QuerySetPlayerName( CScanner & scanner )
Code:
#else // __CLIENT
#ifdef __WINDOW_TITLE
	CMover* pMover	= CMover::GetActiveMover();
	if( pMover )
	{
		CString strTitle;
		strTitle.Format( "%s (%s)", __NEUZ_TITLE, pMover->GetName() );
		SetWindowText( CWndBase::m_hWnd, strTitle );
	}
#endif // __WINDOW_TITLE
#endif	// __WORLDSERVER
pDestroyer is offline  
Reply


Similar Threads Similar Threads
Suche Neuz.exe und Neuz.ini
11/21/2013 - Flyff Private Server - 2 Replies
Suche Neuz.exe und Neuz.ini von dem Place-of-Destiny Clienten Da es bei mir nicht dabei war :D
Neuz.exe / Neuz.ini Problem!
10/17/2012 - Flyff Private Server - 5 Replies
Hey hoy, Ich habe folgendes Problem.. Irgendwie werden meine Optionen nicht übernommen! -.- Also ich öffne per Patcher(OFFI PATCHER) mein flyff... Stelle vorher die Auflösung in den Optionen ein.. auf 1360x768 (Breitbild)
suche neuz.ini bzw neuz.dll
03/04/2010 - Flyff Private Server - 7 Replies
hallo ich suche neuz.ini bzw neuz.dll ist des gleiche nur dll steht bei denen wo vista haben damit ich mein server starten kann brauch cih diese datei wer könnte mir die geben
Flyff-Guide - [Guide] Alles über die Neuz.ini [ Update~ Beinahe komplette Neuz.ini er
01/09/2010 - Flyff - 3 Replies
Guten tag zusammen, Ich hab mir mal überlegt einen guide zu schreiben was man alles mit der Neuz.ini anstellen kann , da viele nichtmal wissen was die neuz.ini ist xD Und die Sufu hat mir nicht gesagt das es so einen Guide schon gibt: Inhalt: 1. Wo finde ich die Neuz.ini ? 2. Die Einstellungen 3. Wofür braucht man die Neuz.ini aufm Offi 4. Wofür braucht man die Neuz.ini auf einem Pserver 5. Sonstiges



All times are GMT +1. The time now is 23:36.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.