diff --git a/linux/rare_loot.cfg b/linux/rare_loot.cfg index b4843de..65ef0f5 100755 --- a/linux/rare_loot.cfg +++ b/linux/rare_loot.cfg @@ -6,5 +6,5 @@ rlsMaxLevelsAbovePlayerLevel=6 rlsRareDropChance=70 rlsExceptionalDropChance=25 rlsLegendaryDropChance=5 -rlsMinDistanceFromLastLoot=0 +rlsMinDistanceFromLastLoot=5 rlsMinTimeBetweenAwards=900 diff --git a/linux/servercommon.cfg b/linux/servercommon.cfg index 6f14620..45c7a5e 100755 --- a/linux/servercommon.cfg +++ b/linux/servercommon.cfg @@ -1,5 +1,7 @@ .include "../../exe/shared/servercommon.cfg" .include "default.cfg" +.include "rare_loot.cfg" +.include "space_gcw.cfg" # Settings needed for basic operation. # These settings may be overridden by those in localOptions.cfg which is included at the end of this file.