Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to add more Heli and car spawn points.

Newbie Spellweaver
Joined
Dec 19, 2014
Messages
41
Reaction score
7
Hey guys :p

Today i will show u how to add more spawn locations for Helis and cars.

First of all make a backup from your script folder (MPMissions > scripts)

Now open scripts and search for "SpawnHeli.sqf" open it and add some more lines
Just copy and paste one.

Example:
_this = createVehicle ["Heli_Heavy01_H", [7121.32,13309.98,0], [], 0, "CAN_COLLIDE"];

now change position line (7121.32,13309.98,0) to find a new one just login on your server and walk to the position where you wan't a new Heli.

Exit game to server screen and open your save file. (DayZServlet>saves) open your profile and copy the new position ({"model":"SurvivorPartsFemaleAsian","alive":1,"pos":[4819.02,12.9118,2528.42])
"4819.02,12.9118,2528.42" <-- thats your position copy this to your new position line from SpawnHeli.sqf

(_this = createVehicle ["Heli_Heavy01_H", [4819.02,12.9118,2528.42], [], 0, "CAN_COLLIDE"];)

same way for all new locations

when you're done close and save sqf file

do the same with Car2.sqf to get more cars

when you finished go back to MPMissions folder and click on "pack) thats a little batch file
click yes to overwrite the old one
restart your server and check locations

Sorry for my poor english i'm from germany :D
 
Newbie Spellweaver
Joined
Aug 27, 2011
Messages
35
Reaction score
1
I have trying to add Car Spawns but my Cars dont Spawn, only the existing Cars...
 
Newbie Spellweaver
Joined
Apr 2, 2017
Messages
12
Reaction score
0
Can I do this with the game running or should I close the game to edit?
 
Experienced Elementalist
Joined
Jul 29, 2015
Messages
255
Reaction score
31
For this asking, this is for 0.47-arena.

Good work, thanks for your contribution!
 
Back
Top