Jump to content

RussianCaliber

Member
  • Posts

    77
  • Joined

  • Last visited

Posts posted by RussianCaliber

  1. Everything seems to be okay, got it working for a few hours as soon as the server restarted the objects got deleted again.

    May it have been caused by the cleanupobjects = -1 by that?

    It was working fine like 24 days and then boom everything is deleted like everything besides sandbags

  2. Hey guys!

    So i'm not really sure is this in the right section

    But i have a major problem with database and i'm really frustrated about it

    So one day i got an admin call that players vehicle was missing so i went in to the server to investigate where did it go.

    And it turned out that every single objects from objects_data was gone completely wiped there was only sandbags and freshspawned vehicles

    So i went to see my backups and it turnes out that one day it just disappeared from the objects data, okay so now when i try to run a backup the objects data just stays the same.

    I can see that the objects are in the database but they just don't overwrite in the database or get added again.

     

    Any ideas what the heck is going on?

  3. Really confused right now

    How does the cfgtraders will take the info?

    Does it just look at the name of the file?

    Example i would want to add overwatch weapons to existing epoch weaponsdealers (Friendly and Neutral).

    As a Weapon list 1, Weapon list 2, Weapon list 3, ACR List and Ammo

    Will i just make a WeaponList1.hpp? Or NeutralWeaponList1.hpp

    As well as changing the Bandit trader menu names to (Weapons and Vehicles)

    Can anybody explain it to me?

    That would be much appreciated!

  4. INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES ('["FHQ_ACR_WDL_CCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 803, 'trade_weapons');

    Still giving the same error, Stuck on Waiting For Server To Start Authentication

    17:56:28 Error in expression < compile format ["%1",_data];

     

    _status = _result select 0;
     
    if (_status == "Objec>
    17:56:28   Error position: <_result select 0;
     
    if (_status == "Objec>
    17:56:28   Error Undefined variable in expression: _result
    17:56:28 File z\addons\dayz_server\system\server_monitor.sqf, line 347
    17:56:28 Error in expression <status = _result select 0;
     
    if (_status == "ObjectStreamStart") then {
    _val = _r>
    17:56:28   Error position: <== "ObjectStreamStart") then {
    _val = _r>
    17:56:28   Error Generic error in expression
    17:56:28 File z\addons\dayz_server\system\server_monitor.sqf, line 349

  5. So i got all the other overwatch all set but adding these to trader server won't start up

    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_IRN",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_IRN_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_IRN_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_IRN_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_CCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_CCO_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_CCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_CCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_RCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_RCO_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_RCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_RCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HWS",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HWS_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HWS_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HWS_GL_F0",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_G33",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_G33_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_G33_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_G33_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HAMR",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HAMR_F	",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HAMR_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_WDL_HAMR_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_IRN",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_IRN_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_IRN_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_IRN_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_CCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_CCO_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_CCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_CCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_RCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_RCO_F,3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_RCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_RCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HWS",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HWS_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HWS_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HWS_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_G33",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_G33_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_G33_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_G33_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HAMR",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HAMR_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HAMR_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_BLK_HAMR_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_IRN",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_IRN_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_IRN_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_IRN_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_CCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_CCO_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_CCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_CCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_RCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_RCO_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_RCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_RCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HWS",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HWS_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HWS_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HWS_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_G33",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_G33_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_G33_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_G33_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HAMR",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HAMR_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HAMR_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_TAN_HAMR_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_IRN",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_IRN_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_IRN_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_IRN_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_CCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_CCO_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_CCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_CCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_RCO",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_RCO_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_RCO_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_RCO_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HWS",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HWS_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HWS_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HWS_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_G33",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_G33_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_G33_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_G33_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HAMR",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HAMR_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HAMR_GL",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    INSERT INTO `dayz_overpoch`.`traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES('["FHQ_ACR_SNW_HAMR_GL_F",3]', 100, '[4,"ItemGoldBar10oz",1]', '[7,"ItemGoldBar",1]', 0, 803, 'trade_weapons');
    

    Giving this error

    17:56:28 Error in expression < compile format ["%1",_data];

    _status = _result select 0;
     
    if (_status == "Objec>
    17:56:28   Error position: <_result select 0;
     
    if (_status == "Objec>
    17:56:28   Error Undefined variable in expression: _result
    17:56:28 File z\addons\dayz_server\system\server_monitor.sqf, line 347
    17:56:28 Error in expression <status = _result select 0;
     
    if (_status == "ObjectStreamStart") then {
    _val = _r>
    17:56:28   Error position: <== "ObjectStreamStart") then {
    _val = _r>
    17:56:28   Error Generic error in expression
    17:56:28 File z\addons\dayz_server\system\server_monitor.sqf, line 349

     

  6. Hey!

    So made a crate file to spawn static boxes but for some odd reason these fly up in the air sometimes, pretty often actually

    Any ideas?

    Here's the code:

    //* Breaks Server If To Much Is Added To The Crate   *\\
    //*    Anything More Can Cause Server To Crash       *\\
    //* Max Weapons = 100 * Max Mags = 520 * Max Bag = 1 *\\
    //****************************************************\\
    if (isServer) then {
    
    //Bandit Base
    _vehicle_103768 = objNull;
    if (true) then
    {
      _this = createVehicle ["USSpecialWeaponsBox", [3798.24,8454.67,0.00143814], [], 0, "CAN_COLLIDE"];
      _vehicle_103768 = _this;
      _this setDir -182.5;
      _vehicle_103768 setVariable ["ObjectID","1",true];
      _vehicle_103768 setVariable ["permaLoot",true];
      //Clear Cargo
      clearweaponcargoGlobal _this;
      clearmagazinecargoGlobal _this;
      //Add Cargo
      _this addWeaponCargoGlobal ["vil_SR25",1];
      _this addWeaponCargoGlobal ["FHQ_ACR_WDL_CCO_SD",1];
      _this addWeaponCargoGlobal ["RH_m1911sd",1];
      _this addWeaponCargoGlobal ["RH_hk416sdaim",1];
      _this addWeaponCargoGlobal ["Binocular_Vector",1];
      _this addWeaponCargoGlobal ["RH_HK416_Aim",1];
      _this addWeaponCargoGlobal ["RH_m14aim",1];
    
      _this addmagazineCargoGlobal ["20Rnd_762x51_DMR",3];
      _this addmagazineCargoGlobal ["FHQ_rem_30Rnd_680x43_ACR_SD",2];
      _this addmagazineCargoGlobal ["30Rnd_556x45_Stanag",3];
      _this addmagazineCargoGlobal ["ItemCitrine",2];  
      _this addmagazineCargoGlobal ["30Rnd_556x45_StanagSD",2];  
      _this addmagazineCargoGlobal ["ItemGoldBar10oz",5];
      _this addmagazineCargoGlobal ["ItemWaterbottleBoiled",5];
      _this addmagazineCargoGlobal ["ItemBriefcase100oz",15];
      _this addmagazineCargoGlobal ["ItemRuby",5];  
      _this addmagazineCargoGlobal ["ItemAntibiotic",5];
      _this addmagazineCargoGlobal ["ItemPainkiller",5];  
      _this addmagazineCargoGlobal ["FoodMRE",5];
      _this addmagazineCargoGlobal ["ItemBandage",10];
      _this addmagazineCargoGlobal ["ItemBloodbag",5];
      _this addmagazineCargoGlobal ["ItemMorphine",5];
      _this addmagazineCargoGlobal ["ItemSodaRabbit",12];
    
      _this addbackpackCargoGlobal ["DZ_largeGunBag_EP1",1];
      _this setPos [3798.24,8454.67,0.00143814];
    };
    
  7. Like sigma's vehicle pack, f1 car, commanche, tigre, scifi weapons, scifi apc and so on.

    It was like that, if you didn't download the pack you just didn't see the vehicles in game, if a player was inside a vehicle you were unable to see the player also but if the player got out of the vehicle

    You you saw the player of course and when he got back into vehicle the player just wen't to like an trader doing nothing untill the player was on vehicle, if he got our the player statue from the location disappeared aswell.

  8. Hey!

    I'm not sure is this the right section to post this.

    So I put together a custom mod pack for my server

    Everything works well on SP without any errors or addons requirements

    Now i uploaded the custom mod pack to my server's root called it :

    @WS
    

    Copied the server keys to Keys folder.

     

    So now i'm at server manager at vilayers server control panel

    So adding a custom mod should it be like this?

    3e8bd553c34839fef9684d6b09689f77.png

    OR

    9a072e46a459099dcf55fad89803526a.png(I tried this method) Got an error when joined server saying "You need to install mod bla bla to edit this mission something about panthera (Couldn't read it, got disconnected to main menu)

     

    Okay so now about Malloc

    Which one from here? Used Default when tried to install it

    1b0b5d7c6e97acb09240ae5fa5d79eb4.png

    I have seen such custom mod packs with vehicles and weapons on some servers which are optional to donwload

    Currently the server is forcing to have the mods

    If there's somebody out here on forum who are willing to help

    That would be much appreciated! ;)

    Many beans and many beers to you guys!

×
×
  • Create New...