Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

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
Sign in to follow this  

×