monster2014 / dayz-epidemic

Automatically exported from code.google.com/p/dayz-epidemic
0 stars 0 forks source link

Stashes being removed at server restart #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create stash
2.Fill Stash, save stash
3.Wait for server restart

What is the expected output? What do you see instead?

Stash was removed after server restart.

Please provide any additional information below

Original issue reported on code.google.com by dholo...@gmail.com on 3 Sep 2013 at 12:12

GoogleCodeExporter commented 8 years ago
May I ask which server you were on?

Original comment by lewiso...@live.com on 3 Sep 2013 at 9:21

GoogleCodeExporter commented 8 years ago
at the time on server at 78.46.105.69:2362

It has happened on this server two times so far that I have tried.

I believe I also encountered the issue on the official epidemic server.  

Original comment by dholo...@gmail.com on 3 Sep 2013 at 9:32

GoogleCodeExporter commented 8 years ago
I do know about problems with bag items disappearing but I will look into the 
stashes not saving.

Original comment by lewiso...@live.com on 4 Sep 2013 at 5:52

GoogleCodeExporter commented 8 years ago
it was a database problem...
the stashes were not added to the deployables...

just add this one
INSERT INTO `deployable` (`id`, `class_name`) VALUES
(6, 'StashSmall'),
(7, 'StashMedium');
and you are good to go

Original comment by boeheim....@aon.at on 4 Sep 2013 at 7:31

GoogleCodeExporter commented 8 years ago

Original comment by lewiso...@live.com on 5 Sep 2013 at 6:43