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

BARRAGE does not work, do you know when that will be added?

brittanycolumbo

New Member
Joined
Jun 15, 2012
Messages
39
Reaction score
0
barrage is my favorite and truly kills 1 v 1 rare monsters. Really wish the bot could use it.
 
We'll add a place holder for it in Exile for the next version.

It's already supported though, all you need to do is add the line:

Code:
Register("Barrage");

inside RegisterMainAbilities somewhere that makes sense for the priority for your build.

For example, it'll be placed above the Register("Burning Arrow"); line in the next version, but you can do it yourself now to use it rather than waiting.
 
"Routines\Exile\Exile.cs"

That is the default CR that drives combat for the bot. You can make adjustments to it to better suit your needs.
 
Back
Top