diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo index 1156f01e..5d76848d 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo differ diff --git a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo index 3dee82c0..e4ef0c84 100644 Binary files a/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo and b/Server_Install_Pack/@epochhive/addons/a3_epoch_server_settings.pbo differ diff --git a/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo b/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo index ec64ce94..988bbc0e 100644 Binary files a/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo and b/Server_Install_Pack/mpmissions/epoch.Bornholm.pbo differ diff --git a/Sources/epoch_server_settings/configs/loots.h b/Sources/epoch_server_settings/configs/loots.h index a85fb7ff..08ff46a4 100644 --- a/Sources/epoch_server_settings/configs/loots.h +++ b/Sources/epoch_server_settings/configs/loots.h @@ -499,6 +499,31 @@ class CfgMainTable { "SniperRifle", 2 } }; }; + class AirDrop_Payout1 + { + lootMin = 7; + LootMax = 10; + tables[] = { + { "Equipment", 6 }, + { "Pistols", 8 }, + { "PistolAmmo", 10 }, + { "Scopes", 4 }, + { "Muzzles", 4 }, + { "Uniforms", 12 }, + { "Vests", 5 }, + { "Headgear", 4 }, + { "Food", 11 }, + { "RifleAmmo", 5 }, + { "MachinegunAmmo", 3 }, + { "SniperRifleAmmo", 2 }, + { "Hand", 2 }, + { "Tools", 8 }, + { "Generic", 3 }, + { "GenericLarge", 5 }, + { "BaseBuilding", 6 }, + { "Grenades", 2 } + }; + }; class Mission_Payout1 { lootMin = 4; @@ -677,7 +702,7 @@ class CfgLootTable { { "20Rnd_762x51_Mag", "magazine" }, 1 }, { { "SniperRifleAmmo_5Rnd_127x108_Mag", "CfgLootTable" }, 1 }, { { "7Rnd_408_Mag", "magazine" }, 1 }, - { { "10Rnd_762x51_Mag", "magazine" }, 1 }, + { { "10Rnd_762x54_Mag", "magazine" }, 1 }, { { "10Rnd_338_Mag", "magazine" }, 1 }, { { "10Rnd_93x64_DMR_05_Mag", "magazine" }, 1 }, { { "10Rnd_127x54_Mag", "magazine" }, 1 } @@ -1295,7 +1320,7 @@ class CfgLootTable { { "KitWoodFoundation", "magazine" }, 14 } }; }; - + class Mission_Payout1 { items[] = { diff --git a/Sources/epoch_server_settings/configs/maps/esseker.h b/Sources/epoch_server_settings/configs/maps/esseker.h index 02d49359..da9f6ea6 100644 --- a/Sources/epoch_server_settings/configs/maps/esseker.h +++ b/Sources/epoch_server_settings/configs/maps/esseker.h @@ -2,7 +2,7 @@ class Esseker : Default { worldSize = 12000; traderBlds[] = { "Land_i_House_Big_02_V3_dam_F", "Land_A_GeneralStore_01", "Land_A_GeneralStore_01a", "Land_sara_domek_zluty", "Land_Tovarna2", "Land_Shed_Ind02", "Land_i_House_Big_01_V3_dam_F", "Land_HouseV2_02_Interier", "Land_i_House_Small_01_V3_dam_F", "Land_HouseV_1I4", "Land_dum_rasovna", "Land_FuelStation_Build_F", "Land_CarService_F", "Land_u_House_Small_02_V1_F", "Land_i_Stone_HouseSmall_V1_F", "Land_i_Stone_Shed_V1_F"}; - + containerPos[] = {}; telePos[] = { @@ -28,7 +28,7 @@ class Esseker : Default {"Land_PhoneBooth_02_F", {11867.5, 7928.89, 0}, 0}, {"Land_PhoneBooth_02_F", {1954.29, 7823.96, 0}, 19.5454}, {"Land_PhoneBooth_02_F", {7229.75, 9369.1, 0}, 2.72723}, - // Turbines + // Turbines {"Land_wpp_Turbine_V2_F", {660.226, 10060.1, 0}, 0}, {"Land_wpp_Turbine_V2_F", {638.57, 10022.9, 0}, 0}, {"Land_wpp_Turbine_V2_F", {619.792, 9992.28, 0}, 0}, @@ -122,11 +122,11 @@ class Esseker : Default // Protection Domes { "ProtectionZone_Invisible_F", { 5073.31, 8903.09, 0 }, 0, true }, { "ProtectionZone_Invisible_F", { 4407.77, 6054.78, 0 }, 0, true }, - { "ProtectionZone_Invisible_F", { 8692.93, 3854.72 }, 0, true } + { "ProtectionZone_Invisible_F", { 8692.93, 3854.72, 0 }, 0, true } }; staticNpcPos[] = { - //South + //South { "C_man_hunter_1_F", {8700.09, 3859.75, -0.0334778}, 241}, //West { "C_man_w_worker_F", {4411.08, 6058.25, 0}, 24.5455}, @@ -134,5 +134,3 @@ class Esseker : Default { "C_man_shorts_4_F_asia", {5068.45, 8893.52, 0}, 30} }; }; - -