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

Matt Ephland

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Matt Ephland

  • Rank
    On the Coast

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Matt Ephland

    Animal event

    I appreciate the assist. I'll let you know how it turns out. 😃
  2. Matt Ephland

    Animal event

    Sooooo, apparently I'm trying to do the same thing that this post was originally about, but having the same issue... Here's what I have coded in each file, as designated by The_Mechanic, but it's still not working. =/ (Side note: I did realize at one point that I had actual event spawns coords in the cfgeventspawns, but removed those since above direction didn't say to do that.) events.xml <event name="AnimalTurovoBears"> <nominal>1</nominal> <min>1</min> <max>1</max> <lifetime>3600</lifetime> <restock>0</restock> <saferadius>0</saferadius> <distanceradius>0</distanceradius> <cleanupradius>0</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>child</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="8" min="8" type="Animal_UrsusArctos"/> </children> </event> cfgeventspawns.xml <event name="VehicleTransitBus" /> <event name="InfectedVillage" /> <event name="InfectedSolitude" /> <event name="InfectedArmy" /> <event name="InfectedCity" /> <event name="InfectedMedic" /> <event name="InfectedPolice" /> <event name="InfectedFirefighter" /> <event name="InfectedPrisoner" /> <event name="AnimalDeer" /> <event name="AnimalCow" /> <event name="AnimalSheep" /> <event name="AnimalRoeDeer" /> <event name="AnimalWolf" /> <event name="AnimalWildBoar" /> <event name="AnimalTurovoBears" /> </eventposdef> cfgenvironment.xml <!-- Turovo bear hunt --> <territory type="Herd" name="Bear" behavior="BlissBearGroupBeh"> <file usable="bear_Turovo_territories" /> <item name="globalCountMax" val="100" /> <item name="zoneCountMin" val="8" /> <item name="zoneCountMax" val="8" /> <item name="playerSpawnRadiusNear" val="1" /> <item name="playerSpawnRadiusFar" val="1" /> </territory> bear_Turovo_terriories.xml <territory color="4294923520" type="Herd" name="Bear" behavior="BlissBearGroupBeh"> <zone name="Graze" smin="1" smax="1" dmin="0" dmax="0" x="14099.8" z="14370.5" r="20"/> <!-- <zone name="Graze" smin="0" smax="0" dmin="0" dmax="0" x="13981.9" z="14569.6" r="20"/> <zone name="Graze" smin="0" smax="0" dmin="0" dmax="0" x="13887.4" z="14425.5" r="20"/> <zone name="Graze" smin="0" smax="0" dmin="0" dmax="0" x="13894" z="14250" r="20"/> --> </territory>
×