Page 1 of 1

drop influence

Posted: Tue Feb 22, 2011 7:42 pm
by trophy
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:4507
L2JDP Revision Number:7798
Hello i serached on the forum but i found only general talking about it, my question is how i can increase a drop of a particulary item? for example how i can increase only the dropp of seal stone?

Re: drop influence

Posted: Tue Feb 22, 2011 7:57 pm
by Zoey76
rates.properties:

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,15;6360,15;6361,15;6362,15
That would be Adena and Seal Stones at 15x.

Re: drop influence

Posted: Tue Feb 22, 2011 8:06 pm
by trophy
ok thx^^