Jump to content
  • 0

All objects are missing his ObjectID/ObjectUID


Zignixx

Question

Hey there,

i'm working on a new DayZ Epoch (Overpoch) Server and today we ran into a problem. All Objects (Cinderblocks, Safe's and so on) are missing his ObjectID and ObjectUID. If i try to unlock a safe, it get deleted (20:13:24 "Deleting object VaultStorage with invalid ID at pos [8059.55,8804.07,0]").

The RPT: http://pastebin.com/prw2HkzE

I'm not sure where i need to look for this problem. 

Thanks!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

nevermind. Fixed it.

If someone have this problem, look in your "server_monitor.sqf" for this:

        // diag_log format["Server_monitor: [ObjectID = %1]  [ClassID = %2] [_ownerPUID = %3]", _idKey, _type, _ownerPUID];
       
        if (_damage < 1) then {
            //diag_log format["OBJ: %1 - %2", _idKey,_type];
           
            //Create it
            _object = createVehicle [_type, _pos, [], 0, "CAN_COLLIDE"];
           
            if (typeOf (_object) in  DZE_DoorsLocked) then {
                _object setVariable ["doorfriends", _inventory, true];
            };
           
            _object setVariable ["lastUpdate",time];
           
            _object setVariable ["ObjectID", _idKey, true];


I had _object setVariable ["ObjectID", _idKey, true]; deleted. I don't know why but if you got this problem, check it. :)

Thread closed? thanks! :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...