Jump to content
  • 0

Server Error


NateDaBeast

Question

Whenever I join my server I get this error listed in the image I listed below. Once I press continue it proceeds me into the game but still I would like to get rid of the error.
 
fCR8WIo.jpg
 
The following is a log I found in the RPT log that I think relate to the issue
if( count (_intentory) > 3)then{
_object setVariabl>
22:49:07   Error position: <_intentory) > 3)then{
_object setVariabl>
22:49:07   Error Undefined variable in expression: _intentory
22:49:07 File z\addons\dayz_server\system\server_monitor.sqf, line 181
22:49:07 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
american_law_enforcement
22:49:07 : Invalid parent bone 'osa_door_r1' for 'door_r1'
22:49:07 : Invalid parent bone 'osa_door_r2' for 'door_r2'
22:49:07 : Invalid parent bone 'osa_door_l1' for 'door_l1'
22:49:07 : Invalid parent bone 'osa_door_l2' for 'door_l2'
22:49:07 : Invalid parent bone 'osa_kapota' for 'kapota'
22:49:07 : Invalid parent bone 'osa_kufr' for 'kufr'
22:49:07 Error in expression <ount _inventory > 0) then {
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Just add 'american_law_enforcement' to your mission.sqm under addons at the top :) your mission.sqm will be different, this one if from Chernarus, hence the chernarus at the top.

 

You will have something like :

addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "mbg_killhouses",
        "mbg_buildings_3",
        "aif_arma1buildings",
        "jetskiyanahuiaddon"
    };

Remember the last one on the list has no comma :)

addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "mbg_killhouses",
        "mbg_buildings_3",
        "aif_arma1buildings",
        "jetskiyanahuiaddon",
        "american_law_enforcement"
    };
Link to comment
Share on other sites

  • 0

 

Just add 'american_law_enforcement' to your mission.sqm under addons at the top :) your mission.sqm will be different, this one if from Chernarus, hence the chernarus at the top.

 

You will have something like :

addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "mbg_killhouses",
        "mbg_buildings_3",
        "aif_arma1buildings",
        "jetskiyanahuiaddon"
    };

Remember the last one on the list has no comma :)

addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "mbg_killhouses",
        "mbg_buildings_3",
        "aif_arma1buildings",
        "jetskiyanahuiaddon",
        "american_law_enforcement"
    };

When I'm able I will test and let you know if it worked ! Thanks for the reply !

Link to comment
Share on other sites

  • 0

 

Just add 'american_law_enforcement' to your mission.sqm under addons at the top :) your mission.sqm will be different, this one if from Chernarus, hence the chernarus at the top.

 

You will have something like :

addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "mbg_killhouses",
        "mbg_buildings_3",
        "aif_arma1buildings",
        "jetskiyanahuiaddon"
    };

Remember the last one on the list has no comma :)

addOns[]=
    {
        "chernarus",
        "ca_modules_animals",
        "dayz_anim",
        "dayz_code",
        "dayz_communityassets",
        "dayz_weapons",
        "dayz_equip",
        "dayz_epoch",
        "dayz_vehicles",
        "cacharacters_pmc",
        "ca_modules_functions",
        "glt_m300t",
        "pook_h13",
        "csj_gyroac",
        "map_eu",
        "mbg_killhouses",
        "mbg_buildings_3",
        "aif_arma1buildings",
        "jetskiyanahuiaddon",
        "american_law_enforcement"
    };

Alright so I updated the server and now it says the same as the image I put but instad of american law enforcement it says bb_mercenary

 

I'm guessing there will be alot more to add ... Do you have a complete list of the addOns from the mission.sqm for overpoch ?

Link to comment
Share on other sites

  • 0

Alright so I updated the server and now it says the same as the image I put but instad of american law enforcement it says bb_mercenary

 

I'm guessing there will be alot more to add ... Do you have a complete list of the addOns from the mission.sqm for overpoch ?

 

thats exactly what the worlds need, a new epoch server <_<

 

replace your addons block with this:

	addOns[]=
	{
                "chernarus",
                "ca_modules_animals",
                "dayz_anim",
                "dayz_code",
                "dayz_communityassets",
                "dayz_weapons",
                "dayz_equip",
                "dayz_epoch",
                "dayz_vehicles",
                "cacharacters_pmc",
                "ca_modules_functions",
                "glt_m300t",
                "pook_h13",
                "csj_gyroac",
                "map_eu",
                "jetskiyanahuiaddon",
                "warehouse",
                "mbg_buildings_3",
                "mbg_killhouses",
                "aif_arma1buildings",
                "mbg_african_buildings",
                "gms_k98",
                "RH_m14",
                "FHQ_Remington",
                "FHQ_Remington_ammo",
                "FHQ_Remington_msr",
                "FHQ_Remington_xm2010",
                "FHQ_Remington_acr",
                "FHQ_Remington_rsass",
                "VILAS_WWP",
                "VILAS_RW_Forces",
                "VILAS_WWP_CO",
                "VILAS_RW_Forces_CO",
                "ddopp_taserpack",
                "smk_anims_lite",
                "MicroAirVehicles",
                "oz_is_objects",
                "monaro",
                "gsc_units_stalker_patch",
                "american_law_enforcement",
                "CYBP_Camels_Config",
                "nissan_350z",
                "ussr_cheytac",
                "bb_mercenary",
                "goosuksf",
                "frb",
                "USSOF_US_Navy_SEALs"
    };
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...