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

Crusader : Blessed hammer cast distance

CApollo123

New Member
Joined
Sep 7, 2014
Messages
82
Reaction score
0
I am using Blessed hammer and need to lower the cast distance to 10 or 11 So the mobs are in the slow radius of The Bane of the Trapped and to reduce the number of wasted cast hammers
my critical hits hit elites for 450mil to 550mil
An option in trinity for the cast distance of Blessed hammers should be added
 
Last edited:
I completely agree. I stopped botting on my Crusader for this very reason.

So many wasted hammers, so much lost damage.
 
If you open up the CrusaderCombat.cs file in \Plugins\Trinity\Combat\Abilities directory

Change

PHP:
                // Blessed Hammer
                if (CanCastBlessedHammer())
                {
                    return new TrinityPower(SNOPower.X1_Crusader_BlessedHammer, 15f);
                }
To

PHP:
                // Blessed Hammer
                if (CanCastBlessedHammer())
                {
                    return new TrinityPower(SNOPower.X1_Crusader_BlessedHammer, 10f);
                }

Should get what you want (just change 10f to 11f if you want more range), should do what you want.
 
Thanks! I'm going to set it to 1
Ill update on the right distance
 
Last edited:
Added a slider for Blessed Hammer range that should be in the next official release. Thanks for the report.
 
Set to 1 I was able increase the torrent level by one and my exp/hr has over doubled
 
Back
Top