Having a monster spawn alerted of your presence?
Posted: Thu May 31, 2007 4:38 am
I don't want to use off map sectors to contain the spawning monsters in this case because there are way too many scripted already using thing_spawn, If there is another special I can use in ACS that will spawn alerted monsters I'll use that.
The problem im having is although I'm about to replace all my monster scripts with ""Thing_SpawnFacing"" instead of ""thing_spawn"" so that I can more easily have the monsters face the center of the battle areas where there are monster rushes increasing the chances the spawned monsters will see the player, the problem is that one of the monster battles contains about 800 monsters that enter the map though 45 mapspot markers over a series of several minutes and there are places the player could hide, and if any given set of monsters spawned at these 45 mapspots does not move from there mapspot markers before the next set is ready the next set doesn't spawn.
In theory if the player knows anything about how spawning works they could hide out and not alert the first set and prevent the entire battle from progressing. I need a way to get the monsters off their mapspots as quick as 10 seconds after they are spawned in some cases, the delays actualy range from 10 to 60 seconds between each set and each is already perfectly timed and this is my reason for not wanting to create sectors to contain spawning monsters the old school way. Any suggestions on this?
The problem im having is although I'm about to replace all my monster scripts with ""Thing_SpawnFacing"" instead of ""thing_spawn"" so that I can more easily have the monsters face the center of the battle areas where there are monster rushes increasing the chances the spawned monsters will see the player, the problem is that one of the monster battles contains about 800 monsters that enter the map though 45 mapspot markers over a series of several minutes and there are places the player could hide, and if any given set of monsters spawned at these 45 mapspots does not move from there mapspot markers before the next set is ready the next set doesn't spawn.
In theory if the player knows anything about how spawning works they could hide out and not alert the first set and prevent the entire battle from progressing. I need a way to get the monsters off their mapspots as quick as 10 seconds after they are spawned in some cases, the delays actualy range from 10 to 60 seconds between each set and each is already perfectly timed and this is my reason for not wanting to create sectors to contain spawning monsters the old school way. Any suggestions on this?