DayZ
DayZOresAndGems
此主题已被锁定
Mr. Groove 2021 年 5 月 17 日 上午 6:30
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).
< >
正在显示第 1 - 2 条,共 2 条留言
fragility  [开发者] 2021 年 5 月 17 日 上午 7:18 
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 2021 年 5 月 17 日 上午 9:02 
I think I set it right now. Got me some ores gathered allready. thanks ! :-)
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50