daryl922 Posted August 11, 2018 Report Share Posted August 11, 2018 if I create a new one, all will disappear (chernarus11.sqf) \z\addons\dayz_server\traders\chernarus11.sqf [ ["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], ["Worker3",[13262.279,6082.3091,0.16799806] ] call server_spawnTraders; Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 ["Worker3",[13262.279,6082.3091,0.16799806] not the right format should be as below, in red the direction ["Worker3",[13262.279,6082.3091,0.16799806],1.000] Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 Thank you thats how its working, where can i read the full number? Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 How did you place your trader on the map? by the editor? Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 map editor Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 _this = _group_0 createUnit ["Bandit1_DZ", [13262.279, 6082.3091, 0.16799806], [], 0, "CAN_COLLIDE"]; _unit_15 = _this; _this setUnitAbility 0.60000002; if (false) then {_group_0 selectLeader _this;}; }; }; Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 Create unit Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 the direction is null put 0 if the direction is not null there is this line: _this setDir 47.685612; Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 _this setUnitAbility 0.60000002; ? _this = _group_0 createUnit ["Bandit1_DZ", [13262.279, 6082.3091, 0.16799806], [], 0, "CAN_COLLIDE"]; _unit_15 = _this; _this setUnitAbility 0.60000002; if (false) then {_group_0 selectLeader _this;}; }; Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 no made like this: ["Worker3",[13262.279,6082.3091,0.16799806],0] Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 How can I create a nomination? (Marker) Stary, hero,bandit, ...etc Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 in the mission.sqm file, in the markers section Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 thank you! Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 All npc no trader menu :( // DayZ Epoch TRADERS for 11 serverTraders = ["RU_Functionary1","RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","GUE_Woodlander2","Bandit1_DZ"]; // Hero Trader menu_RU_Functionary1 = [ [["Attachments",693],["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]], [], "hero" ]; // Bandit Trader menu_GUE_Soldier_MG = [ [["Attachments",693],["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]], [], "hostile" ]; // Ammunition 1 menu_RU_Citizen3 = [ [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]], [], "neutral" ]; // Ammunition 2 menu_CIV_EuroMan02_EP1 = [ [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]], [], "neutral" ]; // Ammunition 3 menu_Pilot_EP1 = [ [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]], [], "neutral" ]; // Weapons 1 menu_Rocker4 = [ [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488],["ACR Variants",700],["ACR SD Variants",701],["AK Variants",702],["Tavor Variants",715],["G3 Variants",705],["G36 Variants",706],["HK416 Variants",707],["HK417 Variants",708],["Masada Variants",710],["DMR Variants",704],["SCAR Variants",711],["Overwatch LMG",709],["Overwatch SMG",713],["Overwatch Sniper",714],["Overwatch Pistols",712]], [], "neutral" ]; // Weapons 2 menu_CIV_EuroMan01_EP1 = [ [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488],["ACR Variants",700],["ACR SD Variants",701],["AK Variants",702],["Tavor Variants",715],["G3 Variants",705],["G36 Variants",706],["HK416 Variants",707],["HK417 Variants",708],["Masada Variants",710],["DMR Variants",704],["SCAR Variants",711],["Overwatch LMG",709],["Overwatch SMG",713],["Overwatch Sniper",714],["Overwatch Pistols",712]], [], "neutral" ]; // Weapons 3 menu_TK_CIV_Takistani04_EP1 = [ [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488],["ACR Variants",700],["ACR SD Variants",701],["AK Variants",702],["Tavor Variants",715],["G3 Variants",705],["G36 Variants",706],["HK416 Variants",707],["HK417 Variants",708],["Masada Variants",710],["DMR Variants",704],["SCAR Variants",711],["Overwatch LMG",709],["Overwatch SMG",713],["Overwatch Sniper",714],["Overwatch Pistols",712]], [], "neutral" ]; // Vehicles 1 menu_Profiteer4 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral" ]; // Vehicles 2 menu_Worker3 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral" ]; // Vehicles 3 menu_UN_CDF_Soldier_Pilot_EP1 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral" ]; // Vehicles 4 menu_RU_Profiteer4 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral" ]; // General Store 1 menu_Rita_Ensler_EP1 = [ [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]], "neutral" ]; // General Store 2 menu_RU_WorkWoman1 = [ [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]], "neutral" ]; // General Store 3 menu_RU_WorkWoman5 = [ [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]], "neutral" ]; // Neutral Building/Parts 1 menu_TK_GUE_Soldier_5_EP1 = [ [["Building Supplies",678],["Chainsaws",676],["Tools",679],["Gem",666],["Vehicle Parts",677]], [], "neutral" ]; // Friendly Building/Parts 2 menu_Woodlander1 = [ [["Building Supplies",678],["Chainsaws",676],["Tools",679],["Gem",666],["Vehicle Parts",677]], [], "neutral" ]; // Neutral Building/Parts 3 menu_Woodlander3 = [ [["Building Supplies",678],["Chainsaws",676],["Tools",679],["Gem",666],["Vehicle Parts",677]], [], "neutral" ]; // Aircraft Dealer menu_Worker2 = [ [["Airplanes",517],["Helicopter Unarmed",519],["Armed Camel",723]], [], "neutral" ]; // Medical Supplies 1 menu_Dr_Annie_Baker_EP1 = [ [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]], [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], "neutral" ]; // Medical Supplies 2 menu_Dr_Hladik_EP1 = [ [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]], [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], "neutral" ]; // Medical Supplies 3 menu_Doctor = [ [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]], [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], "neutral" ]; // East Wholesaler menu_RU_Citizen4 = [ [["Wholesale",675]], [], "neutral" ]; // West Wholesaler menu_RU_Citizen1 = [ [["Wholesale",675]], [], "neutral" ]; // Boat Trader 1 menu_RU_Villager3 = [ [["Boats Armed",673],["Boats Unarmed",672]], [], "neutral" ]; // Boat Trader 2 menu_HouseWife1 = [ [["Boats Armed",673],["Boats Unarmed",672]], [], "neutral" ]; // Black market menu_GUE_Woodlander2 = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral" // GEM menu_Bandit1_DZ = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral" ]; Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 the new trader is on the map but there is no menu? Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 yes none of them Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 you have changed something in the file above? Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 yes Quote // DayZ Epoch TRADERS for 11serverTraders = ["RU_Functionary1","RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","GUE_Woodlander2","Bandit1_DZ"];// Hero Tradermenu_RU_Functionary1 = [ [["Attachments",693],["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]], [], "hero"];// Bandit Tradermenu_GUE_Soldier_MG = [ [["Attachments",693],["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]], [], "hostile"];// Ammunition 1menu_RU_Citizen3 = [ [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]], [], "neutral"];// Ammunition 2menu_CIV_EuroMan02_EP1 = [ [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]], [], "neutral"];// Ammunition 3menu_Pilot_EP1 = [ [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]], [], "neutral"];// Weapons 1menu_Rocker4 = [ [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488],["ACR Variants",700],["ACR SD Variants",701],["AK Variants",702],["Tavor Variants",715],["G3 Variants",705],["G36 Variants",706],["HK416 Variants",707],["HK417 Variants",708],["Masada Variants",710],["DMR Variants",704],["SCAR Variants",711],["Overwatch LMG",709],["Overwatch SMG",713],["Overwatch Sniper",714],["Overwatch Pistols",712]], [], "neutral"];// Weapons 2menu_CIV_EuroMan01_EP1 = [ [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488],["ACR Variants",700],["ACR SD Variants",701],["AK Variants",702],["Tavor Variants",715],["G3 Variants",705],["G36 Variants",706],["HK416 Variants",707],["HK417 Variants",708],["Masada Variants",710],["DMR Variants",704],["SCAR Variants",711],["Overwatch LMG",709],["Overwatch SMG",713],["Overwatch Sniper",714],["Overwatch Pistols",712]], [], "neutral"];// Weapons 3menu_TK_CIV_Takistani04_EP1 = [ [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488],["ACR Variants",700],["ACR SD Variants",701],["AK Variants",702],["Tavor Variants",715],["G3 Variants",705],["G36 Variants",706],["HK416 Variants",707],["HK417 Variants",708],["Masada Variants",710],["DMR Variants",704],["SCAR Variants",711],["Overwatch LMG",709],["Overwatch SMG",713],["Overwatch Sniper",714],["Overwatch Pistols",712]], [], "neutral"];// Vehicles 1menu_Profiteer4 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral"];// Vehicles 2menu_Worker3 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral"];// Vehicles 3menu_UN_CDF_Soldier_Pilot_EP1 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral"];// Vehicles 4menu_RU_Profiteer4 = [ [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565],["Police Cars",720],["Holden Monaro",721],["350z",722]], [], "neutral"];// General Store 1menu_Rita_Ensler_EP1 = [ [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]], "neutral"];// General Store 2menu_RU_WorkWoman1 = [ [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]], "neutral"];// General Store 3menu_RU_WorkWoman5 = [ [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]], [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]], "neutral"];// Neutral Building/Parts 1menu_TK_GUE_Soldier_5_EP1 = [ [["Building Supplies",678],["Chainsaws",676],["Tools",679],["Gem",666],["Vehicle Parts",677]], [], "neutral"];// Friendly Building/Parts 2menu_Woodlander1 = [ [["Building Supplies",678],["Chainsaws",676],["Tools",679],["Gem",666],["Vehicle Parts",677]], [], "neutral"];// Neutral Building/Parts 3menu_Woodlander3 = [ [["Building Supplies",678],["Chainsaws",676],["Tools",679],["Gem",666],["Vehicle Parts",677]], [], "neutral"];// Aircraft Dealermenu_Worker2 = [ [["Airplanes",517],["Helicopter Unarmed",519],["Armed Camel",723]], [], "neutral"];// Medical Supplies 1menu_Dr_Annie_Baker_EP1 = [ [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]], [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], "neutral"];// Medical Supplies 2menu_Dr_Hladik_EP1 = [ [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]], [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], "neutral"];// Medical Supplies 3menu_Doctor = [ [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]], [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], "neutral"];// East Wholesalermenu_RU_Citizen4 = [ [["Wholesale",675]], [], "neutral"];// West Wholesalermenu_RU_Citizen1 = [ [["Wholesale",675]], [], "neutral"];// Boat Trader 1menu_RU_Villager3 = [ [["Boats Armed",673],["Boats Unarmed",672]], [], "neutral"];// Boat Trader 2menu_HouseWife1 = [ [["Boats Armed",673],["Boats Unarmed",672]], [], "neutral"];// Black marketmenu_GUE_Woodlander2 = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral"// GEMmenu_Bandit1_DZ = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral"]; Link to comment Share on other sites More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 replace this: // Black market menu_GUE_Woodlander2 = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral" // GEM menu_Bandit1_DZ = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral" ]; by : // Black market menu_GUE_Woodlander2 = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral" ]; // GEM menu_Bandit1_DZ = [ [["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral" ]; Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 11, 2018 Author Report Share Posted August 11, 2018 Fix, Thanks bro Link to comment Share on other sites More sharing options...
Question
daryl922
if I create a new one, all will disappear (chernarus11.sqf) \z\addons\dayz_server\traders\chernarus11.sqf
[
["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],
["Worker3",[13262.279,6082.3091,0.16799806]
] call server_spawnTraders;
Link to comment
Share on other sites
19 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now