Changed default specific drop rate configurations.
This commit is contained in:
parent
3e3653a454
commit
2b84f853f7
@ -89,9 +89,9 @@ RaidDropChanceMultiplier = 1
|
|||||||
# List of items affected by custom drop rate by id, used now for Adena rate too.
|
# List of items affected by custom drop rate by id, used now for Adena rate too.
|
||||||
# Usage: itemId1,multiplier1;itemId2,multiplier2;...
|
# Usage: itemId1,multiplier1;itemId2,multiplier2;...
|
||||||
# Note: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
|
# 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;
|
# 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
|
# Default: 57,1
|
||||||
DropAmountMultiplierByItemId = 57,1
|
DropAmountMultiplierByItemId = 57,1;6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1
|
||||||
DropChanceMultiplierByItemId = 57,1
|
DropChanceMultiplierByItemId = 57,1
|
||||||
|
|
||||||
# Maximum drop occurrences.
|
# Maximum drop occurrences.
|
||||||
|
@ -89,10 +89,11 @@ RaidDropChanceMultiplier = 1
|
|||||||
# List of items affected by custom drop rate by id, used now for Adena rate too.
|
# List of items affected by custom drop rate by id, used now for Adena rate too.
|
||||||
# Usage: itemId1,multiplier1;itemId2,multiplier2;...
|
# Usage: itemId1,multiplier1;itemId2,multiplier2;...
|
||||||
# Note: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
|
# 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;
|
# 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
|
||||||
|
# Disable HighFive Adventurer's Treasure Sack drops: 21747,0;21748,0;21749,0
|
||||||
# Default: 57,1
|
# Default: 57,1
|
||||||
DropAmountMultiplierByItemId = 57,1
|
DropAmountMultiplierByItemId = 57,1;6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1
|
||||||
DropChanceMultiplierByItemId = 57,1
|
DropChanceMultiplierByItemId = 57,1;21747,0;21748,0;21749,0
|
||||||
|
|
||||||
# Maximum drop occurrences.
|
# Maximum drop occurrences.
|
||||||
# Note: Items that have 100% drop chance without server rate multipliers
|
# Note: Items that have 100% drop chance without server rate multipliers
|
||||||
|
Loading…
Reference in New Issue
Block a user