From 66452060cb9ea015005e01c2bcd6baa0e04a8b13 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 28 Feb 2017 12:34:45 -0600 Subject: [PATCH] Epoch Event: AirDrop --- Server_Install_Pack/@epochhive/epochconfig.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index c45bbae9..1a18430f 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -13,6 +13,7 @@ lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payo WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp ,rain ,fog ,overcast ,wind } events[] = { { 3600, "CarnivalSpawner", 0 , 1}, // SECOND , EVENT , INIT 1 = run script at startup, 0 normal delay, PREPOSTFIX 1 = use pre/postfix path (inside epoch settings pbo) 0 = use full file path + { 2700, "AirDrop", 0 , 1}, { 2400, "EarthQuake", 0 , 1}, { 1800, "ChangeWeather", 1 , 1}, { 1200, "ContainerSpawner", 0 , 1},