Jump to content

Sherlock

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Sherlock

  1. Okay, doing that has no resulted in the following error.

    21:31:56 Error in expression <];
    ai_vehicle_units = (ai_vehicle_units + 1);
    
    _patrol = ["patrol"] call DZMSGe>
    21:31:56 Error position: <+ 1);
    
    _patrol = ["patrol"] call DZMSGe>
    21:31:56 Error Generic error in expression
    21:31:56 File z\addons\dayz_server\DZMS\Scripts\DZMSVehiclePatrol.sqf, line 15
    

    Additionally, this has broken AI spawning and ability to complete mission.

  2. Hi, Im getting the following error.

    10:17:02 Error in expression <nSilent _unitGroup;
    ai_vehicle_units = (ai_vehicle_units + 1);
    
    _patrol = ["patr>
    10:17:02   Error position: <ai_vehicle_units + 1);
    
    _patrol = ["patr>
    10:17:02   Error Undefined variable in expression: ai_vehicle_units
    10:17:02 File z\addons\dayz_server\DZMS\Scripts\DZMSVehiclePatrol.sqf, line 14
    
    

    Line 14 is

    ai_vehicle_units = (ai_vehicle_units + 1);
    

    I can't seem to find where the original variable is set.

    Also, from what I can tell, its not really effecting the patrols, but I could be wrong.

     

    Thanks

  3. Hello,

     

    My server players seem to like the AI tough. I've made them difficult (at least I think I have), but I am right in assuming the following?

     

    DZMSSkills0 = [
        ["aimingAccuracy",0.10,0.12], <--- Higher is better
        ["aimingShake",0.45,0.55], <--- Lower is better
        ["aimingSpeed",0.45,0.55], <--- Lower is better
        ["endurance",0.40,0.50], <--- Higher is better
        ["spotDistance",0.30,0.45], <--- Higher is better
        ["spotTime",0.30,0.45], <--- Lower is better
        ["courage",0.40,0.60], <--- Higher is better
        ["reloadSpeed",0.50,0.60], <--- Lower is better
        ["commanding",0.40,0.50], <--- Higher is better
        ["general",0.40,0.60] <--- Higher is better
    ];

     

    I appreciate any responce.

     

    I would like to thank Vampire, this system was incredibly easy to install for a first timer and his support is fast and concise. It is a shame to see further development come to an end, but what has been done so far is brilliant. Kudos to you, Vampire.

     

×
×
  • Create New...