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
my stuff is not spawning in
-
- PS4
- Jtw
- Thread is marked as Resolved.
Nitrado now has an official Discord server to bring communities, friends and other gamers together!
Join the Nitrado Community Discord now and share your experiences and knowledge with others!
-
-
Punctuation my friend!
You have not provided any info as to what you have changed or provided an example. No one can help without knowing what you have changed.
-
this is what i have rn the npc and plank piles i got rid of so i see if the sea chest work witch it did not
-
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
-
and btw that code still did not work
-
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.
-
is this right??
-
well i did everything and it still does not work
-
try changing the location or the safe radius (0).
-
<!-- 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
does this not have a different format towhatwe just discussed on the other post, where are the secondary values?