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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Some Combat Routine questions

torfin

New Member
Joined
Sep 18, 2014
Messages
10
I am making a couple of changes to the default Kupo routine for my own use and I got a couple of quick questions:

1. When is the [Behavior(BehaviorType.Heal)] used in the routine? Is it called pretty much every time the combat behavior is called or is there some other difference ?

2. Right now I restart RB each time I make a change to one of the rotations, is there a way to force recompile/reload a combat routine without restarting RB? Or some other way to easily test rotations ?

3. If I improve the rotations for some of the classes that I play (especially tank/healer) would you be interested in incorporating those changes in the main Kupo routine, mostly so there won't just be a 101th routine that will be unsupported in a couple of months lol.
 
1) its up to the botbase, orderbot and fatebot call
RoutineManager.Current.HealBehavior,
RoutineManager.Current.CombatBuffBehavior,
RoutineManager.Current.CombatBehavior
in that order

2)Edit globalsettings.json in the settings folder and enable reloading.

3)Yes
 
Back
Top