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

Crusader Steed charge

dgnguyenz

New Member
Joined
Jul 23, 2014
Messages
11
Reaction score
0
When 1on1 my crusader use auto attack instead of spamming steed charge, even through the option for spam steed charge outside and in battle is checked on, and falling sky mostly cast on normal minion instead of elites when elites is near by, it seem to prioritized trash minion more, I am using the latest trinity, can some one help me out here please. how can I set it so the bot don't use basic auto attack?
 
Last edited:
Sounds to me like you're running an unsupported build. Would you mind posting a diablofans or d3planner link to your build?
 
http://www.d3planner.com/320088920, this is my built, the bot would not spam steed charge in a 1on1 situation unless it forced to because the elites or rift gurdian casted an aoe or some kind of spell or the elite/ GD move, which forced the bot to move by casting steed charge, or else it would just auto basic attack and casting other spell standing in one place instead of casting speed charge. This is bad because I have hexing pant on as well.
 
Last edited:
Weird, LoN sader has been supported for a long time. Would you mind attaching a log here? Maybe I'll see something in there that explains why your crusader is doing this.
 
Found the problem. Im using Swiftmount weapon and my crusader use auto attack instead of spamming steed charge. I looked to the code and changed Ingeom for Swiftmount and its working now.
return Skills.Crusader.Bombardment.IsActive && Legendary.BeltOfTheTrove.IsEquipped &&
!Skills.Crusader.Punish.IsActive &&
// Including LoN Bombardment build that uses Mortal Drama,
(Legendary.TheMortalDrama.IsEquipped ||
// Pony builds that use Norvald's Fervor
Sets.NorvaldsFavor.IsFullyEquipped ||
// Phalanx LoN build that uses Phalanx boosting items
Legendary.WarhelmOfKassar.IsEquipped && Legendary.UnrelentingPhalanx.IsEquipped &&
Legendary.EternalUnion.IsEquipped ||
// or just some generic variation that uses Swiftmount
Legendary.Swiftmount.IsEquipped ||
Legendary.BloodBrother.IsEquipped);
 
Back
Top