Adjustments for random animation configurations.

This commit is contained in:
MobiusDevelopment
2019-06-09 21:57:10 +00:00
parent 7676ab9825
commit 58d30b63a6
14 changed files with 32 additions and 53 deletions

View File

@@ -252,16 +252,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -108,10 +108,15 @@ ForceCompletePlayerStatusUpdate = True
MaxDriftRange = 200 MaxDriftRange = 200
# Minimum and maximum variables in seconds for NPC animation delay. # 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 MinNpcAnimation = 5
# Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60
# Show the lvl and type of aggro mobs? # Show the lvl and type of aggro mobs?

View File

@@ -245,16 +245,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60

View File

@@ -256,16 +256,14 @@ LazyCache = False
CacheCharNames = True CacheCharNames = True
# Minimum and maximum variables in seconds for NPC animation delay. # 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 # Default: 5
MinNpcAnimation = 5 MinNpcAnimation = 5
# Default: 60 # Default: 60
MaxNpcAnimation = 60 MaxNpcAnimation = 60
# Default: 5 # Default: 5
MinMonsterAnimation = 5 MinMonsterAnimation = 5
# Default: 60 # Default: 60
MaxMonsterAnimation = 60 MaxMonsterAnimation = 60