Fixed crippling blow issues with berserker frenzy

Also added two rules to control when to enter/exit berserker frenzy
This commit is contained in:
Michael Cook
2013-12-11 01:49:51 -05:00
parent cd2825288d
commit 76ec6e4da2
6 changed files with 24 additions and 24 deletions
+2
View File
@@ -371,6 +371,8 @@ RULE_INT ( Combat, ClientStunLevel, 55) //This is the level where client kicks a
RULE_INT ( Combat, QuiverWRHasteDiv, 3) //Weight Reduction is divided by this to get haste contribution for quivers
RULE_BOOL ( Combat, UseArcheryBonusRoll, false) //Make the 51+ archery bonus require an actual roll
RULE_INT ( Combat, ArcheryBonusChance, 50)
RULE_INT ( Combat, BerserkerFrenzyStart, 35)
RULE_INT ( Combat, BerserkerFrenzyEnd, 45)
RULE_CATEGORY_END()
RULE_CATEGORY( NPC )