quoting myself. i added an additional requirement for using sprint/battle rage while fury dumping which fixed the problem for me.getting some kind of stuttering while whirlwinding in wotb, generally after a 3rd zigzag. im not really sure how to explain it, the barb kinda "dances" on the spot briefly before continuing to whirlwind.
while not in wotb whilrwinding is fluid however :|
ill try a few things and post back if i have any success.
edit: the culprit seems to be fury dumping while in wotb.
DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Sprint]).TotalMilliseconds >= 200
quoting myself. i added an additional requirement for using sprint/battle rage while fury dumping which fixed the problem for me.
Code:DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Sprint]).TotalMilliseconds >= 200
Hey bro could you tell use the code segment to which we should add the above line? Appreciate it![]()
// Sprint buff, if same suitable targets as elites, keep maintained for WW users
if (!bOOCBuff && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Sprint) && !playerStatus.bIsIncapacitated &&
DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Barbarian_Sprint]).TotalMilliseconds >= 200 &&
I noticed that and db getting stuck trying to open chests/corpses :/
this isnt very helpful.. without providing any information nobody can help you fix it. is it spamming sprint during wotb and causing the barb to stop whirlwinding? if so i posted something that fixed that issue for me just a few posts up.i use this version but sometimes my barbs just stay and spam "sprint" how can i fix this?
this isnt very helpful.. without providing any information nobody can help you fix it. is it spamming sprint during wotb and causing the barb to stop whirlwinding? if so i posted something that fixed that issue for me just a few posts up.
if its not that you have to actually provide info so people can help you -___-
Awesome! But you should add Nightmarish to that list as well
edit: wait, does nightmare work while WOTB is active or not?
//WotB only used on Arcane, Frozen, Jailer and Molten elites
if (theseaffixes.HasFlag(MonsterAffixes.ArcaneEnchanted) || theseaffixes.HasFlag(MonsterAffixes.Frozen) ||
theseaffixes.HasFlag(MonsterAffixes.Jailer) || theseaffixes.HasFlag(MonsterAffixes.Molten) ||
[b][size=4]theseaffixes.HasFlag(MonsterAffixes.Nightmarish)[/size][/b] ||