How do I up the amount of loot that spawns around a player?

ZarX

New Member
As my topic says, how do I up the amount of loot that spawns around a player? I upped the spawn chance for buildings to 1.0. I have done several google searches and I can't find how to up the amount that spawns around a player. I just keep seeing how to set up a custom loot spawn is all. Thanks in advance.
 
take player_spawnCheck.sqf out of the dayz_code.pbo and put it in your mission.pbo then call it from a custom compiles.sqf and change the distances on this line :
Code:
        if ((_dis < 120) && (_dis > 30) && !_inVehicle) then {
you can change the _dis numbers to be less or greater. It wont make MORE loot spawn but it will make loot spawn earlier, so more loot should in theory spawn by the time the player gets there
 
Back
Top