From 88b8c43200907d14008fa613f1c57d45239bd8e8 Mon Sep 17 00:00:00 2001 From: vbawol Date: Thu, 27 Jul 2017 10:09:42 -0500 Subject: [PATCH] merge PR from master from https://github.com/EpochModTeam/Epoch/pull/783 --- Server_Install_Pack/@epochhive/epochconfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index 3c3eb985..69f5a53d 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -113,7 +113,7 @@ ExceptedBaseObjects[] = { // Not Indestructible, also if in a Class of Indestr // Traders taxRate = 0.1; // controls the price increase for purchases starterTraderItems[] = { { "ItemSodaBurst", "meatballs_epoch", "MortarBucket", "CinderBlocks", "VehicleRepair", "CircuitParts", "ItemCorrugated", "PartPlankPack", "ItemRock", "ItemRope", "ItemStick" }, { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 } }; // Starter Items for fresh spawned trader first array is classnames second is quantity. -NPCSlotsLimit = 20; // Max number of traders static or dynamic. Warning! Higher the number lower performance. +NPCSlotsLimit = 30; // Max number of traders static or dynamic. Warning! Higher the number lower performance. forceStaticTraders = "true"; // disables traders moving from work to home forcedVehicleSpawnTable = ""; // leave blank for default. Options: "allowedVehiclesList","allowedVehiclesList_CUP","allowedVehiclesList_MAD","allowedVehiclesList_MADCUP"