Search results

  1. Inkko

    [Support] DZMS DayZ Mission System

    I've had issues with DZMS since I think around 1.8.3. I changed my AI on death to just drop all their gear on the ground and delete.
  2. Inkko

    [Support] DZMS DayZ Mission System

    Are you all running 1.8.5 and having this issue?
  3. Inkko

    Dialog question

    recently figure out how to create dialogs and was wondering about something with them. If I have several different dialogs, is it bad to have the same names for dialogs if they just have different text fields? like this? Can I use the same IDD/IDC for all of them if I'm not calling a script...
  4. Inkko

    [Support] DZMS DayZ Mission System

    Looks like you're now missing a couple files: 12:00:45 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf not found 12:00:45 Warning Message: Script z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf not found 12:00:45 Warning...
  5. Inkko

    [Support] DZMS DayZ Mission System

    I would suggest this, create the DZMSspecialList where you did. in the mission you want to change you need to make the following change: should be something like this: [_crate,"weapons"] ExecVM DZMSBoxSetup; and change to: [_crate,"special"] ExecVM DZMSBoxSetup; then find DZMSBox.sqf then at...
  6. Inkko

    Server RPT got spammed

    if you're running 1.8.5 you might have made the mistake that I made with custom loot tables. You may have gone through and edited some commented out items you wanted added in but didn't notice they were not in the correct format. I enabled the diag_log for the loot to narrow down what it could...
  7. Inkko

    [Support] DZMS DayZ Mission System

    I use that box all the time, I'm working on a script right now for 1.8.5 that uses that box and its spawning in just fine.
  8. Inkko

    [Support] DZMS DayZ Mission System

    AmmoBoxBig
  9. Inkko

    Loot drop event based on sensors?

    Well i dunno why but I got it all setup for server side, its still a little buggy but the parachute just isn't being created. Nothing in the RPT about it as well. Test it mission side and it works perfectly fine without any bugs... so i might just make it all mission side if its not gonna work...
  10. Inkko

    Loot drop event based on sensors?

    Finally got it working. Still needs some work, but it'll work once then not again no matter what sensor is triggered... so just something I messed up somewhere with it thinking the events are all triggered after only one is or maybe something else that is stopping it. Well... I feel stupid on...
  11. Inkko

    Loot drop event based on sensors?

    I would have thought that the script would throw an error or something if it stopped at some point.. but nothing. I setup a bunch of diag_logs throught the file so I can see what its doing step by step and where it is stopping. Also made some changes so maybe that'll fix the issues.
  12. Inkko

    Loot drop event based on sensors?

    scratch that it was working with everything in the sensor I just misnamed and didn't have the right file path for the server side script. So I have the sensors that handle stuff, have a couple variables in the init.sqf. Then server side I have a publicvariableeventhandler that does the server...
  13. Inkko

    Loot drop event based on sensors?

    I haven't really done much with sensors but would it be possible to have some statements and checks in the activation portion of the script? Nvm had time to test it and something like that does work, so I have a way to broadcast the PV now without having to execute a script on the player. So...
  14. Inkko

    Loot drop event based on sensors?

    At the moment I already have the full script completed now... but then I thought about it and was like "hmmm... the activating player is having to do all this... maybe i should make it serverside somehow". So i guess I'll try and figure out how to get it to work server side. This is the code...
  15. Inkko

    Loot drop event based on sensors?

    What would be the best way to make a sensor for someone entering the area? Just use a sensor in the mission.sqm and broadcast a PV that'll start the script server side?
  16. Inkko

    Loot drop event based on sensors?

    Anyone know if it'd be better to make this all server side with a mission side trigger? That way its not the activating player that is handling the whole script?
  17. Inkko

    Loot drop event based on sensors?

    the box looks kinda lame compared to the parachute... but not really anything bigger available with 1.8.5...
  18. Inkko

    Loot drop event based on sensors?

    I always come up with random ideas and end up dropping them haha... but not this time! Oh ya and this idea is for dayz 1.8.5 I was thinking about something like an event for players, not like the crash sites how they'll randomly spawn around the map, but more like an area specific event for...
  19. Inkko

    Accelerated time for Dayz 1.8.5

    When I was poking around I noticed that it calls some mission side stuff as well as server side stuff to sync the time tho!
  20. Inkko

    Accelerated time for Dayz 1.8.5

    Well i couldn't figure it out lol
Back
Top