Recent content by Markk311

  1. M

    NEAF for Epoch

    I don't know if you are able to. Add cluttercutter to each runway piece might work.
  2. M

    NEAF for Epoch

    Not yet. Zombies don't seem to have any trouble there though.
  3. M

    NEAF for Epoch

    Download it here. https://github.com/Markk311/ArmaMapping/ Called NEAF
  4. M

    |WC| Epoch Server

    Added Vehicles A few of the added buildings NEAF Bandit Outpost Skalisky Balota Castle
  5. M

    BRAND NEW DAYZ EPOCH SERVER ZERO LAG SPECIAL FEATURES DayZ.ST

    sorry for trollin your ts last night. 2Chainins. Need any help get your server set up let me know
  6. M

    |WC| Epoch Server

    Fairly new Epoch Server with a few dedicated players. Here are some of the features. Added buildings all over map and outposts Better loot spawns Added guns to traders and loot tables (All Scars, M8s, AA12, KSVK, M32, All M4 and Ak Variants) Custom trader stock (Different guns at each...
  7. M

    Wasteland Missions in Dayz?

    Ill check it out and see if I can get it to work again.
  8. M

    Wasteland Missions in Dayz?

    Sarge is there a way to spawn your AI serverside? I tweaked another AI script to run serverside, but they are a lot dumber than your AI. BTW great work on your AI we had them running, but ran into a weird error. Think it had to do with the hit detection or server cleanup. Every time you shot an...
  9. M

    Wasteland Missions in Dayz?

    Sorry for the late reply. I haven't been working on this script much lately, but I can send you all the .sqf files and you can reverse engineer them :). I am planning on finishing it up soon and making a release on here.
  10. M

    UID Gate Locks

    Sorry if I was not clear on that part. _Laptop = Object that has the action assigned to it _Player = Unit that activated the action (How we get UID) _actionid = ID of the activated action (Open or close) Make sure the objects you are trying to hide are properly named in the mission.sqm Ex...
  11. M

    Wasteland Missions in Dayz?

    I do it through the dayz_server.pbo. IMO spawning crap client side is a pain in the ass and I only do it if the object needs addaction or other client side commands. I have a sqf that runs when the server starts and controls all the mission times and locations. It would be simple to make them...
  12. M

    Making permanent Tents

    The problem is in your database cleanup tool. if ($cleanup eq 'tents' || $cleanup eq 'all') { print "INFO: Cleaning up tents with dead owners older than 10 days\n"; $sth = $dbh->prepare(<<EndSQL delete from id using instance_deployable id inner join deployable d on id.deployable_id =...
  13. M

    Wasteland Missions in Dayz?

    I have something like this running on our clans server. I had to put the Ai code serverside so that I can spawn them with serverside scripts. How I have it setup though all the locations are custom bases so IDK if it would be much help to anyone. Lots of copy and paste for cords if you wanted to...
  14. M

    Looking for a good host for working on new mod

    pm me we have room on our box.
  15. M

    Custom Vehicles - Help

    Set the min to 0 and max to whatever you want. The min value doesn't do what u think it does. Respawn script is db_spawn_vehicles.pl.
Back
Top