diff --git a/SQF/dayz_code/compile/building_spawnLoot.sqf b/SQF/dayz_code/compile/building_spawnLoot.sqf index b8d56f5af..a21caf470 100644 --- a/SQF/dayz_code/compile/building_spawnLoot.sqf +++ b/SQF/dayz_code/compile/building_spawnLoot.sqf @@ -25,7 +25,7 @@ _lootChance = getNumber (_config >> "lootChance"); _index = _weights select _index; _itemType = _itemTypes select _index; [_itemType select 0, _itemType select 1 , _iPos, 0.0] call spawn_loot; - _obj setVariable ["created",(DateToNumber date),true]; + //_obj setVariable ["created",(DateToNumber date),true]; }; }; } forEach _positions; @@ -45,8 +45,8 @@ _positionsSmall = [] + getArray (_config >> "lootPosSmall"); _index = _weights select _index; _itemType = _itemTypesSmall select _index; [_itemType select 0, _itemType select 1 , _iPos, 0.0] call spawn_loot_small; - _obj setVariable ["created",(DateToNumber date),true]; + //_obj setVariable ["created",(DateToNumber date),true]; }; }; } forEach _positionsSmall; -//["building_spawnLoot.sqf",(diag_tickTime - _t1)] call fnc_dump; \ No newline at end of file +//["building_spawnLoot.sqf",(diag_tickTime - _t1)] call fnc_dump; diff --git a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/server_traders.sqf b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/server_traders.sqf index ecc010f8e..ed3f467e6 100644 --- a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/server_traders.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/server_traders.sqf @@ -1,5 +1,5 @@ // DayZ Epoch TRADERS for 17 -serverTraders = ["Tanny_PMC","US_Delta_Force_AR_EP1","FR_Cooper","RU_Profiteer1","Damsel4","TK_Commander_EP1","Ins_Soldier_AR","RU_Villager1","MVD_Soldier_Marksman","RU_Soldier_Pilot","CIV_EuroMan01_EP1","Ins_Soldier_GL","Rocker2","Profiteer1","RU_Damsel5","Dr_Hladic_EP1","TK_Soldier_Crew_EP1","TK_Soldier_AMG_EP1","Soldier_MG_PMC","RU_Damsel2","GUE_Soldier_MG","TK_Special_Forces_EP1","Ins_Worker2","Citizen2_EP1","pook_Doc_Bell47","RU_Doctor","Dr_Hladik"]; +serverTraders = ["Tanny_PMC","US_Delta_Force_AR_EP1","FR_Cooper","RU_Profiteer1","Damsel4","TK_Commander_EP1","Ins_Soldier_AR","RU_Villager1","MVD_Soldier_Marksman","RU_Soldier_Pilot","CIV_EuroMan01_EP1","Ins_Soldier_GL","Rocker2","Profiteer1","RU_Damsel5","Dr_Hladic_EP1","TK_Soldier_Crew_EP1","TK_Soldier_AMG_EP1","Soldier_MG_PMC","RU_Damsel2","GUE_Soldier_MG","TK_Special_Forces_EP1","Ins_Worker2","Citizen2_EP1","pook_Doc_Bell47","RU_Doctor","Dr_Hladik_EP1"]; // Hero Vendor menu_Tanny_PMC = [ [["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]], @@ -156,9 +156,9 @@ menu_RU_Doctor = [ [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], "neutral" ]; -// Medical Supplies 2 +// Medical Supplies menu_Dr_Hladik_EP1 = [ - [["Chem-lites/Flares",666],["Medical Supplies",665],["Smoke Grenades",668]], + [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]], [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]], - "neutral" + "friendly" ]; \ No newline at end of file