Jump to content

[Official Release] EMS 0.3


Fuchs

Recommended Posts

  • 3 weeks later...

Hi

I have problem with EMS ,i am running WAI and EMS together on my server and WAI is working fine but EMS  does not displey map markers for the missions every time and sometimes missions spawn in the same spot ...like 3 at the some place on the map.

Any advice ?

 

Thanks in advance.

Link to comment
Share on other sites

Hi there,

I'm in need of help.

 

EMS 0.3 is running DZMS 1.0RC   It works great,  has the ikea missions, but it is missing some features that I really need which are located in DZMS 1.1 Final

 

https://codeload.github.com/SMVampire/DZMS-DayZMissionSystem/zip/master

 

I tried using the missions from EMS 0.3 and putting them into DZMS 1.1 Final but the missions never came up.  

Is there a way that you can update?   I really need 1.1 Final as it has the RPG for AI feature !

 

Any help is appreciated.

Thanks!

Link to comment
Share on other sites

Hi

I have problem with EMS ,i am running WAI and EMS together on my server and WAI is working fine but EMS  does not displey map markers for the missions every time and sometimes missions spawn in the same spot ...like 3 at the some place on the map.

Any advice ?

 

Thanks in advance.

 

 

A few mission files had typos in them.

 

Make sure the following is there;

 

 

[nil,nil,rTitleText,"A bandit hunting party has been spotted! Check your map for the location!", "PLAIN",10] call RE;

 
//DZMSAddMinMarker is a simple script that adds a marker to the location
[_coords,_missName] ExecVM DZMSAddMinMarker;                       <------ NOTE: THIS IS FOR THE MIN MISSION, if mission is a MAJ mission, then point to DZMSAddMajMarker

 

 

I don't remember which files had typos, but that will fix your problem. 

 

You can also edit the size of the circle, color, and circle fill type. 

 

That is located under EMS > Scripts > DZMSAddMajMarker.sqf and DZMSAddMinMarker.sqf

 

Hope that helps,

Link to comment
Share on other sites

  • 1 month later...

ertatu, on 06 Aug 2014 - 10:16 PM, said:snapback.png

Hello, any question please.

 

Is possible work with static loot in box similar that version 0.2.6 ?

 

Thank you

Help me please people.

 

 

Is not possible. I have read the complete forum for static spawns (like M2 Station, ZU23 station etc). But i have found something that can help you:

//tent creation

_tent = createVehicle ["TentStorage", _coords,[], 0, "NONE"];
[_tent] call DZMSProtectObj;
 
//insert here the loot " ["Yourloot", Type];
//_tent addWeaponCargoGlobal   ["ItemCompass", 2];
_tent addWeaponCargoGlobal   ["ItemGPS", 3];
_tent addWeaponCargoGlobal   ["NVGoggles", 1];
//_tent addWeaponCargoGlobal   ["ItemKnife", 2];
_tent addWeaponCargoGlobal   ["ItemToolbox", 2];
//_tent addWeaponCargoGlobal   ["ItemMatchbox", 2];
_tent addWeaponCargoGlobal   ["MP5A5", 2];
_tent addWeaponCargoGlobal   ["glock17_EP1", 2];
_tent addMagazineCargoGlobal ["FoodCanBakedBeans", 4];
_tent addMagazineCargoGlobal ["ItemBandage", 4];
_tent addMagazineCargoGlobal ["ItemMorphine", 4];
_tent addMagazineCargoGlobal ["ItemPainkiller", 4];
_tent addMagazineCargoGlobal ["ItemAntibiotic", 2];
_tent addMagazineCargoGlobal ["ItemBloodbag", 2];
_tent addMagazineCargoGlobal ["ItemJerryCan", 2];
_tent addMagazineCargoGlobal ["30Rnd_9x19_MP5", 5];
_tent addMagazineCargoGlobal ["17Rnd_9x19_glock17", 4];
_tent addMagazineCargoGlobal ["ItemBriefcase100oz", 2];
 
This will create a tent and insert all in this tent what you define.
 
 
 
My problem ;D
 
Is there a way to create a static spawn like a M2 Station or a vehicle like HMMWV that the AI drives??
Link to comment
Share on other sites

 

