Page 1 of 1

Adena question and item drop rate

Posted: Sat Jan 09, 2010 12:01 am
by UkNoob
I can configure the drop rate of adena through rate.config in these lines?




# 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,1
RateDropItemsById = 57,1


And if i want to make adena rate hmmm, let's say x9000,
i must edit this to look like this ?

# 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,1
RateDropItemsById = 57,9000



and if i want make custom control drop rate let's say for dragonic bow to make it 5,i must do it

# 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,1
RateDropItemsById = 57,1;dragonicbowidhere,5

Re: Adena question and item drop rate

Posted: Sat Jan 09, 2010 9:36 am
by JIV
yes

Re: Adena question and item drop rate

Posted: Sun Jan 10, 2010 2:27 am
by qbert
thank you, i came looking for this ;)