Register for your free account! | Forgot your password?

You last visited: Today at 14:28

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

Advertisement



[Fix] Bead Stat Hack

Discussion on [Fix] Bead Stat Hack within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 937
Received Thanks: 449
[Fix] Bead Stat Hack

Hallo Elitepvpers,
da ich nicht weiß ob es schon Releast wurde mach ich es einfach mal.
(Sollte es schon Public sein sagt es mir bitte)

WndField.cpp

Sucht nach:

Code:
BOOL CWndRemovePiercing::OnDropIcon( LPSHORTCUT pShortcut, CPoint point )
Fügt unter:

Code:
		if(m_pItemElem == NULL && pTempElem != NULL)
		{
			pItemProp = pTempElem->GetProp();
Das ein:

Code:
#ifdef __BEAD_STAT_FIX
        if( pItemProp->dwItemKind3 == IK3_PET )
        {
        g_WndMng.PutString( prj.GetText( TID_GAME_REMOVE_PIERCING_ERROR_EX ), NULL, prj.GetTextColor( TID_GAME_REMOVE_PIERCING_ERROR_EX ) );
        return 0;
        }
#endif // __BEAD_STAT_FIX
Sucht nach:

Code:
void CWndRemovePiercing::SetSuit(CItemElem* pItemElem)
fügt unter:

Code:
	if(m_pItemElem == NULL && pItemElem != NULL)
	{
		ItemProp* pProp = pItemElem->GetProp();
Das ein:

Code:
#ifdef __BEAD_STAT_FIX
        if( pProp->dwItemKind3 == IK3_PET )
        {
        g_WndMng.PutString( prj.GetText( TID_GAME_REMOVE_PIERCING_ERROR_EX ), NULL, prj.GetTextColor( TID_GAME_REMOVE_PIERCING_ERROR_EX ) );
        return;
        }
#endif // __BEAD_STAT_FIX
In der versionCommon.h der Neuz:

Code:
#define __BEAD_STAT_FIX
Achtung: Ich habe es selber noch nicht getestet.

Ceditz:
Seb

Wenn es Hilfreich war hinterlasst ein Thanks.
-Venom' is offline  
Thanks
2 Users
Old 02/11/2015, 20:53   #2



 
Sedrika's Avatar
 
elite*gold: 18
The Black Market: 103/0/0
Join Date: Sep 2009
Posts: 20,174
Received Thanks: 14,475
Lieber ss fixen als cs
Sedrika is offline  
Thanks
1 User
Old 02/11/2015, 22:46   #3
 
elite*gold: 0
Join Date: Jan 2014
Posts: 773
Received Thanks: 374



Fast 3 Monate is der Fix schon ServerSide released.
Drabur is offline  
Thanks
3 Users
Old 02/12/2015, 03:18   #4

 
マリブ's Avatar
 
elite*gold: 12
The Black Market: 117/0/0
Join Date: Jun 2011
Posts: 2,512
Received Thanks: 1,062
Gibt auch noch eine andere möglichkeit.

Code:
	for( int i=pItemElem->GetPiercingSize()-1; i>=0; i-- )
	{
		if( pItemElem->GetPiercingItem( i ) != 0 )
		{
			pUser->AddGold( -nPayPenya );	// Æä³Ä ÁöºÒ
			pUser->AddDefinedText(TID_GAME_REMOVE_PIERCING_SUCCESS);

			// piercing remove fix (remove bead when the pet is activated)
			if (pUser->GetVisPetItem() == pItemElem)
			{
				ItemProp *pPropVis = prj.GetItemProp(pItemElem->GetPiercingItem(i));
				if (pPropVis)
				{
					// reset the stats
					pUser->ResetDestParam(0, pPropVis);
					pUser->ResetDestParam(1, pPropVis);
					pUser->ResetDestParam(2, pPropVis);
				}
			}
			// end fix
マリブ is offline  
Thanks
2 Users
Old 02/12/2015, 07:51   #5
 
elite*gold: 2
Join Date: Mar 2009
Posts: 338
Received Thanks: 63
THanks könnten viele gebrauchen wenn du noch mehr fix kennst immer her damit
Spraystar is offline  
Old 02/12/2015, 11:17   #6
 
elite*gold: 0
Join Date: Apr 2013
Posts: 511
Received Thanks: 431
Quote:
Originally Posted by Spraystar View Post
THanks könnten viele gebrauchen wenn du noch mehr fix kennst immer her damit
Wie den unbekannten Guild War Crash? Den kein Schwanz kennt weil es scheinbar kein juckt?

@Thread: Naja...Den fixx kann man durchaus so machen, aber, warum Released du ein Copy & Paste fixx wobei du nicht weiß ob er Funktioniert oder nicht? Da stellt sich mir die Frage woher hast du den eigtl.?
Wanetrain is offline  
Thanks
1 User
Old 02/12/2015, 11:24   #7
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 937
Received Thanks: 449
Quote:
Originally Posted by Wanetrain View Post
Wie den unbekannten Guild War Crash? Den kein Schwanz kennt weil es scheinbar kein juckt?

@Thread: Naja...Den fixx kann man durchaus so machen, aber, warum Released du ein Copy & Paste fixx wobei du nicht weiß ob er Funktioniert oder nicht? Da stellt sich mir die Frage woher hast du den eigtl.?
Der Fix funktioniert.
Habe ihn vorhin noch getestet.

Und woher ich den Fix habe ist doch releativ egal.
-Venom' is offline  
Old 02/17/2015, 21:03   #8
 
sebariio's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 76
when you copy my tutorial don't change the define
sebariio is offline  
Thanks
1 User
Old 02/17/2015, 23:55   #9
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 937
Received Thanks: 449
Quote:
when you copy my tutorial don't change the define
I can change the Defines how I want it.
Or, you can now charge a copyright on it?
-Venom' is offline  
Old 02/18/2015, 00:38   #10
 
elite*gold: 1
Join Date: Oct 2010
Posts: 265
Received Thanks: 48
Getestet?

Quote:
Originally Posted by Titanos™ View Post
Der Fix funktioniert.
Habe ihn vorhin noch getestet.

Und woher ich den Fix habe ist doch releativ egal.
Achtung: Ich habe es selber noch nicht getestet.

Ceditz:
Seb

Wenn es Hilfreich war hinterlasst ein Thanks.



OKKKKKKKKKKKKKK
xBleak is offline  
Old 02/18/2015, 12:45   #11
 
elite*gold: 0
Join Date: Feb 2015
Posts: 12
Received Thanks: 4
Der Fix funktioniert nur bedingt, wenn ich nun nen Paket mit den Informationen an den Server sende, was bei so einem Hack empfehlenswert ist (sonst dauert das doch ewig bis man einen signifikanten Effekt hat), ist der Fix auch bypassed.

Malibus Fix scheint mir am sinnvollsten weil der Spielfluss so nicht unterbrochen wird was bestimmt frustrierend sein kann wenn man mehrmals vergisst sein Pet zu deaktivieren.
Quadrilateral is offline  
Thanks
1 User
Old 02/18/2015, 18:24   #12
 
sebariio's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 76
I am 100% sure that you do not even know to understand this little rule , if you are careful prettais two minutes you would see that it is a client-side protection and it is easy to bypass this protection , so before changing a define at least try to understand

use a server protection, and then you can change my define
sebariio is offline  
Old 04/11/2015, 09:23   #13
 
elite*gold: 0
Join Date: Jan 2010
Posts: 141
Received Thanks: 8
I have added Malibus fix but I have compiling errors, could you guys help? Here is the compiling error:

Quote:
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2306): error C2601: 'CItemUpgrade::TransFormVisPet' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(499): error C2601: 'CItemUpgrade::OnEnchant' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(543): error C2601: 'CItemUpgrade::OnSmeltSafety' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(584): error C2601: 'CItemUpgrade::SmeltSafetyNormal' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(604): error C2601: 'CItemUpgrade::SmeltSafetyGeneral' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(714): error C2601: 'CItemUpgrade::SmeltSafetyAccessory' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(786): error C2601: 'CItemUpgrade::SmeltSafetyPiercingSize' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(883): error C2601: 'CItemUpgrade::BarunaSafe' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(974): error C2601: 'CItemUpgrade::RefineAccessory' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1043): error C2601: 'CItemUpgrade::RefineCollector' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1096): error C2601: 'CItemUpgrade::SmeltSafetyAttribute' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1206): error C2601: 'CItemUpgrade::EnchantGeneral' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1360): error C2601: 'CItemUpgrade::GetGeneralEnchantProb' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1375): error C2601: 'CItemUpgrade::EnchantBaruna' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1510): error C2601: 'CItemUpgrade::GetBarunaEnchantProp' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1518): error C2601: 'CItemUpgrade::GetBarunaEnchantDowngradeProp' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1526): error C2601: 'CItemUpgrade::GetBarunaPetMultiplicator' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1535): error C2601: 'CItemUpgrade::GetBarunaFailForNextLevel' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1544): error C2601: 'CItemUpgrade::CreateBarunaCrystal' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1591): error C2601: 'CItemUpgrade::BarunaChaosGemExtract' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1662): error C2601: 'CItemUpgrade::CreateBarunaChaosGem' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1690): error C2601: 'CItemUpgrade::CreateStone' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1729): error C2601: 'CItemUpgrade::EnchantAttribute' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1896): error C2601: 'CItemUpgrade::ChangeAttribute' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1962): error C2601: 'CItemUpgrade::GetAttributeEnchantProb' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1971): error C2601: 'CItemUpgrade::GetAttributeDamageFactor' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1984): error C2601: 'CItemUpgrade::GetAttributeDefenseFactor' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(1996): error C2601: 'CItemUpgrade::GetAttributeAddAtkDmgFactor' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2009): error C2601: 'CItemUpgrade::WhatEleCard' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2031): error C2601: 'CItemUpgrade::OnItemTransy' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2098): error C2601: 'CItemUpgrade::RunItemTransy' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2144): error C2601: 'CItemUpgrade::PetVisSize' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2179): error C2601: 'CItemUpgrade::SetPetVisItem' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2241): error C2601: 'CItemUpgrade::RemovePetVisItem' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2267): error C2601: 'CItemUpgrade::PutPetVisItemLog' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2279): error C2601: 'CItemUpgrade::SwapVis' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2292): error C2601: 'CItemUpgrade::ChangeVisPetSfx' : local function definitions are illegal
c:\Users\Administrator\Desktop\SERVER\Source\WORLD SERVER\ItemUpgrade.cpp(2338): fatal error C1075: end of file found before the left brace '{' at 'ItemUpgrade.cpp(475)' was matched
Please help me with this.

