Jump to content

[IN DEVELUPMENT] More WAI Mission's


(AOW)Recon

Recommended Posts

 

LARGE CONVOY

 

This Mission is harder then all the mission's on the WAI or DZMS

 

There Are 3 Heli's that come in 

 

1st - one Come's at 300 seconds after and drop's 10 troop's 

 

2nd - one comes in shortly after like 30-MIN Drop's the same amount of troop's 

 

3rd - Then the 3rd one drop's no troop's and is an attack heli (UH60M) AKA "Black Hawk"

 

There Are About 20-30 Troop's at the start of the mission

 

 

IMAGE

 

https://www.dropbox.com/sh/ecqwqhnqaps21pq/AABYdcgZ8QlkS68zWh4hUERya?dl=0

 

attachicon.gifLargeConvoy.jpg

 

Sounds for me like:

- Spawn troops

- sleep 300

- spawn heli paradrop

- sleep random 1800

- spawn uh60

Or im wrong?

Link to comment
Share on other sites

  • 2 weeks later...

You'll have to change this part too mate.

		wai_hero_missions			= [ 								
										["black_hawk_crash",10],
										["armed_vehicle",12],
										["bandit_base",10],
										["captured_mv22",12],
										["ikea_convoy",12],
										//["destroyed_ural",16],
										["disabled_milchopper",12],
										["mayors_mansion",10],
										["weapon_cache",12],
										["bandit_patrol",10]
									];
		wai_bandit_missions			= [
										["armed_vehicle",12],
										["black_hawk_crash",14],
										["captured_mv22",6],
										["broken_down_ural",14],
										["hero_base",6],
										["ikea_convoy",8],
										["medi_camp",16],
										["presidents_mansion",6],
										["sniper_extraction",8],
										["weapon_cache",10]
									];
Link to comment
Share on other sites

Looking at the convoy mission Im a bit confused. At the end where it fills the crate with the variable arrays from the config, there are numbers next to the variables. What do they represent? Are they the total number of items from that variable array which will fill the box?

[_crate,[4,crate_weapons_buildables],[20,crate_tools_buildable],[70,crate_items_buildables_large],4] call dynamic_crate;

and then there is that number 4 sitting off at the end all by itself... Im looking in the mission examples but there is nothing like this that I can see...

Link to comment
Share on other sites

to see what the 4 is you will need to check the function (if I remember right) it should be in the file called something like dynamic_crate.

there you will need to see which variable has something like this:

_someVariable = _this select 3;

If I counted that right ;D

Then you can see what the variable is used for in the script :)

Link to comment
Share on other sites

to see what the 4 is you will need to check the function (if I remember right) it should be in the file called something like dynamic_crate.

there you will need to see which variable has something like this:

_someVariable = _this select 3;

If I counted that right ;D

Then you can see what the variable is used for in the script :)

what about those other numbers within the array?

Link to comment
Share on other sites

the numbers have to add up to 100 in total for each class hero or bandit

I dont think we're talking about the same thing bud. Look up a couple of posts

 

I think you're referring to where you call the missions in the config. Im talking about this box array in a specific mission

Link to comment
Share on other sites

  • 2 months later...

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
  • Discord

×
×
  • Create New...