Harmacintyre
New Member
- Joined
- Aug 21, 2012
- Messages
- 1,092
- Reaction score
- 1
Wonder If It's Only Barbarians Skipping Lootz
In the GilesTrinity\Abilities\Monk.cs, Change line 274 - 280 from:1. is there anyway to force sweeping wind up first before WoL or add an option for priority of these two skills? that'd be great
// Wave of light
if (!UseOOCBuff && !IsCurrentlyAvoiding && !PlayerStatus.IsIncapacitated && Hotbar.Contains(SNOPower.Monk_WaveOfLight) && GilesUseTimer(SNOPower.Monk_WaveOfLight) &&
(TargetUtil.AnyMobsInRange(16f, Settings.Combat.Monk.MinWoLTrashCount) || TargetUtil.IsEliteTargetInRange(20f)) &&
(PlayerStatus.PrimaryResource >= minWoLSpirit && !IsWaitingForSpecial || PlayerStatus.PrimaryResource > MinEnergyReserve) &&
// (CheckAbilityAndBuff(SNOPower.Monk_SweepingWind) && GetBuffStacks(SNOPower.Monk_SweepingWind) == 3) && // optional check for SW stacks
Monk_HasMantraAbilityAndBuff())
{
// Wave of light
if (!UseOOCBuff && !IsCurrentlyAvoiding && !PlayerStatus.IsIncapacitated && Hotbar.Contains(SNOPower.Monk_WaveOfLight) && GilesUseTimer(SNOPower.Monk_WaveOfLight) &&
(TargetUtil.AnyMobsInRange(90f,Settings.Combat.Monk.MinWoLTrashCount) || TargetUtil.IsEliteTargetInRange(20f)) &&
(PlayerStatus.PrimaryResource >= minWoLSpirit || !IsWaitingForSpecial) &&
// (CheckAbilityAndBuff(SNOPower.Monk_SweepingWind) && GetBuffStacks(SNOPower.Monk_SweepingWind) == 3) && // optional check for SW stacks
[COLOR="#B22222"] (!Hotbar.Contains(SNOPower.Monk_SweepingWind) || GetHasBuff(SNOPower.Monk_SweepingWind)) &&[/COLOR]
Monk_HasMantraAbilityAndBuff())
{
I setup Trinity to collect EVERYTHING (all checkboxes ticked, 1+ for for everything including Misc Item Level)
But it still leaves behind blue follower's items
Is it a bug?
I'm looking to have him Frenzy to the 5th stack of Frenzy (I don't remember what it's called but you know what I'm sayin'), then alternate WW with Frenzy to keep that 5 stack for max damage. About 1/4 of the time I see my barb attacking elites and I manually use Frenzy to kill them I get a legendary. I'm looking for optimum damage good sir![]()
I was under the impression that the stacks only affect frenzy damage. I researched it early on, but here is a summary. Copied from this link for Barbarian Mechanics
FRENZY
Frenzy's attack speed bonus only applies to Frenzy. I've brought my stacks up to 5, starting WWing and never noticed a change in the rate of attack after it fell off.
Frenzy's damage bonus from Maniac DOES apply to other abilities.
Some other links
http://us.battle.net/d3/en/forum/topic/7200083383
Pretty sure same goes for the AS bonus. Just try another skill, you won't see the difference in WW. For example, try the Hammer or Seismic Slam.
for what stay's "Misc Item Level: 60+ All Inferno Misc" under Trinity -> Pickup?
what does the "Misc" mean?![]()
I was under the impression that the stacks only affect frenzy damage. I researched it early on, but here is a summary. Copied from this link for Barbarian Mechanics
FRENZY
Frenzy's attack speed bonus only applies to Frenzy. I've brought my stacks up to 5, starting WWing and never noticed a change in the rate of attack after it fell off.
Frenzy's damage bonus from Maniac DOES apply to other abilities.
Some other links
http://us.battle.net/d3/en/forum/topic/7200083383