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 @@
[
["Profiteer4",[11449.5,11341,0],34.5259],
["RU_Villager3",[7996.1,2899.08,0.669153],86.8589],
["Worker3",[4041.62,11668.9,0],24.9128],
["CIV_EuroMan01_EP1",[4064.07,11680.1,0],231.007],
["RU_WorkWoman5",[4071.99,11676.7,0],206.817],
["TK_GUE_Soldier_5_EP1",[4054.22,11664.7,0],62.9967],
["CIV_EuroMan02_EP1",[4058.05,11678.7,0],89.8909],
["Dr_Hladik_EP1",[6314.1,7791.53,0],217.326],
["RU_Functionary1",[12946.3,12766.6,0],194.242],
["Woodlander1",[11471.2,11361.2,3.05176e-005],250.154],
["RU_WorkWoman1",[11463.9,11351.7,0],261.277],
["Rocker4",[11465.5,11354.5,0],310.039],
["RU_Citizen3",[11462.3,11366,0],125.74],
["Dr_Annie_Baker_EP1",[11472,11370.6,0],208.205],
["TK_CIV_Takistani04_EP1",[6321,7794.45,-0.276764],359.642],
["RU_Citizen4",[13530.9,6356.74,0],102.758],
["RU_Citizen1",[4360.62,2260.98,0],196.699],
["Pilot_EP1",[6317.05,7797.92,-0.276825],104.175],
["Rita_Ensler_EP1",[6310.78,7794.51,0],245.567],
["Worker2",[12061.6,12636.3,0.0569916],19.9271],
["GUE_Soldier_MG",[1623.17,7797.79,0],274.599],
["RU_Profiteer4",[6300.31,7800.59,0],310.641],
["Woodlander3",[6317.99,7789.33,0],229.209],
["HouseWife1",[13468.4,5439.58,2.55675],268.259],
["Doctor",[4059.44,11660.4,0],24.2669],
["GUE_Woodlander2",[6321.04,7781.03,0],9.66389]
// Hero Vendor
["FR_AC",[12946.4,12766.8,0],194],
// Bandit Vendor
["GUE_Commander",[1623,7797,0],274],
/******************Stary************************/
//Black Market
["GUE_Woodlander2",[6321.04,7781.03,0],10],
//Weapons
["RU_Citizen4",[6322.2,7797.8,-0.27],220],
//Ammunition
["Profiteer1",[6319,7800.2,-0.27],220],
//General Store
["Rita_Ensler_EP1",[6310.9,7794.8,0],245],
//Medical Supplies
["Dr_Hladik_EP1",[6314.1,7791.5,0],217],
//Building/Parts
["Worker2",[6317.9,7789,0.0],244],
//Vehicles
["TK_CIV_Worker01_EP1",[6300.6,7800.3,0],310],
/***********************************************/
/******************Bash************************/
//Weapons
["CIV_EuroMan01_EP1",[4064,11680,0],231],
//Ammunition
["CIV_EuroMan02_EP1",[4058,11679,0],90],
//General Store
["RU_WorkWoman5",[4072,11677,0],207],
//Medical Supplies
["Doctor",[4059,11660,0],24],
//Building/Parts
["Worker1",[4054,11664,0],63],
//Vehicles
["TK_CIV_Worker02_EP1",[4041,11669,0],25],
/***********************************************/
/******************Klen************************/
//Weapons
["Rocker4",[11465.8,11354.5,0],310],
//Ammunition
["RU_Citizen3",[11462,11366,0],125],
//General Store
["RU_WorkWoman1",[11464.6,11350.4,0],310],
//Medical Supplies
["Dr_Annie_Baker_EP1",[11472,11370,0],217],
//Building/Parts
["Worker3",[11471,11361,0],250],
//Vehicles
["TK_CIV_Worker01_EP1",[11449,11341,0],34],
/***********************************************/
//Aircraft Dealer
["RU_Pilot",[12061,12636.3,0],20],
//Boat Vendor
["RU_Villager3",[7996,2899,0.6],87],
//Boat Vendor
["HouseWife1",[13468,5439,2.5],268],
//Wholesaler
["Profiteer2",[13531,6356,0],102],
//Wholesaler
["Profiteer3",[4360,2261,0],196]
] call server_spawnTraders;