diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini b/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini index 4baf8d7528..6134e2a5ae 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini +++ b/L2J_Mobius_1.0_Ertheia/dist/game/config/General.ini @@ -252,16 +252,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_2.5_Underground/dist/game/config/General.ini b/L2J_Mobius_2.5_Underground/dist/game/config/General.ini index e74a1be899..4bcf01853c 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/config/General.ini +++ b/L2J_Mobius_2.5_Underground/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_3.0_Helios/dist/game/config/General.ini b/L2J_Mobius_3.0_Helios/dist/game/config/General.ini index e74a1be899..4bcf01853c 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/config/General.ini +++ b/L2J_Mobius_3.0_Helios/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/config/General.ini b/L2J_Mobius_4.0_GrandCrusade/dist/game/config/General.ini index e74a1be899..4bcf01853c 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/config/General.ini +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_5.0_Salvation/dist/game/config/General.ini b/L2J_Mobius_5.0_Salvation/dist/game/config/General.ini index e74a1be899..4bcf01853c 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/config/General.ini +++ b/L2J_Mobius_5.0_Salvation/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/config/General.ini b/L2J_Mobius_5.5_EtinasFate/dist/game/config/General.ini index e74a1be899..4bcf01853c 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/config/General.ini +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/config/General.ini b/L2J_Mobius_6.0_Fafurion/dist/game/config/General.ini index e74a1be899..4bcf01853c 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/config/General.ini +++ b/L2J_Mobius_6.0_Fafurion/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_C6_Interlude/dist/game/config/main/Options.ini b/L2J_Mobius_C6_Interlude/dist/game/config/main/Options.ini index deff03ce96..ca5498151a 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/config/main/Options.ini +++ b/L2J_Mobius_C6_Interlude/dist/game/config/main/Options.ini @@ -108,10 +108,15 @@ ForceCompletePlayerStatusUpdate = True MaxDriftRange = 200 # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. +# Default: 5 MinNpcAnimation = 5 +# Default: 60 MaxNpcAnimation = 60 +# Default: 5 MinMonsterAnimation = 5 +# Default: 60 MaxMonsterAnimation = 60 # Show the lvl and type of aggro mobs? diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/General.ini b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/General.ini index 92274be142..86e03223f1 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/General.ini +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/General.ini @@ -245,16 +245,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/General.ini b/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/General.ini index 7a2de4c9f5..d6b03ef278 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/General.ini +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/General.ini b/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/General.ini index 7a2de4c9f5..d6b03ef278 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/General.ini +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/General.ini b/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/General.ini index 7a2de4c9f5..d6b03ef278 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/General.ini +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/General.ini b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/General.ini index 7a2de4c9f5..d6b03ef278 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/General.ini +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60 diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/General.ini b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/General.ini index 7a2de4c9f5..d6b03ef278 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/General.ini +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/General.ini @@ -256,16 +256,14 @@ LazyCache = False CacheCharNames = True # Minimum and maximum variables in seconds for NPC animation delay. -# You must keep MinNpcAnimation < = MaxNpcAnimation. +# You must keep MinNpcAnimation lower or equal to MaxNpcAnimation. +# Set values to 0 for disabling random animations. # Default: 5 MinNpcAnimation = 5 - # Default: 60 MaxNpcAnimation = 60 - # Default: 5 MinMonsterAnimation = 5 - # Default: 60 MaxMonsterAnimation = 60