Hattrix Posted February 22, 2020 Author Share Posted February 22, 2020 I'm looking at the spawning.xml file ..... Here are some questions ... However there is another number you need to change and I've forgotten where it is. Hopefully someone knows...it is the numbre that determines the zombie detection range - the distance over which they can detect the player. No point in adding all those zombies if they stand around like idiots in the distance. With their detection set to 300, they will be homing in on you all the time wherever you go. LOTS of them. Ghostlight, do you mean this? <property name="Territorial" value="false" /> <property name="TerritorialRange" value="60" /> Question 1a. Anyone know what Territorial does to the NPCs? It defaults to "false" Question 1b. Anyone know what TerritorialRange does to the NPCs? <property name="AttackPlayerAtOnce" value="false" /> Question 2. Shouldn't AttackPlayerAtOnce be set to true? It defaults to false. Here's a bigger chunk of code (I changed every day and every night to the values you see below): <entityspawner name="RoamingHordeSpawnDay" dynamic="true" wrapMode="wrap"> <day value="1"> <property name="EntityGroupName" value="ZombiesAll" /> <property name="Time" value="Any" /> <property name="DelayBetweenSpawns" value="0.25" /> <property name="TotalAlive" value="25" /> <property name="TotalPerWave" value="25,35" /> </day> Question 3. DelayBetweenSpawns defaults to 1. I set it to 0.25 in the hopes that roaming hordes would spawn 4x quicker. Is that the correct thinking? THANKS for all of your help with this. I'm sure I'll be back with more questions. Link to comment Share on other sites More sharing options...
Hattrix Posted February 23, 2020 Author Share Posted February 23, 2020 ******* UPDATE****** So far, none of the changes I've made EXCEPT for Horde Night have increased the frequency or amount of zombies. Link to comment Share on other sites More sharing options...
Hattrix Posted February 24, 2020 Author Share Posted February 24, 2020 Hello? Ghostlight? Roland? Kind of hoping that you guys could help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.