Jump to content

Seraphiim

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Seraphiim

  1. I notice alot of people have this gold coin currency on their servers but yet there isn't any scripting help for it. I have searched far and wide for it. I would appreciate the help being I am slightly new to scripting in DayZ, but I wont ask too many questions as for I am fully capable of install and my own troubleshooting. The script I believe would help many of us. 

  2. I can't get the custom spawns to work properly. I input position and everything as shown by some of you guys. It still fails to work I checked RPT but I could not find error relating to it. 

     

     

    //Custom Spawns file//
    /*
    Custom group spawns Eg.
     
    [[953.237,4486.48,0.001], //position
    4,  //Number Of units
    1,      //Skill level 0-1 or skill array number if using custom skills "Random" for random Skill array.
    "Random",      //Primary gun set number. "Random" for random weapon set.
    4,  //Number of magazines
    "",  //Backpack "" for random or classname here.
    "Bandit2_DZ",  //Skin "" for random or classname here.
    "Random"                  //Gearset number. "Random" for random gear set.
    ] call spawn_group;
     
    Place your custom group spawns below
    /*
     
    [[13671.355, 2892.8167, -1.5258789e-005],
    4,
    2,
    "Random",
    4,
    "",
    "Bandit2_DZ",
    "Random"
    ] call spawn_group; //ground troops
×
×
  • Create New...