my stuff is not spawning in

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • i tried to spawn a npc in and it wont spawn in so im like ok maybe i did something that i did not mean to do on it and i looked and it was all good i went to a site that checks if there was errors but there was nothing so i tried to fix it for 47 hours still nothing is happening so i tried a sea chest and i did everything they said to do and i do them and i load back in the game and its not there so i did the same thing then i was like lets try out the plank piles bc i need them so i did the same thing and still nothing is spawning idk if there is a bug going on idk if someone can help me out plz do so bc the only thing i got done on the server is to fix the spawn rate for items

  • To start your location is incorrect . Why do you have duplicate items spawning in the chest??

    Syntex should like the following,


    <!-- cfgeventspawns.xml New Entry -->

    <event name="ItemSeaChest">

    <pos x="4095.21" z="10295.17" a="-1" />

    </event>


    <!-- events.xml New Entry -->

    <event name="ItemSeaChest">

    <nominal>1</nominal>

    <min>1</min>

    <max>1</max>

    <lifetime>7200</lifetime>

    <restock>0</restock>

    <saferadius>1</saferadius>

    <distanceradius>20</distanceradius>

    <cleanupradius>100</cleanupradius>

    <flags deletable="0" init_random="0" remove_damaged="0"/>

    <position>fixed</position>

    <limit>mixed</limit>

    <active>1</active>

    <children>

    <child lootmax="150" lootmin="150" max="50" min="30" type="SeaChest"/>

    </children>

    </event>


    <!-- cfgspawnabletypes.xml Replace Entry -->

    <type name="SeaChest">

    <cargo chance="1">

    <item name="Mag_STANAGCoupled_30Rnd" />

    </cargo>

    <cargo chance="1">

    <item name="Mag_FNX45_15Rnd" />

    </cargo>

    <hoarder />

    </type>


    Org File Created by Bhaalshad. For more help files for DayZ come visit us at DonSibley.Games

    If you upload this to another Discord or webpage, please leave filename intact and dont take credit

    as your own. Thank you and enjoy

  • If there is anything in that location it will not spawn. The area must be clear of everything. Also sometimes changing the saferadius to a lower distance helps. Be sure the server is not online while uploading your modified file as well.