Missions for Taviana epoch can anyone help?

corkingx

Member
so ive bassicly got missions but they arent working

http://dayzepoch.com/forum/index.php?/topic/3779-4-types-of-side-missions-events/
thats the type of missions i use

my epoch events
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",10,"Military"],["any","any","any","any",25,"Treasure"],["any","any","any","any",40,"Supplyitems"],["any","any","any","any",55,"Construction"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"],["any","any","any","any",10,"Military.sqf"],["any","any","any","any",25,"Treasure.sqf"]];

Can anyone see whats wrong?

i edited the missions so the spawn rate is increased
_spawnChance = 47.70; // Percentage chance of event happening
 
It works now.i put the sqf files inside the mission.pbo not in a different map, and i put it in the server pbo modules.?

the only problem it gives now is that the debug monitor when you get it on, it flashes only right top corner mission description its really hard to see

how can i fix that so the mission doesnt go trough the debug monitor or elsewhere?
 
that will scroll a message server wide to anyone online and say whatever you want it to. You want to add this right before the mission spawns. like this
Code:
_variables
 
your mission code not started yet
 
enter what i posted here to announce to server
 
execute mission code
 
end code
 
Back
Top