Jump to content

[Release] DayZ Mission System


TheVampire

Recommended Posts

  On 2/19/2014 at 2:43 PM, RipSaw said:

Added the new crates to all of the new Major missions, Minor coming soon

 

https://www.dropbox.com/s/gq62gji8t5q90jl/Major.rar

 

 

NOTE: None of these have been tested, please send me all errors in a PM

 

  On 2/19/2014 at 3:31 PM, RipSaw said:

Minor missions:

 

https://www.dropbox.com/s/0qbikof7eb75ftk/Minor.rar

 

 

woo 100th post

Thx alot :D

Link to comment
Share on other sites

Forgot some more in another file.... ill fix it after dinner.

 

Forgot to put the new files on my server lol, testing now

 

Update: still some issues, fixing them at the moment

 

Update: Its only spawning grenades and backpacks at the moment, checking code for more missed stuff

Link to comment
Share on other sites

I just pushed a commit to github that may fix the "Error DZMSOpenRamp.sqf not found" errors when the new prototype epoch mission runs.

 

Its 3 small changes to 3 files.

https://github.com/SMVampire/DZMS-DayZMissionSystem/commit/f800cd030c6898f2ab2ca125eaea8fa3549c7a5c

 

If anyone can give me some feedback on it, that would be great.

Link to comment
Share on other sites

  On 2/19/2014 at 4:54 PM, TheVampire said:

I just pushed a commit to github that may fix the "Error DZMSOpenRamp.sqf not found" errors when the new prototype epoch mission runs.

 

Its 3 small changes to 3 files.

https://github.com/SMVampire/DZMS-DayZMissionSystem/commit/f800cd030c6898f2ab2ca125eaea8fa3549c7a5c

 

If anyone can give me some feedback on it, that would be great.

Will give this a try :)

Link to comment
Share on other sites

Tried to use static locations for Taviana, and it doesn't work.

 0:31:48 "[DZMS]: Running Minor Mission SM5."
 0:31:49 Error in expression <me] ExecVM DZMSAddMinMarker;


_crash = createVehicle ["HMMWVwreck",_coords,[], >
 0:31:49   Error position: <createVehicle ["HMMWVwreck",_coords,[], >
 0:31:49   Error Type Array, expected Number
 0:31:49 File z\addons\dayz_server\DZMS\Missions\Minor\SM5.sqf, line 19
 0:31:49 Error in expression <;
DZMSMinName = _this select 1;

_nul = createMarker ["DZMSMinMarker", DZMSMinCo>
 0:31:49   Error position: <createMarker ["DZMSMinMarker", DZMSMinCo>
 0:31:49   Error Type Array, expected Number
 0:31:49 File z\addons\dayz_server\DZMS\Scripts\DZMSAddMinMarker.sqf, line 10
DZMSStaticPlc = true;

// Array of static locations. X,Y,Z
DZMSStatLocs = [
[[17380.426,5279.2412,0],
[8467.2363,7764.6978,0],
[15444.671,8667.6758,0],
[8463.8125,5510.5239,0],
[16104.994,15535.804,0],
[7729.2627,7001.7979,0],
[15078.381,15698.128,0],
[5759.5493,9423.253,0],
[13809.14,19294.951,0],
[6098.1333,8610.5947,0],
[10285.479,19396.813,0],
[4265.5854,7978.0996,0],
[8594.7168,19659.965,0],
[2260.0608,6925.2681,0],
[12143.011,14925.385,0],
[4775.9395,6315.7642,0],
[12676.353,12593.693,0],
[14468.995,10629.646,0],
[8412.1973,3045.4038,0],
[10173.31,5819.1787,0],
[9473.5557,2013.2627,0],
[9421.4414,5169.317,0],
[9845.7949,3310.0532,0],
[10864.61,620.55743,0]]
];
Link to comment
Share on other sites

  On 2/19/2014 at 11:35 PM, cen said:

 

Tried to use static locations for Taviana, and it doesn't work.

 

 

You have too many brackets in your coord array, so its returning an array of all your arrays.

 

the [ and ]; are already your containing brackets, so you need to do just [0,0,0],[0,0,0] etc

Link to comment
Share on other sites

  On 2/19/2014 at 4:54 PM, TheVampire said:

I just pushed a commit to github that may fix the "Error DZMSOpenRamp.sqf not found" errors when the new prototype epoch mission runs.

 

Its 3 small changes to 3 files.

https://github.com/SMVampire/DZMS-DayZMissionSystem/commit/f800cd030c6898f2ab2ca125eaea8fa3549c7a5c

 

If anyone can give me some feedback on it, that would be great.

 

So I did this,

The ramp just does not open now.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...