XEENG
New Member
- Joined
- Mar 26, 2014
- Messages
- 27
- Reaction score
- 1
Hello everyone.
For those who running high CDR, probably "Dashing Strike" Monk.
To make your monk spam serenity in combat, open you MonkCombat.cs file.
And set your amount of health to 1
Example.
(Player.CurrentHealthPct <= 0.50 || (Player.IsIncapacitated && Player.CurrentHealthPct <= 0.90))
Change to
(Player.CurrentHealthPct <= 1 || (Player.IsIncapacitated && Player.CurrentHealthPct <= 1))
Link to MonkCombat.cs download: https://www.dropbox.com/s/u05naz4t1d0hhop/MonkCombat.cs?dl=0
Works with the latest DB beta and trinity 2.10.0
For those who running high CDR, probably "Dashing Strike" Monk.
To make your monk spam serenity in combat, open you MonkCombat.cs file.
And set your amount of health to 1
Example.
(Player.CurrentHealthPct <= 0.50 || (Player.IsIncapacitated && Player.CurrentHealthPct <= 0.90))
Change to
(Player.CurrentHealthPct <= 1 || (Player.IsIncapacitated && Player.CurrentHealthPct <= 1))
Link to MonkCombat.cs download: https://www.dropbox.com/s/u05naz4t1d0hhop/MonkCombat.cs?dl=0
Works with the latest DB beta and trinity 2.10.0
Last edited: