OvercastNetwork / Issues

Public issue tracker for Overcast Network
https://oc.tc
53 stars 42 forks source link

Fix Lunar Barrage (Arcade) #2687

Closed ghost closed 7 years ago

ghost commented 7 years ago

2016-11-27_17 02 10 Ghast projectiles stop spawning and it's not fun

Pugzy commented 7 years ago

Fireballs that make it through the "moon" end up floating in the void below the map limiting the amount that can spawn hence it gets slower as the game goes on.

The fireball must still be moving as the life attribute doesn't cause it to despawn and altering the MaxNearbyEntities attribute for the spawner doesn't seem to work either.

Pugzy commented 7 years ago

Fixed this by upping the MaxNearbyEntities however the I also altered the speed at which the fireballs spawn. I think the server had to restart for the changes to be made.