Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Jordan68438

How can i increase the number of bears?

Recommended Posts

Hello, I want 20 bears to spawn on the map. (One for each spawn point)

 

How do i edit events.xml?

 

<event name="AnimalBear">

<nominal>20</nominal>

<min>1</min>

<max>1</max>

<lifetime>1500</lifetime>

<restock>120</restock>

<saferadius>100</saferadius>

<distanceradius>50</distanceradius>

<cleanupradius>100</cleanupradius>

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

<position>fixed</position>

<limit>custom</limit>

<active>1</active>

<children>

<child lootmax="0" lootmin="0" max="1" min="1" type="Animal_UrsusArctos"/>

</children>

</event>

 

Is this correct?

Waiting for your help. Thank you

Share this post


Link to post
Share on other sites

this works for me

 

<event name="AnimalBear">
        <nominal>20</nominal>
        <min>20</min>
        <max>20</max>
        <lifetime>180</lifetime>
        <restock>0</restock>
        <saferadius>200</saferadius>
        <distanceradius>0</distanceradius>
        <cleanupradius>0</cleanupradius>
        <flags deletable="0" init_random="0" remove_damaged="1"/>
        <position>fixed</position>
        <limit>custom</limit>
        <active>1</active>
        <children>
            <child lootmax="0" lootmin="0" max="1" min="1" type="Animal_UrsusArctos"/>
        </children>
    </event>

Share this post


Link to post
Share on other sites

×