custom loot spawn disabling sarges ai

Essix

Member
Hey im using this custom loot spawn script http://opendayz.net/threads/custom-loot-tables-and-adjusting-spawn-rates-dayz-1-7-7-1.11589/ and i got it working but its totally disabling the sarge ai script cant even get a RPT file because nothing will spawn in. i use dayz.st. can somone take a look at this and see if something would be interfering with the execution of sarges ai? i wouldnt think anything would interfere with it

this is what i changed in the variables.sqf
dayz_tagDelayWeaponHolders = 10; // prevent any new loot spawn on this building during this delay (minutes)
dayz_tagDelayZombies = 10; // prevent any new zombie spawn into or near this building during this delay (minutes)

dayz_spawnArea = 400; // radius around player where we can spawn loot & Z
dayz_spawnDelay = 120;
dayz_spawnWait = -120;
 
everything for installing the loot tables is correct since it is working correctly. but now nothing from sarges ai will spawn
 
Back
Top