Adjustments for random animation configurations.
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user