Page 1 of 1

RateDropAdena ??

Posted: Wed Apr 27, 2011 8:42 pm
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

Re: RateDropAdena ??

Posted: Wed Apr 27, 2011 8:49 pm
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

Re: RateDropAdena ??

Posted: Thu Apr 28, 2011 8:12 am
by DevilFs
Thanks Zoey76
now it works.