diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/NPC.ini b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/NPC.ini index cb8f91c7e0..bf8cb8b4cd 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/NPC.ini +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/NPC.ini @@ -29,8 +29,10 @@ AltAttackableNpcs = True AltGameViewNpc = False # Maximum distance mobs can get aggro. +# Related post at https://l2jserver.com/forum/viewtopic.php?f=128&t=31588 # Default: 1500 -MaxAggroRange = 1500 +# L2jMobius: 450 +MaxAggroRange = 450 # Maximum distance mobs can randomly go from spawn point. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT