What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

[DH]Elites attacked with gainer only

Tattoo

Member
Joined
Dec 16, 2011
Messages
133
Reaction score
11
Hi,

during leveling elites and bosses only where attacked using my hatred gainer.
Trin 2.13.90
 
good idea, i did - still (on lvl 70 too) attacks single mobs with gainer, also elites.
 
same for me :) because i've gainer and multishot .... and it use gainer on single target even boss
( but my multishoot is over*****ed i don't need my gainer anymore )
 
it's even worse i think - doesn't use impale at all - which is bad because the first set is impale only :(
 
maybe a stupid question but did u try with a fresh install? I am using the same trinity version and with marauder or UH set it uses cluster arrow/multishot normally. Don't have the shadow set so idk about impale.
 
i did already a fresh install.
i think for evasive fire / MS or CA everything is set. the other skill are more or less not working like they should.

For impale i editet my DHcombat.cs i removed the item check to return "true"

/// When Impale should be cast
if (TargetUtil.AnyMobsInRange(12, 4) || TargetUtil.AnyMobsInRange(75f))
return true;


and i think i found the gainer problem, but need to test - looks like it tries to get a bastion buff or anything like this - which... can't work as far as you dont wear bastion yet :)


Full Log mode - think i found it:
Trinity 2.14.5] Used Power Bolas (DemonHunter_Bolas) at x="1584" y="1771" z="0" dist=7 Range=50 (Generator Offensive) Delay=50/50 TargetDist=2369,837 CurrentTarget=x1_LR_Boss_Despair charges=0
[Trinity 2.14.5] Refreshing Bastians Generator Buff
 
Last edited:
okay did also a "hardfix" on that bastians buff check:

// Use Generator for the Bastians Ring Set buff

// Main ability selection
if (TryGetPower(GetCombatPower(CombatSkillOrder), out power))
return power;
}


This will disable Bastians check - so if you got em - revoke back to the standard.cs but till then should work
 

Attachments

and for multishot ???
he use gainer instead ( even at full ressources )

what is bastians check ?

if (TargetUtil.AnyMobsInRange(12, 4) || TargetUtil.AnyMobsInRange(75f))
return true;

what best setting for multishoot ?
i never refind the post where all is explained !!!
please
 
Well just started leveling in season and i can confirm that he doesn't use most of his skills.
 
I do know that, just saying that for me it's not working while on lower level char.
 
up .... my issue is still here ..... i have a build with no gainer and only multishot
the bon't dont use it on single target mono target and boss alone !!
 
i ve seen a post here .... with all skill activations conditions .... i can't find it
i swear ....io search since more than 1 weeks
i lost all my night on it !!!!
it's just a little activation condition like .... use MULTISHOOT when you can and that's all !!!
i try to change some in demonhunter.cs

but ....

please i'm sure it's nothing ....
 
Back
Top