Jump to content

Lasombra

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Lasombra

  1. Hello Community, I would like to know how to create custom missions with either WAI or DAI.

    I know there is a template for this in the missions systems but I am not sure how to use them, I can see where objects and buildings are placed and the positions they are in but how do you make buildings and objects be setup where you want them, is it done on the 3D editor?

    A video tutorial would be most helpful, if there are any people out there with experience in creating custom missions for dayzmod Epoch then I would be willing to pay you for a tutorial.

     

    Lasombra.

  2. I have a player on my server with an unusual problem, anything he does, buys a vehicle, places a Safe, none of it writes to the database.

    For him the safe will despawn in a mattter of minutes, for me as the Admin I can still see it but it has not written to the database, he is the only person on my server with this problem.

    Before this started he switched his Steam account from his Hard drive to his SSD and then this problem began.

    He uninstalled everything and reloaded on his Hard drive but the problem persists.

    Any thoughts? we are at a loss.

    Las.

  3. I am having the same problem, my parra drop was working fine and now it isn't, don't what I am doing wrong, this is what I have.....

     

     Place your paradrop spawns under this line
     */
      [6606.6787,14184.744,1.026], // Position that units will be dropped by Prison
      [355.478515625,15217.773925781,200.565],       // Starting position of the heli
      100,        // Radius from drop position a player has to be to spawn chopper
      "UH60M_EP1_DZE",       // Classname of chopper (Make sure it has 2 gunner seats!)
      8,         // Number of units to be para dropped
      "Random",       // Skill level of units (easy, medium, hard, extreme, Random)
      "Random",       // Primary gun set number and rocket launcher. "Random" for random weapon set, "at" for anti-tank, "aa" for anti-air launcher
      4,         // Number of magazines
      "Random",       // Backpack classname, use "Random" or classname here
      "Bandit2_DZ",      // Skin classname, use "Random" or classname here
      "Random",       // Gearset number. "Random" for random gear set.
      "Bandit",       // AI Type, "Hero" or "Bandit".
      true        // true: Aircraft will stay at position and fight. false: Heli will leave if not under fire.
     ] spawn heli_para; 
     
      [11814.5,12686.4,0.00143433], // Position that units will be dropped by Prison
      [355.478515625,15217.773925781,200.565],       // Starting position of the heli
      100,        // Radius from drop position a player has to be to spawn chopper
      "CH_47F_EP1_DZ",       // Classname of chopper (Make sure it has 2 gunner seats!)
      8,         // Number of units to be para dropped
      "Random",       // Skill level of units (easy, medium, hard, extreme, Random)
      "Random",       // Primary gun set number and rocket launcher. "Random" for random weapon set, "at" for anti-tank, "aa" for anti-air launcher
      4,         // Number of magazines
      "Random",       // Backpack classname, use "Random" or classname here
      "Bandit2_DZ",      // Skin classname, use "Random" or classname here
      "Random",       // Gearset number. "Random" for random gear set.
      "Bandit",       // AI Type, "Hero" or "Bandit".
      true        // true: Aircraft will stay at position and fight. false: Heli will leave if not under fire.
     ] spawn heli_para;  

     diag_log "WAI: Static mission loaded";

     

    };

  4. I have the same problem, got my SteamUID64 but nothing happenes when I join the server

     

    /*
    AH CONFIG README

    adminMenu_Owner[] = {
     {"7656 Blah Blah","Blah"} //<- No comma on the last entry

    };
    adminMenu_High[] = {
     {"STEAMID64","ADMINNAME4"},
     {"STEAMID64","ADMINNAME5"},
     {"STEAMID64","ADMINNAME6"} //<- No comma on the last entry

     

    From what you are saying this should work, I join the server and hit F! and nothing.

     

    Cheers.

  5. Hi sorry if this is not the right place for this but I am running a Altis Epoch server and I want to start adding some features to it, most scripts like mission systems require you to modify your epoch.altis mission SQM but when I open it with Notepad++ all that is in the file is text like this NUL FN NUL NUL, like it is all encrypted, how do I modify this file?

     

    Thanks.

    Las

  6. I got the Teleport to me working so any player you want to move to you stays put instead of moving back, the problem I have now is when I use the ESP/TELE I hold ALT and click on the map, it TP's me alright but I am stuck to the spot and about 1/2 a foot off the ground, my tools menu also is gone after I TP and strangely enough it drops  a green can on the ground called PEEVO BEER????

    Any thoughts?

  7. Hi guys, very new to this whole dayz coding, actually I know nothing about coding but I have managed to fumble my way through modifying the data bases etc so I can add custom vehicles and restock Trader vendors, you know really basic stuff.

     

    So now I have created Domes for our bases to protect from base raiding, they work extremely well however there only seems to be 2 shapes to the dome, rectangular shape or an oval shape, the 2nd problem is that the Dome is always positioned North, there does not seem to be any way to have it at say a 45 degree angle to the map.

    Does anyone know how this possible? the script does not seem to take asimet into account, either make the dome perfectly round or be able to position it say North-East or North-West.

     

    Thanks.

×
×
  • Create New...