Jump to content
Sign in to follow this  
maldorlevr

Database(MySQL) posting a new row in the table, but not saving anything.

Recommended Posts

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:

cd14144d77.png

 

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.

 

f54ef40c62.png

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 by MaldorLevr

Share this post


Link to post
Share on other sites

I just realized what I did wrong. I installed the newest database files incorrectly.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×