Did a fresh install
Deleted existing Gilles Trinity Folder in Plugin dir
Replaced with new Trinity plugin
Got insta crash
What am I doing wrong?
He might be right, old version spam Sprint when surrounded, new version doesn't. That may be the reason barbs can't keep WOTB up in the new version
could also be because of other (secondary) skills (eg. rend) - one actually can't say how often trinity is pressing it, just assume...He might be right, old version spam Sprint when surrounded, new version doesn't. That may be the reason barbs can't keep WOTB up in the new version
// Shadow Power
if (!UseOOCBuff && Hotbar.Contains(SNOPower.DemonHunter_ShadowPower) && !PlayerStatus.IsIncapacitated &&
PlayerStatus.SecondaryResource >= 14 &&
(PlayerStatus.CurrentHealthPct <= 0.99 || PlayerStatus.IsRooted || ElitesWithinRange[RANGE_25] >= 1 || AnythingWithinRange[RANGE_15] >= 8) &&
GilesUseTimer(SNOPower.DemonHunter_ShadowPower))
According to the snippet you posted, it will use SP wheni edited demonhunter.cs abilties file
Code:// Shadow Power if (!UseOOCBuff && Hotbar.Contains(SNOPower.DemonHunter_ShadowPower) && !PlayerStatus.IsIncapacitated && PlayerStatus.SecondaryResource >= 14 && (PlayerStatus.CurrentHealthPct <= 0.99 || PlayerStatus.IsRooted || ElitesWithinRange[RANGE_25] >= 1 || AnythingWithinRange[RANGE_15] >= 8) && GilesUseTimer(SNOPower.DemonHunter_ShadowPower))
but my bot still push SP when he appears near 1 demonic tremor white mob
he counted it like leet mob or?