RateDropAdena ??

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
Locked
DevilFs
Posts: 20
Joined: Fri Nov 09, 2007 11:53 am

RateDropAdena ??

Post by DevilFs »

L2J Revision 4598:
L2JDP Revision 7951:
Hi,
someone can help to understand where to shape the RateDropAdena ?
I remembered myself that till the Gracia Version it was a parameter in
rates.properties
thanks
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: RateDropAdena ??

Post by Zoey76 »

Code: Select all

# List of items affected by custom drop rate by id, used now for Adena rate too.# Usage: itemId1,dropChance1;itemId2,dropChance2;...# 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,1RateDropItemsById = 57,1 
Is all there in the properties files, just read them :P
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
DevilFs
Posts: 20
Joined: Fri Nov 09, 2007 11:53 am

Re: RateDropAdena ??

Post by DevilFs »

Thanks Zoey76
now it works.
Locked