Register for your free account! | Forgot your password?

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

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

Advertisement



[HELP] How can i increase Looter Pet looting speed and character max speed

Discussion on [HELP] How can i increase Looter Pet looting speed and character max speed within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2011
Posts: 1
Received Thanks: 0
[HELP] How can i increase Looter Pet looting speed and character max speed

can anyone help me with this please ..
i dont know how to increase looting speed of looter pet and decrease max speed of character.
yajrzkie5 is offline  
Old 09/01/2020, 09:25   #2
 
Groxy101's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 21
Received Thanks: 9
CreateObj.cpp

Code:
			if (pProp->dwAI == AII_PET)
			{
				pMover->m_pActMover->m_fSpeed *= PET_SPEED_MULTIPLIER;
			}
Groxy101 is offline  
Thanks
1 User
Old 09/01/2020, 16:07   #3
 
netHoxInc's Avatar
 
elite*gold: 117
Join Date: Jan 2008
Posts: 790
Received Thanks: 992
Quote:
Originally Posted by Groxy101 View Post
CreateObj.cpp

Code:
			if (pProp->dwAI == AII_PET)
			{
				pMover->m_pActMover->m_fSpeed *= PET_SPEED_MULTIPLIER;
			}
Not sure if he really ment the pet movement speed, he probably want it to loot faster and not only run faster

Also some mod please move this to pserver discussion
netHoxInc is offline  
Thanks
1 User
Old 09/02/2020, 05:15   #4
 
elite*gold: 0
Join Date: Mar 2020
Posts: 44
Received Thanks: 46
Pet speed...
CreateObj.cpp
Code:
#if __VER >= 9	//__AI_0509
			MoverProp* pProp	= pMover->GetProp();
			if( pProp->dwAI == AII_MONSTER )
			{
				pMover->m_pActMover->m_fSpeed	/= 2.0F;
			}

#ifdef __PetSpeed
            if (pProp->dwAI == AII_PET)
                pMover->m_pActMover->m_fSpeed *= 3;
#endif
#endif	// __AI_0509
ProjectCmn.cpp
Code:
		pProperty->eElementType			= static_cast<SAI79::ePropType>(scanner.GetNumber());
		pProperty->wElementAtk			= static_cast<short>(scanner.GetNumber());

		pProperty->dwHideLevel			= scanner.GetNumber();
#ifdef __PetSpeed
		pProperty->fSpeed = pProperty->dwAI == AII_PET ? scanner.GetFloat() * 3.00f : scanner.GetFloat();
#else
		pProperty->fSpeed				= scanner.GetFloat();
#endif
		pProperty->dwShelter			= scanner.GetNumber();
		pProperty->dwFlying				= scanner.GetNumber();
		pProperty->dwJumpIng			= scanner.GetNumber();
		pProperty->dwAirJump			= scanner.GetNumber();
Character speed...

MoverParam.cpp
Code:
	int nAdjValue	= GetAdjParam( DST_SPEED );
	if( nAdjValue != 0 )
	{
#ifdef __MaxSpeed
		if (nAdjValue > 100)
			nAdjValue = 100;
		else if (nChgValue > 100)
			nChgValue = 100;
#endif
#ifdef __JEFF_11
		fSrcSpeed = fSrcSpeed + ( fSrcSpeed * (nAdjValue / 100.0f) );
		if( fSrcSpeed < 0.0F )
			fSrcSpeed	= 0.0F;
#endif	// __JEFF_11
		return fSrcSpeed;
	}
Execrate is offline  
Thanks
1 User
Old 09/04/2020, 11:47   #5
 
elite*gold: 0
Join Date: May 2014
Posts: 4,408
Received Thanks: 934
Arrow Flyff -> Flyff Private Ser…

#moved
Michi is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[Request] Increase the range of looter pet
04/29/2020 - Flyff Private Server - 2 Replies
In what file should i look to increase the range of looter pet.
[Selling] BM [EU] 1240+ HM16 Max Soul Max Pet Max VT Aransu Weapon Max Gear Fire
01/05/2018 - Blade & Soul Trading - 1 Replies
Hi i am Selling my BM on the EU Server He is HM 16 1240 AP + Full Fire Build + Fire Gear Max Aransu Weapon with 5 Octagonal Gems and 3 Hepta Fire Gems to Upgrade in Octagonal when the Update comes. The Account has over 400 Customs and 9 Legy Pet Skins many Mats and Is Pemium Rank 10 with 200 Days Premium The Character has 10 Charakter Slots free and 1 lvl 50er voucher code. The Character is a Very Beautiful Yun so i Think you dont Need a new character Optimization. The Character is...
pbdo bot auto looter pet?
05/07/2012 - DarkOrbit - 5 Replies
hey guys i select pet-auto looter on task crator but in the botting pet:passive mode? why? sorry for my bad english :D



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


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.