kruyle1222 Posted October 23, 2014 Report Share Posted October 23, 2014 I am just looking for how to increase the number of heli crashes that show up on my server. I am looking at the map with my map icons on with infistar and only ever see 1 on the map. How would I make these more common? Any help would be wonderful :) Link to comment Share on other sites More sharing options...
0 jahangir13 Posted October 23, 2014 Report Share Posted October 23, 2014 These crashes are called from init.sqf as epoch events (timed events). EpochEvents = [["any","any","any","any",0,"crash_spawner"], ["any","any","any","any",20,"animated_crash_spawner"], ["any","any","any","any",40,"supply_drop"]]; There is an own main topic for Epoch Events in the forum where you can see what the numbers in [...] mean to schedule events. You could call it more often here. The script normally is placed in dayz_server/modules (e.g. dayz_server/modules/crash_spawner.sqf). I don't know what you use here but maybe there is a check in such a crash script which checks if there is already one active which you then would need to change a bit. Link to comment Share on other sites More sharing options...
0 kruyle1222 Posted October 23, 2014 Author Report Share Posted October 23, 2014 These crashes are called from init.sqf as epoch events (timed events). EpochEvents = [["any","any","any","any",0,"crash_spawner"], ["any","any","any","any",20,"animated_crash_spawner"], ["any","any","any","any",40,"supply_drop"]]; There is an own main topic for Epoch Events in the forum where you can see what the numbers in [...] mean to schedule events. You could call it more often here. The script normally is placed in dayz_server/modules (e.g. dayz_server/modules/crash_spawner.sqf). I don't know what you use here but maybe there is a check in such a crash script which checks if there is already one active which you then would need to change a bit. Thank you much, will check it out :) Link to comment Share on other sites More sharing options...
Question
kruyle1222
I am just looking for how to increase the number of heli crashes that show up on my server. I am looking at the map with my map icons on with infistar and only ever see 1 on the map. How would I make these more common? Any help would be wonderful :)
Link to comment
Share on other sites
2 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