From 21857810393334040e8a6b3e7d9a9d24ae772129 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 4 Dec 2020 07:30:31 +0000 Subject: [PATCH] AutoLootSlotLimit configuration enabled by default. --- L2J_Mobius_1.0_Ertheia/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_2.5_Underground/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_3.0_Helios/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_4.0_GrandCrusade/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_5.0_Salvation/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_5.5_EtinasFate/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_6.0_Fafurion/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_8.0_Homunculus/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_CT_2.6_HighFive/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Character.ini | 4 ++-- L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Character.ini | 4 ++-- .../dist/game/config/Character.ini | 4 ++-- .../dist/game/config/Character.ini | 4 ++-- .../dist/game/config/Character.ini | 4 ++-- .../dist/game/config/Character.ini | 4 ++-- L2J_Mobius_Classic_Interlude/dist/game/config/Character.ini | 4 ++-- .../dist/game/config/Character.ini | 4 ++-- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/config/Character.ini b/L2J_Mobius_1.0_Ertheia/dist/game/config/Character.ini index f8c18aaa84..64580dc926 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/config/Character.ini +++ b/L2J_Mobius_1.0_Ertheia/dist/game/config/Character.ini @@ -697,8 +697,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_2.5_Underground/dist/game/config/Character.ini b/L2J_Mobius_2.5_Underground/dist/game/config/Character.ini index 01ba701cff..d4a8abc242 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/config/Character.ini +++ b/L2J_Mobius_2.5_Underground/dist/game/config/Character.ini @@ -697,8 +697,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_3.0_Helios/dist/game/config/Character.ini b/L2J_Mobius_3.0_Helios/dist/game/config/Character.ini index 01ba701cff..d4a8abc242 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/config/Character.ini +++ b/L2J_Mobius_3.0_Helios/dist/game/config/Character.ini @@ -697,8 +697,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Character.ini b/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Character.ini index 4fa9776ca9..df052732df 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Character.ini +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Character.ini @@ -673,8 +673,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_5.0_Salvation/dist/game/config/Character.ini b/L2J_Mobius_5.0_Salvation/dist/game/config/Character.ini index 16056d1fe6..933a9220cb 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/config/Character.ini +++ b/L2J_Mobius_5.0_Salvation/dist/game/config/Character.ini @@ -673,8 +673,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/config/Character.ini b/L2J_Mobius_5.5_EtinasFate/dist/game/config/Character.ini index 16056d1fe6..933a9220cb 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/config/Character.ini +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/config/Character.ini @@ -673,8 +673,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/config/Character.ini b/L2J_Mobius_6.0_Fafurion/dist/game/config/Character.ini index 14fa4c2436..598edbc1a3 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/config/Character.ini +++ b/L2J_Mobius_6.0_Fafurion/dist/game/config/Character.ini @@ -693,8 +693,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Character.ini b/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Character.ini index 32e1ededb3..83a450072b 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Character.ini +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Character.ini @@ -703,8 +703,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/config/Character.ini b/L2J_Mobius_8.0_Homunculus/dist/game/config/Character.ini index dfd595199e..8cf084a04d 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/config/Character.ini +++ b/L2J_Mobius_8.0_Homunculus/dist/game/config/Character.ini @@ -703,8 +703,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Character.ini b/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Character.ini index d434890d03..e93e3b822e 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Character.ini +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Character.ini @@ -721,8 +721,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Character.ini b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Character.ini index 5b30d89ef0..a23ddd066e 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Character.ini +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Character.ini @@ -743,8 +743,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Character.ini b/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Character.ini index 9e39928205..d53d342bfd 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Character.ini +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Character.ini @@ -612,8 +612,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Character.ini b/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Character.ini index 018407c1ac..db8dcf946d 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Character.ini +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Character.ini @@ -612,8 +612,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Character.ini b/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Character.ini index ce2c30e315..d5dab1e0e7 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Character.ini +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Character.ini @@ -612,8 +612,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Character.ini b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Character.ini index ce2c30e315..d5dab1e0e7 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Character.ini +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Character.ini @@ -612,8 +612,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Character.ini b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Character.ini index f5e076de19..e991bf2ca0 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Character.ini +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Character.ini @@ -628,8 +628,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Character.ini b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Character.ini index 160d088285..64dd79219f 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Character.ini +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Character.ini @@ -628,8 +628,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Classic_Interlude/dist/game/config/Character.ini b/L2J_Mobius_Classic_Interlude/dist/game/config/Character.ini index 4733e17f14..017fcecab6 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/config/Character.ini +++ b/L2J_Mobius_Classic_Interlude/dist/game/config/Character.ini @@ -613,8 +613,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini index 5703d99d4b..627d533919 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/Character.ini @@ -628,8 +628,8 @@ AutoLootRaids = False # Prevent auto loot when inventory slot limit is reached. # The items will be dropped to the ground instead. -# Default: False -AutoLootSlotLimit = False +# Default: True +AutoLootSlotLimit = True # Delay for raid drop items loot privilege # Require Command Channel , check next option