Page 1 of 1

Adena drop rate?

Posted: Fri Nov 21, 2014 7:09 pm
by Berkas
Hello, so how I can change Aden Drop rate?
I founded in Rates.properties this:

Code: Select all

# List of items affected by custom drop rate by id, used now for Adena rate too.# Usage: itemId1,multiplier1;itemId2,multiplier2;...# Note: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!# Example for Raid boss 1x jewelry: 6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1;# Default: 57,1DropAmountMultiplierByItemId = 57,1DropChanceMultiplierByItemId = 57,1
But how I can make example aden drop rate 20x and chance 100%?

Re: Adena drop rate?

Posted: Fri Nov 21, 2014 8:31 pm
by Zephyr
If I understand what you ask...

Code: Select all

DropAmountMultiplierByItemId = 57,20DropChanceMultiplierByItemId = 57,100

Re: Adena drop rate?

Posted: Fri Nov 21, 2014 8:51 pm
by elitovec
Zephyr wrote:If I understand what you ask...

Code: Select all

DropAmountMultiplierByItemId = 57,20DropChanceMultiplierByItemId = 57,100
Mulziplier....... not only chance for all.... when baium have chance for drop 1Milion adena with 10% and when you set this 100 chance multiplier Baium droped 1,9Milion adena? true? you must try it

Re: Adena drop rate?

Posted: Fri Nov 21, 2014 9:33 pm
by jurchiks
You might need to change the quest drop rates for that too.

Re: Adena drop rate?

Posted: Fri Nov 21, 2014 10:19 pm
by Battlecruiser
I think that nowadays drop rates by item ID stack with default rates in L2J and are ignored when an item is in a group which is because of the approach used to calculate the drops. If you need the override behavior and even affect grouped drops, you should use viewtopic.php?f=69&t=29239 where a slightly different approach is used to calculate drops (but under default configs it still gives the same results)