DayZ Private Server Files Pack (1.8.8)

I am wondering, i jsut finished getting all the bugs repaired bits by bits by opendayz and @ the dayz official forums, I cannot get the Ambulance to spawn (humvee one) I dont know if its the codes that bad but yet i found one on the official servers destroyed and behind Berezino Hostpital which is one of its spawns... And no I am not a Noob that does not know how to use MySQL. I am having this server since 1.7.3 came out and been working flawlessly. Just that humvee spawn thingy that gots me wondering. here the code i pasted in

1110 191571244220260 1HMMWV_Ambulance_CZ_DES_EP 1 0.50[339,[7202,3033.41,0.002]][][["motor",0.8],["karoserie",1],["palivo",0.8],["wheel_1_1_steering",1],["wheel_2_1_steering",1],["wheel_1_2_steering",1],["wheel_2_2_steering",1],["sklo predni P",1],["sklo predni L",1],["glass1",1],["glass3",1]]0.22012-11-25 21:50:37

1011 1915712442202611HMMWV_Ambulance_CZ_DES_EP 10.50[124,[11952.7,9107.97,0.001]][][["motor",0.8],["karoserie",1],["palivo",0.8],["wheel_1_1_steering",1],["wheel_2_1_steering",1],["wheel_1_2_steering",1],["wheel_2_2_steering",1],["sklo predni P",1],["sklo predni L",1],["glass1",1],["glass3",1]]0.22012-11-25 21:58:10
Thanks if you can help if not i still go t the police car full of medical supplys :p
 
Think you read the wrong release notes.. These are the new vehicles;

Mi17_DZ
AN2_DZ
AH6X_DZ
BAF_Offroad_D
BAF_Offroad_W
 
Another crashfix for those interested (with some extra features):
github.com/downloads/R4Z0R49/DayZMod/HiveExt_f0.9.6.10_p0.8.0.4.zip
(also mentioned on the issue page of github.com/R4Z0R49/DayZMod/issues/115)
 
Yes you have to change your character_data schema according to what was said in this thread, and use the latest HiveExt, like the one linked above your post
 
Crashing issue is now resolved!

Download the newest commit and overwrite anything it asked for.

Let me know if there is any problems.
 
awesome.. I just did the fix tho and seems to fixed the crash.. only thing is I cant get the other helis to spawn..i changed the names too, if I download your MySQL files will that fix it?.. I tried renaming then and teled myself to see if they spawned but they didnt

Do you have any idea why the other helis didnt spawn. Or does it take awhile, i just used my old database for 1.7.3 for now
 
Thanks Pwnozor for the server, i have just put in the update that you put out now the server will not start says that it is missing object_data doesn't exist, and even when i try to get into it through Navicat it says (1146 - Table 'hivemind.object_data' doesn't exist)

The reason i did the update was not because of crashes but because there were only few vehicles that spawned and the hp were all in the green, as well as the new 1.7.4 vehicles were not spawning as well.

Any help would be great thanks
 
It's because PWNZOR imported the new tables as INNODB, but FORGOT TO INCLUDE THE INNODB cache files into the repo.
He should IMO stick with MyISAM, because they're actually more suitable for git storage (innodb storage is just a big, statically sized file, where MyISAM will store each table's schema and data in separate files)
This shows that he didnt test on another computer before releasing
 
Here's the fixed repo: github.com/rajkosto/DayZ-Private-Server
Direct download link for fixed version: github.com/rajkosto/DayZ-Private-Server/archive/master.zip
 
I am now observing massive amounts of Create Vehicles Restriction #1 since the fix was applied. Is this related or anyone else seeing this?

Code:
29.11.2012 16:34:50: Pierre (xx.xx.xx.xx:2304) xxxxxxxxxxxxxxx - #0 "SeaGull" 202:2 [10530,2275,35]
29.11.2012 16:34:50: Pierre (xx.xx.xx.xx:2304) xxxxxxxxxxxxxx - #1 "SeaGull" 202:2 [10530,2275,35]

Edit: This is just one line of the 20 we had in 5 minutes
 
I installed Pwnoz0r's latest fix files, then rajkosto's couple of fixes. I only replaced the individual updated files. The game runs fine, but all players became new spawns with all of their gear, tents, and vehicles missing.

Any help correcting this would be appreciated.
 
That's what happens when you overwrite table data.
You should have exported SQL table contents (not structure) out of it, then reimport after overwriting
 
Thank you. I restored my old files, and am exporting now. All sorts of export options--I just left them at default. Is there anything else I should do? I feel like I'm running blind.
 
Back
Top