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

Seasonal modification on condemn build crusader

Wyvern

New Member
Joined
Apr 24, 2014
Messages
32
Reaction score
0
Modification for condemn build crusader with new seasonal crusader shield: Frydehr's Wrath (remove CD and add 40 wrath cost)
added primary resource check & decreased trigger range in order to hit more mobs (can adjust according to different rune)

recommending instant explosion rune for fast run, otherwise either vacuum or shattering explosion can be used

replace in Demonbuddy\Plugins\Trinity\Combat\Abilities
IMPORTANT: backup original file in case anything goes wrong, since I may have changed some of the settings for haven's fury and other skills

Already tested it, works quite smoothly

first contribution to the forum, hope you enjoy it :)

View attachment CrusaderCombat.cs (for old trinity ver 1.9.8 itk)

Update: View attachment CrusaderCombat.cs for latest (no longer) trinity 2.1.4

View attachment CrusaderCombat.cs for latest (no longer) trinity 2.1.7 (for beta ver. im using) (added primary source detection modification to reduced mob count to activate laws of valor)

Thx for GodsDisciple for his idea on spamming while full wrath, but the binary of whether in full wrath or not needs to be added in lines:
Code:
 // Condemn
                if (CanCastCondemn())
                {
                    return new TrinityPower(SNOPower.X1_Crusader_Condemn);
                }
, otherwise error codes will spam along with Condemn... Perhaps I will find some inspirations by looking at Wiz's combat code on spamming explosive blasts --- learning :/

I'm also working on the logic with a specific modification which may hopefully utilise Strongman Bracer... But don't really have that time

Felt like tired from playing Crusaders in this season... although there's still chance for me to hit 38 in GR
Currently retired, playing imba DH for f*** trifecta Taskers which didn't drop in my 700+hr "playing" in non-season mode

may work better with 'ignore trash below % health' while using vacuum or shattering explosion rune, but need more testing to get the best result

LITTLE REMINDER: if u r using EZUpdate for trinity sometimes it will replace the .cs file with the original one. It kept constantly happening on me (not for now) and I have no knowledge about it... so make sure before every time restarting DB, the .cs file is replaced with modified version otherwise IT WONT WORK!
 

Attachments

Last edited:
Thanks so much for this man shield just dropped and tried the condemn build op! Only problem was my crusader stopped and never used he's primary only waited till he had enough wrath for condemn thanks so much for the fix! :D
 
Can you guys tell me the specific build your using for this. I was lucky enough to get the shield first time I went to Kadala.
 
Build for botting:
Crusader - Game Guide - Diablo III
since i dont have a compete akkhan set, without perma akarat my sader is really squishy even in T3 XD, thus a defensive primary skill is useful for me, really. U can try different primary skills but once u have smite or justice, the bot will cast condemn outside range where primary skill can still hit mobs (even the trigger range for smite/ justice is set under 15y)
Build for playing:
Use vacuum rune for condemn! It is really handy especially in team farming without a pull monk. Also ensuring mobs/elites stay in ur skill range (not for boss or RG)
Use smite (reaping) for surviving, or slash (zeal) for wrath regen,but really not making much difference for which primary skill u choose

updated botting bd, where I have the whole set + lv25 smite gem, works well in T6 rifts & bounties:
Crusader - Game Guide - Diablo III
 
Last edited:
I replaced my old combat file with this one and still does the same thing (sits there until i have enough wrath to cast condemn) wont use zeal and will just stand there. but will zeal every now and then when he has wrath but the second it doesn't. It just waits to condemn)

Even did fresh install with Demonbuddy Trinity and Quest Tools. maybe its the new trinity thats the problem? what are you guys using?
 
almost acts like zeal is the wrath spender and when no wrath is there it wont zeal or condemn.
 
check my update for trinity 2.1.4, should be working now, tested
 
i swapped the cs file and all it does is stop the bot from running profiles, anything else in particular you changed to get it working?
 
Maybe you are not using trinity 2.1.4?
Easiest way would be backup the original .cs file; open up with txt viewer; find a line indicating player.primarysource > 40 (or something like this) and paste into the line for condemn with "&&" before it (MUST!). Check the template in that file, you will soon learn how to make those small tweaks. ;P
 
Unfortunatly it doesn't work for me, with fresh install and trinity 2.1.4 What am i doing wrong?
 
Doesn't work anymore with Trinity 2.1.6 - what to do? Doesn't attack with primary again
 
just go back to 2.1.4 until an updated one comes out that'll work for 2.1.6 - that is what i'm doing.
 
it's really simple to customise ur own combat routine, the language used in those routine files are not hard to understand - simply copy & paste the command line so u won't miss any letter.
 
how did you get spam Condemn?
trinity setting, AOE count=1
cs file: add "&& Player.PrimaryResource > 36"
preferably reduce the radius for skill trigger for 1~3f
basically like this
 
Thx Wyvern,

i have tested this :
private static bool CanCastCondemn()
{
return CanCast(SNOPower.X1_Crusader_Condemn) && Player.PrimaryResource > 36 && (TargetUtil.EliteOrTrashInRange(1f) || TargetUtil.AnyMobsInRange(1f, CrusaderSettings.CondemnAoECount));
}

but not working... :(
 
Thx Wyvern,

i have tested this :

but not working... :(

well, u shouldnt reduce the trigger radius TO 1f, i mean, by 1~3f... otherwise it won't be triggered since bot keeps using primary skill...
Hate my bad gramma XD, my apologies
 
Back
Top