Black_Sheep
New Member
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What happens to the mass graves now since they are no longer in the crash spawner? Is there a way to add them in as well? (just have them spawn since they can't fly)
i can add them in if you would like ?
That would be awesome! Thank you.
(Currently the only way to get pipebombs on my server are via the mass grave sites.
would you like so it randomly selects from all the helis, planes and the mass grave or it randomly selects from the helis and planes then it takes that selection and randomly selects between it and the mass grave so the mass grave has a higher chance to spawn ?
Randomly from helis/planes/massgrave list. Just like the vanilla epoch version pretty much.
Hey Bushwookie, very nice script, thanks for cleaning it up. I would like to ask how we can control how often the crashes spawn?
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"],["any","any","any","any",45,"supply_drop"]];
EpochEvents = [["any","any","any","any",45,"crash_spawner"],["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"],["any","any","any","any",45,"supply_drop"]];
Is there any way to change that Epoch events use what time it is on the server clock to time after the server has been up?
script works but i had 3 times in a row heli uh-1h , bad luck ? or something is messed up ?![]()
_heliModel = ["UH1Y_DZE","UH1H_DZE","MV22","Mi17_DZ","Mass_grave_DZ","Mass_grave_DZ","Mass_grave_DZ"] call BIS_fnc_selectRandom; //The type of heli used
Thanks for the awesome script! However I think i need explanation on these area
_SpawnMax= 100;//Maximum percent chance of spawning a crash number between 0 - 100
_SpawnMin= 50;//Minimum percent chance of spawning a crash number between 0 - 100
_clutterCutter = createVehicle ["ClutterCutter_EP1", _pos, [], 0, "CAN_COLLIDE"];