DayZ
DayZOresAndGems
This topic has been locked
Mr. Groove May 17, 2021 @ 6:30am
Eventspawn and number of ores
I am a bit confused about this:

2. Event Spawn settings

Dont forget to adjust the numbers and ore types in "dayzoresandgems_events.xml" according to the number of spawn coords you have on your server.

What does this mean?

How should I look like then?

I have it setup like this below now and I don't see no ore spawns......

===================================================================

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<events>
<event name="ItemOreSpawn">
<nominal>9</nominal>
<min>9</min>
<max>9</max>
<lifetime>7200</lifetime>
<restock>800</restock>
<saferadius>200</saferadius>
<distanceradius>40</distanceradius>
<cleanupradius>100</cleanupradius>
<flags deletable="1" init_random="0" remove_damaged="0"/>
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="0" lootmin="0" max="9" min="8" type="CharCoalOre"/>
<child lootmax="0" lootmin="0" max="9" min="8" type="SulfurOre"/>
<child lootmax="0" lootmin="0" max="9" min="8" type="GoldOre"/>
<child lootmax="0" lootmin="0" max="9" min="8" type="SilverOre"/>
<child lootmax="0" lootmin="0" max="9" min="8" type="IronOre"/>
<child lootmax="0" lootmin="0" max="9" min="8" type="CopperOre"/>
<child lootmax="0" lootmin="0" max="9" min="8" type="AlienOre"/>
<child lootmax="0" lootmin="0" max="9" min="8" type="DiamondOre">
<child lootmax="0" lootmin="0" max="9" min="8" type="TinOre">
</children>
</event>
</events>

=================================================================

There are 332 eventspawnlocations in Livonia map (used the one you have set up allready).
< >
Showing 1-2 of 2 comments
fragility  [developer] May 17, 2021 @ 7:18am 
That just means you should not set the number way higher than available spawn points... or way too low.. depending on how rare you want the ores to be. Takes a bit of experimenting until you find good settings for your server.

<nominal>9</nominal> <min>9</min> <max>9</max>
these settings are for the overall number for all ores combined... just look at the example settings... ;)
Mr. Groove May 17, 2021 @ 9:02am 
I think I set it right now. Got me some ores gathered allready. thanks ! :-)
< >
Showing 1-2 of 2 comments
Per page: 1530 50