Search results

  1. M

    Sql, 999 method.

    I see you followed my advice. And it seems to be correct btw . Iam using a batch file for this sins i have alot of other stuff that needs to be executed before restart .
  2. M

    Accelerated Time

    [5,true,10,1,true,7] 5 means it will skipp every minute 5 minutes and the 7 means when its night it will skip every minute 7 minutes. You can also change the 1 intro someting higher like 10 then it will skipp every 10 minutes 5 minutes like this [5,true,10,10,true,7] Or skip every 10 minutes 30...
  3. M

    Accelerated Time

    you can change how fast the time runs like i posted //Skip 5 minuntes, use setDate, sync every 10 minutes, skip time every minute,Night Cycle, night skips by 7 [5,true,10,1,true,7]
  4. M

    LF Script to re-add dead vehicles

    best way is to have a 99 % spawn chanse run this in your mysql query update world_vehicle set chance = 0.999 where chance <> .999;
  5. M

    Accelerated Time

    Lol i see alot of hate in this thread :d Well i have some spare time again so i can work on this :) I just need to setup a new dayz server first for testing as i cant pull down my server every time. for now i have a batch file on my server that do this job starts the server on 4 pm restart...
  6. M

    Base Building DayZ 1.2 Released

    Its simple just make a script or batch file that updates the db or do it manual like this . UPDATE instance_deployable d LEFT JOIN ( SELECT DISTINCT d.owner_id, s.unique_id FROM instance_deployable d LEFT JOIN survivor s ON s.id = d.owner_id WHERE s.is_dead =1 ) AS dead ON dead.owner_id =...
  7. M

    Accelerated Time

    well yeah it's getting better now i hope to be home in a week broke my shoulder on vacation long story :d if you guys wanna test this this out you need to search for lines in the server pbo its somting like "timesync " there are found in 2 files of the server pbo on reality build . you can...
  8. M

    Accelerated Time

    Sorry for late respone iam not home yet so i cant check my server files . I will post asap when iam back home having some problems here on vacation.
  9. M

    Accelerated Time

    Yes iam still testing this on the server and it works . i will post later what you need to edit in your server pbo .
  10. M

    Base Building DayZ 1.2 Released

    Thx for the work works great on my server whit some small edits
  11. M

    Accelerated Time

    Edit: found it
  12. M

    Accelerated Time

    Edit this works on my server you need to edit your server pbo also or it will reset the time every 5 minutes. This syncs whit players so al players have the same time . Stil need to test some stuf loot spawns and zombies spawn despawn also This version is diffrent then the one from armaholic...
  13. M

    SARGE AI Framework - Public Release

    sins the update iam getting a strange problem on login 22:43:43 "STARTING LOGIN: ["87414214",B 1-1-A:1 (MrRitchietos) REMOTE]" 22:43:43 "LOGIN ATTEMPT: "87414214" MrRitchietos" 22:43:43 "LOGIN LOADED: B 1-1-A:1 (MrRitchietos) REMOTE Type: Survivor1_DZ" 22:43:44 "LOGIN PUBLISHING: B 1-1-H:1...
  14. M

    SARGE AI Framework - Public Release

    yea i think its the heli bug i got a temp fix till the new files are online
  15. M

    SARGE AI Framework - Public Release

    i updated the files and my choppers dont seems to spawn anymore this is the only error i found http://pastebin.com/KNXQk7vz and my chernarus settings http://pastebin.com/FtNe9mky they spawn again if i use the old heli spawn SAR_setup_AI_patrol_heli.sqf i added the this setIdentity...
  16. M

    SARGE AI Framework - Public Release

    i got the same problem even whit original files and i can confirm that if i delete the panthera line"s that my server start up normaly
  17. M

    SARGE AI Framework - Public Release

    yea it thinks iam running panthera whit the old file its ok did you only changed this and added panthera ? // Shows extra debug info in .rpt SAR_DEBUG = true; publicvariable "SAR_DEBUG"; // careful with setting this, this shows a LOT, including the grid properties and definitions for every...
  18. M

    SARGE AI Framework - Public Release

    Sarge everytime i use the new SAR_AI_init.sqf my server gets stuck thats sins the worldname fix i can update every other file"s whit no problem
  19. M

    SARGE AI Framework - Public Release

    list for towns Balotta Airstrip [4829.9868, 2450.1104, 0] Berenzino [12954.624, 9783.1533, 0] Bereznio 2 [12043.963, 9091.3477, 0] Black Mountain [10276.416, 12049.664, 0] Bor [3320.1643, 3938.3496, 0] Cherno [6743.8853, 2581.1865] Devils Castle [6891.9189, 11438.73, 0] Don's Camp [7788.2856...
  20. M

    SARGE AI Framework - Public Release

    i added // Devils, heli patrol area _this = createMarker ["SAR_AREA_DEVIL", [6891.9189, 11438.73]]; _this setMarkerShape "RECTANGLE"; _this setMarkeralpha 0; _this setMarkerType "Flag"; _this setMarkerBrush "Solid"; _this setMarkerSize [1000, 600]; SAR_marker_helipatrol_devil = _this; and...
Back
Top