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

Bot Not Using Potions?

Diorik

New Member
Joined
Sep 17, 2014
Messages
15
Reaction score
0
Running a DH, I've tried potion% at all kinds of ranges. Doesn't seem to ever use it. Do I need to post any indepth information, or is there an easy fix for this that I'm missing?

Using newest Trinity/DB/etc, via EZUpdater.
 
Bot also insists on tumbling into melee with things. I can't find a single damn setting to discourage this behavior. If anyone has insight, I'd love to hear. I know the character can do higher grifts than the bot is doing, but it's so intent on dying at every possible turn.
 
same

using:
DB.518BETA
Trinity 2.8.4
QuestTools 3.4.16
R-Rift.xml rev17
 
try to this:)

open the file DB\Plugins\Trinity\Combat\Abilities\CombatBase.cs

add the follow lines to this section, which is near line 87.
Code:
case ActorClass.DemonHunter:
                    EmergencyHealthPotionLimit = Settings.Combat.DemonHunter.PotionLevel;
                    EmergencyHealthGlobeLimit = Settings.Combat.DemonHunter.HealthGlobeLevel;
                    HealthGlobeResource = Settings.Combat.Barbarian.HealthGlobeLevelResource;
                    KiteDistance = Settings.Combat.DemonHunter.KiteLimit;
                    KiteMode = Settings.Combat.DemonHunter.KiteMode;
                    break;

restart demonbuddy,it maybe work.
 
Just noticed on my monk this also happens, but only when near death experience debuff is up, maybe you have a similar one on your character?
 
Back
Top