Jump to content

Jordan68438

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Jordan68438

  • Rank
    On the Coast
  1. 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
×