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

crusader - blessed hammer - need help.

Steve65

New Member
Joined
Sep 24, 2014
Messages
24
Reaction score
0
Looking for help.

casting blessed hammer the bot seems to have a standoff that is a bit out of range for the radius range of blessed hammer. is there a way to narrow the range to target? I have turned off all kiting mods, and to kite even in aoe. looking to tighten the range of blessed hammer, it is used but out of range to target.

using the trinity combat profile.
 
Need help in narrowing the range of blessed hammer. this is from the crusadercombat.cs file. The range is a few tics to far out from target while trying to fight the targets.

not sure how to define 20f or the 8f,20f not sure if this is in hexadecimal? or coordinates.


// Blessed Hammer
if (CanCastBlessedHammer())
{
return new TrinityPower(SNOPower.X1_Crusader_BlessedHammer, 20f, TargetUtil.GetBestClusterUnit(8f, 20f).Position);
 
Last edited:
Need help in narrowing the range of blessed hammer. this is from the crusadercombat.cs file. The range is a few tics to far out from target while trying to fight the targets.

not sure how to define 20f or the 8f,20f not sure if this is in hexadecimal? or coordinates.


// Blessed Hammer
if (CanCastBlessedHammer())
{
return new TrinityPower(SNOPower.X1_Crusader_BlessedHammer, 20f, TargetUtil.GetBestClusterUnit(8f, 20f).Position);
ok, I tried a few things, searched the script for blessedhammer code.
I believe 20f is the range in hex so 32 decimal. I wanted minimum range for use. first assuming 20f is hex, I went 14f for decimal range of 20. still to far out, so decided to go with range of 8/8f. for all code via blessedhammer where 20f appeared to be range4 for the different target types..

8f put my character right on them and seems to be waisting them with no problem at all.

This is with all kiting off, and fighting enemies in aoe if needed. while in aoe damage rcvd is nominal to none at all. crusader seems to steam roll them with this change.
armor
4/6 armor of akkhan - still hunting for the last 2 bits.
rest is legendary, 3 pcs have been enchanted to give hammers +damage%
2 pcs give holy +dmg %
all sockets provide strength
weap socket using 130% crit dmg emerald.
toughness around 11 mil
base dmg around 540k
attack dmg 800k to 7mil avg with crits.
 
Last edited:
Back
Top