Search results

  1. R

    WAI - Giving AI AT/AA Weapons

    Hey folks, I'm trying to give an AI group that spawns in missions AT/AA weapons. Unfortunately, they always spawn with absolutely nothing. Here are the various lines I used in the mission's SQF files: [[_position select 0,_position select...
  2. R

    Static AI Spawn Chance

    Is it possible to set the chance for Static AI to spawn? As it stands right now, it appears that Static AI have a 100% chance of spawning at the static markers when triggered. Having Static AI is a good thing, but combined with the Dynamic, my server guests are getting overwhelmed by AI. My...
  3. R

    Thrown Smoke Grenade Script Trigger

    Hey everyone, I had this idea that throwing a smoke grenade could trigger a script in the server. The specific script I'm looking to trigger is an alarm sound. I'd like to see it generate sound from the position of the player who threw the smoke, or the position that the smoke grenade lands...
  4. R

    Custom Skins for DayZ 1.8.x.x

    Hey guys, it's Rick again with another question about custom skins. I guess I'll start with the back-story. Before 1.8, I was able to add the following code into the “server_playerLogin.sqf” file: switch (_playerID) do { case "000000000": { _model = "US_Soldier_EP1"; }...
  5. R

    How to Make Trash/Junk Spawn Server-Side

    Hey guys, it's me again with another one of my scripting dilemmas. I was doing some reading on google when I found a github article that was a little unclear to me. Here is the link of the article: https://github.com/DayZMod/DayZ/issues/44 Basically, I've had a couple complaints of people...
  6. R

    Custom Skins (Serverside)

    Hello everyone, I recently started renting a new DayZ Private Hive server. I've been reading for hours on different websites and forums about the different sections of code that you need to put in certain files to achieve custom skins. Some people say you must use the RMod, while some people...
Back
Top