Search results

  1. F

    Damaged Gaming Servers|Powerful Dedicated Machine|24/7 Admins-US/UK|Experienced Coders&Server Admins

    Click for Website Damaged Gaming Community Current Servers: Damaged Gaming Overpoch Chernarus (1.0.5.1/125548)(Veteran|3D:ON|CH:ON)(GMT) 74.91.115.49:2302 Server Addons: Advanced Trading by Zupa AI Recruitment by Bon Anti-Duping by F507DMT Auction House by Creep Build Vectors by striker...
  2. F

    Question: Executing script, from mission init.sqf, on every player login.

    I wrote a script earlier today and I am executing it from my mission init.sqf. The script only seems to execute the first time a player logs in to the server. If they abort to the lobby and then re-enter it will not execute again. How do I make sure that the script will execute upon every...
  3. F

    Question: forEach with player UID array?

    Hey guys! I have not frequented these forums in a long time and I have not been actively scripting in DayZ for just as long. I just recently found the time to start messing around with some scripts and I have run into a small obstacle that I am hoping someone can lead me through. Is it...
  4. F

    [Poll] Add a sub-forum dedicated to troubleshooting/help.

    The "Scripting Discussions" forum seems to be getting more and more clogged up with people requesting help installing scripts/addons or running into battleye restrictions. When I first joined this site, this part of the forum was filled with releases/tutorials and actual discussions of possible...
  5. F

    [Discussion] Taking a scripting break until v1.7.7's release. Time to collect some ideas.

    For those who don't stay current with the latest DayZ news, v1.7.7 is planned to be released this upcoming Monday, June 10, 2013. Here is a link to the changes that are being implemented. After reading through the changes, I noticed that many of the new features are similar to scripts that I...
  6. F

    [Release] Fred's Dead Player Journal (Study Body Replacement)

    Help and discussion for Fred's dead player journal start here.... Thanks for the support guys! :)
  7. F

    [Release] Fred's Dead Player Journal (Study Body Replacement)

    Fred's Dead Player Journal Created By Freaking Fred Info This script replaces the original study body script. When you choose "Study Body" on a dead player's corpse, you will receive text on the screen saying "You have found a journal on the survivor's corpse." and then the dead's...
  8. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    Fred's Anti-Zombie Frequency Emitter help and discussion takes place here... I'm not sure about that one but you did remind me that there will be some battleye restrictions involved. I am out running errands right now but when I get home I will find out which restrictions are caused and I...
  9. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    Fred's Anti-Zombie Frequency Emitter Created By Freaking Fred Special Thanks To mmmyum Background Story It has been over a year since the infection began to spread. Only the strongest and smartest of the survivors remain. A scientist, named mmmyum, has been studying the behavior of the...
  10. F

    [Release] Fred's Zombie Bait (WIP)

    Fred's Zombie Bait help ad discussion is welcomed here... Thanks for the feedback everyone. Did you think the tutorial was thorough enough and easy to follow? Has anyone tested this on their server yet? Also, I just remembered that there is an exception that has to be added to the...
  11. F

    [Release] Make a specific player's body hide instantly upon death.

    Help and discussion for hiding a specific players body upon death begins here... You may just be able to add a sleep command. Find the following code if ((getPlayerUID player) in ["#########"]) then { hideBody player; }; and try changing it to if ((getPlayerUID player) in ["#########"])...
  12. F

    [Release] Fred's Zombie Bait

    Fred's Zombie Bait Created By Freaking Fred Info Fred's Zombie Bait allows players to combine Raw Beef and Bloodbags to create Zombie Bait that can be placed on the ground. In my testing, I have found the bait to be very effective at keeping the zombies attention away from the player...
  13. F

    [Release] Make a specific player's body hide instantly upon death.

    Instantly Hide Body Upon Death By Freaking Fred Someone requested this a few days ago and I created a detailed tutorial for them just to find out, the next day, that the thread was deleted for some reason. Since I already scripted and tested this, I figured I might as well release it because...
  14. F

    Is it possible to add blood regeneration over time?

    Is it possible to add a script to make blood regenerate slowly over time, while not in combat? It would be nice if your blood regeneration could tie in with your thirst and hunger. So, if you are well fed and hydrated your blood regenerates faster than if you are starving or dehydrated.
  15. F

    [Release] Fred's Wardrobe v1.0.2

    Fred's wardrobe help and discussion takes place here
  16. F

    [Release] Fred's Wardrobe v1.0.2

    Fred's Wardrobe v1.0.2 Created By Freaking Fred Special thanks to BluePhoenix175 for inspiring me to create this addon and helping me test it. Information Fred's Wardrobe is an addon I have made for my Private DayZ PvE server that I have decided to publicly release. This addon gives your...
  17. F

    HappyDayZ [PvE Server w/ PvP Events][Castle Sieges][Hunger Games][Custom Bases]

    HappyDayZ Server Address : 185.2.138.60:3119 Teamspeak Address: 178.33.179.46:18719 Website : http://happydayz.org (Under Construction) HappyDayZ is a PvE server based out of the UK. There is no PvP allowed outside of designated PvP events. These events allow for players to engage in PvP...
  18. F

    [Question] Removing Brown Square From Debug Monitor

    Can someone lead me in the right direction here? I'm trying to figure out how I can remove the brown box that the debug monitor is displayed in and have it just show the text. Thanks in advance for any help.
  19. F

    [Question] Custom Crash Site Loot - Invisible "Rifle" item?

    I added some new loot to my crash sites. Most of the loot seems to be spawning fine but I found an item called "Rifle" and it is just an invisible item that goes into the primary weapon slot. Does anyone know what could be causing this? _itemTypes = [["BAF_L85A2_UGL_Holo", "weapon"]...
  20. F

    [Request] DayZ Currency + AI Merchants

    Hey guys. I joined these forums a couple of weeks ago to find some simple scripts to add to my server and inadvertently became a very active member. This is my first official request. I have been attempting to provide higher quality gameplay for the players on my server. I want there to be...
Back
Top