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>
< >
Beiträge 14 von 4
Buddy  [Entwickler] 18. Sep. 2023 um 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.
Zuletzt bearbeitet von ZedSavage; 18. Sep. 2023 um 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.
Ursprünglich geschrieben von Nessa:
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>
< >
Beiträge 14 von 4
Pro Seite: 1530 50