[Help Wanted] Importing DayZ St DB

robzervos

New Member
I just bought a dedicated server and I've used the Pwnzor pack and it runs perfectly with stock database and default tables.

However, I have a super active server on Dayz St and I want to import that database because I can't afford to lose everything. If I do get all the new tables in the hivemind database, it throws hivemind.object_data errors on startup and crashes when someone joins.

I'm sure this is an HiveEXT issue I believe, there's a call option:
Code:
;Which table should the objects be stored and fetched from ?
;Table = Object_DATA

I have no idea what DayZ uses for their infrastructure when calling up tables and running queries. We do not have access to the HiveEXT.




Is there any way to get a dayz st database backup working with hivemind/navicat or phpmyadmin?

I would really appreciate the support.

ADDED CODE:

Here is the actual error statement
Code:
Database: [Error] Error 1146 (Table 'hivemind.object_data' doesn't exist) in MySQLQuery SQL: 'SELECT `ObjectID`, `Classname`, `CharacterID`, `Worldspace`, `Inventory`, `Hitpoints`, `Fuel`, `Damage` FROM `Object_DATA` WHERE `Instance`=1 AND `Classname` IS NOT NULL'
 
Back
Top