Jump to content

bliskin

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by bliskin

  1. Currency comes from traders so change all buy and sell prices to gold standard for example :D

    You could run a sql command to modify traders_data tables trough phpmyadmin or just execute a bat file to run the command if the database is running locally.

     

    qty,class,type on buy/sell confuses me so I cant share my modified restsock traders.sqf yet

    it will break the database for sure but someone smarter will get some ideas.

     

     

     

     

     

  2. My server_functions.sqf in rar wrapping

    http://www.files.com/set/52cc0585570d8

     

    Simply this is what I added at the bottom of server_functions.sqf

    As far as I know there are no duplicate lines or files

     

    //North West Airfield

    call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildings\nwaf.sqf";

    //North East Airfield

    call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildings\neaf.sqf";

    //Berezino Military Camp

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\berezino.sqf";

    //Kamenka Addons

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\kamenka.sqf";

    //Cherno Improved

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\cherno.sqf";

    //Zelenogorsk Addons

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\zeleno.sqf";

    //Cap G. Addons

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\capg.sqf";

    //Abandoned camps

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\milicamps.sqf";

    //Elektro Addons

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\elektro.sqf";

    //Skalisty Military Refuge

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildings\skalistyrefuge.sqf";

    //Balota Airfield Camp

    call compile preProcessFileLineNumbers "z\addons\dayz_server\buildingsepo\epochbalota.sqf";

    //West Kamenka Enhanced

    call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildingsepo\epochkamenka.sqf";

    //Cherno Military Camp

    call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildingsepo\epochcherno.sqf";

×
×
  • Create New...