So it turned out that it was my fault, I just missed a 2 closing brackets.
pakinglalat is offline  
Old 04/11/2015, 11:21   #14



 
- DK's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,466
Received Thanks: 3,218
Quote:
Originally Posted by pakinglalat View Post
I have added Malibus fix but I have compiling errors, could you guys help? Here is the compiling error:



Please help me with this.

So it turned out that it was my fault, I just missed a 2 closing brackets.
Remove it and use this :
- DK is offline  
Old 04/11/2015, 17:58   #15

 
マリブ's Avatar
 
elite*gold: 12
The Black Market: 117/0/0
Join Date: Jun 2011
Posts: 2,512
Received Thanks: 1,062
Quote:
Originally Posted by pakinglalat View Post
I have added Malibus fix but I have compiling errors, could you guys help? Here is the compiling error:



Please help me with this.

So it turned out that it was my fault, I just missed a 2 closing brackets.
Code:
void CItemUpgrade::OnPiercingRemove( CUser* pUser, DWORD objId )
{
	CItemElem* pItemElem = pUser->m_Inventory.GetAtId( objId );
	if( !IsUsableItem( pItemElem ) || !pItemElem->IsPierceAble() )
		return;

	if( pUser->m_Inventory.IsEquip( objId ) )
		return;

	// ÇǾî½Ì ¿É¼ÇÀÌ ¾ø´Â °æ¿ì
	if( pItemElem->GetPiercingSize() == 0 || pItemElem->GetPiercingItem( 0 ) == 0 )
	{
		pUser->AddDefinedText( TID_GAME_REMOVE_PIERCING_ERROR );
		return;
	}
	const int nPayPenya = 1000000; // ÁöºÒÇÒ Æä³Ä
	if( pUser->GetGold() < nPayPenya )	// Æä³Ä°¡ ºÎÁ·ÇÏ´Ù.
	{
		pUser->AddDefinedText( TID_GAME_LACKMONEY );
		return;
	}

	for( int i=pItemElem->GetPiercingSize()-1; i>=0; i-- )
	{
		if( pItemElem->GetPiercingItem( i ) != 0 )
		{
			pUser->AddGold( -nPayPenya );	// Æä³Ä ÁöºÒ
			pUser->AddDefinedText(TID_GAME_REMOVE_PIERCING_SUCCESS);

			// piercing remove fix (remove bead when the pet is activated)
			if (pUser->GetVisPetItem() == pItemElem)
			{
				ItemProp *pPropVis = prj.GetItemProp(pItemElem->GetPiercingItem(i));
				if (pPropVis)
				{
					// reset the stats
					pUser->ResetDestParam(0, pPropVis);
					pUser->ResetDestParam(1, pPropVis);
					pUser->ResetDestParam(2, pPropVis);
				}
			}
			// end fix

			pUser->UpdateItem( (BYTE)( pItemElem->m_dwObjId ), UI_PIERCING, MAKELONG( i, 0 ) );

			LogItemInfo aLogItem;
			aLogItem.Action = "$";
			aLogItem.SendName = pUser->GetName();
			aLogItem.RecvName = "PIERCING_REMOVE";
			aLogItem.WorldId = pUser->GetWorld()->GetID();
			aLogItem.Gold = pUser->GetGold() + nPayPenya;
			aLogItem.Gold2 = pUser->GetGold();
			aLogItem.Gold_1 = -nPayPenya;
			g_DPSrvr.OnLogItem( aLogItem, pItemElem, 1 );


			break;
		}
	}
}
#endif // __EXT_PIERCING
マリブ is offline  
Reply


Similar Threads Similar Threads
[Selling] [Store] Stat AWP ASI, STAT M4 ASI, STAT FN Orion and Serpent FT
01/10/2015 - Counter-Strike Trading - 2 Replies
StatTrak™ AWP Asiimov FT StatTrak™ M4A4 Asiimov FT StatTrak™ USP-S Orion FN StatTrak™ USP-S Orion FN Sticker: Headhunter (Foil) AK-47 Fire Serpent FT AK-47 Fire Serpent FT Everything being sold for 80% of steam market price. I am only willing to sell to reputable people so if you barely have any rep I'm not trading with you even if you're going first. Payment option: PayPal
Bead Of Fire Hack (nur deutsche // germans only)
01/06/2008 - Kal Online - 2 Replies
Cheat Selling now allowed #close bitte



All times are GMT +1. The time now is 14:29.


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.