Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
SylenThunder

SylenThunder

  

26 minutes ago, Javabean867 said:

I think the question is not, why are we only getting x zombies per wave, but why the waves are ending before morning?  I thought we were supposed to get trickling waves all the way up till the morning bell chimed.  But it seems like it has recently stopped getting waves all the way up till morning.

 

No, even those trickling waves have a limit.

 

Lets take a look at one of the lower gamestages.

		<gamestage stage="19">
			<spawn group="feralHordeStageGS16" num="27" maxAlive="8" duration="1" interval="10"/>
			<spawn group="feralHordeStageGS19" num="27" maxAlive="8" duration="1"/>
			<spawn group="feralHordeStageGS19" num="200" maxAlive="5"/>
		</gamestage>

Now for this, your first stage is 27 zeds. The second stage is a total of 27 zeds. The final trickle stage is 200 zeds. However if you kill all 200 spawns before the night is over, then it is done. You won't get any more zeds past that.

 

At GS23 you get an extra spawn group added.

		<gamestage stage="23">
			<spawn group="feralHordeStageGS16" num="33" maxAlive="9" duration="1" interval="20"/>
			<spawn group="feralHordeStageGS19" num="33" maxAlive="9" duration="1" interval="19"/>
			<spawn group="feralHordeStageGS23" num="33" maxAlive="9" duration="1"/>
			<spawn group="feralHordeStageGS23" num="200" maxAlive="6"/>
		</gamestage>

 

That final spawn group is set to 200 up to GS103.
 

		<gamestage stage="103">
			<spawn group="feralHordeStageGS91" num="145" maxAlive="33" duration="2" interval="28"/>
			<spawn group="feralHordeStageGS97" num="145" maxAlive="33" duration="2" interval="17"/>
			<spawn group="feralHordeStageGS103" num="145" maxAlive="33" duration="7"/>
			<spawn group="feralHordeStageGS103" num="200" maxAlive="22"/>
		</gamestage>

 

Afterwards, it contains just the first three groupings.

		<gamestage stage="109">
			<spawn group="feralHordeStageGS97" num="154" maxAlive="35" duration="2" interval="25"/>
			<spawn group="feralHordeStageGS103" num="154" maxAlive="35" duration="2" interval="10"/>
			<spawn group="feralHordeStageGS109" num="154" maxAlive="35" duration="7"/>
		</gamestage>

 

Once you hit GS381 the number for each group is 500, and it keeps increasing the max alive per wave.

SylenThunder

SylenThunder

  

18 minutes ago, Javabean867 said:

I think the question is not, why are we only getting x zombies per wave, but why the waves are ending before morning?  I thought we were supposed to get trickling waves all the way up till the morning bell chimed.  But it seems like it has recently stopped getting waves all the way up till morning.

 

No, even those trickling waves have a limit.

 

Lets take a look at one of the lower gamestages.

		<gamestage stage="19">
			<spawn group="feralHordeStageGS16" num="27" maxAlive="8" duration="1" interval="10"/>
			<spawn group="feralHordeStageGS19" num="27" maxAlive="8" duration="1"/>
			<spawn group="feralHordeStageGS19" num="200" maxAlive="5"/>
		</gamestage>

Now for this, your first stage is 27 zeds. The second stage is a total of 27 zeds. The final trickle stage is 200 zeds. However if you kill all 200 spawns before the night is over, then it is done. You won't get any more zeds past that.

 

That final spawn group is set to 200 up to GS103.
 

		<gamestage stage="103">
			<spawn group="feralHordeStageGS91" num="145" maxAlive="33" duration="2" interval="28"/>
			<spawn group="feralHordeStageGS97" num="145" maxAlive="33" duration="2" interval="17"/>
			<spawn group="feralHordeStageGS103" num="145" maxAlive="33" duration="7"/>
			<spawn group="feralHordeStageGS103" num="200" maxAlive="22"/>
		</gamestage>

 

Afterwards, it contains just the first three groupings.

		<gamestage stage="109">
			<spawn group="feralHordeStageGS97" num="154" maxAlive="35" duration="2" interval="25"/>
			<spawn group="feralHordeStageGS103" num="154" maxAlive="35" duration="2" interval="10"/>
			<spawn group="feralHordeStageGS109" num="154" maxAlive="35" duration="7"/>
		</gamestage>

 

Once you hit GS381 the number for each group is 500, and it keeps increasing the max alive per wave.

×
×
  • Create New...