Recent content by Rick167

  1. R

    WAI - Giving AI AT/AA Weapons

    Mission code: http://pastebin.com/YF6QiTnB I'm not getting any RPT errors and I'm running DayZ Overpoch (Epoch 1.0.5.1 / Overwatch 0.2.5) I'm actually not sure which version of WAI I'm running- here is my WAI folder: http://www.167clan.net/files/WAI.zip
  2. R

    WAI - Giving AI AT/AA Weapons

    I should have known better. I've been away from this too long. I replicated that line with the parameters you listed for the weapon and launcher. Still no joy. The guys who are supposed to carry AT only have regular small arms. [[_position select 0,_position select...
  3. R

    WAI - Giving AI AT/AA Weapons

    So, I did the string two different ways. No joy. [[_position select 0, _position select 1, 0],_num,"extreme",["random","at"],4,"random","bandit","random",["bandit",150],_mission] call spawn_group; [[_position select 0, _position select 1...
  4. 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...
  5. 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...
  6. 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...
  7. R

    [Help] - Preconfigured R3F Logistics (Towing and Heli-Lift) ABANDONED

    I've got the same exact problems as well. Followed the instructions, but don't see any options for towing vehicles in-game.
  8. R

    Custom Skins for DayZ 1.8.x.x

    Hey guys, I have good news. I went to bed last night, came back on today, retraced my steps and all the steps you guys gave me in this thread, and managed to get it working. Thanks very much!! :D I do have one side question if you guys wouldn't mind. When the switch kicks into effect, we get...
  9. R

    Custom Skins for DayZ 1.8.x.x

    Just tried both. Unfortunately, still no soldier skin. =\
  10. R

    Custom Skins for DayZ 1.8.x.x

    I think I did as you had suggested. http://pastebin.com/qYCQnLe9 The server loaded, but I spawned in as a regular survivor.
  11. R

    Custom Skins for DayZ 1.8.x.x

    Pre-1.8 I was able to change people's skins to US_Soldier_EP1 via the database. When they logged in, they were in the soldier skin. Now that I've got a new server again, I can't even force a skin change to US_Soldier_EP1 via the database. Upon entering the game, it gets stuck at "Requesting...
  12. R

    Custom Skins for DayZ 1.8.x.x

    Hey guys, it turns out I gave you the wrong server_playerLogin.sqf file. God knows how I came up with the wrong one. Silly modding mistake I guess. Sorry about that. The current server_playerLogin.sqf file is: http://pastebin.com/dPqcrAuH It appears that when I commented out lines 121 and...
  13. R

    Custom Skins for DayZ 1.8.x.x

    I believe this is the current server_playerLogin.sqf file: http://pastebin.com/Q6Aex9KM When I looked at the two side-by-side, I noticed huge changes and I wasn't sure exactly how I would set the skins up to work like they did in the old one. Any ideas? I'd greatly appreciate it. Rick
  14. R

    Custom Skins for DayZ 1.8.x.x

    Thanks for the quick reply. Here is the old server_playerLogin.sqf file from before 1.8. http://pastebin.com/fV5eHVb1 For some reason I can't find the new one right now. It's the stock vanilla dayz 1.8.0.3 server_playerLogin.sqf file though. Also, I'm positive that the skin was unbanned...
  15. 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"; }...
Back
Top