maldorlevr 37 Posted May 30, 2014 (edited) So I've got a server running on my computer and I have the database properly working. The problem that I run into though is that the server isn't sending anything to the database. So for example let's say I spawn in for the very first time. I get flares, and painkillers. If I go to the database though this is what I see: As you can see, it give sends the database the PlayerUID, InstanceID, and a bunch of time-stamps but the rows with my location, inventory, and backpack are set to just nothing. So whenever I log in to the server it sees that I've already got a character and loads me in, but my inventory, backpack, and location fields are empty so it puts me in game with an empty inventory, no backpack, and in a random spawn zone. If I delete that entry in the database it will spawn me in with painkillers and flares, just like a newspawn. This I think is when it sends updates of my inventory to the server in the console that HiveExt pops up in. EDIT: The source of my server files is here: https://github.com/Pwnoz0r/DayZ-Private-Server and I've updated the server and .sql files from the latest patch. Edited May 30, 2014 by MaldorLevr Share this post Link to post Share on other sites
maldorlevr 37 Posted May 31, 2014 I just realized what I did wrong. I installed the newest database files incorrectly. Share this post Link to post Share on other sites