Jump to content
Sign in to follow this  
fubister

Vehicles not spawning 1.8.6.1

Recommended Posts

I'm running latest dayz mod server vanilla, no vehicles are spawning I'm guessing it's turned off by default as I have not made any changes anywhere, can someone point to where I can set vehicle spawn to true so they can be spawned and saved by players?

Share this post


Link to post
Share on other sites

check your instance, and ensure you have the proper functions such as pmain scheduled to run at restart

 

also are there any vehicles spawned in object_data?

Edited by B@ker
  • Like 1

Share this post


Link to post
Share on other sites

there is nothing in object_data except for some tents, regarding this pmain procedure, how do I schedule that?

Share this post


Link to post
Share on other sites

The pMain procedure should be running by default, triggered by a timed function called 3h restarts or something like that,

 

 

I had an issue similar to this and found that the problem was that MySQL event scheduler was not running by default, and therefore the trigger was not enabled and was not running the pMain procedure.

 

You can turn this on and off from MySQL workbench, fyi.

Edited by Epoc568
  • Like 2

Share this post


Link to post
Share on other sites

The pMain procedure should be running by default, triggered by a timed function called 3h restarts or something like that,

 

 

I had an issue similar to this and found that the problem was that MySQL event scheduler was not running by default, and therefore the trigger was not enabled and was not running the pMain procedure.

 

You can turn this on and off from MySQL workbench, fyi.

First ensure you ran all the sql's included in the server package, then this^

  • Like 1

Share this post


Link to post
Share on other sites

you were right, scheduler was turned off, seems eveything is working fine, thanks all

Edited by Fubister
  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×