bobbylafrite
New Member
- Joined
- Apr 14, 2014
- Messages
- 9
- Reaction score
- 0
Just love to see that RNGesus makes T3 better then T5![]()
If it makes you feel better my lph is 0.95 over 90 hours, albeit half of it was T1 and the other T3.
Just love to see that RNGesus makes T3 better then T5![]()
the third row deactivates combat.Code:<!--Entering the Larder--> <If condition="CurrentLevelAreaId == 136448"> <ToggleTargeting questId="1" combat="False" looting="False" lootRadius="50" killRadius="20" />
The ghom options and mark delay you can adjust directly in demonbuddy.
Ghom: Plugins - trinity- config - combat - your class - ghom gas
delay: Plugins - trinity- config -variables
Guys... CoTA reacts to your buffs as you use them.
Do this manually:
Walk up to a boss
Cast CoTA
Watch them attack and note the damage for a few seconds
Use Battle Rage and WOTB
Watch CoTA damage go up.
Putting so much effort in to making WOTB cast first... it's pointless.
Thanks Kevin for the tweaks you advised us. I have a question tho , you say :
I'm using the barb build 2 , do i need wotb range to be larger than cota or is it just for build 1?
Also Could you give more details about the change that must be done in BarbarianCombat.cs cause there are lots of differents stuffs in there
Thanks anyway as always![]()
public static bool CanUseAvalanche
{
get
{
return !UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Barbarian_Avalanche_v2, CanCastFlags.NoTimer) &&
(TargetUtil.AnyMobsInRange(3) || TargetUtil.IsEliteTargetInRange());
}
}
public static bool CanUseAvalanche
{
get
{
return !UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Barbarian_Avalanche_v2, CanCastFlags.NoTimer)
&&
(TargetUtil.AnyMobsInRange(3) || TargetUtil.IsEliteTargetInRange(15f));
}
}
public static bool CanCastEarthquake
{
get
{
return
!UseOOCBuff &&
!IsCurrentlyAvoiding &&
!Player.IsIncapacitated &&
CanCast(SNOPower.Barbarian_Earthquake) &&
TargetUtil.IsEliteTargetInRange(45f);
}
}
public static bool CanCastEarthquake
{
get
{
return
!UseOOCBuff &&
!IsCurrentlyAvoiding &&
!Player.IsIncapacitated &&
CanCast(SNOPower.Barbarian_Earthquake) &&
TargetUtil.IsEliteTargetInRange(15f);
}
}
After a while of running this profile(happends sometimes not always) my D3 gets really fps low/laggy, and it just keeps leaving the game once it reaches the gate to larder. Is there anyone that got a fix for this ?
noone knows how to fix the earthquake issue? =(
Torment 6 Barb
Mind you I dont have the correct logs but this is over probably a 3~ Hour session (Post Shard of Hate Nerf)
So yes guys, even with the super buffed Shard of hate you can still do this...
Games Per Hour : 53
Gold/Hour : 7.2 Million
Exp/Hour : 1.38 Billion
Legendary/Hour : 2.2 (Complete RNG so dont take this # to seriously its all about luck)
I can post more information on this is people request or if somebody wants to help me get the legitimate logs cuz IDK where they are, I normally just post a screenshot of my game with the DB over it
I hear that. After a build adjustment the SOH nerf only dropped about 4-5 seconds off my kill speed at T6. (Now 15 seconds).
Definitely not as bad as I expected it to be - I didn't particularly want to go back to a 22 second+ kill fire build...
I love you. have my babies please.If u go to Trinity Options and then Combat > Wizzard > u need to turn on "Disable Archon Arcane Strike" and TADA the Bot will now use the RightMouse Beam Skill instead of this left clicky.
Hope its helps.