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:
, 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!
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);
}
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: