Files
DayZ-Epoch/SQF/dayz_server/traders/caribou.sqf
A Man 92700e8a2e 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.
2019-12-04 17:52:31 +01:00

45 lines
1.4 KiB
Plaintext

[
// Hero Vendor
["FR_AC",[4802.38,3073.36,0],268.525],
// Bandit Vendor
["GUE_Commander",[3561.29,6028.32,0],191.786],
/******************Raun***********************/
//Black Market
["GUE_Woodlander2",[3949.58,858.747,0.96],290],
//Weapons
["RU_Citizen4",[3945.37,853.21,0.486464],331.563],
//Ammunition
["Profiteer1",[3942.57,853.036,0.48966],342.176],
//General Store
["Rita_Ensler_EP1",[3945.8,879.502,0.474328],318.246],
//Medical Supplies
["Dr_Hladik_EP1",[3945.95,873.693,0.475336],257.369],
//Building/Parts
["Worker2",[3945.96,867.512,0.647091],251.585],
//Vehicles
["TK_CIV_Worker01_EP1",[3932.26,883.862,0],299.434],
//Boat Vendor
["RU_Villager3",[3924.83,859.231,0],306.853],
/*********************Raven Rock**********************/
//Weapons
["CIV_EuroMan01_EP1",[1399.69,6932.11,0],294.801],
//Ammunition
["CIV_EuroMan02_EP1",[1403.15,6935.88,0],305.71],
//General Store
["RU_WorkWoman5",[1383.77,6937.13,0],117.078],
//Building/Parts
["Doctor",[1415.51,6965.92,0],119.761],
//Vehicles
["Worker1",[1390.53,6944.12,0],91.0347],
//Vehicles
["TK_CIV_Worker02_EP1",[1394.03,6980.33,0],184.047],
/***********************************************/
//Aircraft Dealer
["RU_Pilot",[1796.28,3674.45,0],125.488],
//Boat Vendor
["HouseWife1",[2392.69,7534.65,2.60754],263.407],
//Wholesaler
["Profiteer2",[1198.43,1902.09,0],68.656],
//Wholesaler
["Profiteer3",[4802.38,7338.27,0],175.745]
] call server_spawnTraders;