Jordan68438 0 Posted October 14, 2021 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
GRChoke 1 Posted January 3, 2022 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