Re: AI Bandit Spawns
Posted by Stormforge on
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/AI-Bandit-Spawns-tp5249p5251.html
Thanks will check that out. Using Notepad++ to poke around a little but the sheer amount of info can be overwhelming at times if you don't know what you are looking for.
Also are the loot random loot tables in the mission file as well? I was thinking of adding Robert Hammer's Weapon packs to some of the maps. Seems Celle already has them.
Ok got me a program to de-PBO the file. Let me see if I got this straight. Not a coder or anything like that. What I read here is basically the following means that from the players position it will randomly spawn anywhere from 400 to 800 meters away in a 360 degree arc?
_p = [getpos player, random 360, 400 + random 400] call fnc_randomPos;