ertatu, on 06 Aug 2014 - 10:16 PM, said:snapback.png

Help me please people.

 

 

Is not possible. I have read the complete forum for static spawns (like M2 Station, ZU23 station etc). But i have found something that can help you:

//tent creation

_tent = createVehicle ["TentStorage", _coords,[], 0, "NONE"];
[_tent] call DZMSProtectObj;
 
//insert here the loot " ["Yourloot", Type];
//_tent addWeaponCargoGlobal   ["ItemCompass", 2];
_tent addWeaponCargoGlobal   ["ItemGPS", 3];
_tent addWeaponCargoGlobal   ["NVGoggles", 1];
//_tent addWeaponCargoGlobal   ["ItemKnife", 2];
_tent addWeaponCargoGlobal   ["ItemToolbox", 2];
//_tent addWeaponCargoGlobal   ["ItemMatchbox", 2];
_tent addWeaponCargoGlobal   ["MP5A5", 2];
_tent addWeaponCargoGlobal   ["glock17_EP1", 2];
_tent addMagazineCargoGlobal ["FoodCanBakedBeans", 4];
_tent addMagazineCargoGlobal ["ItemBandage", 4];
_tent addMagazineCargoGlobal ["ItemMorphine", 4];
_tent addMagazineCargoGlobal ["ItemPainkiller", 4];
_tent addMagazineCargoGlobal ["ItemAntibiotic", 2];
_tent addMagazineCargoGlobal ["ItemBloodbag", 2];
_tent addMagazineCargoGlobal ["ItemJerryCan", 2];
_tent addMagazineCargoGlobal ["30Rnd_9x19_MP5", 5];
_tent addMagazineCargoGlobal ["17Rnd_9x19_glock17", 4];
_tent addMagazineCargoGlobal ["ItemBriefcase100oz", 2];
 
This will create a tent and insert all in this tent what you define.
 
 
 
My problem ;D
 
Is there a way to create a static spawn like a M2 Station or a vehicle like HMMWV that the AI drives??

 

 

Spawn the vehicle, get the AI as a local variable, and then use the MoveInDriver and MoveInCargo commands.

Link to comment
Share on other sites

  • 2 months later...

I am getting the following errors spamming the log. 

waitUntil {DZMSMinDone};
DZMSMinDone = nil;
};>
16:47:27   Error position: <DZMSMinDone};
DZMSMinDone = nil;
};>
16:47:27   Error Undefined variable in expression: dzmsmindone
16:47:27 File z\addons\dayz_server\EMS\Scripts\DZMSMinTimer.sqf, line 36
16:47:27 Error in expression <or Mission %1.",_varName];


waitUntil {DZMSMajDone};
DZMSMajDone = nil;
};>
16:47:27   Error position: <DZMSMajDone};
DZMSMajDone = nil;
};>
16:47:27   Error Undefined variable in expression: dzmsmajdone
16:47:27 File z\addons\dayz_server\EMS\Scripts\DZMSMajTimer.sqf, line 36
16:47:27 Error in expression <or Mission %1.",_varName];
 

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 year later...
  • 8 months later...

Can i get a little help with this mission pack please ?

After installing the server loads well and missions start..

The locations show on the map but when i get to the missions there is either nothing there :( Or the crates and stuff will be there but no AI :( 

Does this even work with 1.0.5.1 epoch ? 

nevermind all fixed used this 1 instead :) 

 

Link to comment
Share on other sites

  • 5 months later...
Quote

15:23:23 [EMS]: Running Minor Mission SM12.
15:23:23 Error in expression <] call DZMSProtectObj;

[_coords,6,1] ExecVM DZMSAISpawn;
sleep 1;
[_coords,6,>
15:23:23   Error position: <ExecVM DZMSAISpawn;
sleep 1;
[_coords,6,>
15:23:23   Error execvm: Type code, expected String
15:23:23 File z\addons\dayz_server\EMS\Missions\Minor\SM12.sqf, line 25
 

How to fix?

 

Napf

Link to comment
Share on other sites

  • 8 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
×
×
  • Create New...