Search results

  1. J

    Static Ai not spawning: Napf Server 1.0.4 Epoch

    Hey there i'm encountering a problem on my Napf Server 1.0.4 Epoch Set up a spawnmarker like this: _this = createMarker ["DZAIspawn", [730.57001, 6936.0059, 0]]; _this setMarkerShape "ELLIPSE"; _this setMarkerType "Empty"; _this setMarkerColor "ColorRed"; _this...
  2. J

    How do you reduce damage a unit take?

    Hey there, i was wondering, whether we can somehow reduce the damage a unit take or expand the damage the unit can take by just using the init line. I guess it's done via evenhandler, i tried a bit but can someone tell me whether this will work or not (my first time working with EH). this...
  3. J

    Dayz Sahrani - Mod Development - Work In Progress

    It's worth a try, got awesome hours on it :)
  4. J

    Dayz Sahrani - Mod Development - Work In Progress

    Oh man Nonov why cant every mod dev be like you? You are the most community actice, friendliest and helpfulliest dev i've seen till bow
  5. J

    [RELEASE]Remove Weapons/Ammunition/Thermal from Vehicle EPOCH VERSION

    Rolling Changelog Thermalscript: 1.0.0 [NEW] Added it to the remWepSG script. Still beta testing use at your own risk.
  6. J

    DayZ Sahrani Private Server launches, sits at wait for host

    Sorry for reviving this. Go away from dayz.st and go to verthosting.com. This is one of the best (if not the best) dayz gameserver hoster i know so far.
  7. J

    Sheeps scripting service (yes its free!)

    It sounds like a cheap scripting service. You know...sheep....cheap :D.
  8. J

    Help Thread for Epoch Remove Weapons

    Possible maybe, go to it when i got the time. @The_Phone_Guy Try this (works for me) *edit* going to update the mainthread to this as soon as i got time.
  9. J

    Prevent Nukes

    soup = chinesebestfood;
  10. J

    Areas player are not allowed to log out

    As you said, it's just semi done. Do it right or didn't do it at all. Just my two cents. should work, not sure, because i just did it in 10min private ["_display","_btnRespawn","_btnAbort"]; disableSerialization; waitUntil { _display = findDisplay 49; !isNull _display; }; _btnRespawn =...
  11. J

    Blur Gaming Custom Spawn Tutorial

    It does it on every login, any suggestions how to made it spawn only? Using Epoch for Panthera. Nevermind, got it working.
  12. J

    DayZ Restarts

    Better restart it via a sheduler.xml. And yes especially for a Epoch Mod it should be a 3h cycle.
  13. J

    Areas player are not allowed to log out

    class Item5 { position[]={13678.663,289.70795,2880.6013}; a=600; b=600; activationBy="WEST"; repeating=1; interruptable=1; age="UNKNOWN"; name="zoneprison"; expCond="(player distance zoneprison) < 600;"; expActiv="canbuild = false; zoneprison= true;"; expDesactiv="canbuild = true; zoneprison =...
  14. J

    Best Panthera Server out there

    yeah but seriously? five-thousands scripts dont make a good server. gosh it makes a server horrible because it will take to much performance
  15. J

    Best Panthera Server out there

    not even close to what i think is a good server.
  16. J

    Areas player are not allowed to log out

    Maybe at the weekend, got a 4h exam tomorrow and still got issues with a new addition. So no time right now
  17. J

    Areas player are not allowed to log out

    I think it would go well with a trigger and a bunch of code in the player_spawn.sqf or something like that. If it don't have to be completly random (getting 10 coords and using them) it could work fairly well. But hell i got to much on my hands to look properly into it. *edit* maybe it goes...
  18. J

    Help Thread for Epoch Remove Weapons

    That means we can left out the part that you installed it wrong and that you put it right in the server_monitor.sqf. And we can ignore the publishvehicle3 because that is for the random spawn. Maybe try something like: if (_object isKindOf "AH6J_EP1") then { _object...
  19. J

    Help Thread for Epoch Remove Weapons

    Sadly you can't. But there are scripts outthere who puts a grey field about it. So i guess you shall try this out. The Combat-Helicopter always runs in problems, i can't help you with that. It's an arma problem, what you can do is trying out the Mi-24. But i'm not sure about this one. The...
  20. J

    [RELEASE]Remove Weapons/Ammunition/Thermal from Vehicle EPOCH VERSION

    Rolling Changelog "Remove Weapon/AmmunitionScript": [FIXED] Installation guide 1.0.1 [NEW] Can now remove weapons/ammunition from diffrent seats. (Yes you can unarm Combat-Chopper like the Apache or the Lb with this :)) 1.0.2 New Method for removing the complete ammunition from a seat. Credits...
Back
Top