From 2b84f853f71f46fff16c037a08a6e8e09c2afc72 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:13:26 +0000 Subject: [PATCH] Changed default specific drop rate configurations. --- L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Rates.ini | 4 ++-- L2J_Mobius_CT_2.6_HighFive/dist/game/config/Rates.ini | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Rates.ini b/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Rates.ini index e9e8144edf..2642788813 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Rates.ini +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Rates.ini @@ -89,9 +89,9 @@ RaidDropChanceMultiplier = 1 # List of items affected by custom drop rate by id, used now for Adena rate too. # Usage: itemId1,multiplier1;itemId2,multiplier2;... # 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 -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 # Maximum drop occurrences. diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Rates.ini b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Rates.ini index e9e8144edf..513d100ed9 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Rates.ini +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Rates.ini @@ -89,10 +89,11 @@ RaidDropChanceMultiplier = 1 # List of items affected by custom drop rate by id, used now for Adena rate too. # Usage: itemId1,multiplier1;itemId2,multiplier2;... # 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 -DropAmountMultiplierByItemId = 57,1 -DropChanceMultiplierByItemId = 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;21747,0;21748,0;21749,0 # Maximum drop occurrences. # Note: Items that have 100% drop chance without server rate multipliers