Wasteland ARMA II Mos : Server Details

Would this be the correct code to set the spawned AI rating?

Code:
//Anti Vehicle
_leader = _group createunit ["GUE_Soldier_1", [(_pos select 0) + 10, _pos select 1, 0], [], 0.5, "Form"];
removeAllWeapons _leader; 
addrating -9999;
_leader addMagazine "PG7V";
_leader addMagazine "PG7V";
_leader addWeapon "RPG7V";
_leader addMagazine "30Rnd_545x39_AK";
_leader addMagazine "30Rnd_545x39_AK";
_leader addMagazine "30Rnd_545x39_AK";
_leader addWeapon "AKS_74_U";

or would it be something like
Code:
unit addrating -9999;
 
Code:
//Anti Vehicle
_leader = _group createunit ["GUE_Soldier_1", [(_pos select 0) + 10, _pos select 1, 0], [], 0.5, "Form"];
removeAllWeapons _leader; 
_leader addrating -9999;
_leader addMagazine "PG7V";
_leader addMagazine "PG7V";
_leader addWeapon "RPG7V";
_leader addMagazine "30Rnd_545x39_AK";
_leader addMagazine "30Rnd_545x39_AK";
_leader addMagazine "30Rnd_545x39_AK";
_leader addWeapon "AKS_74_U";

//Support
_man2 = _group createunit ["GUE_Soldier_1", [(_pos select 0) - 30, _pos select 1, 0], [], 0.5, "Form"];
removeAllWeapons _man2; 
_man2 addrating -9999;
_man2 addMagazine "75Rnd_545x39_RPK";
_man2 addMagazine "75Rnd_545x39_RPK";
_man2 addWeapon "RPK_74";

And so on?
 
Had an awesome time ferrying OpFor around all night in my Merlin! Got shot down a few times but managed to put her safely on the deck, fight off the enemy, pick up all their money and get her repaired. Quality. Just need missions running like they do on 2.4.
 
Melbo is it possible to add the ghillie suit back to Independents? Think I am right in saying the PMC classes were added to give Inde some medics and Engineers. So there would be 3 classes for Inde:

Field Technician
Field Medic
Sniper Ghille Suit
 
Nice meeting you all on teamspeak last night,had great fun at the sky tower with some aussie guy(4got his name) sniping players and to top things of all 5 of us on ts got blow to bits in our black suv by random indie lol!

Even tho some unethical play happen at the skytower it was great night.Cya on teamspeak night I guess.
 
Melbo is it possible to add the ghillie suit back to Independents? Think I am right in saying the PMC classes were added to give Inde some medics and Engineers. So there would be 3 classes for Inde:

Field Technician
Field Medic
Sniper Ghille Suit

If I can find a model on independent that has a ghille suit it won't be a problem!

We really need to test 2.4 with groups asap as either 2.7 just doesn't work as well or changes we have made are somehow effecting the mission times.
 
If I can find a model on independent that has a ghille suit it won't be a problem!

We really need to test 2.4 with groups asap as either 2.7 just doesn't work as well or changes we have made are somehow effecting the mission times.

You removed all the crashed choppers from 2.7? Maybe try only 1 random heli Spawn.
 
Back
Top Bottom