[Source Release]Quick Jobchange

08/02/2013 17:52 - DK#241
Quote:
Originally Posted by .S0ulSeller View Post
Ich entschuldige mich für den Push, jedoch habe ich ein Problem. Ich habe Im Source alles eingefügt und es compilet alles ohne Probleme. Jedoch crasht meine Neuz sobald ich lv 15 bin. Ich bin mir sicher, dass es an der ResData liegt. Könnte mir bitte jemand eine Funktionierende v15 Version geben? Ich habe die Pornstar files probiert, jedoch geht es mit diesem Eintrag auch nicht... Hier mein Error Log:



Kann auch sein dass meine bmp oder tga dateien nicht stimmen, wobei ich auch die von den Pornstar files genommen habe. mein daisy zeigt das auch nicht richtig an...


Habe mir nun auch die Version von Pumbaa konvertiert und es crasht immernoch...

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

Code:
APP_FASTJOBCHANGE "WndTile00.tga" 1 288 240 0x2410000 26
{
// Title String
IDS_RESDATA_INC_017466
}
{
// Help Key
IDS_RESDATA_INC_008359
}
08/02/2013 18:51 .S0ulSeller#242
Hat leider nicht geklappt... x:
Probiert habe ich die von den Pornstar files, Pumbas Resdata konvertiert und die GOH resdata...ich bekomme folgenden error:



Im Theme ordner sind alle Buttons vorhanden.

Hier mein Aktueller Resdata eintrag:


Hat jemand einen "funktionierenden" Eintrag, oder weiß wo mein Fehler liegt?
08/02/2013 18:52 Velmore#243
Quote:
Originally Posted by .S0ulSeller View Post
Hat leider nicht geklappt... x:
Probiert habe ich die von den Pornstar files, Pumbas Resdata konvertiert und die GOH resdata...ich bekomme folgenden error:



Im Theme ordner sind alle Buttons vorhanden.

Hier mein Aktueller Resdata eintrag:


Hat jemand einen "funktionierenden" Eintrag, oder weiß wo mein Fehler liegt?
Debugen und wuhaa hast du hast das Problem.
08/02/2013 18:59 .S0ulSeller#244
Dacht ich mir auch, ich benutze vs 2012 und ich verstehe die tuts nicht so richtig wie man die neuz debugt... o.o Als Befehlsargument habe ich sunkist und als umgebung den pfad zu meinem client, wenn ich dann neue instanz starte, bekomme ich eine Fehlermeldung mit Hex-Codes und dann hängt sich alles auf... o.o
Hier meine Einstellungen
[Only registered and activated users can see links. Click Here To Register...]
08/04/2013 22:28 .S0ulSeller#245
push
08/09/2013 04:10 h4rvswagg#246
Need help

[Only registered and activated users can see links. Click Here To Register...]
08/09/2013 18:13 xTwiLightx#247
Quote:
Originally Posted by .S0ulSeller View Post
Dacht ich mir auch, ich benutze vs 2012 und ich verstehe die tuts nicht so richtig wie man die neuz debugt... o.o Als Befehlsargument habe ich sunkist und als umgebung den pfad zu meinem client, wenn ich dann neue instanz starte, bekomme ich eine Fehlermeldung mit Hex-Codes und dann hängt sich alles auf... o.o
Hier meine Einstellungen
[Only registered and activated users can see links. Click Here To Register...]
Arbeitsverzeichnis auf den Client setzen, nicht die Umgebung.

Debuggen ist sowas von simple, das bekommt selbst ein Neandertaler wie ich (was Coding betrifft) hin. Wenn etwas crasht, bekommst du Funktionen, dazugehörige Stacks, etc angezeigt - zum zeitpunkt des Crashes.
03/15/2015 06:38 Wharsh#248
Any bugs or problem here? Can anyone list it? Thanks.
05/30/2015 06:37 teejayu1#249
upload it in mega pleasE?
05/30/2015 06:50 'Mope'#250
Quote:
Originally Posted by teejayu1 View Post
upload it in mega pleasE?
get it from other sources.

download armageddon files and copy + paste
06/02/2015 05:00 teejayu1#251
Quote:
Originally Posted by 'Mope' View Post
get it from other sources.

download armageddon files and copy + paste
can you give me armageddon files please...TY
06/02/2015 21:20 - DK#252
Quote:
Originally Posted by teejayu1 View Post
can you give me armageddon files please...TY
[Only registered and activated users can see links. Click Here To Register...]
09/30/2015 02:09 joshua.green#253
Hi all sorry for the post. I got these errors from compiling. (I had more but fixed most of them) Can anyone help with these small errors?

