Register for your free account! | Forgot your password?

You last visited: Today at 20:59

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

Advertisement



Drop Rate

Discussion on Drop Rate within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Drop Rate

Hi, Just wanted to ask
How can i make Quest item and Penya Drop 100% in all monster?

I already set the drop in my PropMoverEx.inc in to this.

Code:
 MI_NPC_YETI01
{
	Maxitem = 2;
        DropGold(500, 2000);

	DropKind(IK3_SWD, 6, 6);
	DropKind(IK3_AXE, 6, 6);
	DropKind(IK3_CHEERSTICK, 6, 6);
	DropKind(IK3_KNUCKLEHAMMER, 6, 6);
	DropKind(IK3_WAND, 6, 6);
	DropKind(IK3_STAFF, 6, 6);
	DropKind(IK3_HELMET, 6, 6);
	DropKind(IK3_SUIT, 6, 6);
	DropKind(IK3_GAUNTLET, 6, 6);
	DropKind(IK3_BOOTS, 6, 6);
	DropKind(IK3_SHIELD, 6, 6);
	DropKind(IK3_BOW, 6, 6);
	DropKind(IK3_YOYO, 6, 6);
	DropKind(IK3_THSWD, 6, 6);
	DropKind(IK3_THAXE, 6, 6);

	DropItem(II_GEN_MAT_ORICHALCUM01, 1500000, 0, 1);
	DropItem(II_GEN_MAT_MOONSTONE,  1500000, 0, 1);
	DropItem(II_CHP_RED, 3000000000, 0, 1);
	DropItem(II_GEN_GEM_GEM_REDCRYSTAL, 3000000000, 0, 1);	

	m_nAttackFirstRange = 10;

	AI
	{
		#Scan
                    {
			scan
                    }
		#battle
		    {
                    }
		#move
		    {
	            }	
   	}               

}
And my rate is

Code:
-- 개별 아이템 드롭률 배수
function SetPieceItemDropRate( fPieceItemDropRate )
	local nEventId = #(tEvent)
	tEvent[nEventId].fPieceItemDropRate = fPieceItemDropRate
end

function GetPieceItemDropRate()
	local tList = GetEventList()
	local fPieceItemDropRate = 1
	for i in pairs(tList) do
		if( tEvent[tList[i]].fPieceItemDropRate ~= nil ) then
			fPieceItemDropRate = fPieceItemDropRate * tEvent[tList[i]].fPieceItemDropRate
		end
	end
	
	return fPieceItemDropRate
end

-- 페냐 드롭 배수
function SetGoldDropFactor( fGoldDropFactor )
	local nEventId = #(tEvent)
	tEvent[nEventId].fGoldDropFactor = fGoldDropFactor
end

function GetGoldDropFactor()
	local tList = GetEventList()
	local fGoldDropFactor = 1000
	for i in pairs(tList) do
		if( tEvent[tList[i]].fGoldDropFactor ~= nil ) then
			fGoldDropFactor = fGoldDropFactor * tEvent[tList[i]].fGoldDropFactor
		end
	end
	
	return fGoldDropFactor
end
khemomo is offline  
Old 08/20/2018, 10:11   #2
 
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
Check "PropDropEvent.inc "
Dr. Peacock is offline  
Old 08/20/2018, 16:44   #3
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Quote:
Originally Posted by Dr. Peacock View Post
Check "PropDropEvent.inc "
Can you explain what is the use of PropDropEvent.inc in drop rate? How is it being affected please thank you
khemomo is offline  
Old 08/21/2018, 23:34   #4
 
elite*gold: 0
Join Date: Jan 2017
Posts: 301
Received Thanks: 28
PropDropEvent.inc is the GENERAL loot for mobs. PropMoverEx.inc is for individual drops.

PropMoverEx.inc 100% rate is 3000000000, correct me if im wrong. Hope this helped

If not just try editing some of the values and see what it does ingame.
KingKeesie is offline  
Old 08/22/2018, 04:12   #5
 
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
Quote:
Originally Posted by KingKeesie View Post
PropDropEvent.inc is the GENERAL loot for mobs. PropMoverEx.inc is for individual drops.

PropMoverEx.inc 100% rate is 3000000000, correct me if im wrong. Hope this helped

If not just try editing some of the values and see what it does ingame.
100% of drop rate is not working if your drop rate in eventlua is being set to 1. thanks for for your help everyone. i got fixed this one
khemomo is offline  
Reply


Similar Threads Similar Threads
[HELP] How to set drop rate, money drop rate
07/31/2013 - 4Story - 5 Replies
Hi, Can you tell me how to set drop and money rate? I've tried to get the map ID's and play with happytool and map IDs with no luck ... Map IDs: Free Games - Play and download free online games Sooo, any idea?
RappelzSro[Exp:700x/Party Exp Rate:750x/Gold Drop Rate:60x/Alchemy Rate:20x/
05/27/2012 - SRO PServer Advertising - 3 Replies
Greetings. Welcome to Rappelz-Sro Online Server Info Client Version: 1.001 Exp Rate: 700x Party Exp Rate: 750x Gold Drop Rate: 60x
CekseSro xp rate and sp rate:600 DROP Rate: 50x SOX DROP Rate: 50%
01/29/2012 - SRO PServer Advertising - 9 Replies
110 cap !! Server rates: EXP & SP Rate: 600x PARTY EXP Rate: 600x DROP Rate: 50x GOLD DROP Rate: 70x SOX DROP Rate: 50 % homage page:CekseSro Online
CekseSro xp rate and sp rate:600 DROP Rate: 50x SOX DROP Rate: 50%
01/27/2012 - SRO PServer Advertising - 10 Replies
Server rates: EXP & SP Rate: 600x PARTY EXP Rate: 600x DROP Rate: 50x GOLD DROP Rate: 70x SOX DROP Rate: 50% homage page:CekseSro Online regist:CekseSro Online



All times are GMT +1. The time now is 20:59.


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.