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

Barb IK Build

Zero111

New Member
Joined
Apr 2, 2014
Messages
127
Reaction score
0
hi
IK build is not working at all the Bard run around he must use call of Ancient + Wreath of berserker at same time and he mustspam smash, which he dose it fury is full he doesn't + I tried charge he keep charging around :( not good .
any fix
ww is not doing well and IK is same anyone has combat for barb can share pls
 
im farming t10 with 6/4 waste IK no problems, if you have 2 piece ik the bot will always keep the ancients out, and if you go into trinity/combat/barbarian and check mark the box under wrath of beserker that says, use on when cooldown is up, it will keep it up permanently, what exactly is smash? in the ik build you should be using furious charge, hota, cota, WotB, war cry and battle rage, i know of no barb ability called smash, you should also be wearing the fury of ancients shoulders, if you are, you should have no issues with ever being out of fury. for the WW build, you need 6 piece of waste, 4 pieces of ik, this is done with the Rorg, belt and weapon must be ik, plus one other, and 5 pieces of waste, you should be using the fury of ancients in you middle cube slot, with waste shoulders, then its same build as IK barb, except you use WW and Rend instead of hota and furious charge.
 
I have 6 IK , 6 Wastes
T have full set smash build problem he doesn't use skills on time
 
I have full set IK with the Ancient The Gavel of Judgment weapon and the new wriest for Hota damge ..?
I have charge on the skill he keep charge and fury is full all time cool down ready as soon as he use 5 times smash the cool down will be ready both call of ancient and berserker . he keep charge from pack to pack :) he was so funy P
 
I had the same problem but upgraded Trinity to 2.13.5 and Adventurer to 1.0.0.90 and it is working well for me.
 
set trinity as follow:
QQ截图20150908214926.webp

change the parameters in DB\Plugins\Trinity\Combat\Abilities\BarbarianCombat.cs

in the 396 line:

var currentEliteTargetInRange = CurrentTarget.RadiusDistance >= 1f && CurrentTarget.IsBossOrEliteRareUnique && CurrentTarget.RadiusDistance <= 35f;

in the 403 line:

(currentEliteTargetInRange || unitsInFrontOfBestTarget >= 1 || Sets.TheLegacyOfRaekor.IsFullyEquipped);

Change these two number to 1.
 
set trinity as follow:
View attachment 186982

change the parameters in DB\Plugins\Trinity\Combat\Abilities\BarbarianCombat.cs

in the 396 line:

var currentEliteTargetInRange = CurrentTarget.RadiusDistance >= 1f && CurrentTarget.IsBossOrEliteRareUnique && CurrentTarget.RadiusDistance <= 35f;

in the 403 line:

(currentEliteTargetInRange || unitsInFrontOfBestTarget >= 1 || Sets.TheLegacyOfRaekor.IsFullyEquipped);

Change these two number to 1.

What does changing them do?
 
Back
Top