Implemented Spawn chaseRange parameter.
This commit is contained in:
@@ -111,8 +111,9 @@ MaxDriftRange = 300
|
||||
AggroDistanceCheckEnabled = False
|
||||
|
||||
# Maximum distance monsters can be pulled away from spawn.
|
||||
# Default: 1500
|
||||
AggroDistanceCheckRange = 1500
|
||||
# Overridden by Spawn chaseRange parameter.
|
||||
# Default: 2000
|
||||
AggroDistanceCheckRange = 2000
|
||||
|
||||
# Use maximum aggro distance check for raids.
|
||||
# Grandbosses are excluded.
|
||||
@@ -120,8 +121,9 @@ AggroDistanceCheckRange = 1500
|
||||
AggroDistanceCheckRaids = False
|
||||
|
||||
# Maximum distance raids can be pulled away from spawn.
|
||||
# Default: 3000
|
||||
AggroDistanceCheckRaidRange = 3000
|
||||
# Overridden by Spawn chaseRange parameter.
|
||||
# Default: 4000
|
||||
AggroDistanceCheckRaidRange = 4000
|
||||
|
||||
# Use maximum aggro distance check in instances.
|
||||
# Default: False
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
<xs:attribute name="count" type="xs:positiveInteger" use="optional" />
|
||||
<xs:attribute name="respawnDelay" type="xs:nonNegativeInteger" use="optional" />
|
||||
<xs:attribute name="respawnRandom" type="xs:nonNegativeInteger" use="optional" />
|
||||
<xs:attribute name="chaseRange" type="xs:nonNegativeInteger" use="optional" />
|
||||
<xs:attribute name="periodOfDay" use="optional">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
|
||||
Reference in New Issue
Block a user