Hi all bit new to sql scripting, il give you the rundown.
I rented a server from a 3rd party with dayz mods included on it.
We now have Dayz Overpoch Cherno running with Snap tools pro.
All this has gone to plan and runs fine.
The included DZAI and WAI scripts run fine spawning 2 heli patrols, a foot patrol and a m240 hummer patrol, as well as the missions spawning and all working on the default settings.
Now i want to edit the WAI patrols,
I connected with FileZiller and downloaded the dayz_server.pbo from the /99.99.999.9_9999/@DayZ_Epoch_Server/addons directory.
Then unpacked the dayz_server.pbo with PBO manager.
Then navigated to :dayz_server\WAI\customSpawns.sql
Opened the file with notepad++ and edited the following:
[[6351,2495,0], //Position to patrol
[6906,2828,0], // Position to spawn chopper at
1000, //Radius of patrol
10, //Number of waypoints to give
"UH1H_DZ", //Classname of vehicle (make sure it has driver and two gunners)
1 //Skill level of units
] spawn heli_patrol;
to
[[10552,8582,0], //Position to patrol
[10552,7582,0], // Position to spawn chopper at
1000, //Radius of patrol
10, //Number of waypoints to give
"UH60M_DZ", //Classname of vehicle (make sure it has driver and two gunners)
1 //Skill level of units
] spawn heli_patrol;
Just to see if the changes would have effect before i started playin more with the file.
I then repacked the files with PBO manager.
Then deleted the dayz_server.pbo from the server directory.
Then uploaded the edited .pbo back to the server using FileZilla
Started the server and logged in to see the patrol still had a UH-1H.
Just to check i then re download the dayz_server.pbo from the server to check the changes to the scrip were there, and they wer.
I have now tried editing several sections of the custom spawn script and uploading the file back to the server to no avail.
It’s like any changes i make in the dayz_server.pbo do not seem to affect the game.
Any advice or am missing something.
Like i said im a bit new to this sort of thing so bear with me.
Question
SpearMintTrooper
Hi all bit new to sql scripting, il give you the rundown.
I rented a server from a 3rd party with dayz mods included on it.
We now have Dayz Overpoch Cherno running with Snap tools pro.
All this has gone to plan and runs fine.
The included DZAI and WAI scripts run fine spawning 2 heli patrols, a foot patrol and a m240 hummer patrol, as well as the missions spawning and all working on the default settings.
Now i want to edit the WAI patrols,
I connected with FileZiller and downloaded the dayz_server.pbo from the /99.99.999.9_9999/@DayZ_Epoch_Server/addons directory.
Then unpacked the dayz_server.pbo with PBO manager.
Then navigated to :dayz_server\WAI\customSpawns.sql
Opened the file with notepad++ and edited the following:
[[6351,2495,0], //Position to patrol
[6906,2828,0], // Position to spawn chopper at
1000, //Radius of patrol
10, //Number of waypoints to give
"UH1H_DZ", //Classname of vehicle (make sure it has driver and two gunners)
1 //Skill level of units
] spawn heli_patrol;
to
[[10552,8582,0], //Position to patrol
[10552,7582,0], // Position to spawn chopper at
1000, //Radius of patrol
10, //Number of waypoints to give
"UH60M_DZ", //Classname of vehicle (make sure it has driver and two gunners)
1 //Skill level of units
] spawn heli_patrol;
Just to see if the changes would have effect before i started playin more with the file.
I then repacked the files with PBO manager.
Then deleted the dayz_server.pbo from the server directory.
Then uploaded the edited .pbo back to the server using FileZilla
Started the server and logged in to see the patrol still had a UH-1H.
Just to check i then re download the dayz_server.pbo from the server to check the changes to the scrip were there, and they wer.
I have now tried editing several sections of the custom spawn script and uploading the file back to the server to no avail.
It’s like any changes i make in the dayz_server.pbo do not seem to affect the game.
Any advice or am missing something.
Like i said im a bit new to this sort of thing so bear with me.
Many thanks
Spear
Link to comment
Share on other sites
16 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