BetterDeadThanZed Posted April 2, 2014 Report Share Posted April 2, 2014 I've been using DZMS for a while now but I might switch back to EMS instead, mainly because the missions time out in EMS if you don't complete them in time (They do, don't they?). With DZMS on Napf, I had to create custom spawn points for the missions because most of them spawned in the south side of the map and many in high, hard to reach locations. Are the spawn points the same in EMS? Link to comment Share on other sites More sharing options...
Madman2077 Posted April 7, 2014 Report Share Posted April 7, 2014 They do, you are better off using static spawn points for NAPF Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted April 7, 2014 Author Report Share Posted April 7, 2014 Looks like a lot of missions are spawning in the south, and in the side of mountains, just like with DZMS. Is there a way to add custom spawn points with EMS? With DZMS, there was this in the config: // Array of static locations. X,Y,Z DZMSStatLocs = [ [0,0,0], [0,0,0] ]; Doesn't look like EMS has that. Link to comment Share on other sites More sharing options...
an1m4l Posted April 18, 2014 Report Share Posted April 18, 2014 I'm right there with you on this bud Link to comment Share on other sites More sharing options...
jgalla5400 Posted June 9, 2014 Report Share Posted June 9, 2014 I have added static points in my DZMSConfig.sqf as below to stop mission spawn locations , Ive added the location section below for you , works finf ro us on DWMS on the NAPF map//////////////////////////////////////////////////////////////////////////////////////////// Do you want to use static coords for missions?// Leave this false unless you know what you are doing.DZMSStaticPlc = true;DZMSStatLocs = [// Array of static locations. X,Y,Z[10185,10306,0],[11180,18313,0],[10049,18488,0],[10631,18568,0],[10304,17658,0],[11081,17179,0],[9829,17146,0],[9246,16745,0],[8740,16831,0],[8148,16711,0],[9479,15937,0],[8704,15400,0],[7728,15336,0],[7127,15429,0],[5925,16157,0],[6109,15490,0],[5003,15614,0],[5573,14472,0],[4686,14935,0],[3875,13984,0],[5446,13647,0],[4556,12971,0],[5488,13148,0],[5436,12258,0],[6304,13223,0],[6950,13712,0],[7431,14574,0],[8601,14736,0],[9589,14918,0],[10269,14382,0],[10521,15350,0],[11190,15469,0],[11427,15946,0],[11389,15050,0],[11230,14661,0],[11813,14599,0],[11928,13951,0],[10990,14202,0],[13220,15110,0],[13090,16063,0],[13055,14312,0],[13060,13551,0],[14025,13140,0],[14753,13330,0],[15526,12095,0],[13604,11903,0],[12776,12619,0],[12334,12073,0],[11713,13105,0],[11080,12477,0],[9801,12851,0],[9499,13771,0],[8880,13916,0],[7868,13816,0],[7289,12978,0],[6549,12332,0],[7307,12033,0],[6646,11559,0],[6748,10793,0],[7242,10896,0],[5753,10387,0],[6040,9681,0],[5137,9771,0],[4803,10332,0],[4222,11023,0],[3309,9955,0],[2833,10599,0],[2990,11118,0],[3471,11666,0],[2905,12389,0],[2349,12404,0],[2506,11786,0],[1798,11120,0],[850,10985,0],[1025,10457,0],[1776,10222,0],[2686,9519,0],[1516,8908,0],[2863,8985,0],[3870,8699,0],[4825,9078,0],[4673,8330,0],[3905,7317,0],[2661,6776,0],[4671,6325,0],[5521,7310,0],[3631,5147,0],[5052,5325,0],[4668,3487,0],[5536,2300,0],[6998,4556,0],[6377,5863,0],[7279,5517,0],[8429,4681,0],[9913,5369,0],[8521,5828,0],[9187,4556,0],[6998,6621,0],[10115,6349,0],[9504,8220,0],[8599,8130,0],[7254,8793,0],[9793,9000,0],[10402,8349,0],[11646,9005,0],[11033,9977,0],[11881,10191,0],[12217,9660,0],[13873,10074,0],[12038,11149,0],[14579,10964,0],[14901,11710,0],[15821,11418,0],[19048,13114,0],[17317,11859,0],[12965,5227,0],[14530,5238,0],[15489,5540,0],[16563,4740,0],[16254,4025,0],[16253,3497,0],[16361,3125,0],[16768,2849,0],[17684,2902,0],[18148,3721,0],[18052,4058,0],[19104,6691,0],[16153,8026,0],[19082,12026,0],[18474,16943,0],[1336,12117,0]]; Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now