Update trader files

This commit re-build the complete traders and almost all the files related with them. It is much easier for new server admins to handle a map change with traders and safe zones now.

- Fixing many wrong set markers.
- Fixing wrong trader agent positions.
- The trader configs got re-build.
- All trader categories have a localization now. I've noticed too late that we already have a CL for the categories so I've merged them into epoch.
- Fixing dupable objects in the spawned trader cities.
- Adding missing sensors for all traders.
- Removing many duplicated trader categories inside the trader files.
- Adding Safe Zone support for all traders excluded Wholersalers, Boat Traders and Dock Traders.
- Removing Mello trader on Panthera due to many trader cites.
- Namalsk and Lingor traders got completely re-build. Thx @devlok for building the trader cities.
- Sauerland has a Boat Trader now.
- Removing wrong markers from Ovaron.
- Ruegen and Ovaron have no traders so far. We will probaly add them later.
This commit is contained in:
A Man
2019-12-04 17:52:31 +01:00
parent f0ac4afc79
commit 92700e8a2e
166 changed files with 5985 additions and 8629 deletions

View File

@@ -1,28 +1,60 @@
[
["FR_Sykes",[1100.26,2854.37,0],179.651],
["GUE_Villager4",[8387.1,2369.31,0],171.998],
["GUE_Soldier_CO",[13246.2,6071.39,0],5.43464],
["UN_CDF_Soldier_Crew_EP1",[6391.78,7791.1,0],294.557],
["UN_CDF_Soldier_Pilot_EP1",[6381.81,7767.48,0],121.089],
["Soldier_MG_PMC",[6329.11,7790.77,3.05176e-005],111.327],
["Soldier_MG_PKM_PMC",[6330.2,7792.34,0],127.651],
["GUE_Worker2",[6308.4,7801.23,0],280.564],
["Dr_Annie_Baker_EP1",[6307.59,7793.21,0],306.597],
["TK_GUE_Soldier_5_EP1",[4078.29,11688.6,0],190.822],
["GUE_Soldier_2",[4086.22,11679.8,0],205.641],
["Drake",[11459.7,11385.8,0],44.9809],
["BAF_Soldier_AAR_DDPM",[11458,11387,0],38.9443],
["US_Delta_Force_AR_EP1",[11473.5,11383.1,0],154.968],
["Soldier_Sniper_PMC",[5066.9,9729.36,0],319.709],
["Tanny_PMC",[12947.7,12763.3,0],273.252],
["GUE_Soldier_3",[6319.75,7780.39,0],111.174],
["GUE_Soldier_Crew",[13106.1,8253.15,2.01926],264],
["GUE_Commander",[4063.41,11665.4,0],4.06381],
["TK_GUE_Warlord_EP1",[4065.97,11664.7,0],13.221],
["CIV_EuroWoman02_EP1",[4059.16,11671.9,0],69.6608],
["RU_Damsel4",[4059.36,11681.2,0],135.772],
["GUE_Soldier_1",[1607.49,7780.24,0],206.985],
["BAF_Soldier_EN_MTP",[11460.6,11395.9,0],151.445],
["Herrera_Light",[11468,11394.9,0],197.338],
["US_Delta_Force_Medic_EP1",[11474.3,11389.6,3.05176e-005],243.732]
// Hero Vendor
["FR_AC",[12947.7,12763.3,0],273.252],
// Bandit Vendor
["GUE_Commander",[1607.49,7780.24,0],206.985],
/******************Stary************************/
//Black Market
["GUE_Woodlander2",[6319.75,7780.39,0],111.174],
//Weapons
["Profiteer1",[6330.2,7792.34,0],127.651],
//Ammunition
["RU_Citizen4",[6329.11,7790.77,0],111.327],
//General Store
["Rita_Ensler_EP1",[6308.46,7800.94,0],308],
//Medical Supplies
["Dr_Hladik_EP1",[6307.59,7793.21,0],306.597],
//Building/Parts
["Worker2",[6391.78,7791.1,0],294.557],
//Vehicles
["TK_CIV_Worker01_EP1",[6381.81,7767.48,0],121.089],
/***********************************************/
/******************Bash************************/
//Weapons
["CIV_EuroMan01_EP1",[4065.97,11664.7,0],13.221],
//Ammunition
["CIV_EuroMan02_EP1",[4063.41,11665.4,0],4.06381],
//General Store
["RU_WorkWoman5",[4059.36,11681.2,0],135.772],
//Medical Supplies
["Doctor",[4059.16,11671.9,0],69.6608],
//Building/Parts
["Worker1",[4078.35,11688.6,0],230],
//Vehicles
["TK_CIV_Worker02_EP1",[4086.18,11679.9,0],227],
/**********************************************/
/******************Klen************************/
//Weapons
["Rocker4",[11459.7,11385.8,0],44.9809],
//Ammunition
["RU_Citizen3",[11458,11387,0],38.9443],
//General Store
["RU_WorkWoman1",[11474.3,11389.6,0],243.732],
//Medical Supplies
["Dr_Annie_Baker_EP1",[11468,11394.9,0],197.338],
//Building/Parts
["Worker3",[11460.6,11395.9,0],151.445],
//Vehicles
["TK_CIV_Worker01_EP1",[11473.5,11383.1,0],154.968],
/**********************************************/
//Aircraft Dealer
["RU_Pilot",[5066.9,9729.36,0],319.709],
//Boat Vendor
["RU_Villager3",[8387.1,2369.31,0],339.18],
//Boat Vendor
["HouseWife1",[13106.1,8253.15,2.01926],264],
//Wholesaler
["Profiteer2",[1100.26,2854.37,0],179.651],
//Wholesaler
["Profiteer3",[13246.2,6071.39,0],5.43464]
] call server_spawnTraders;