DayZ
BuddysZombies
Types
<type name="Zombie_Doll"> <nominal>0</nominal> <lifetime>7200</lifetime> <restock>7200</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</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> <type name="Zombie_Double_Mannequin"> <nominal>0</nominal> <lifetime>7200</lifetime> <restock>7200</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</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> <type name="ZmbM_LyingFigure"> <nominal>0</nominal> <lifetime>7200</lifetime> <restock>7200</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</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> <type name="ZmbM_LyingFigure_Burlap"> <nominal>0</nominal> <lifetime>7200</lifetime> <restock>7200</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</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> <type name="Zombie_Mannequin"> <nominal>0</nominal> <lifetime>7200</lifetime> <restock>7200</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</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> <type name="Zombie_Maria"> <nominal>0</nominal> <lifetime>7200</lifetime> <restock>7200</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</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> <type name="Zombie_Maria_Bloody"> <nominal>0</nominal> <lifetime>7200</lifetime> <restock>7200</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</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>
< >
Näytetään 1-4 / 4 kommentista
Buddy  [kehittäjä] 18.9.2023 klo 1.20 
Thanks!
No problem, thanks for making your mod available for everyone. Can't wait to get some creepy stuff goin with your zombies.
Viimeisin muokkaaja on ZedSavage; 18.9.2023 klo 9.20
Im trying to spawn this zombies in only one location with not luck. Added the types, Event and zombies territories..what am i doing wrong? must make a territory color different? is that so, how?? btw I love all your work Buddy, would love have more horror stuff..so sad never saw the silent hill map.
Nessa lähetti viestin:
Im trying to spawn this zombies in only one location with not luck. Added the types, Event and zombies territories..what am i doing wrong? must make a territory color different? is that so, how?? btw I love all your work Buddy, would love have more horror stuff..so sad never saw the silent hill map.

make sure to put the "infected" on the event name before your custom name for the event,
example:
<!--Silent Hill-->
<event name="InfectedSilentHill">
<nominal>50</nominal>
<min>25</min>
<max>250</max>
<lifetime>3</lifetime>
<restock>0</restock>
<saferadius>100</saferadius>
<distanceradius>50</distanceradius>
<cleanupradius>100</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1"/>
<position>player</position>
<limit>custom</limit>
<active>1</active>
<children>
<child lootmax="3" lootmin="0" max="0" min="10" type="Zombie_Maria"/>
</children>
< >
Näytetään 1-4 / 4 kommentista
Sivua kohden: 1530 50