did you add your servers instance id to int?in mission pboI'm the only one who have the problem that there are no saves at the "object_table" "Inventory"?
I put something in a car or vault and it wont save it to the database...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
did you add your servers instance id to int?in mission pboI'm the only one who have the problem that there are no saves at the "object_table" "Inventory"?
I put something in a car or vault and it wont save it to the database...
Yep sorry, meant object_data.object_table? inventory? Do you mean object_data? Connect the server to your database? Are you using the correct username, password and host in your 'HiveExt'?
Download a new database from epoch and try it again. Otherwise idk.
Yep.did you add your servers instance id to int?in mission pbo
2013-11-23 12:42:33 HiveExt: [Information] Method: 201 Params: 1:[248,[9134.98,2356.04,0.002]]:[[ItemFlashlight],[ItemPainkiller,ItemBandage,ItemBandage,ItemBandage,ItemBandage]]:[DZ_Patrol_Pack_EP1,[[],[]],[[],[]]]:[false,false,false,false,false,false,false,12000,[],[0,0],0,[557.942,639.873]]:false:false:0:0:0:5:[,amovppnemstpsnonwnondnon,42]:0:0::0:
2013-11-23 12:42:33 HiveExt: [Information] Result: ["PASS"]
2013-11-23 12:46:28 HiveExt: [Information] Method: 305 Params: 129:[326,[9132.07,2354.65,0.046]]:0.479:
2013-11-23 12:46:28 HiveExt: [Information] Result: ["PASS"]
2013-11-23 12:46:28 HiveExt: [Information] Method: 306 Params: 129:[[glass1,0.918],[glass2,0.297],[glass3,0.382],[glass4,0.36],[wheel_1_1_steering,0.519],[wheel_2_1_steering,0.504],[wheel_1_4_steering,0.609],[wheel_2_4_steering,0.376],[wheel_1_3_steering,0.839],[wheel_2_3_steering,0.637],[wheel_1_2_steering,0.489],[wheel_2_2_steering,0.441],[motor,0.22],[sklo predni P,0.408],[sklo predni L,0.785],[karoserie,0.418],[palivo,0.384]]:0:
2013-11-23 12:46:28 HiveExt: [Information] Result: ["PASS"]
2013-11-23 12:46:33 HiveExt: [Information] Method: 307 Params:
2013-11-23 12:46:33 HiveExt: [Information] Result: ["PASS",[2013,11,23,12,46]]
2013-11-23 12:46:39 HiveExt: [Information] Method: 305 Params: 129:[117,[9144.6,2363.41,0.023]]:0.478:
2013-11-23 12:46:39 HiveExt: [Information] Result: ["PASS"]
2013-11-23 12:46:39 HiveExt: [Information] Method: 306 Params: 129:[[glass1,0.918],[glass2,0.297],[glass3,0.382],[glass4,0.36],[wheel_1_1_steering,0.519],[wheel_2_1_steering,0.504],[wheel_1_4_steering,0.609],[wheel_2_4_steering,0.376],[wheel_1_3_steering,0.839],[wheel_2_3_steering,0.637],[wheel_1_2_steering,0.489],[wheel_2_2_steering,0.441],[motor,0.22],[sklo predni P,0.408],[sklo predni L,0.785],[karoserie,0.418],[palivo,0.384]]:0:
2013-11-23 12:46:39 HiveExt: [Information] Result: ["PASS"]
12:55:13 Error in expression <vious","_key"];
if (typeOf(_object) in allbuildables_class) then {
_inventory >
12:55:13 Error position: <allbuildables_class) then {
_inventory >
12:55:13 Error Nicht definierte Variable in Ausdruck: allbuildables_class
12:55:13 File z\addons\dayz_server\compile\server_updateObject.sqf, line 70
12:55:13 "HIVE: WRITE: "CHILD:306:129:[["glass1",0.918],["glass2",0.297],["glass3",0.382],["glass4",0.36],["wheel_1_1_steering",0.519],["wheel_2_1_steering",0.504],["wheel_1_4_steering",0.609],["wheel_2_4_steering",0.376],["wheel_1_3_steering",0.839],["wheel_2_3_steering",0.637],["wheel_1_2_steering",0.489],["wheel_2_2_steering",0.441],["motor",0.22],["sklo predni P",0.408],["sklo predni L",0.785],["karoserie",0.418],["palivo",0.384]]:0:""
Oh shit, i'm dump...
Forgot the variables.sqf in my init.sqf...
Sorry, my failure.![]()
Include file mpmissions\__cur_mp.Chernaurus\R3F_Realism\R3F_Weight\R3F_Cfg_Weight.h not found.
to_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
_void = [] execVM "Scripts\R3F_Realism_Init.sqf";
to#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
Save and compile it to an pbo if you need it.#include "Scripts\R3F_Weight\R3F_CfgWeight.h"
"Land_Ind_SawMillPen"
"Land_Ind_SawMillPen",
0.6 HOTFIX #3
Take the "debug" folder in the MPmission from 0.5 and paste it in the 0.6 MPmission.
This will add thé missing scripts for the missions markers.
[] ExecVM "debug\addmarkers.sqf";
[] ExecVM "debug\addmarkers75.sqf";
[] ExecVM "debug\remmarkers.sqf";
[] ExecVM "debug\remmarkers75.sqf";
Don't forget to call for them in the init.sqf
Copy
and paste somewhere near the bottom.Code:[] ExecVM "debug\addmarkers.sqf"; [] ExecVM "debug\addmarkers75.sqf"; [] ExecVM "debug\remmarkers.sqf"; [] ExecVM "debug\remmarkers75.sqf";
Thats you dont need. Because the mission files on the server is calling them. No need for them @ all