From 0c481ee52b71f9fc887184cecc2158c035a6a00c Mon Sep 17 00:00:00 2001 From: theswgsource Date: Thu, 10 May 2018 02:19:25 -0700 Subject: [PATCH] added RLS distance value / set inclusions for RLS & Space GCW cfgs --- linux/rare_loot.cfg | 2 +- linux/servercommon.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.