PartyHans 6 Posted January 25, 2015 Hello ! Why is the HMMW not available? Bring it back please :) Share this post Link to post Share on other sites
SFRGaming 718 Posted January 25, 2015 (edited) -mistake on my part. Didn't realize forum section. I need my coffee ._. - Edited January 25, 2015 by SFRGaming 1 Share this post Link to post Share on other sites
vinyljunkie 165 Posted January 25, 2015 Why do some people think the devs can just say "LET THERE BE A CAR!" and a magically 3d-modeled vehicle ready to implement appears on their screen? It takes time to make this stuff man. There may be one in the future, yet there may not. It all depends. Considering the plethora of broken ones in the map, I wouldn't mind seeing a few fixable ones. They should be rare and hard to fix. HMMWV's are bulletproof monsters that can traverse most terrain easily. Yet they also drink gas so I guess there's your medium.It used to spawn prior to 1.8.1 hence his question. I wonder this as well. Share this post Link to post Share on other sites
r4z0r49 4761 Posted January 25, 2015 Just checked the SQL from 1.8.3 and the hmmw is present you will need to contact your server admins and find out why its not spawning. 1 Share this post Link to post Share on other sites
vinyljunkie 165 Posted January 25, 2015 (edited) Just checked the SQL from 1.8.3 and the hmmw is present you will need to contact your server admins and find out why its not spawning. That will be me :D I can see it as well but it hasn't spawned yet. Now this can be because we have been with vilayer and they had different spawn scripts and database schemas for the mod.Now we are running the official schemas so hopefully we will see it soon then. Thanks for clearing that up, we thought it had been taken out or something. Edited January 25, 2015 by vinyljunkie Share this post Link to post Share on other sites
r4z0r49 4761 Posted January 26, 2015 Check your event_scheduler in mysql see when the system last ran.If its blank you may need to enable event_scheduler in your mysql.ini and INSERT INTO `event_scheduler` (`System`, `LastRun`) VALUES('3hRespawns', NULL),('pCleanup', NULL),('pMain', NULL); Share this post Link to post Share on other sites
pjohnson7 7 Posted January 26, 2015 Hello ! Why is the HMMW not available? Bring it back please :)In the CLASSNAMES table in SQL it needs to be called "HMMWV_DZ" and then check the OBJECT_SPAWNS table in SQL and make sure it's "HMMWV_DZ" in there too and you should be good to go. 1 Share this post Link to post Share on other sites
vinyljunkie 165 Posted January 26, 2015 (edited) In the CLASSNAMES table in SQL it needs to be called "HMMWV_DZ" and then check the OBJECT_SPAWNS table in SQL and make sure it's "HMMWV_DZ" in there too and you should be good to go. Thanks Barry, it was named only "HMMWV" in object_classes. I've changed it to "HMMWV_DZ", hopefully it will start spawning again. Thanks! Edited January 26, 2015 by vinyljunkie Share this post Link to post Share on other sites
vinyljunkie 165 Posted January 26, 2015 It spawns now, it was not named correctly in object_classes. Share this post Link to post Share on other sites
vinyljunkie 165 Posted January 26, 2015 Just checked the SQL from 1.8.3 and the hmmw is present you will need to contact your server admins and find out why its not spawning. It's named HMMWV in the object_classes. I am pretty sure we are running the official files. Maybe change it to HMMWV_DZ? Cheers Share this post Link to post Share on other sites