mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
+3
-1
@@ -103,7 +103,9 @@ RULE_INT (Mercs, SuspendIntervalMS, 10000)
|
||||
RULE_INT (Mercs, UpkeepIntervalMS, 180000)
|
||||
RULE_INT (Mercs, SuspendIntervalS, 10)
|
||||
RULE_INT (Mercs, UpkeepIntervalS, 180)
|
||||
RULE_BOOL ( Mercs, AllowMercs, false )
|
||||
RULE_BOOL (Mercs, AllowMercs, false)
|
||||
RULE_BOOL (Mercs, ChargeMercPurchaseCost, false)
|
||||
RULE_BOOL (Mercs, ChargeMercUpkeepCost, false)
|
||||
RULE_INT (Mercs, AggroRadius, 100) // Determines the distance from which a merc will aggro group member's target(also used to determine the distance at which a healer merc will begin healing a group member)
|
||||
RULE_INT (Mercs, AggroRadiusPuller, 25) // Determines the distance from which a merc will aggro group member's target, if they have the group role of puller (also used to determine the distance at which a healer merc will begin healing a group member, if they have the group role of puller)
|
||||
RULE_INT (Mercs, ResurrectRadius, 50) // Determines the distance from which a healer merc will attempt to resurrect a group member's corpse
|
||||
|
||||
Reference in New Issue
Block a user