From ab3e31154cce7ce947205b0eda565cdf3018ea7c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 31 Oct 2015 18:32:23 -0500 Subject: [PATCH] Adjust AI Aggro check timers for NPC's with npc_aggro flag set to be far less excessive (Performance increase) --- common/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/features.h b/common/features.h index 0860788e1..44f83c648 100644 --- a/common/features.h +++ b/common/features.h @@ -154,7 +154,7 @@ enum { //reuse times enum { //timer settings, all in milliseconds AImovement_duration = 100, AIthink_duration = 150, - AIscanarea_delay = 500, + AIscanarea_delay = 6000, AIfeignremember_delay = 500, AItarget_check_duration = 500, AIClientScanarea_delay = 750, //used in REVERSE_AGGRO