Jump to content

Oblicure

Member
  • Posts

    59
  • Joined

  • Last visited

Posts posted by Oblicure

  1. Hello everybody, I am looking for the DayZ Origins Building System files, If anybody has them could they please share/send them to me in a private message as I am going to need them for a new project that I am creating.

     

     

    Thank you.

  2. If you are talking about spawning boxes from infistar/or whatever admin menu you have, go to ah.sqf and look for the class-names that include 'medb0x' and change them to 'USOrdnanceBox'. [Should fix your problem.]

     

     

    Sorry in advanced if the classnames are wrong, haven't worked on Arma 2 in awhile. 

  3.  3:46:28 Error in expression <then
    {
    _dir = _worldspace select 0;
    if (count (_worldspace select 1) == 3) then >
     3:46:28   Error position: <count (_worldspace select 1) == 3) then >
     3:46:28   Error count: Type String, expected Array,Config entry
     3:46:28 File z\addons\dayz_server\system\server_monitor.sqf, line 141

    Could someone possibly help me?

  4. _unit_145 = objNull;
    if (true) then
    {
      _this = createAgent ["Reynolds_PMC", [23446.7, 5305.17, 6.75475], [], 0, "CAN_COLLIDE"];
      _unit_144 = _this;
      _this setDir -271.142;
      _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
      _this setUnitAbility 0.60000002;
      _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;
    };

    I've changed it but nothing had happened to the trader, stayed in the same place.

×
×
  • Create New...