fubister 1 Posted October 16, 2015 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
Baker. 1484 Posted October 16, 2015 (edited) 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 October 16, 2015 by B@ker 1 Share this post Link to post Share on other sites
fubister 1 Posted October 16, 2015 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
Mingus 12 Posted October 16, 2015 (edited) 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 October 16, 2015 by Epoc568 2 Share this post Link to post Share on other sites
Baker. 1484 Posted October 17, 2015 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^ 1 Share this post Link to post Share on other sites
fubister 1 Posted October 17, 2015 (edited) you were right, scheduler was turned off, seems eveything is working fine, thanks all Edited October 17, 2015 by Fubister 1 Share this post Link to post Share on other sites