Cherno tents not saving

Falcon911

Well-Known Member
I know this maybe a oppsie on my part. But I have added some new tents on my mod and added the Mil_Tents in the Deployable Table.
However. a member places a tent down and he adds the Can of Pasta.

HiveExt.log
Code:
    Line 3723: 2013-04-18 11:08:03 Database: [Trace] PreparedRequest [0 ms] SQL: 'insert into `instance_deployable` (`unique_id`, `deployable_id`, `owner_id`, `instance_id`, `worldspace`, `inventory`, `Damage`,`Hitpoints`, `Fuel`, `created`) select ?, d.id, ?, ?, ?, ?, ?, ?, ?, CURRENT_TIMESTAMP from deployable d where d.class_name = ? VALUES(2487259360212, 1158, 1, "[12,[2487.17,5935.97,-0.022]]", "[]", 0, "[]", 0, "TentStorage")'
    Line 3730: 2013-04-18 11:08:09 Database: [Trace] PreparedRequest [0 ms] SQL: 'update `instance_deployable` set `inventory` = ? where `unique_id` = ? and `instance_id` = ? VALUES("[[[],[]],[["FoodCanPasta"],[1]],[[],[]]]", 2487259360212, 1)'
    Line 3758: 2013-04-18 11:08:39 Database: [Trace] PreparedRequest [0 ms] SQL: 'update `instance_deployable` set `inventory` = ? where `unique_id` = ? and `instance_id` = ? VALUES("[[[],[]],[[],[]],[[],[]]]", 2487259360212, 1)'
    Line 3773: 2013-04-18 11:08:44 Database: [Trace] PreparedRequest [0 ms] SQL: 'delete from `instance_deployable` where `unique_id` = ? and `instance_id` = ? VALUES(2487259360212, 1)'

But I do not see it come into the Database Instance_Deployable table. We went back and verified that the Mil_Tent was correctly named in the PBO's (We figured that out the first time around awhile back) However we just went though a checked again and this time everything is correctly setup. Just that it does not want to insert it into the Database.

I went back and checked to make sure that I have the latest Reality build loaded and just to make sure that the objectID line is in the build. (Found a fix from earlier in the forums) However I de-pbo the Dayz_Server and I see the server_monitor it in the CBPO list but cannot find in the system\Server_Monitor.sqfit once I do De-pbo.
 
Back
Top