Jump to content
  • 0

WAI custom spawns half working


FragZ

Question

I have some custom spawns set in my customspawns.sqf... So far it was working like a charm. For some reason for 4 days now, only AIs in NWAF, and novylug spawns. Not those in the VILLA  (my president ai salvationish base)

Here is the code

Place your custom group spawns below
*/

// Villa

[[13638.168, 3179.3184, 0.6501925],7,0.7,"Random",14,"","Soldier1_DZ","Random"] call spawn_group;      //Group1
[[13624.906, 3200.7109, -8.392334e-005],7,0.7,"Random",12,"","Soldier1_DZ","Random"] call spawn_group;      //Group2
[[13638.168, 3179.3184, 0.6501925],1,1,"LeeEnfield",3,"","Functionary1_EP1_DZ","Random"] call spawn_group;      //President
//Novylug

[[9610.84,11279.6,0],7,1,"Random",8,"","Soldier1_DZ","Random"] call spawn_group;      //Patrol

//NWAF base

[[4481.76,10249.8,0],7,1,"Random",8,"","Soldier1_DZ","Random"] call spawn_group;      //Patrol


Turret part of the base.

//President villa turret

[[[13638.168,3179.3184,0.6501925]],"M2StaticMG",0.7,"Soldier1_DZ",1,5,"","Random"] call spawn_static;

Any ideas what is wrong here? Sometimes they spawn sometimes they don't. Either all spawn or none spawns.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

ok I see some issues
 

[[13638.168, 3179.3184, 0.6501925],                 //position
7,                        //Number Of units
0.7,                        //Skill level 0-1 or skill array number if using custom skills "Random" for random Skill array.

"Random",                 //Primary gun set number. "Random" for random weapon set.
14,                        //Number of magazines
"",                       //Backpack "" for random or classname here.
"Soldier1_DZ",             //Skin "" for random or classname here.
"Random"                  //Gearset number. "Random" for random gear set.
] call spawn_group;

Lets see if you can find the problem(s)? now =)

Link to comment
Share on other sites

  • 0

ok I see some issues

 

[[13638.168, 3179.3184, 0.6501925],                 //position
7,                        //Number Of units
0.7,                        //Skill level 0-1 or skill array number if using custom skills "Random" for random Skill array.

"Random",                 //Primary gun set number. "Random" for random weapon set.
14,                        //Number of magazines
"",                       //Backpack "" for random or classname here.
"Soldier1_DZ",             //Skin "" for random or classname here.
"Random"                  //Gearset number. "Random" for random gear set.
] call spawn_group;

Lets see if you can find the problem(s)? now =)

OH lol 14 mags xDDDD

Wrong spot. Thank you!

Edit: changed it to 8 still not working.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...