Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 05:23

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

Advertisement



About Quick Job Change Problem

Discussion on About Quick Job Change Problem within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2015
Posts: 30
Received Thanks: 0
About Quick Job Change Problem

Here is my quick job change system


The only problem is when you accidentally close the Quick Job Change Window it will not reopen again even if i kill monster. And also if i relog

Help please! Pro Devssssss
rapiskid2 is offline  
Old 10/02/2019, 19:54   #2
 
elite*gold: 0
Join Date: Jul 2018
Posts: 93
Received Thanks: 59
In DPClient.cpp inside function CDPClient::OnGameJoin under:
Code:
for( int i = 0; i < g_pPlayer->m_nQuestSize; i++ )
	{
		if( g_pPlayer->m_aQuest[ i ].m_wId != 0xffff && g_pPlayer->m_aQuest[ i ].m_wId != 0xff )
		{
			if( g_pPlayer->m_aQuest[ i ].m_nState != 14 )
			{
				QuestProp * pQestProp = prj.m_aPropQuest.GetAt( g_pPlayer->m_aQuest[ i ].m_wId );
				if( pQestProp )
				{
					strMessage.Format( prj.GetText(  TID_GAME_TOOLTIP_ROLEQUEST ) , pQestProp->m_szTitle );
					g_WndMng.PutString( strMessage, NULL, 0xffff0000 );
				}
			}
		}
	}
place:
Code:
#ifdef __YOUR_QUICK_JOBCHANGE_DEFINE
	if ((g_pPlayer->GetLevel() == 15 && g_pPlayer->GetJob() == JOB_VAGRANT) || // 1st Job Change
		(g_pPlayer->GetLevel() == 60 && g_pPlayer->GetJob() >= JOB_MERCENARY && g_pPlayer->GetJob() <= JOB_MAGICIAN) || // 2nd Job Change
		(g_pPlayer->GetLevel() == 120 && g_pPlayer->GetJob() >= JOB_KNIGHT && g_pPlayer->GetJob() <= JOB_ELEMENTOR && g_pPlayer->GetExpPercent() == 9999) || // Master Job Change
		(g_pPlayer->GetLevel() == 120 && g_pPlayer->GetJob() >= JOB_KNIGHT_MASTER && g_pPlayer->GetJob() <= JOB_ELEMENTOR_MASTER && g_pPlayer->GetExpPercent() == 9999) || // Hero Job Change
		(g_pPlayer->GetLevel() == 129 && g_pPlayer->GetJob() >= JOB_KNIGHT_HERO && g_pPlayer->GetJob() <= JOB_ELEMENTOR_HERO && g_pPlayer->GetExpPercent() == 9999) // 3rd Job Change
		)
	{
		SAFE_DELETE(g_WndMng.m_pJobChangeEx);
		g_WndMng.m_pJobChangeEx = new CWndJobChangeEx;
		g_WndMng.m_pJobChangeEx->Initialize();
	}
#endif//__YOUR_QUICK_JOBCHANGE_DEFINE
Ofcourse change "__YOUR_QUICK_JOBCHANGE_DEFINE" to your own define. And be sure that you configure the correct levels where the window should pop up.
-Valor is offline  
Thanks
1 User
Old 10/03/2019, 02:56   #3
 
elite*gold: 0
Join Date: Dec 2015
Posts: 30
Received Thanks: 0
FIXED! Thanks Dev for the code
rapiskid2 is offline  
Old 06/25/2024, 21:17   #4
 
elite*gold: 0
Join Date: Jul 2012
Posts: 3
Received Thanks: 0
Link for download os broken

Link is broken...
could any upload other link??
luizcarluz is offline  
Reply


Similar Threads Similar Threads
Crash Quick job change
11/21/2014 - Flyff Private Server - 8 Replies
Hi, I try to add Quck Job change but when i up by exemple lv 15 I have this error: Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:004DAF1E, CWndNeuz::InitDialog()+0110 byte(s), c:\users\official source\_interface\wndneuz.cpp, line 0667+0006 byte(s) - Registers EAX=00000000 EBX=7EFDE000 ECX=00000000 EDX=00000007 ESI=00000000 EDI=75441245 EBP=0018BC2C ESP=0018BBDC EIP=004DAF1E FLG=00210206 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
Quick Job Change problem !
08/31/2014 - Flyff Private Server - 2 Replies
Hello guys ! i need help to my Fast job change when i got level 15 i see the Auto Job Change then when i click Do it its not Changing Job ! :( help me how to fix it please :( i think its only Resdata problem but i dont know how to fix it on resdata . any person know how to fix it ?? Here my Printscreen : Screenshot by Lightshot And please help me how to Transalate it to v18 Button :( its v19 Button help me please ! here's my Resdata.inc on my Quickjobchange
Quick Job Change Problem
09/08/2013 - Flyff Private Server - 6 Replies
1st Problem: I had a problem on quick job change. im using blessed source, on the blessed source there is fast job change on the NPC.And i put the quick job change code of pummba.and my question is i have a quick job change on and npc and quick job change of pummba so it's conflict and duplicate. How can i solve this. my neuz getting crash when i killed aibatt. Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 001B:004D836E, CWndNeuz::InitDialog()+0110 byte(s),...
problem adding quick job change on RoC source?
05/15/2012 - Flyff Private Server - 0 Replies
15,60,master,hero are perfectly working but 3rd job arent.. mmm.. when i reach level 130 my exp is 99% not zero.. how can i fix this.? sory for my bad english.. and the window is not appering!



All times are GMT +1. The time now is 05:24.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.