What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

help!about CrusaderAkkhan

hh9001

New Member
Joined
May 12, 2016
Messages
6
Reaction score
0
Turn the Laws of Valor into hope of Valor.and Keep using。
 
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:
Back
Top