Jump to content
Sign in to follow this  
darkhorse2728

No Care Packages or Wrecks Spawning

Recommended Posts

G'Day Crew,

I am hoping you can help me. I have a managed server via a host. EVERYTHING is running great, except no wrecks or care packages are spawning at ALL :(

I have extracted the .pbo file, increased the numbers for spawn, nothing.

I looked at the .rpt file and noticed this:

_countr = _count>

20:48:29 Error Zero divisor

20:48:29 File z\addons\dayz_server\system\server_monitor.sqf, line 110

20:48:29 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];

Here is the "code" as in server_monitor.sqf file"

hiveInUse = false;

if (isDedicated) then {

_id = [] execFSM "\z\addons\dayz_server\system\server_cleanup.fsm";

};

allowConnection = true;

for "_x" from 12 to 20 do {

_id = [] spawn spawn_carePackages;

}; //Spawn care packages

for "_x" from 30 to 50 do {

_id = [] spawn spawn_wrecks;

}; //Spawn wrecks

for "_x" from 6 to 8 do {

_id = [] spawn spawn_heliCrash;

}; //Spawn heli crash

Any idea's? I am pretty new to this and struggling to find a solution online.

Please help.

Cheers.

Share this post


Link to post
Share on other sites

i have a similar issue on my reality 1.7.6.1 server now...


20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144
20:06:56 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
20:06:56 Error position: <select _countr)];
};
};
_countr = _count>
20:06:56 Error Zero divisor
20:06:56 File z\addons\dayz_server\system\server_monitor.sqf, line 144

any suggestions?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×