Search results

  1. L

    DayZ Mission System

    I have found that the crates spawn is most of the time, but they do disappear after a time, which is something I don't really mind, but I will look into it more..
  2. L

    DX | Custom Debug Monitor

    If you put it in using my instructions, you need to remove the call from the init!
  3. L

    DX | Custom Debug Monitor

    So I got this working, and with no conflict with the Journal, and no RPT errors. First create the custom_monitor.sqf in a 'fixes' folder in your mission.pbo Insert this code: [player,4,true,(getPosATL player)] spawn player_alertZombies; _kills = player...
  4. L

    DayZ Mission System

    Forked the git @ https://github.com/lazyink/DayZ-Missions
  5. L

    Stashes restoring items on restart!

    If you build a stash, fill it, wait for a restart and then empty it, after the following restart the stash will refill with the previous contents. Any ideas as to why this is happening? I have updated with all the latest fixes on Git.
  6. L

    DayZ Mission System

    Here are the updated Mission files ONLY. You will still need to download the BE filters from the previous post. This update fixes the kick issue we were having and also expands the missions, and adds another crate option. The missions now are as follows: Major Bandit Weapon Cache Bandits...
  7. L

    DayZ Mission System

    Yeah, we were having the same issue, and I am currently looking at why it may be happening.
  8. L

    DayZ Mission System

    I have updated my files with a more DayZ theme, fixed the problems with the ammo crates not spawning and added a new medical crate to some of the missions. I have also included two of the relevant BE filters to stop players getting kicked for some of the weapons I have added. You can grab the...
  9. L

    Adding a block for voice over side?

    Yeah, there seems to be something going on server-side that we don't have... yet. Going to go thru the vanilla server.pbo and see if I can find anything that may help!
  10. L

    Unbanned weapon & skin list for 1.7.7

    It shouldn'1 be happening if you have your addweaponcargo.txt BE filter set to kick for it.
  11. L

    DayZ Mission System

    I will be updating my version later. I will be redoing all the missions to make them fit the DayZ story a little more.
  12. L

    Adding a block for voice over side?

    That's great! I should leave the code you posted as is? I don't need to remove anything else?
  13. L

    Adding a block for voice over side?

    Sorry to be a pain, but into which file do I put this?
  14. L

    DayZ Mission System

    That looks like he was picking up the Radio of the corpses. Looking at how to fix this now!
  15. L

    DayZ Mission System

    The map gets marked, but due to the original code being for another map, they were spawning 2-3k off the map! This should be fixed in my version.
  16. L

    1.7.7 server pbo editing problems

    If you download your default pbo, then open it with PBOManager 1.4. Click on the gear icon, and it will bring up the pbo properties. You will see the prefix details there. You will need to copy these and set the new pbo with the same prefix. To add the prefix to the new pbo, just right click in...
  17. L

    Unbanned weapon & skin list for 1.7.7

    That tool is one of the admin menu available, from the looks of it...
  18. L

    DayZ Mission System

    Ok, here are the mission files: https://docs.google.com/file/d/0B5-q3-_HdEezWWpZNFROeHZPb1E/edit?usp=sharing I have modded the radius that the missions spawn at, which should solve the issue of sites spawning off the map. I have taken out the AS50, but have added some new weapons, that we...
  19. L

    DayZ Mission System

    Yes, the same missions, tho I will editing them a little to make them fit the story a bit better.
  20. L

    [Release] Car Radio

    Our anti-hacks are removing the option for players. What action should I be adding to the exception? I have already added CLAY_RadioVeh & CLAY_ID_RADIO but it is still being removed! Thanks!
Back
Top