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

Seasonal modification on condemn build crusader

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".
 
yah i know, but maybe i didnt explain my self.
What i pretended is, use it on AOE > then 2 or 3 mobs but sometimes in Greater Rifts you have a face to face with some high health mobs or high defense and those times i would like to use condemn as well.. so i achieve it by using it on full wrath.
This is because i dont have enought cooldown on my gear yet to keep akarat always up.

I think that code fits both kind of players, those with the full gear and those that are trying to get there.
 
since 2.1.19 doesnt work with the latest anymore, could you update?
 
Yep. It doesn't seem to be working for me either. Help por favor.
 
Back
Top