DayZ
DBO_Buggy
Types and Events XML
To get this buggy spawning around map add the following to your events and types files found in your mission/db of your server files.

NOTE: These are untested and you may need to tweak settings to achieve your desired setup.

events.xml

----------------------------------------------------------------------

</event>
<event name="dbo_buggy">
<waves>0</waves>
<nominal>15</nominal>
<min>10</min>
<max>15</max>
<lifetime>300</lifetime>
<restock>0</restock>
<saferadius>500</saferadius>
<distanceradius>500</distanceradius>
<cleanupradius>200</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1"/>
<position>fixed</position>
<limit>mixed</limit>
<active>1</active>
<children>
<child lootmax="0" lootmin="0" max="15" min="10" type="dbo_buggy"/>
</children>
</event>

------------------------------------------------------------------------


types.xml

-------------------------------------------------------------------------

<type name="dbo_buggy">
<nominal>15</nominal>
<lifetime>3888000</lifetime>
<restock>1800</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-10</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>

--------------------------------------------------------------------------
< >
Showing 1-2 of 2 comments
DeanosBeano  [developer] 7 Oct, 2019 @ 10:29am 
appreciate these mate , a little nod to you in the next update check the dashboard ;)
Captain Bigzy 7 Oct, 2019 @ 11:17am 
No worries at all, I appreciate your work on the buggy :)
< >
Showing 1-2 of 2 comments
Per page: 1530 50