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

How to make bot use Blood Rage?

Angest

New Member
Joined
Dec 1, 2013
Messages
55
Reaction score
0
the bot isn't using blood rage with my flicker strike build for some reason
 
how did you fix it im having same issue

Inside "RegisterBuffs" the line is commented out:

Code:
//RegisterBuff("Blood Rage", ret => !LokiPoe.ObjectManager.Me.HasAura("blood_rage"));

All you need to do is un-comment it, so it reads as follows:

Code:
RegisterBuff("Blood Rage", ret => !LokiPoe.ObjectManager.Me.HasAura("blood_rage"));
 
open the exile.cs on routines in your exilebuddy folder with a notepad its not that hard..also when you open it press ctl+f to get the search ... thing and i guess type blood rage and press enter :D guys the corrupted areas works for you? i mean the player enters them etc ?
 
The Exile.cs file is located in your "Routines\Exile\" folder.

open the exile.cs on routines in your exilebuddy folder with a notepad its not that hard..also when you open it press ctl+f to get the search ... thing and i guess type blood rage and press enter :D guys the corrupted areas works for you? i mean the player enters them etc ?

There are still some random issues with them, so enabling them from the GUI is not supported yet.

If you exit the bot and edit your character settings, you can manually enable "TakeCorruptedAreas" to true rather than false, and the bot will take them.
 
Back
Top