Jump to content

Xatu

Member
  • Posts

    47
  • Joined

  • Last visited

Posts posted by Xatu

  1. ["Sektor B",[22420.1,19601.4,0.00143862],"B_Heli_Light_01_armed_F",5000,[2,1],1] call A3EAI_createCustomVehicleSpawn;
     1:44:49 "Epoch: Spawning vehicles"
     1:44:49 Error in expression <li_Light_01_armed_F",5000,[2,1],1] call A3EAI_createCustomVehicleSpawn;
    ["Sektor>
     1:44:49   Error position: <A3EAI_createCustomVehicleSpawn;
    ["Sektor>
     1:44:49   Error Undefined variable in expression: a3eai_createcustomvehiclespawn
     1:44:49 File @EpochHive\A3EAI_custom_defs.sqf, line 53
    

    and

    is there a way to reduce the spawn timer for the Custom Spawns ? 

  2. I just copied from the editor. 

    Where i have to set the ] ?

    ["Sektor B ",[22586.9,19796.7,1.00143862],2000,40,3,true,1600] call A3EAI_createCustomSpawn;
    13:54:36 Error in expression <0 = [40,0,2000,thisTrigger,3,Sektor B ] call A3EAI_spawnBandits_custom;>
    13:54:36   Error position: <B ] call A3EAI_spawnBandits_custom;>
    13:54:36   Error Missing ]
  3. Hey i host a Taviana Server and try to get the Bots on Sektor B

     

    I did this :

    // AI Group Count per City
    // Default is 3 Groups
    VEMFGroupCnt = 6;
     
    // Enable Timeout?
    // In false waits forever
    VEMFTimeout = false;
     
    // Blacklist Zone Array -- missions will not spawn in these areas
    // format: [[x,y,z],radius]
    // Ex: [[06325,07807,0],300] //Starry Sobor
    VEMFBlacklistZones = [
    [[6803,7344,344],17000],
    [[24429.4,1339.08,39.757],300]
     
    _townArr = nearestLocations [_cntr, ["NameCityCapital","NameCity","NameVillage"], 30000];
     
    But the Mission don´t come  :(
     
    My RPT
     
     
    Xatu
  4. I try to give the Bots MAS Weapons but they spwan with normal Weapons °°

    I changed this : 
     

    VEMFRiflesList = [
    	"arifle_mas_fal","arifle_mas_lee","srifle_mas_hk417_sd","srifle_mas_m107","srifle_mas_m24","arifle_mas_mp5","arifle_mas_ak_74m_sf",
    	"arifle_mas_bizon","arifle_mas_m70","srifle_mas_svd","srifle_mas_svd_sd","srifle_mas_vss","srifle_mas_ksvk_h","arifle_mas_aks74u",
    	"LMG_mas_pkm_F","LMG_mas_rpk_F","srifle_mas_m24_d","arifle_mas_g3s","arifle_mas_mk17_sd","arifle_mas_g36c_e",
    	"arifle_mas_m4_gl_d","arifle_mas_hk417_m203c"
    ];
    
    // AI Pistol Array
    VEMFPistolsList = [
    	"hgun_mas_mp7_F","hgun_mas_mak_F"
×
×
  • Create New...