Go to DB folder -Pulgins -Trinity folder - combat - ability - Crusadercombat.cs - open with notepad - find following.
private static bool CanCastPhalanx()
{
return CombatBase.CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.EliteOrTrashInRange(15f));
Change it to;
private static bool CanCastPhalanx()
{
return CombatBase.CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.AnyMobsInRange(15f, 1))
Now your bot should use it whenever phalanx are available.
credit: Fujiyama
Go to DB folder -Pulgins -Trinity folder - combat - ability - Crusadercombat.cs - open with notepad - find following.
private static bool CanCastPhalanx()
{
return CombatBase.CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.EliteOrTrashInRange(15f));
Change it to;
private static bool CanCastPhalanx()
{
return CombatBase.CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.AnyMobsInRange(15f, 1))
Now your bot should use it whenever phalanx are available.
credit: Fujiyama
Can u link ur build,plz?Thankyou - I'm now doing T6 in @ 8 secs!!
Thankyou - I'm now doing T6 in @ 8 secs!!
You are welcome. Is Phalanx that much powerful skill? what items and skills are you using with it?
You can PM me if you prefer.
Is this a Ghom killer type of build?
Andariels' Visage
Mara's
Magefist
Reapers
RoRG - any ring will do, but I have best stats on it.
Stone of Jordan
Hellcat Waistguard
FotF
Hellskull
+ 43% Heaven's Fury
+69% Holy Damage
+ 15% Justice
+ 20% Fire
Bonus DMG to Elites 33%
56.5% Crit
45% CHD
42% ATK Speed
DMG @ 1.9 million
Toughness 4.8 mil (Mara's negates @ 220k HP.
I have 4 piece Akkhans - no need for 6 - could replace one another piece or RoRG is I find a higher DPS upgrade.
Crusader - Game Guide - Diablo III
T6 = 8 - 12 secs each time.
got db410beta and trinity 1.9.8private static bool CanCastPhalanx()
{
return CombatBase.CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.AnyMobsInRange(15f, 1));
}
can't fix that phalanx issue, stil is not working properly... i have changed that line in CrusaderCombat.cs and have this now:
got db410beta and trinity 1.9.8
can't fix that phalanx issue, stil is not working properly... i have changed that line in CrusaderCombat.cs and have this now:
got db410beta and trinity 1.9.8