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

Crusader: Law of Valor Coding help please.

Dreadknot

New Member
Joined
Mar 8, 2014
Messages
6
Reaction score
0
I would like to have Trinity use Law of Valor on cool down when in combat. If anyone can assist me it would be much appreciated. Thank You.
 
CrusaderCombat.cs

// LawsOfValor
// LawsOfValor2
if (CanCast(SNOPower.X1_Crusader_LawsOfValor2))
{
return new TrinityPower(SNOPower.X1_Crusader_LawsOfValor2);
}
// LawsOfValor2
if (CanCast(SNOPower.X1_Crusader_LawsOfValor2))
{
return new TrinityPower(SNOPower.X1_Crusader_LawsOfValor2);
}
 
this code use Law of Valor even when not in combat... can you fix it to only use in combat?
 
Back
Top