Artwebb1986
New Member
- Joined
- Jan 7, 2011
- Messages
- 358
- Reaction score
- 0
I was looking over the crusader options and in the .cs file itself.
I was wondering how i would go about making the crusader use Phalanx(stampede) as the primary attack ?
return CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.EliteOrTrashInRange(15f));
Would i just change (TargetUtil.ClusterExists(15f, 3) to (TargetUtil.ClusterExists(15f, 1) ??
Thanks for the help
I was wondering how i would go about making the crusader use Phalanx(stampede) as the primary attack ?
return CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.EliteOrTrashInRange(15f));
Would i just change (TargetUtil.ClusterExists(15f, 3) to (TargetUtil.ClusterExists(15f, 1) ??
Thanks for the help