mcdeman
Member
- Joined
- May 10, 2011
- Messages
- 389
- Reaction score
- 5
change thisWell... yes and no... I already used your modified dh.cs before and I am still using it with earlier versions of trinity and quest tools. The thing is with those old versions my bot shoot elemental arrows and auto attack from time to time after placing sentry on the ground, it is super good, but... with latest db updates and your scripts it simple does not.
// Elemental Arrow
if (CanCast(SNOPower.DemonHunter_ElementalArrow) && !Player.IsIncapacitated &&
((Player.PrimaryResource >= 10 && !IsWaitingForSpecial) || Player.PrimaryResource >= MinEnergyReserve || Legendary.Kridershot.IsEquipped))
{
return new TrinityPower(SNOPower.DemonHunter_ElementalArrow, 65f, CurrentTarget.ACDGuid);
}