I assume you mean mission frequency:
SMGoMajor.sqf
SMGoMinor.sqf
//Created by Falcyn [QF]
_wait = [2000,650] call fnc_hTime;
sleep _wait;
MissionGo = 1;
If I remember correctly, the numbers above represent:
2000 = max time before spawn
650 = min time before spawn
In each SM.sqf mission file, change the _coords to what he or ebay recommended:
_coords = [getMarkerPos "center",0,7000,10,0,10,0] call BIS_fnc_findSafePos;
fn_selfActions.sqf and compiles.sqf are both found in the dayz_code.pbo sitting on your computer, not the mission or server pbo files.
For easy reference, find them here (and all other latest Epoch files)...
re: dead AI at Novy - I've been adjusting settings trying to prevent Novy mission spawns but have not been successful to-date. AI still spawn dead. Have tried different variations of min/max range, terrain gradient, etc but none seem to work all the time...
Is there any other potential whitelisting required on top of the menu? I can get this working fine if my antihack is off or if I'm set as an admin, but regular players will see the spawn location menu for a second before it disappears on its own.
The init.sqf is different for you two because you're both running different maps - one is base Chernarus and the other is Epoch Chernarus.
Just add whatever parameters you want to the init.sqf, most are not included by default.
Some weirdness with one of the Novy Sobor missions -> SM1.sqf (Major). AI guards appear to be spawning inside the wall, I'm guessing a coordinates adjustment is required.
_aispawn = [_coords,80,6,6,1] execVM "\z\addons\dayz_server\missions\add_unit_server.sqf";//AI Guards
sleep 5...
No, what I posted is a one time thing. Though, you can create a schedule event to run that query every day. Only thing is you need to keep Navicat running.
Usually also displays: "Player Bob uses modified data file" in between the 'connecting' and 'connected' lines as well. So yeah, that in addition to whitelist messages and you could be looking at a lot of spam :)
I'm currently using Navicat, but this should work for any SQL client:
UPDATE traders_data SET qty=50 WHERE qty=0;
This will update any trader item currently out-of-stock to the defined number. Where I currently have it set to 50, change to whatever number you want.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.