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

Akarats champion crusader help

Maxer112

New Member
Joined
Nov 15, 2013
Messages
6
Reaction score
0
How to set to spamm it if available? Not only for elites , have 6 set bonus .:confused:
 
Last edited:
Edit crusadercombat.cs

// AkaratsChampion
if (CombatBase.CanCast(SNOPower.X1_Crusader_AkaratsChampion) && (TargetUtil.EliteOrTrashInRange(35f) || TargetUtil.AnyTrashInRange(35f)))
{
return new TrinityPower(SNOPower.X1_Crusader_AkaratsChampion) ;
}


That seems to spam akarat for me all the time, 1.9.6 does not spam it for me, but changing crusader combat.cs to above helps!
Good luck!
 
Back
Top