DavidKDean
Member
- Joined
- Jun 15, 2012
- Messages
- 217
- Reaction score
- 1
hey bro, tks for this. i personally made a diferent setup on condemn because i think it works better.
for me, there's no point on not cast condemn if the the wrath is full regardless how many mobs are around you. here is the code for those that would like to do it as well.
Code:private static bool CanCastCondemn() { return CanCast(SNOPower.X1_Crusader_Condemn) && Player.PrimaryResource > 36 && (TargetUtil.EliteOrTrashInRange(14f) || TargetUtil.AnyMobsInRange(13f, CrusaderSettings.CondemnAoECount) || Player.PrimaryResource >= 99); }
Hey man. Thanks for the bit of code you've provided. That being said - Mine IS casting Condemn on all packs of mobs (even if there are only 1) - This can be done if you set the "Condemn AoE Count" slider to "1".