Jump to content

stonXer

Member
  • Posts

    483
  • Joined

  • Last visited

Posts posted by stonXer

  1. The armour for Cultist has been increased for the latest patch. Behaviour is getting an upgrade, points noted, thank you.

     

    Would only spawning at churches surrounded by fog help?   :) I think so.

     

    +1 for only in towns with churches, but anywhere in the town, not at the church specifically 

  2. I suspect it all started at the duplicate clothing. Thanks for the report, will raise issue.

     

    Lost a hatchet crashing a chopper, not sure which I was most gutted to lose.

     

    What were the clothes you both picked up? 

     

    Choppers come and go but a hatchet! 13 days and not found a single one! worst luck so far...

  3. @echo off
    FOR /F "tokens=1-4 DELIMS=/ " %%F IN ('date /T') DO (set v_date=%%F%%G%%H) 
    FOR /F "tokens=1-4 DELIMS=: " %%F IN ('time /T') DO (set v_time=%%F%%G%%H) 
    set fname=epoch_database_backup_%v_date%_%v_time%.sql 
    echo %v_time% 
    echo %fname% 
    cd /D "D:\DATABASE_DIR\xampp\mysql\bin"
    mysqldump -u root -p epoch_database --password= --result-file="E:\PLACEtoSTORE\database\%fname%"
    ping 127.0.0.1 -n 5 >NUL
    exit
    

    Can't remember who originally posted this, but works nice :)

  4. Can't seem to get BtSync to download. Yesterday cleaned up hdd's a bit, removed all on that drive..  re added everything, setup BTSync folders etc, but it just sits under 1kbs :(   BTSync setup as in the pics.   seeeeed

  5. call it from inside your mission init.sqf, right above the server_monitor in the "if (isServer) then {" section

     

    if (isServer) then {

     

    call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_24.Napf\dynamic_vehicle.sqf";
    _nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_24.Napf\mission.sqf";

    _nil = [] execVM "\z\addons\dayz_server\xxxx\xxxxx.sqf";                                                   <------------------ your line here

    _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";

     

    };

×
×
  • Create New...