HI guys. I've been trying to create an event for seachest but it doesn't appear in game. I've watched tuts on youtube but didn't work for me. Could someone have a look to what I did wrong?
cfgeventspawns.xml
<event name="ItemSeaChest">
<pos x="10207.77" z="2519.96" a="-1" />
<pos x="10205.02" z="2536.11" a="-1" />
<pos x="10282.95" z="2490.13" a="-1" />
</event>
cfgspawnabletypes.xml
<type name="SeaChest">
<cargo chance="1.00">
<item name="Hammer" chance="0.50" />
<item name="NailBox" chance="0.50" />
</cargo>
</type>
event.xml
<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="0" lootmin="0" max="50" min="30" type="SeaChest"/>
</children>
</event>