Search results

  1. D

    AI Vehicle Convey - Agro Issue

    I've got that covered in terms of making them non-friendly. But to make sure, if they are shooting at me when all on foot, they should shoot in vehicle right? That works. Also I am physically setting them to not like other side when spawning. The problem is if they are traveling to a...
  2. D

    DZMS ai not engaging players

    Did you have a different skin each time?
  3. D

    Silent Warrior Anti-hack/ Admin tool.

    It doesn't matter for epoch, just put 1. That only matters if they are connecting to a reality type hive.
  4. D

    AI Vehicle Convey - Agro Issue

    I wrote a loop to make them aware of any players that are nearby. If the player is in a vehicle, they light it up. On foot, still having issues.
  5. D

    Help! Need Fix to clear debris from roads

    I implimented vehicle spawns like regular dayz and got rid of dynamic. Haven't added the crafted menu yet, but it is possible. Just haven't gotten to it yet.
  6. D

    Help! Need Fix to clear debris from roads

    They were very sneaky in moving things to object configs and other type places to circumvent your ability to have AI, missions, ect. If you want the true vanilla experience, then you are in luck . If you want to do much customization (which is the point of this forum), you will have much more...
  7. D

    AI Vehicle Convey - Agro Issue

    I've got an armored AI vehicle convoy moving across the map from one waypoint to another. They drive past you without shooting. I seem to remember that ai only search for targets when they reach a waypoint, before they move to next. Can anyone confirm this? Also do you know a way to make...
  8. D

    Help! Need Fix to clear debris from roads

    Most of us decided to abandon 1.8.3. I moved my servers to Epoch.
  9. D

    [Support] DZMS DayZ Mission System

    If you have DZAI and DZMs on 1.8.2 and someone with 1.8.3 tries to join your server, it will kill all the ai and none more will spawn till server is rebooted. I did soem research into how it is happening and it appears to me they moved some antihack in such a way the client is telling the...
  10. D

    epoch Scripting Help

    I did google plenty. Thanks for posting it. Turns out the problem was dayz commander. Used dayz launcher and it works perfect. Commander was doing something odd and not setting up the files right.
  11. D

    epoch Scripting Help

    There is probably a really obvious answer to this and I just don't see it. I just put together an Epoch Test Server. Runs Fine. If I edit anything in the mission files (they are unpacked - tried packed as well) after the game starts, I end up at end of load listening to the ocean and seeing...
  12. D

    [Support] DZMS DayZ Mission System

    _plane spawn {sleep 60;deletevehicle _this}; _plane being whatever the variable is that referes to the airdrop. It is _plane in my version. Put that at end of mission so it fires when its complete. You may want to add something to kill the pilot, but most likley the fall will solve your...
  13. D

    Bear Traps ????

    Can't help you there
  14. D

    Bear Traps ????

    Yes, but it can be a bit messy. What version are you running and are you running reality or something?
  15. D

    [Help/Discussion] Zabns Take Clothes

    I probably wasn't clear enough. Inside the file for selfactions you modified, something is in the wrong place. Go back and look at the instructions. If you can't figure out your mistake, paste the contents of your self action file into here.
  16. D

    [Help/Discussion] Zabns Take Clothes

    You put something in the wrong section in your selfactions file. Relook at that part. Its clearing the action each iterations and reapplying it.
  17. D

    dayZ (arma) AI Controlled Bus Route.

    I'm assuming you stuck this somwhere that it will actually run on the client since you are exiting out of it on the serverside. Since your bus variable is on the serverside though.... if (isserver) exitwith{}; while (true) do { deleteMarker["MTVR"; _markerpos = createmarker["MTVR",getpos...
  18. D

    Kill messages 1.8.2?

    This was ShootingBlanks effort. If he doesn't want to post the tutorial, after a bit i will. All the information is listed her though to make it work.
  19. D

    dayZ (arma) AI Controlled Bus Route.

    There are some wonderfull tutorials on scrippting in Arma 2. You should read a few. I would start with variables. It will make a big difference to you.
  20. D

    dayZ (arma) AI Controlled Bus Route.

    Don't you need to delete the old marker? Might need to check for nullobj on the bus for the time period before it exists.
Back
Top