Recent content by asdfqwerty

  1. A

    [Request] Epoch 1.0.3.1 combat log punishment script

    I agree with Halvhjearne. It would be the same to ban a certain range of IP's because some hacker changes his/her ip and GUID all the time. There will be (if only a few) small group of people who are doing nothing wrong, but get punished anyway. And that will cause you trouble as well. The...
  2. A

    DayZ Mission System

    Can anyone put me on the right track to make the AI use spawned vehicles? e.g. let a few of them sit in an armed humvee, or a static tripod. Just to spice things up a little :)
  3. A

    Earthquake

    I would like to know if this is possible as well. Would be kind of lame if you were to play with a group of people and only one of them can experience this earthquake while the others are like "meh?".
  4. A

    Switch day/night each restart

    Thanks sukkaed, haven't even thought about that one!
  5. A

    Switch day/night each restart

    Could anyone confirm this idea: If i were to set the Time type on local in the HiveEXT.ini, And then make a script that grabs the time like this: _gettime = daytime then make 2 array's with the times that should be day or night, and make a if/else to set the time on the server at the...
  6. A

    Switch day/night each restart

    Hello, I was wondering if it were possible to switch day with night each restart. For example with a 4 hour restart, it would be 4 hours day -> restart -> 4 hours night -> restart -> 4 hours day etc. etc. Could anybody point me in the right direction for making this possible?
  7. A

    DayzAH / infistar.de

    http://www.dayzah.com http://www.infistar.de They seem to be identical to each other, except for the updates (dayzah walks behind a few) Does anyone know what's up with this? Seems kinda strange that the same software is being sold for different prices/by different persons (maybe)?
  8. A

    spawning zombies

    Ebay, Am i correct that if i set this to zero: repeating=1; It will only activate once (each restart)?
  9. A

    DayZ Mission System

    Hey, Are you running epoch? (not sure if it makes a difference) If so, this is the line i use and it works perfectly: if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x) && (typeOf vehicle _x) != ""ParachuteWest"" && ((vehicle _x getVariable [""Sarge"",0] != 1) && (vehicle _x...
  10. A

    dayz_mission pbo for custom stuff

    Zombie forcespeed? explain. Autodownload? explain.
  11. A

    Static SARGE AI in Epoch spawn without weapons

    Hello, Recently i installed SARGE AI on my Epoch 1.0.2.5 server. It works well together with the DayZ mission system that can be found on this forum as well. I'm able to spawn to spawn static groups of AI perfectly on the place i want them to be, but they spawn without any weapons. The AI...
  12. A

    Sarge AI Static Spawn Points

    Hey, In order to get the right coords i suggest you go in game, go to the spot from which you'd like to have the coords, and look up the coords in your MySQL database. It will look something like this: [51,[6407.96,2713.38,1.851]] You will then have to take this part out...
  13. A

    DayZ Mission System

    With the new 1.0.2.5 patch they changed this line: if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n How to edit this line to make it compatible with SARGE AI? Everything works, but when i want to check the gear on...
  14. A

    Epoch, store playerUID instead of characterID.

    After looking up the basebuilding 1.2 you mentioned on youtube, i'm not sure if like how that system operates (many long codes etc.) But since my previous customizations only didn't apply on people with letters in their playerUID, Would it be possible to edit the sqf files which contain the...
  15. A

    Base Building DayZ 1.2 Released

    That's all?
Back
Top