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

weird way of picking up nephalem globes

demonD

Member
Joined
Jun 6, 2015
Messages
248
Reaction score
5
I have noticed that my barb always freeze and stop doing anything when nephalem globes dropped, then when charge available he uses charge to dash towards globes and moves on, if the charge is ob cd for 8 seconds he would basically a sitting duck for 8 full seconds doing nothing, besides its bad standing still as a ww barbwith IK set. any setting to tweak?
 
Disable charge ooc and it should work.

thx! it ww much better after that. it just baffles me something seems so trivially unrelated could be so problematic.

one more question if you or someone able to relate, bot seems to ww non stop when I equipped with Bul sword set, but when I equipped with IK 2 hander it stops ww and walk instead. anyway to set it to ww with that? The reason I am using IK weapon is because I am wearing Sag set for DB farming, I have my skills and passives set up to support fury generation but my bot just wont ww with IK weapon.
 
thx! it ww much better after that. it just baffles me something seems so trivially unrelated could be so problematic.

one more question if you or someone able to relate, bot seems to ww non stop when I equipped with Bul sword set, but when I equipped with IK 2 hander it stops ww and walk instead. anyway to set it to ww with that? The reason I am using IK weapon is because I am wearing Sag set for DB farming, I have my skills and passives set up to support fury generation but my bot just wont ww with IK weapon.

The bot changes behavior to use WW always for movement when it detects bulkathos equipped, it should also do the same when full wrath is equipped but there is a bug with that currently. In Movement\PlayerMover.cs TryBulKathosWWMovement() should be

Code:
(Sets.BulKathossOath.IsFullyEquipped || Sets.WrathOfTheWastes.IsFullyEquipped)
 
Back
Top