From d20eafce4444615726fe32bfd4296879bfefc685 Mon Sep 17 00:00:00 2001 From: MGT Date: Wed, 19 Jul 2017 10:50:06 +0100 Subject: [PATCH] Update epochconfig.hpp Changed NPCSlotsLimit = 30; because at 20, it seemed to take account of static traders (on Altis) and no new traders spawned, also, a side effect was brown markers on the map without traders being present --- 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 f1e2c31c..dc62ce98 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -63,7 +63,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"