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

Crusader-not using Phalanx

tcby111

New Member
Joined
Apr 19, 2013
Messages
6
Reaction score
0
Crusader-not using Phalanx
I tried to play crusader kill ghom, but this skill always not use.
Is there someone who can help, thx?
 
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

Thankyou - I'm now doing T6 in @ 8 secs!!
 
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

You forgot the semicolon.
 
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.
 
Last edited:
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.

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.
 
Last edited:
This was posted in another topic but his and I's are very similar. Been experimenting with his skills and very similar kill time. Our gear is almost identical too.

Crusader/Templar - Imgur
 
Last edited:
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.

nice.... I hope I can find a Fate of Fell over 2900 DMG. I wonder if that ( next page pic) was earlier version of Fate of Fell. I haven't seen such a high DMG
except earlier version of weapons. Back then ThurderFury DMG was over 3000.:D
 
Last edited:
can't fix that phalanx issue, stil is not working properly... i have changed that line in CrusaderCombat.cs and have this now:
private static bool CanCastPhalanx()
{
return CombatBase.CanCast(SNOPower.x1_Crusader_Phalanx3) && (TargetUtil.ClusterExists(15f, 3) || TargetUtil.AnyMobsInRange(15f, 1));
}
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

When you restart DB, you should check the above code again. Sometimes it changes automatically to old code. I don't know why but it happens frequently.
If you see the code is correct and the bot still doesn't use it, then I have no clue. It should use it all the time whenever it is available.
 
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

Same issue for me since dbbeta 410 and now dbbeta 415. Bot will use phalanx only when wrath is too low for anything else
 
Hi - I am making the same changes in the lastest DB Beta and Phalanx is now only activating at empty wrath.
Grateful for an update please?
 
My crusader build is almost the same except i use an 8% Furnace as my weapon, faster kill
 
Any crusader fire builds that have succesfully killed Ghom in a responable time on T6?
 
Back
Top