deadeye Posted December 31, 2013 Report Share Posted December 31, 2013 Could'nt clear Major Mission 10Mission 10 looks okay. Do you mean major mission 7? Link to comment Share on other sites More sharing options...
Nekuan Posted December 31, 2013 Report Share Posted December 31, 2013 Mission 10 looks okay. Do you mean major mission 7? No he meant major 10 (the airdrop) There are some problems with clearing missions depending on which version you use @WEB11: i don't think you actually need DZAI in order to make the missions work. they spawn their own AI (add_unit.sqfs). So they neither use Sarge nor DZAI you just need the variable in order to prevent cleanup from deleting anything spawned by the mission Link to comment Share on other sites More sharing options...
IGoGI Teasy Posted December 31, 2013 Report Share Posted December 31, 2013 i changed "Sarge" to "DZAI" and i works great Link to comment Share on other sites More sharing options...
AntonioMaster Posted December 31, 2013 Report Share Posted December 31, 2013 please write where ere you take the latest DZAI and plese write how to install Link to comment Share on other sites More sharing options...
Nekuan Posted December 31, 2013 Report Share Posted December 31, 2013 please write where ere you take the latest DZAI and plese write how to install http://opendayz.net/forums/DZAI/ Link to comment Share on other sites More sharing options...
AntonioMaster Posted December 31, 2013 Report Share Posted December 31, 2013 Really i did all by the insatruction 1)https://github.com/dayzai/DayZBanditAI after 2)https://github.com/TheFuchs/EMS-Epoch-Mission-System NOT SHOWING ON THE MAP ONLY SOME BOTS RUNNING IN DIFFERENT CYTIES Link to comment Share on other sites More sharing options...
AntonioMaster Posted December 31, 2013 Report Share Posted December 31, 2013 Oh,I have mission (i wait a little time and they appear) but i also have bots from dayzai they ere running in evcery sity !!!HOW to swith off them Link to comment Share on other sites More sharing options...
Picking Posted December 31, 2013 Report Share Posted December 31, 2013 Anto read the dzai help on open dayz they have all your answers about dzai there. On how to change ai spawns :) Link to comment Share on other sites More sharing options...
Picking Posted December 31, 2013 Report Share Posted December 31, 2013 Missons have a timer on them that's why they take time to appear Link to comment Share on other sites More sharing options...
WEB11 Posted December 31, 2013 Report Share Posted December 31, 2013 Missons have a timer on them that's why they take time to appear How long after the server restarts will the first mission appear? Link to comment Share on other sites More sharing options...
AntonioMaster Posted January 1, 2014 Report Share Posted January 1, 2014 WEB11 near 13-20 min /who know how to switch off ai running on the map Ionly want my mission unit Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted January 1, 2014 Report Share Posted January 1, 2014 Any other missions bugged? I'm about to install this and I want to remove them until there is a fix. Please post the file names. thanks! Yeah, other missions are bugged. Sometimes there's no loot, or the AI aren't there... considering removing this from my server until the author comes back and can implement all the fixes are posting in a new version. Link to comment Share on other sites More sharing options...
Asian Kid Posted January 1, 2014 Report Share Posted January 1, 2014 Whats some good timing for the missions. don't want them all to early and don't want mission spawn at the same time. I have a 5 hour restart on my server. Link to comment Share on other sites More sharing options...
soad Posted January 1, 2014 Report Share Posted January 1, 2014 Hi guys so i've started a epoch server again and for the first time managed to get the mission system working. Well sort off they spawn and despawn, but I am unable to talk to Fry or Phil ( the ammo seller) and the hero vendor these are the 2 ive noticed so far. I reinstalled a fresh set of pbo's and can use them so it has something to do with dayzai or the EMS does anyone know what might be causing this. I'm guessing it might be dayzai skin clash but I have no real idea. Link to comment Share on other sites More sharing options...
Swash Posted January 1, 2014 Report Share Posted January 1, 2014 I have a very irritating issue with EMS. I've set the server to 5 m static time. If I'm running EMS every time someone joins or relogs their time is reset to 5am. So if someone has been in game for 3 hours it's 8 am for them, but if they die the log back into game with 5am. Anyone new logging in regardless of how long the server is running, also gets 5am. This makes this very complicated when one person in in the dark and another has full sun! This happens on three servers. Epoch Clean Test Server (Clean Test server is 100% stock) No time reset Epoch Modded Test Server (no Epoch Mission System) No time reset Epoch Modded Test Server (with Epoch Mission System) Time resets for all clients Epoch Modded Main Server (with Epoch Mission System) Time resets for all clients Running Epoch 1.0.3.1 EMS 2.5 (also tested 2.6) List of Mod for Modded servers ONLY. Sarge AI BTK Cargo Artillery and Logistic (Towing/Lift) and Lock Restriction BTC Fast Rope Bury Corpses and Cannibalism Tent Sleep Self Blood Headshot Suicide Take Clothes Fire Dance Link to comment Share on other sites More sharing options...
Ventana Posted January 1, 2014 Report Share Posted January 1, 2014 I use SARGE. 1. Can someone tell me which of the 3 mission files these guys are working on is the one I should use? 2. Are all of them bugged? 3. Why are they jumping form one to the other instead of concentrating one one at a time? 4. Are they still supporting this? Inquiring minds want to know. Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted January 1, 2014 Report Share Posted January 1, 2014 The author of this script switched from Sarge's AI to DZAI. He is still actively developing, but he's on holiday for a few more days. Link to comment Share on other sites More sharing options...
WEB11 Posted January 1, 2014 Report Share Posted January 1, 2014 Is there a way to make it so the choppers and other vehicles in the missions can't be taken by players? Also is there a way to make loot random? Link to comment Share on other sites More sharing options...
denniskubach Posted January 2, 2014 Report Share Posted January 2, 2014 I'm having a lot of troubles with the missions not being able to get completed, is there anyway to fix that, or is there any of you that has a solution for that problem? Link to comment Share on other sites More sharing options...
thekaboobie Posted January 2, 2014 Report Share Posted January 2, 2014 I'm having a lot of troubles with the missions not being able to get completed, is there anyway to fix that, or is there any of you that has a solution for that problem? I was noticing this issue as well and I went through the mission files and noticed that some of the events were set to trigger completion on something that was not defined in the script. namely this line: waitUntil{{isPlayer _x && _x distance _hummer < 30 } count playableunits > 0} Notice where it says _hummer sometimes what it has in that position is not defined anywhere in the script. I went through and changed that to something that had been defined. for instance chopcrash uralcrash lootcrate etc... do this and they should all be able to be completed. Some of the missions do not have any loot box or vehicles to call completion on and they attempt to use the ai alive count. I have found that these generally do not work for me. as the add unit server2 and 3 sqf files do not seem to spawn ai properly. This tends to cause 1/2 things to happen. Either the missions becomes unable to be completed or they complete instantly as there are no ai present. I was unable to see a reason for those file to not function unless it was defining different groups for the ai as that seemed to be the only real difference present in them from the standard one. Anyway, long story short I changed ever instance of add unit server2 or 3 to add unit server.sqf and the ai spawning seems to work. However, you will need to add something to trigger the completion on. Like a loot crate/vehicle and use the above line instead of an ai alive count. Obviously this is not ideal but it is a work around that will get you buy until they get those missions in a more workable format. I hope that made sense and you are able to get everything working properly. Link to comment Share on other sites More sharing options...
Nekuan Posted January 2, 2014 Report Share Posted January 2, 2014 Is there a way to make it so the choppers and other vehicles in the missions can't be taken by players? Also is there a way to make loot random? If they can't be taken by players then what's the point of having these missions? Delete the particular missions if you don't want the players to have them. Fuchs 1 Link to comment Share on other sites More sharing options...
Fuchs Posted January 2, 2014 Author Report Share Posted January 2, 2014 Argh im on holidays every time i use the internet costs me a LOT of MONEY!! Stay tuned i come back in 2 dayz! Link to comment Share on other sites More sharing options...
Ironlung Posted January 2, 2014 Report Share Posted January 2, 2014 Does anyone know if you can change the clear message to only activate if all the AI are dead? Currently the mission complete messages trigger regardless of the AI, it happens as soon as the player reaches the crates. Link to comment Share on other sites More sharing options...
WEB11 Posted January 2, 2014 Report Share Posted January 2, 2014 If they can't be taken by players then what's the point of having these missions? Delete the particular missions if you don't want the players to have them. If you don't have a helpful answer then what's the point of replying? You don't know the type of server I run and the reason for my question. Link to comment Share on other sites More sharing options...
Ljs Posted January 3, 2014 Report Share Posted January 3, 2014 Ai does not attack player in Vodnik. (BMP2, M113, BRDM2, LAV25 .....) Ai can not attack APC. How can i slove? Link to comment Share on other sites More sharing options...