Add rule Aggro:NPCAggroMaxDistanceEnabled - enabled by default

If enabled, NPC's will drop aggro beyond 600 units or what is defined at the zone level
This commit is contained in:
Akkadius
2018-05-25 22:41:46 -05:00
parent add0c4de47
commit 05ae8c8219
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ Mob::Mob(const char* in_name,
fix_z_timer_engaged(100),
attack_anim_timer(1000),
position_update_melee_push_timer(500),
mHateListCleanup(6000)
hate_list_cleanup_timer(6000)
{
targeted = 0;
tar_ndx = 0;