Search results

  1. B

    Loadout by UID

    one last question then, how would I set a default loadout so that non donors don't get this gear, would I add an "else" clause at the end or something? Thanks for the help
  2. B

    Loadout by UID

    Yea this looks pretty awesome, I've seen a code similar. Is there a way to make several tiers of load outs for donors or is this one limited to one? if it is just one it would be easier for me to keep check of and implement, thanks again for this code!
  3. B

    Loadout by UID

    I'm looking for a script that would allow me to provide donor load outs to people willing to keep the server up. Does anyone know of a script thus far that allows for easy implementation of this? I have been using something similar to the code below but its for everyone on the server, not...
  4. B

    Epoch Building

    Also, where do I go to change the decay time on buildables?
  5. B

    Epoch Building

    Running a 1.0.2.5 epoch server, was wondering how I would increase the health of items that can be built? I don't want indestructible bases but I want to make it harder to demolish bases.
  6. B

    Static Death

    bump
  7. B

    Epoch 1.0.2.5 Errors

    It was an issue with the newest DZAI, i was able to fix it, thanks for reminding me to check the rpt though.
  8. B

    Epoch 1.0.2.5 Errors

    Im getting a "wait for host" screen after I updated from 1.0.2.4. I was wondering if anyone else had these issues or knew from the pool of scripts below what might be the problem, currently I have protected dome - semi custom traders (added god mode) - DZAI - Mission System - Refuel/Repair...
  9. B

    Static Death

    I havent tried anything yet but it looks like you meant add this code to each static object, is that correct? I might just comment out the hacker one because I wouldn't know where to change that info for each object _this setVariable ["DZAI",1,true]; If i comment out all those lines except for...
  10. B

    DayZ Mission System

    This is the line you should add to server cleanup, do not add sarge anywhere if you are not using sarge... " if(vehicle _x != _x && (vehicle _x getVariable [""Mission"",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n //Mission system
  11. B

    DayZ Mission System

    Just switch to DZAI and use the code the author provides, I wanted to keep Sarge on my server but couldn't get it going with the mission system, so I just had to switch over, DZAI is pretty great also.
  12. B

    Static Death

    Yea im using notepad ++, so i just need to make DZAI look like that above and it wont kill for that? what if i setDamage o in the line after KILLING A HACKER. If what you added works though then I will gladly do that, thanks Hertizch
  13. B

    Static Death

    "//Check for hackers" \n " {" \n "if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"" && ((vehicle _x getVariable [""Mission"",0] != 1) && (vehicle _x getVariable [""DZAI"",0] != 1))) then {" \n "diag_log (""CLEANUP: KILLING A HACKER...
  14. B

    1,2,3..Go

    Theres this funny glitch happening on my Epoch server (1.0.2.4) where once someone has committed murder, they have issues getting into vehicles with others. Some of us have had to adopt a sync process but it gets in the way in tense situations, anyone else had issues with this? I've seen it on...
  15. B

    Static Death

    running epoch 1.0.2.4 and my static weapons, mostly AA, are killing people who get in them. 1.0.2.3 did not have this prob, anyone know how I might fix this?
  16. B

    Updating Trader_Data Epoch

    Thanks very much!
  17. B

    Updating Trader_Data Epoch

    I had an SQL setup running on Navicat that added 30 items to "0" item columns every hour, but I switched over to HeidiSQL and I have misplaced the info for the Query. Does anyone know how to create such a command that would keep the items up to date when they ran out, and could be run every hour...
  18. B

    Sarge AI and Vilayer Epoch Private Server

    Post a ticket on their website and see what they say. Also, if you just purchased the server, I would youtube their videos and learn about the setup they have.
  19. B

    Sarge AI and Vilayer Epoch Private Server

    No its not possible, I run Vilayer also and the file is there. You're going to vilayercodecustom>missions>Epoch.chernarus (or dayz.chernarus if youre playing vanilla). If you follow that path you will find the description.ext and all the other necessary files to add scripts to your server.
  20. B

    Sarge AI and Vilayer Epoch Private Server

    It should be at the top of the list if you have no folders. If it is not there, I would back up your settings/copy them to notepad and reinstall the server
Back
Top