xxxmalicexxx
Member
- Joined
- Aug 7, 2013
- Messages
- 799
- Reaction score
- 7
are you running 6 piece or 5 +rrogI'm running MH6, my DH is casting elemental arrow and saving hatred for sentry, working as intended.
are you running 6 piece or 5 +rrogI'm running MH6, my DH is casting elemental arrow and saving hatred for sentry, working as intended.
I'm running MH6, my DH is casting elemental arrow and saving hatred for sentry, working as intended.
// Elemental Arrow
if (CanCast(SNOPower.DemonHunter_ElementalArrow) && !Player.IsIncapacitated &&
((Player.PrimaryResource >= 10 && !IsWaitingForSpecial) || Player.PrimaryResource >= MinEnergyReserve [COLOR="#FF0000"]|| Legendary.Kridershot.IsEquipped)[/COLOR])
{
return new TrinityPower(SNOPower.DemonHunter_ElementalArrow, 65f, CurrentTarget.ACDGuid);
}
Your right it does use EA. but only if kridershot is used. I was using nat set ring+xbow for 4.15bp.
So to those who doesn't have kridershot and want to use EA. Remove the red text. It should work?
Code:// Elemental Arrow if (CanCast(SNOPower.DemonHunter_ElementalArrow) && !Player.IsIncapacitated && ((Player.PrimaryResource >= 10 && !IsWaitingForSpecial) || Player.PrimaryResource >= MinEnergyReserve [COLOR=#FF0000]|| Legendary.Kridershot.IsEquipped)[/COLOR]) { return new TrinityPower(SNOPower.DemonHunter_ElementalArrow, 65f, CurrentTarget.ACDGuid); }
are you running 6 piece or 5 +rrog
i guess il just wait for now. and use kridershot.
Did you have a chance to check out my log? Would it be possible to get a 2.1.13 monkcombat.cs file so I can compare it to the current one? Thanks!
i guess il just wait for now. and use kridershot.
rrrix it was just a unlucky coincidence. got my bot stuck 3 times in a row with an infinite steed charge / town portal loop.
any other ideas?![]()
I may just have to dust off ye ol' Crusader and fire up the trusty steed (charge). Will do it tonight.
Will you attach a log so I can see your build/items/etc ? (It's a new feature we recently added it dumps all the skills, runes, passives, equipment when a game is joined).
Just wondering, why do you refuse to attach a log? I'm really curious.