• Visit Rebornbuddy
  • help!about CrusaderAkkhan

    Discussion in 'Archives' started by hh9001, Jan 10, 2018.

    1. hh9001

      hh9001 New Member

      Joined:
      May 12, 2016
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      Turn the Laws of Valor into hope of Valor.and Keep using。
       
    2. halfy666

      halfy666 New Member

      Joined:
      Feb 4, 2018
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      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

    Share This Page