Code:
Compiling...
MoverParam.cpp
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1917) : error C2059: syntax error : 'return'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1918) : error C2059: syntax error : '}'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1918) : error C2143: syntax error : missing ';' before '}'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1918) : error C2059: syntax error : '}'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1922) : error C2143: syntax error : missing ';' before '{'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1922) : error C2447: '{' : missing function header (old-style formal list?)
Mover.cpp
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\Mover.cpp(2110) : error C2601: 'CMover::InitLevelPumbaaa' : local function definitions are illegal
DPSrvr.cpp
DPSrvr.cpp(124) : error C2601: 'CDPSrvr::OnUpdateJob' : local function definitions are illegal
Generating Code...

Build log was saved at "file://c:\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Output\WorldServer\Release\BuildLog.htm"
WorldServer - 8 error(s), 0 warning(s)
Here are the - 1st,2nd,3rd,4th error codes:
Code:
#endif	// __CLIENT
	}
	return FALSE;
	}
Here is the 5th and 6th error codes
Code:
void CMover::SetEquipDstParam()
{
	if( IsPlayer() ) 
	{
		CItemElem* pItemElem;
		for( int i = 0; i < MAX_HUMAN_PARTS; i++ )
		{
			pItemElem = GetEquipItem( i ); //m_Inventory.GetAtId( m_adwEquipment[ i ] );
			if( pItemElem )
				SetDestParam( pItemElem->m_dwItemId, FALSE );	//don't send
		}
	}
}
And in the mover.cpp file error code number 7:
Code:
#endif	// __HONORABLE_TITLE			// ´ÞÀÎ
void CMover::InitLevelPumbaaa( int nJob, LONG nLevel, BOOL bGamma )
{
And finally in dpsrvr.cpp the last error:
Code:
#ifdef __EUROPE_0514
	ar.ReadString( szBak, MAX_ACCOUNT );
#endif	// __EUROPE_0514
I would really appreciate the help. Thanks!

Josh
10/01/2015 06:44 aoyamananami#254
Quote:
Originally Posted by joshua.green View Post
Hi all sorry for the post. I got these errors from compiling. (I had more but fixed most of them) Can anyone help with these small errors?

Code:
Compiling...
MoverParam.cpp
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1917) : error C2059: syntax error : 'return'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1918) : error C2059: syntax error : '}'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1918) : error C2143: syntax error : missing ';' before '}'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1918) : error C2059: syntax error : '}'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1922) : error C2143: syntax error : missing ';' before '{'
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\MoverParam.cpp(1922) : error C2447: '{' : missing function header (old-style formal list?)
Mover.cpp
\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Source\_Common\Mover.cpp(2110) : error C2601: 'CMover::InitLevelPumbaaa' : local function definitions are illegal
DPSrvr.cpp
DPSrvr.cpp(124) : error C2601: 'CDPSrvr::OnUpdateJob' : local function definitions are illegal
Generating Code...

Build log was saved at "file://c:\Users\VIP\Documents\MEGAsync Downloads\v15 Clean\Output\WorldServer\Release\BuildLog.htm"
WorldServer - 8 error(s), 0 warning(s)
Here are the - 1st,2nd,3rd,4th error codes:
Code:
#endif	// __CLIENT
	}
	return FALSE;
	}
Here is the 5th and 6th error codes
Code:
void CMover::SetEquipDstParam()
{
	if( IsPlayer() ) 
	{
		CItemElem* pItemElem;
		for( int i = 0; i < MAX_HUMAN_PARTS; i++ )
		{
			pItemElem = GetEquipItem( i ); //m_Inventory.GetAtId( m_adwEquipment[ i ] );
			if( pItemElem )
				SetDestParam( pItemElem->m_dwItemId, FALSE );	//don't send
		}
	}
}
And in the mover.cpp file error code number 7:
Code:
#endif	// __HONORABLE_TITLE			// ´ÞÀÎ
void CMover::InitLevelPumbaaa( int nJob, LONG nLevel, BOOL bGamma )
{
And finally in dpsrvr.cpp the last error:
Code:
#ifdef __EUROPE_0514
	ar.ReadString( szBak, MAX_ACCOUNT );
#endif	// __EUROPE_0514
I would really appreciate the help. Thanks!

Josh

let me help you :) .. contact me @facebook >> facebook.com/ngers20 ;)
12/15/2016 14:25 Technolo#255
und wie kompiliere ich das? also hab quick job change eingefügt.