mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Adjust AI Aggro check timers for NPC's with npc_aggro flag set to be far less excessive (Performance increase)
This commit is contained in:
parent
1dd911b150
commit
ab3e31154c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user