Lytylisius
Member
- Joined
- Sep 12, 2012
- Messages
- 178
- Reaction score
- 0
Hey everyone
im running a HC Dh setup and tried the old fix to spam the wolf companion close to ghom instead of the room before him,
but in the new trinity it doesnt work... DB doesnt even see trinity if i try to change,
if (Runes.DemonHunter.WolfCompanion.IsActive && CanCast(SNOPower.X1_DemonHunter_Companion) &&
((CurrentTarget.IsBossOrEliteRareUnique || TargetUtil.AnyMobsInRange(40, 10)) && CurrentTarget.RadiusDistance < 25f))
{
return new TrinityPower(SNOPower.X1_DemonHunter_Companion);
}
}
to
// Use Wolf Howl on Unique/Elite/Champion - Would help for farming trash, but trash farming should not need this - Used on Elites to reduce Deaths per hour
if (hasWolf && CombatBase.CanCast(SNOPower.X1_DemonHunter_Companion) && CurrentTarget.IsEliteRareUnique && TargetUtil.EliteOrTrashInRange(40f))
{
return new TrinityPower(SNOPower.X1_DemonHunter_Companion);
}
^ was old fix and worked well but cant be used now anymore.
does anyone have an idea on how to spam wolf companion in the close range to elites or bosses??
or in this case close to ghom only?
losing 30% dmg now this doesnt work :S
greetz lytylisius
im running a HC Dh setup and tried the old fix to spam the wolf companion close to ghom instead of the room before him,
but in the new trinity it doesnt work... DB doesnt even see trinity if i try to change,
if (Runes.DemonHunter.WolfCompanion.IsActive && CanCast(SNOPower.X1_DemonHunter_Companion) &&
((CurrentTarget.IsBossOrEliteRareUnique || TargetUtil.AnyMobsInRange(40, 10)) && CurrentTarget.RadiusDistance < 25f))
{
return new TrinityPower(SNOPower.X1_DemonHunter_Companion);
}
}
to
// Use Wolf Howl on Unique/Elite/Champion - Would help for farming trash, but trash farming should not need this - Used on Elites to reduce Deaths per hour
if (hasWolf && CombatBase.CanCast(SNOPower.X1_DemonHunter_Companion) && CurrentTarget.IsEliteRareUnique && TargetUtil.EliteOrTrashInRange(40f))
{
return new TrinityPower(SNOPower.X1_DemonHunter_Companion);
}
^ was old fix and worked well but cant be used now anymore.
does anyone have an idea on how to spam wolf companion in the close range to elites or bosses??
or in this case close to ghom only?
losing 30% dmg now this doesnt work :S
greetz lytylisius