1.7.7.1 tent dupe

dayzwar

Well-Known Member
After each restart tents are full of stuff again, so they dupe what is inside, but I think this was fixed at 1.7.7.1, what I missing?
 
I think is this, thevisad files say this:

Code:
_entity setVariable ["ObjectID", _ObjectID, true];
                _entity setVariable ["CharacterID", _CharacterID, true];
                _entity setVariable ["lastUpdate",time];
                _entity setDamage _damage;

but should be:

Code:
_entity setVariable ["ObjectUID", _ObjectID, true];
                _entity setVariable ["CharacterID", _CharacterID, true];  
                _entity setVariable ["lastUpdate",time];
                _entity setDamage _damage;

I will test ..
 
I think is this, thevisad files say this:

Code:
_entity setVariable ["ObjectID", _ObjectID, true];
                _entity setVariable ["CharacterID", _CharacterID, true];
                _entity setVariable ["lastUpdate",time];
                _entity setDamage _damage;

but should be:

Code:
_entity setVariable ["ObjectUID", _ObjectID, true];
                _entity setVariable ["CharacterID", _CharacterID, true]; 
                _entity setVariable ["lastUpdate",time];
                _entity setDamage _damage;

I will test ..

they looks the same to me lol
 
2013-07-02 21:55:52 HiveExt: [Error] Error executing |CHILD:308:1:TentStorage:0:21741:[-111,[7561.37,6785.11,0.00201416]]:[]:[]:0:75614678510-111:|
2013-07-02 21:55:56 HiveExt: [Error] Error executing |CHILD:309:75614678510-111:[[[],[]],[[],[]],[[],[]]]:|
2013-07-02 21:56:27 HiveExt: [Error] Error executing |CHILD:308:1:TentStorage:0:23693:[-82,[7555.73,6786.99,0.00292969]]:[]:[]:0:75557678700-82:|
2013-07-02 21:57:10 HiveExt: [Error] Error executing |CHILD:309:75557678700-82:[[[],[]],[[],[]],[[],[]]]:|
2013-07-02 21:58:12 HiveExt: [Error] Error executing |CHILD:310:75557678700-82:|
2013-07-02 21:58:21 HiveExt: [Error] Error executing |CHILD:310:75614678510-111:|
2013-07-02 22:02:27 HiveExt: [Error] Error executing |CHILD:308:1:TentStorage:0:23693:[-37,[7551.98,6768.23,0.00384521]]:[]:[]:0:75520676820-37:|
2013-07-02 22:02:44 HiveExt: [Error] Error executing |CHILD:309:75520676820-37:[[[],[]],[[],[]],[[],[]]]:|
2013-07-02 22:06:04 HiveExt: [Error] Error executing |CHILD:310:75520676820-37:|
 
Back
Top