H hh9001 New Member Joined May 12, 2016 Messages 6 Jan 10, 2018 #1 Turn the Laws of Valor into hope of Valor.and Keep using。
H halfy666 New Member Joined Feb 4, 2018 Messages 2 Feb 4, 2018 #2 Add something to the .cs file, for instance, just beside "ShouldLawsOfValor". This will spam Laws of Hope. protected override bool ShouldLawsOfHope() { if (!Skills.Crusader.LawsOfHope.CanCast()) return false; return true; } Last edited: Feb 4, 2018
Add something to the .cs file, for instance, just beside "ShouldLawsOfValor". This will spam Laws of Hope. protected override bool ShouldLawsOfHope() { if (!Skills.Crusader.LawsOfHope.CanCast()) return false; return true; }