UbberN00ber New member Mar 11, 2019 #1 is it possible to make a custom zombie spawn in a specific area and only stay within an certain area and make the custom zombie spawn like every 6 hours after its death
is it possible to make a custom zombie spawn in a specific area and only stay within an certain area and make the custom zombie spawn like every 6 hours after its death
Guppycur Well-known member Mar 11, 2019 #2 Kind of. I mean, it'll still chase you but once it loses you it'll go back to its area. Check dogs and bears for that ai. Check biomes or sleepers for the "spawn in a certain area" bit.
Kind of. I mean, it'll still chase you but once it loses you it'll go back to its area. Check dogs and bears for that ai. Check biomes or sleepers for the "spawn in a certain area" bit.
UbberN00ber New member Mar 11, 2019 #3 ok so i can edit my entitygroups to add my new zombie and in my spawning.xml im not sure what all the properties are.. this is what im looking at <entityspawner name="Zombie_Football_Stadium_Med_Territorial"> <day value="*"> <property name="ResetToday" value="false" /> <property name="EntityGroupName" value="ZombieFootballStadiumGroup" /> <property name="Time" value="Any" /> <property name="DelayBetweenSpawns" value="0" /> <!-- in seconds --> <property name="TotalAlive" value="6" /> <property name="TotalPerWave" value="6" /> <property name="DaysToRespawnIfPlayerLeft" value="5" /> <!-- in game days --> <property name="AttackPlayerAtOnce" value="false" /> <property name="Territorial" value="false" /> <property name="TerritorialRange" value="100" /> </day> </entityspawner> Click to expand... what i want to do is only have my special zombie spawn here but what are the property names meanings?
ok so i can edit my entitygroups to add my new zombie and in my spawning.xml im not sure what all the properties are.. this is what im looking at <entityspawner name="Zombie_Football_Stadium_Med_Territorial"> <day value="*"> <property name="ResetToday" value="false" /> <property name="EntityGroupName" value="ZombieFootballStadiumGroup" /> <property name="Time" value="Any" /> <property name="DelayBetweenSpawns" value="0" /> <!-- in seconds --> <property name="TotalAlive" value="6" /> <property name="TotalPerWave" value="6" /> <property name="DaysToRespawnIfPlayerLeft" value="5" /> <!-- in game days --> <property name="AttackPlayerAtOnce" value="false" /> <property name="Territorial" value="false" /> <property name="TerritorialRange" value="100" /> </day> </entityspawner> Click to expand... what i want to do is only have my special zombie spawn here but what are the property names meanings?