AI Instant respawn

Carp!

Well-Known Member
This has started happening lately and not really sure why.

2 guys go to bandit island, clear it and all ai respawn at the same time on them.

I have personally cleared it solo many times and have not seen this, but seems to happen to them alot. So i have enabled extended debug and had them try to recreate it. Sure enough:

DZAI Debug: 3 AI units respawned at SFELD_9 in 0.355957 seconds
DZAI Debug: 3 AI units respawned at SFELD_9 in 0.145957 seconds
DZAI Debug: 3 AI units respawned at SFELD_9 in 0.235957 seconds

Respawn time is set 500-800 seconds. Thoughts?
 
That log sample doesn't show instant respawning. When a group has been wiped out you'll see something like this:

Code:
"DZAI Extended Debug: Spawned 1 dummy AI unit for group %1."

When the group is respawned you will see this:

Code:
"DZAI Debug: %2 AI units respawned at %3 in %1 seconds (respawnBandits)."

Of course, substitute the %1, %2, etc for actual values. Compare the log timestamps to see when death and respawn happened.
 
Back
Top