peerlessii
New Member
- Joined
- Sep 20, 2015
- Messages
- 17
- Reaction score
- 0
Anyone been playing around with S6 DH with newest trinity on 2.4? Trying to get an idea of what are the optimal settings in combat -> misc and combat -> demon hunter
Got full set now , still not using impaleI'm gonna check the combat rotation.
I'm sure they'll update that set, its wayyyyy too good to not add it, you can get Grift 80+ in it lol, its so damn OP. My impale currently does 1.5BILLION damage without crit, oneshots rift bosses LOL
I've checked the combat rotation.cs and it seems to need the greenstone's fan dagger , I equipped it and it indeed works much better with that dagger equipped, sadly its still pretty shitty![]()
private static bool ImpaleCondition(SkillMeta meta)
{
meta.CastRange = 80f;
meta.TargetUnitSelector = ret => GetClusterTarget();
// Not enough resource
if (Player.PrimaryResource <= GetAdjustedCost(20))
return false;
return true;
}