Adena drop rate?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Berkas
Posts: 94
Joined: Sat Dec 14, 2013 9:23 am

Adena drop rate?

Post 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%?
User avatar
Zephyr
L2j Veteran
L2j Veteran
Posts: 331
Joined: Wed Sep 19, 2012 10:44 pm
Location: Argentina

Re: Adena drop rate?

Post by Zephyr »

If I understand what you ask...

Code: Select all

DropAmountMultiplierByItemId = 57,20DropChanceMultiplierByItemId = 57,100
elitovec
Posts: 23
Joined: Tue Aug 19, 2014 8:04 pm

Re: Adena drop rate?

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Adena drop rate?

Post by jurchiks »

You might need to change the quest drop rates for that too.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
Battlecruiser
L2j Veteran
L2j Veteran
Posts: 332
Joined: Thu May 01, 2008 9:44 am

Re: Adena drop rate?

Post 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)
Git user
Post Reply